All Versions
32
Latest Version
Avg Release Cycle
117 days
Latest Release
1062 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v0.0.25 Changes
February 20, 2013- Generated controller specs now pass without intervention.
- ๐ Generated view specs use factory_girl's build_stubbed instead of rspec's stub_model, expect() syntax, and 1.9 hash syntax.
- ๐ Initialize git and create an initial commit (thanks @blakeeb).
-
v0.0.24 Changes
February 14, 2013- โฌ๏ธ Upgrade to ruby-1.9.3-p385 (thanks @mechfish).
- โฌ๏ธ Upgrade to rails ~> 3.2.12 (thanks @mechfish).
- Pay attention to shelled command's exit status and bail with a message if a command fails.
-
v0.0.23 Changes
February 07, 2013- ๐ Fixed a bug with detecting whether we're on darwin or not.
- โ Remove some dead code (thanks @bemurphy).
-
v0.0.22 Changes
February 07, 2013- ๐ Support ubuntu and darwin (sed has slightly different syntax for in-place substitution).
- 0๏ธโฃ Take lib off the load path by default.
-
v0.0.21 Changes
February 01, 2013- Turn off threadsafe when running rake tasks (thanks @subakva).
-
v0.0.20 Changes
- ๐ Bug fix and minor output tweak.
-
v0.0.19 Changes
January 29, 2013- ๐ Pull the rails secret token from the environment so it can be easily set in server environments.
- Dump the static index.html for a dynamic version.
-
v0.0.18 Changes
January 24, 2013- ๐ Support generating an app in the current directory (thanks @subakva).
- ๐ Better handling of command line arguments (thanks @subakva).
- ๐ Include support for cane quality checks via
rake spec:cane
(thanks @subakva).
-
v0.0.17 Changes
January 17, 2013- ๐ง Configure .ruby-version, .rvmrc, and Gemfile with the version of ruby used to execute raygun.
- ๐ Improve the default email content.
- ๐ Improve the raygun and app_prototype READMEs.
- 0๏ธโฃ Use $PORT to set the server port for Heroku compatibility, with default set in .env.
- ๐ .ruby-version instead of .rbenv-version (as recommended by rbenv).
- โ Add a unique database constraint on users.email.
-
v0.0.16 Changes
January 04, 2013- ๐ Improved authorization rules so that users can't delete themselves and non-admin can't access users controller :new.