aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
* Fixed handling of syntax errors in models that had already been succesfully r...David Heinemeier Hansson2005-01-241-9/+19
* Another swing at reloadingDavid Heinemeier Hansson2005-01-241-13/+8
* Brought back reloading of modelsDavid Heinemeier Hansson2005-01-231-1/+1
* Flipped reloads aroundDavid Heinemeier Hansson2005-01-201-1/+1
* Fixed that FCGI can also display SyntaxErrorsDavid Heinemeier Hansson2005-01-201-3/+7
* New adventures in dependency reloadingDavid Heinemeier Hansson2005-01-161-1/+1
* New adventures in dependency reloadingDavid Heinemeier Hansson2005-01-161-15/+9
* Fixed that auto reloading would some times not work or would reload the model...David Heinemeier Hansson2005-01-151-50/+60
* Nuke the controllers after the dispatcher reload to avoid the superclass mism...David Heinemeier Hansson2005-01-021-1/+1
* Fixed problems with dependency caching and controller hierarchies on Ruby 1.8...David Heinemeier Hansson2005-01-021-3/+9
* Switch dispatcher to use the new shared Dependencies approachDavid Heinemeier Hansson2004-12-291-2/+2
* The dispatcher should reload the associations AFTER clearing the inheritable ...David Heinemeier Hansson2004-12-221-1/+1
* Added a require_association hook on const_missing that makes it possible to u...David Heinemeier Hansson2004-12-201-1/+1
* 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