aboutsummaryrefslogtreecommitdiffstats
path: root/railties
Commit message (Expand)AuthorAgeFilesLines
* Upgraded to Action Pack 1.0.1 for important bug fix. Updated gem dependencies.David Heinemeier Hansson2004-12-173-4/+12
* 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
* Rails 0.9 is a realityDavid Heinemeier Hansson2004-12-161-1/+1
* Made the last tweaks before 0.9David Heinemeier Hansson2004-12-164-6/+39
* Updated documentationDavid Heinemeier Hansson2004-12-162-1/+45
* Only requests that require processing from a controller should block the webr...David Heinemeier Hansson2004-12-161-3/+2
* Needed to update the server root for the new placementDavid Heinemeier Hansson2004-12-161-1/+1
* Renamed script/envcon to script/consoleDavid Heinemeier Hansson2004-12-163-7/+7
* Renamed public/dispatch.servlet to script/server -- it wasn't really dispatch...David Heinemeier Hansson2004-12-165-9/+7
* Renamed breakpointing to breakpointerDavid Heinemeier Hansson2004-12-163-2/+2
* Shouldnt have removed generators from gemspecDavid Heinemeier Hansson2004-12-161-0/+1
* git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@172 5ecf4fe2-1ee6-0...David Heinemeier Hansson2004-12-151-0/+0
* Moved generate to bin and included it againDavid Heinemeier Hansson2004-12-152-8/+1
* Removed redundent tests for success and removed the tests for missing records...David Heinemeier Hansson2004-12-151-30/+0
* Generators shouldnt be placed in a new Rails creation by defaultDavid Heinemeier Hansson2004-12-151-2/+1
* Make Railties *not* include .svn dirs in its gemspec files list #308 [Marcel]David Heinemeier Hansson2004-12-151-1/+1
* 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