| Commit message (Expand) | Author | Age | Files | Lines |
* | Added support for SQLite in the auto-dumping/importing of schemas for develop... | David Heinemeier Hansson | 2005-01-03 | 2 | -0/+8 |
* | Nuke the controllers after the dispatcher reload to avoid the superclass mism... | David Heinemeier Hansson | 2005-01-02 | 1 | -1/+1 |
* | Fixed problems with dependency caching and controller hierarchies on Ruby 1.8... | David Heinemeier Hansson | 2005-01-02 | 3 | -4/+12 |
* | Added automated rewriting of the shebang lines on installs through the gem ra... | David Heinemeier Hansson | 2005-01-01 | 2 | -12/+27 |
* | Fixed that generated action_mailers doesnt need to require the action_mailer ... | David Heinemeier Hansson | 2004-12-31 | 2 | -2/+2 |
* | Updated Rakefiles for the server move | David Heinemeier Hansson | 2004-12-30 | 1 | -2/+2 |
* | Fixed dependency management to happen in a unified fashion for Active Record ... | David Heinemeier Hansson | 2004-12-30 | 1 | -0/+17 |
* | Switch dispatcher to use the new shared Dependencies approach | David Heinemeier Hansson | 2004-12-29 | 4 | -9/+5 |
* | Added ActionMailer::Base.deliver_method = :test to the test environment so th... | David Heinemeier Hansson | 2004-12-23 | 2 | -2/+3 |
* | Added ActionMailer::Base.raise_delivery_errors = false to the test environmen... | David Heinemeier Hansson | 2004-12-23 | 2 | -0/+3 |
* | WordNet not Nets | David Heinemeier Hansson | 2004-12-23 | 1 | -1/+1 |
* | Touched up wording on the new recommendation stuff for generate models | David Heinemeier Hansson | 2004-12-23 | 2 | -7/+7 |
* | Added protection for creating a model through the generators with a name of a... | David Heinemeier Hansson | 2004-12-23 | 7 | -5/+71 |
* | Releasing Rails 0.9.2 | David Heinemeier Hansson | 2004-12-22 | 2 | -5/+7 |
* | You should redirect externally on the default action | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+1 |
* | Fixed CTRL-C exists from the Breakpointer to be a clean affair without error ... | David Heinemeier Hansson | 2004-12-22 | 2 | -1/+8 |
* | Fixed "rake stats" to work with sub-directories in models and controllers and... | David Heinemeier Hansson | 2004-12-22 | 3 | -7/+42 |
* | The dispatcher should reload the associations AFTER clearing the inheritable ... | David Heinemeier Hansson | 2004-12-22 | 1 | -1/+1 |
* | Added a require_association hook on const_missing that makes it possible to u... | David Heinemeier Hansson | 2004-12-20 | 2 | -1/+3 |
* | Added graceful handling of an inaccessible log file by redirecting output to ... | David Heinemeier Hansson | 2004-12-19 | 3 | -3/+25 |
* | Updated the documentation #329 [rainmkr] | David Heinemeier Hansson | 2004-12-19 | 1 | -5/+5 |
* | Added support for a -h/--help parameter in the generator #331 [Ulysses] | David Heinemeier Hansson | 2004-12-19 | 2 | -0/+4 |
* | File.expand_path in config/environment.rb would fail when dealing with symlin... | David Heinemeier Hansson | 2004-12-18 | 3 | -2/+7 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@205 5ecf4fe2-1ee6-0... | David Heinemeier Hansson | 2004-12-17 | 1 | -0/+1 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@203 5ecf4fe2-1ee6-0... | David Heinemeier Hansson | 2004-12-17 | 1 | -1/+1 |
* | Upgraded to Action Pack 1.0.1 for important bug fix. Updated gem dependencies. | David Heinemeier Hansson | 2004-12-17 | 3 | -4/+12 |
* | Cut down on the documentation visible | David Heinemeier Hansson | 2004-12-16 | 1 | -11/+10 |
* | Fixed a small bug in the new referencing of DEFAULT_SESSION_OPTIONS | David Heinemeier Hansson | 2004-12-16 | 1 | -1/+1 |
* | Rails 0.9 is a reality | David Heinemeier Hansson | 2004-12-16 | 1 | -1/+1 |
* | Made the last tweaks before 0.9 | David Heinemeier Hansson | 2004-12-16 | 4 | -6/+39 |
* | Updated documentation | David Heinemeier Hansson | 2004-12-16 | 2 | -1/+45 |
* | Only requests that require processing from a controller should block the webr... | David Heinemeier Hansson | 2004-12-16 | 1 | -3/+2 |
* | Needed to update the server root for the new placement | David Heinemeier Hansson | 2004-12-16 | 1 | -1/+1 |
* | Renamed script/envcon to script/console | David Heinemeier Hansson | 2004-12-16 | 3 | -7/+7 |
* | Renamed public/dispatch.servlet to script/server -- it wasn't really dispatch... | David Heinemeier Hansson | 2004-12-16 | 5 | -9/+7 |
* | Renamed breakpointing to breakpointer | David Heinemeier Hansson | 2004-12-16 | 3 | -2/+2 |
* | Shouldnt have removed generators from gemspec | David Heinemeier Hansson | 2004-12-16 | 1 | -0/+1 |
* | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@172 5ecf4fe2-1ee6-0... | David Heinemeier Hansson | 2004-12-15 | 1 | -0/+0 |
* | Moved generate to bin and included it again | David Heinemeier Hansson | 2004-12-15 | 2 | -8/+1 |
* | Removed redundent tests for success and removed the tests for missing records... | David Heinemeier Hansson | 2004-12-15 | 1 | -30/+0 |
* | Generators shouldnt be placed in a new Rails creation by default | David Heinemeier Hansson | 2004-12-15 | 1 | -2/+1 |
* | Make Railties *not* include .svn dirs in its gemspec files list #308 [Marcel] | David Heinemeier Hansson | 2004-12-15 | 1 | -1/+1 |
* | Renamed AbstractApplicationController and abstract_application.rb to Applicat... | David Heinemeier Hansson | 2004-12-15 | 7 | -10/+12 |
* | Brought unit tests up to date | David Heinemeier Hansson | 2004-12-15 | 2 | -16/+13 |
* | fixtures :models will now also attempt to include the model.rb file | David Heinemeier Hansson | 2004-12-14 | 1 | -1/+0 |
* | 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 |