1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/environments
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