rails--rails/railties/dispatches
David Heinemeier Hansson 0ffb6c1625 Syntax errors and other exceptions thrown outside of an action are now gracefully handled by the dispatcher
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@51 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2004-12-06 18:25:01 +00:00
..
dispatch.fcgi Initial 2004-11-24 01:04:44 +00:00
dispatch.rb 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
dispatch.servlet Initial 2004-11-24 01:04:44 +00:00