aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixed CTRL-C exists from the Breakpointer to be a clean affair without error ...David Heinemeier Hansson2004-12-221-1/+6
* Fixed "rake stats" to work with sub-directories in models and controllers and...David Heinemeier Hansson2004-12-221-3/+36
* 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
* Cut down on the documentation visibleDavid Heinemeier Hansson2004-12-161-11/+10
* 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
* Only requests that require processing from a controller should block the webr...David Heinemeier Hansson2004-12-161-3/+2
* Renamed AbstractApplicationController and abstract_application.rb to Applicat...David Heinemeier Hansson2004-12-151-2/+2
* This patch allows urls to be of the form :module/:controller/:action as well ...David Heinemeier Hansson2004-12-141-1/+10
* Improved the quality of the breakpointing -- especially under FCGIDavid Heinemeier Hansson2004-12-132-5/+8
* Cleaner deactivation of the breakpoint serverDavid Heinemeier Hansson2004-12-122-2/+10
* Fixed a pattern for module loadingDavid Heinemeier Hansson2004-12-121-2/+3
* Breakpointing that works much better with CGI and FCGIDavid Heinemeier Hansson2004-12-122-79/+97
* Added collusion handling for FCGIDavid Heinemeier Hansson2004-12-121-13/+19
* Added confirmations on successfull connections and resumationsDavid Heinemeier Hansson2004-12-121-3/+21
* Reload the cached column information between requests when the ActionControll...David Heinemeier Hansson2004-12-121-2/+2
* Added pattern for specific actions in a modularized controllerDavid Heinemeier Hansson2004-12-121-0/+2
* Moved require_association to associations.rb and added methods for resetting ...David Heinemeier Hansson2004-12-122-15/+18
* Superseeded by rails_generator.rbDavid Heinemeier Hansson2004-12-121-115/+0
* Added preliminary remote breakpoint supportDavid Heinemeier Hansson2004-12-094-18/+727
* Only nuke the AbstractApplicationController if its availableDavid Heinemeier Hansson2004-12-081-1/+1
* Added a better generator for scaffolding that actually creates the code, so i...David Heinemeier Hansson2004-12-071-0/+175
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-063-11/+4
* script/new_controller should create directory for views even when no actions ...David Heinemeier Hansson2004-12-011-0/+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-244-0/+397