rails/railties/environments
2007-09-21 22:31: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 Added the :all option to config.plugins thatll include the rest of the plugins not already explicitly named (closes #9613) [fcheung] 2007-09-21 22:31:19 +00:00
production.rb Docfix (closes #6234) 2006-10-09 02:20:43 +00:00
test.rb Normalize whitespace. Closes #8385 [Time Pope] 2007-05-27 18:44:33 +00:00