aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed a small bug in the new referencing of DEFAULT_SESSION_OPTIONSDavid Heinemeier Hansson2004-12-161-1/+1
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-161-3/+1
* Renamed AbstractApplicationController and abstract_application.rb to Applicat...David Heinemeier Hansson2004-12-151-2/+2
* Cleaner deactivation of the breakpoint serverDavid Heinemeier Hansson2004-12-121-1/+1
* Breakpointing that works much better with CGI and FCGIDavid Heinemeier Hansson2004-12-121-0/+6
* Reload the cached column information between requests when the ActionControll...David Heinemeier Hansson2004-12-121-2/+2
* Moved require_association to associations.rb and added methods for resetting ...David Heinemeier Hansson2004-12-121-4/+4
* Only nuke the AbstractApplicationController if its availableDavid Heinemeier Hansson2004-12-081-1/+1
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-061-9/+3
* Abolished ActionController::Base.require_or_load in favor of require_dependen...David Heinemeier Hansson2004-11-301-2/+2
* AbstractApplicationController and the individual controllers are now complete...David Heinemeier Hansson2004-11-301-12/+36
* InitialDavid Heinemeier Hansson2004-11-241-0/+55