| Commit message (Expand) | Author | Age | Files | Lines |
* | This patch allows urls to be of the form :module/:controller/:action as well ... | David Heinemeier Hansson | 2004-12-14 | 1 | -1/+10 |
* | Cut dependency on dev-utils by using included breakpoint lib | David Heinemeier Hansson | 2004-12-13 | 3 | -6/+2 |
* | Slightly less overzealous testing | David Heinemeier Hansson | 2004-12-13 | 1 | -7/+1 |
* | Improved the quality of the breakpointing -- especially under FCGI | David Heinemeier Hansson | 2004-12-13 | 2 | -5/+8 |
* | Cleaner deactivation of the breakpoint server | David Heinemeier Hansson | 2004-12-12 | 2 | -2/+10 |
* | Fixed a pattern for module loading | David Heinemeier Hansson | 2004-12-12 | 1 | -2/+3 |
* | Breakpointing that works much better with CGI and FCGI | David Heinemeier Hansson | 2004-12-12 | 3 | -87/+98 |
* | Added collusion handling for FCGI | David Heinemeier Hansson | 2004-12-12 | 2 | -14/+20 |
* | Added confirmations on successfull connections and resumations | David Heinemeier Hansson | 2004-12-12 | 1 | -3/+21 |
* | Reload the cached column information between requests when the ActionControll... | David Heinemeier Hansson | 2004-12-12 | 1 | -2/+2 |
* | Added pattern for specific actions in a modularized controller | David Heinemeier Hansson | 2004-12-12 | 1 | -0/+2 |
* | Only start the breakpoint server when included by dispatchers | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Turn off ACL for localhost | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Moved require_association to associations.rb and added methods for resetting ... | David Heinemeier Hansson | 2004-12-12 | 4 | -24/+25 |
* | Display error messages on scaffolded form pages | David Heinemeier Hansson | 2004-12-12 | 2 | -0/+2 |
* | Superseeded by rails_generator.rb | David Heinemeier Hansson | 2004-12-12 | 1 | -115/+0 |
* | Remember to include the right breakpoint for the docs | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Differentiate breakpointing on gem or not in an attempt to fix looping problems | David Heinemeier Hansson | 2004-12-12 | 3 | -7/+6 |
* | No longer needed to explicitly pass the session defaults as the error screen ... | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Fix breakpointing by differenciating between gem and not | David Heinemeier Hansson | 2004-12-10 | 1 | -1/+7 |
* | Mailer generator should create passing tests | David Heinemeier Hansson | 2004-12-10 | 3 | -7/+5 |
* | Fixed a few issues for the breakpointing | David Heinemeier Hansson | 2004-12-09 | 3 | -2/+3 |
* | Added preliminary remote breakpoint support | David Heinemeier Hansson | 2004-12-09 | 8 | -20/+750 |
* | Updated the usage documentation for the generator actions for their new home | David Heinemeier Hansson | 2004-12-09 | 6 | -43/+51 |
* | Only nuke the AbstractApplicationController if its available | David Heinemeier Hansson | 2004-12-08 | 1 | -1/+1 |
* | Forgot another small change with the new generators | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+1 |
* | Forgot a small change with the new generators | David Heinemeier Hansson | 2004-12-07 | 1 | -0/+2 |
* | New error checking removes the necessity for giving a specific error page alo... | David Heinemeier Hansson | 2004-12-07 | 1 | -1/+1 |
* | Make the dispatch.rb behave after being run by the WEBrick dispatcher | David Heinemeier Hansson | 2004-12-07 | 1 | -1/+1 |
* | Added a better generator for scaffolding that actually creates the code, so i... | David Heinemeier Hansson | 2004-12-07 | 36 | -112/+706 |
* | Syntax errors and other exceptions thrown outside of an action are now gracef... | David Heinemeier Hansson | 2004-12-06 | 4 | -12/+4 |
* | Cleaned it up | David Heinemeier Hansson | 2004-12-06 | 1 | -37/+12 |
* | Added an easier way of starting a IRB session on the environment | David Heinemeier Hansson | 2004-12-06 | 1 | -0/+3 |
* | Added an easier way of starting a IRB session on the environment | David Heinemeier Hansson | 2004-12-06 | 2 | -2/+32 |
* | Added a real reference to the irc channel, and updated the name of the networ... | David Heinemeier Hansson | 2004-12-01 | 1 | -1/+2 |
* | script/new_controller should create directory for views even when no actions ... | David Heinemeier Hansson | 2004-12-01 | 1 | -0/+3 |
* | Abolished ActionController::Base.require_or_load in favor of require_dependen... | David Heinemeier Hansson | 2004-11-30 | 3 | -4/+4 |
* | AbstractApplicationController and the individual controllers are now complete... | David Heinemeier Hansson | 2004-11-30 | 5 | -27/+47 |
* | Put establish_connection back in... | David Heinemeier Hansson | 2004-11-25 | 2 | -3/+4 |
* | Fixed bad chars in public/.htaccess [imajes] | David Heinemeier Hansson | 2004-11-25 | 1 | -8/+8 |
* | Cleaned up the Rakefile | David Heinemeier Hansson | 2004-11-25 | 1 | -106/+68 |
* | Consolidated and better commented the environment files | David Heinemeier Hansson | 2004-11-25 | 5 | -40/+88 |
* | Dump development database, not test database | David Heinemeier Hansson | 2004-11-25 | 1 | -4/+4 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 45 | -0/+1837 |