rails/railties/environments
2005-07-05 17:23:41 +00:00
..
development.rb Added a 'whiny nil' that's aim to ensure that when users pass nil to methods where that isn't appropriate, instead of NoMethodError? and the name of some method used by the framework users will see a message explaining what type of object was expected. Only active in test and development environments by default #1209 [Michael Koziarski] 2005-06-18 05:34:16 +00:00
environment.rb Changed logging of SQL statements to use the DEBUG level instead of INFO. Added logging of the request URI in the benchmark statement (makes it easy to grep for slow actions). Changed the default logging level in config/environment.rb to INFO for production (so SQL statements won't be logged) 2005-07-05 17:23:41 +00:00
production.rb Made ready for release of 0.9.4 2005-01-17 01:13:15 +00:00
test.rb Added a 'whiny nil' that's aim to ensure that when users pass nil to methods where that isn't appropriate, instead of NoMethodError? and the name of some method used by the framework users will see a message explaining what type of object was expected. Only active in test and development environments by default #1209 [Michael Koziarski] 2005-06-18 05:34:16 +00:00