Ruby on Rails
Go to file
David Heinemeier Hansson 5b38d85571 AbstractApplicationController and the individual controllers are now completely reloaded on each request if "reload_dependencies" is set to true. This makes it possible to REMOVE methods and constants and have the changes reflected. Beaware that this is still not possible for models, though.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@31 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-11-30 17:19:01 +00:00
actionmailer Dont include svn directories in packages 2004-11-25 16:31:27 +00:00
actionpack Pass on the original exception 2004-11-30 17:11:40 +00:00
activerecord Silence errors occurring when reloading classes 2004-11-30 16:25:08 +00:00
railties AbstractApplicationController and the individual controllers are now completely reloaded on each request if "reload_dependencies" is set to true. This makes it possible to REMOVE methods and constants and have the changes reflected. Beaware that this is still not possible for models, though. 2004-11-30 17:19:01 +00:00