aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Renamed AbstractApplicationController and abstract_application.rb to Applicat...David Heinemeier Hansson2004-12-157-10/+12
* Brought unit tests up to dateDavid Heinemeier Hansson2004-12-152-16/+13
* fixtures :models will now also attempt to include the model.rb fileDavid Heinemeier Hansson2004-12-141-1/+0
* This patch allows urls to be of the form :module/:controller/:action as well ...David Heinemeier Hansson2004-12-141-1/+10
* Cut dependency on dev-utils by using included breakpoint libDavid Heinemeier Hansson2004-12-133-6/+2
* Slightly less overzealous testingDavid Heinemeier Hansson2004-12-131-7/+1
* 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-123-87/+98
* Added collusion handling for FCGIDavid Heinemeier Hansson2004-12-122-14/+20
* 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
* Only start the breakpoint server when included by dispatchersDavid Heinemeier Hansson2004-12-121-1/+1
* Turn off ACL for localhostDavid Heinemeier Hansson2004-12-121-1/+1
* Moved require_association to associations.rb and added methods for resetting ...David Heinemeier Hansson2004-12-124-24/+25
* Display error messages on scaffolded form pagesDavid Heinemeier Hansson2004-12-122-0/+2
* Superseeded by rails_generator.rbDavid Heinemeier Hansson2004-12-121-115/+0
* Remember to include the right breakpoint for the docsDavid Heinemeier Hansson2004-12-121-1/+1
* Differentiate breakpointing on gem or not in an attempt to fix looping problemsDavid Heinemeier Hansson2004-12-123-7/+6
* No longer needed to explicitly pass the session defaults as the error screen ...David Heinemeier Hansson2004-12-121-1/+1
* Fix breakpointing by differenciating between gem and notDavid Heinemeier Hansson2004-12-101-1/+7
* Mailer generator should create passing testsDavid Heinemeier Hansson2004-12-103-7/+5
* Fixed a few issues for the breakpointingDavid Heinemeier Hansson2004-12-093-2/+3
* Added preliminary remote breakpoint supportDavid Heinemeier Hansson2004-12-098-20/+750
* Updated the usage documentation for the generator actions for their new homeDavid Heinemeier Hansson2004-12-096-43/+51
* Only nuke the AbstractApplicationController if its availableDavid Heinemeier Hansson2004-12-081-1/+1
* Forgot another small change with the new generatorsDavid Heinemeier Hansson2004-12-071-0/+1
* Forgot a small change with the new generatorsDavid Heinemeier Hansson2004-12-071-0/+2
* New error checking removes the necessity for giving a specific error page alo...David Heinemeier Hansson2004-12-071-1/+1
* Make the dispatch.rb behave after being run by the WEBrick dispatcherDavid Heinemeier Hansson2004-12-071-1/+1
* Added a better generator for scaffolding that actually creates the code, so i...David Heinemeier Hansson2004-12-0736-112/+706
* Syntax errors and other exceptions thrown outside of an action are now gracef...David Heinemeier Hansson2004-12-064-12/+4
* Cleaned it upDavid Heinemeier Hansson2004-12-061-37/+12
* Added an easier way of starting a IRB session on the environmentDavid Heinemeier Hansson2004-12-061-0/+3
* Added an easier way of starting a IRB session on the environmentDavid Heinemeier Hansson2004-12-062-2/+32
* Added a real reference to the irc channel, and updated the name of the networ...David Heinemeier Hansson2004-12-011-1/+2
* 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-303-4/+4
* AbstractApplicationController and the individual controllers are now complete...David Heinemeier Hansson2004-11-305-27/+47
* Put establish_connection back in...David Heinemeier Hansson2004-11-252-3/+4
* Fixed bad chars in public/.htaccess [imajes]David Heinemeier Hansson2004-11-251-8/+8
* Cleaned up the RakefileDavid Heinemeier Hansson2004-11-251-106/+68
* Consolidated and better commented the environment filesDavid Heinemeier Hansson2004-11-255-40/+88
* Dump development database, not test databaseDavid Heinemeier Hansson2004-11-251-4/+4
* InitialDavid Heinemeier Hansson2004-11-2445-0/+1837