rails/railties/environments
2007-10-08 20:37:19 +00:00
..
boot.rb Deprecation: remove components from controller paths. Canonicalize RAILS_ROOT by using File.expand_path on Windows, which doesn't have to worry about symlinks, and Pathname#realpath elsewhere, which respects symlinks in relative paths but is incompatible with Windows. Closes #6755. 2007-03-18 13:35:16 +00:00
development.rb Removed breakpointer and Binding.of_caller in favor of relying on ruby-debug by Kent Sibilev since the breakpointer has been broken since Ruby 1.8.4 and will not be coming back [DHH] 2007-04-28 15:57:29 +00:00
environment.rb Remind that you need a server restart for initializer defaults 2007-09-29 21:47:38 +00:00
production.rb config.active_record.whiny_protected_attributes. Closes #9816 [henrik] 2007-10-08 20:37:19 +00:00
test.rb [7668] part deux (forgot to add the railties love to the mix) 2007-09-28 16:08:42 +00:00