HISTORY in combustion-0.3.3 vs HISTORY in combustion-0.4.0

- old
+ new

@@ -1,14 +1,25 @@ +0.4.0 - March 16th 2013 +* Don't delete the SQLite test database if it doesn't exist (Michael Gee, Alexander Rozumiy). +* Support for secret_key_base for Rails 4 apps (Philip Arndt). +* eager_load is set to true when using the production environment (Philip Arndt). +* whiny_nils is not set if using Rails 4 (Philip Arndt). +* Mysql2 can raise Mysql::Error with JRuby (Philip Arndt). +* Whitelist attributes typo is fixed (Geoff Hodgson). +* Mass assignment checks are now turned on, so errors are raised. This matches Rails' defaults for test environments (Josh Adams). +* Combustion no longer loads all of the Rails stack by default, just Railties and ActiveSupport. A combustion-rails gem will be created that uses all of Rails by default (Philip Arndt). +* Combustion classes now all define the outer module, so each can be required by themselves, should you desire (Philip Arndt). + 0.3.3 - December 23rd 2012 * Removing version file - version number can just live in the gemspec. * Load ActionController and ActionMailer via their Railties, not non-existent Engines (Chris Beer). * SQL Schema support (Geoff Hodgson). * Documentation fixes (Philip Arndt, Inge Jørgensen, Erkan Yilmaz). * Include migrations from the internal app when migrating the database (Warren Seen). * Correctly drop the test database when using SQLite (Warren Seen). * Don't attempt to load sprockets for Rails 3.0.x (Alex Rozumey). -0.3.2 - March 3rd 2011 +0.3.2 - March 3rd 2012 * Tentative Rails 3.0 and migrations support. * Allow for different internal app directory. 0.3.1 - September 12th 2011 * Allow for different versions of Capybara (Leo Liang).