All Versions
32
Latest Version
Avg Release Cycle
117 days
Latest Release
1386 days ago

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.