aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/dispatcher.rb
Commit message (Expand)AuthorAgeFilesLines
...
* ActionMailer::Base subclasses are reloaded with other rails components #1262Jamis Buck2005-06-241-0/+1
* Removed the mutex from the WEBrick adapter under the production environment s...David Heinemeier Hansson2005-06-221-3/+3
* Dont activate the query cache just yetDavid Heinemeier Hansson2005-05-021-1/+0
* Started work on a per-request query cacheDavid Heinemeier Hansson2005-05-021-0/+1
* Added exception shallowing if the DRb server can't be started (not worth maki...David Heinemeier Hansson2005-03-061-1/+1
* Help against errors in ApplicationControllerDavid Heinemeier Hansson2005-02-201-2/+2
* Updated dependency loading to consider non-standard class/file name combinationsDavid Heinemeier Hansson2005-02-201-1/+1
* Allows a loading module to load from multiple load paths #675David Heinemeier Hansson2005-02-201-1/+1
* All libraries should link against the independent active supportDavid Heinemeier Hansson2005-02-151-1/+1
* A hopefully more successful attempt at the Routing branch mergeDavid Heinemeier Hansson2005-02-151-36/+14
* Backed out of routing merge.. investigating missing patchesDavid Heinemeier Hansson2005-02-151-15/+37
* Merged back the Routing branchDavid Heinemeier Hansson2005-02-151-37/+15
* Moved subclass reloading responsibilities to DependenciesDavid Heinemeier Hansson2005-01-251-3/+1
* New approach to reloading that uses remove_const on ARs and AOs as well as ACsDavid Heinemeier Hansson2005-01-251-21/+6
* Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson]David Heinemeier Hansson2005-01-241-2/+2
* 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