rails--rails/railties/environments
Jeremy Kemper a9eaa25a66 Fix environment.rb typos. Closes #9859 [fxn, mikong]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7871 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2007-10-14 03:09:20 +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 Fix environment.rb typos. Closes #9859 [fxn, mikong] 2007-10-14 03:09:20 +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