| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a 'whiny nil' that's aim to ensure that when users pass nil to methods ... | David Heinemeier Hansson | 2005-06-18 | 2 | -0/+4 |
* | Choose a simpler requiring of picking gems or not for library loading | David Heinemeier Hansson | 2005-03-21 | 1 | -20/+7 |
* | Expanded the requires again and included the load paths | David Heinemeier Hansson | 2005-03-21 | 1 | -0/+1 |
* | Expanded the requires again and included the load paths | David Heinemeier Hansson | 2005-03-21 | 1 | -2/+21 |
* | Combined the script/environment.rb used for gems and regular files version. I... | David Heinemeier Hansson | 2005-03-20 | 2 | -89/+16 |
* | close database.yml after reading in configuration #841 [sebastian.kanthak] | David Heinemeier Hansson | 2005-03-17 | 2 | -2/+2 |
* | More fixes for symlinked setups #793 [phantom] | David Heinemeier Hansson | 2005-03-07 | 2 | -4/+4 |
* | Added support for independent components residing in /components | David Heinemeier Hansson | 2005-02-20 | 2 | -0/+14 |
* | Renamed action_service to action_web_service | David Heinemeier Hansson | 2005-02-19 | 1 | -1/+1 |
* | Renamed Action Service to Action Web Service | David Heinemeier Hansson | 2005-02-18 | 2 | -2/+2 |
* | Integrated Action Service with the existing elements | David Heinemeier Hansson | 2005-02-18 | 2 | -12/+9 |
* | Loading the Routes should happen in the environments #655 | David Heinemeier Hansson | 2005-02-17 | 2 | -2/+2 |
* | Move Controllers wrapper module away from environment.rb and into dependencie... | David Heinemeier Hansson | 2005-02-15 | 2 | -4/+0 |
* | All libraries should link against the independent active support | David Heinemeier Hansson | 2005-02-15 | 2 | -0/+2 |
* | Moved Active Support into its own gem | David Heinemeier Hansson | 2005-02-15 | 1 | -0/+1 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 2 | -0/+4 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 2 | -4/+0 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 2 | -0/+4 |
* | Made ready for release of 0.9.4 | David Heinemeier Hansson | 2005-01-17 | 3 | -0/+3 |
* | Fixed log file permissions to be 666 instead of 777 (so they're not executabl... | David Heinemeier Hansson | 2005-01-15 | 2 | -2/+2 |
* | Switch dispatcher to use the new shared Dependencies approach | David Heinemeier Hansson | 2004-12-29 | 3 | -7/+3 |
* | Added ActionMailer::Base.deliver_method = :test to the test environment so th... | David Heinemeier Hansson | 2004-12-23 | 1 | -1/+1 |
* | Added ActionMailer::Base.raise_delivery_errors = false to the test environmen... | David Heinemeier Hansson | 2004-12-23 | 1 | -0/+1 |
* | Added graceful handling of an inaccessible log file by redirecting output to ... | David Heinemeier Hansson | 2004-12-19 | 2 | -2/+22 |
* | File.expand_path in config/environment.rb would fail when dealing with symlin... | David Heinemeier Hansson | 2004-12-18 | 2 | -2/+2 |
* | Breakpointing that works much better with CGI and FCGI | David Heinemeier Hansson | 2004-12-12 | 1 | -8/+1 |
* | Added collusion handling for FCGI | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | 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 |
* | Added preliminary remote breakpoint support | David Heinemeier Hansson | 2004-12-09 | 1 | -0/+9 |
* | Abolished ActionController::Base.require_or_load in favor of require_dependen... | David Heinemeier Hansson | 2004-11-30 | 2 | -2/+2 |
* | AbstractApplicationController and the individual controllers are now complete... | David Heinemeier Hansson | 2004-11-30 | 2 | -14/+9 |
* | Put establish_connection back in... | David Heinemeier Hansson | 2004-11-25 | 2 | -3/+4 |
* | Consolidated and better commented the environment files | David Heinemeier Hansson | 2004-11-25 | 5 | -40/+88 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 5 | -0/+68 |