| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Removed the mutex from the WEBrick adapter under the production environment s... | David Heinemeier Hansson | 2005-06-22 | 1 | -3/+3 |
* | Dont activate the query cache just yet | David Heinemeier Hansson | 2005-05-02 | 1 | -1/+0 |
* | Started work on a per-request query cache | David Heinemeier Hansson | 2005-05-02 | 1 | -0/+1 |
* | Added exception shallowing if the DRb server can't be started (not worth maki... | David Heinemeier Hansson | 2005-03-06 | 1 | -1/+1 |
* | Help against errors in ApplicationController | David Heinemeier Hansson | 2005-02-20 | 1 | -2/+2 |
* | Updated dependency loading to consider non-standard class/file name combinations | David Heinemeier Hansson | 2005-02-20 | 1 | -1/+1 |
* | Allows a loading module to load from multiple load paths #675 | David Heinemeier Hansson | 2005-02-20 | 1 | -1/+1 |
* | All libraries should link against the independent active support | David Heinemeier Hansson | 2005-02-15 | 1 | -1/+1 |
* | A hopefully more successful attempt at the Routing branch merge | David Heinemeier Hansson | 2005-02-15 | 1 | -36/+14 |
* | Backed out of routing merge.. investigating missing patches | David Heinemeier Hansson | 2005-02-15 | 1 | -15/+37 |
* | Merged back the Routing branch | David Heinemeier Hansson | 2005-02-15 | 1 | -37/+15 |
* | Moved subclass reloading responsibilities to Dependencies | David Heinemeier Hansson | 2005-01-25 | 1 | -3/+1 |
* | New approach to reloading that uses remove_const on ARs and AOs as well as ACs | David Heinemeier Hansson | 2005-01-25 | 1 | -21/+6 |
* | Fixed that /Recipe/new and /recipe/new points to the same thing [Lyle Johnson] | David Heinemeier Hansson | 2005-01-24 | 1 | -2/+2 |
* | Fixed handling of syntax errors in models that had already been succesfully r... | David Heinemeier Hansson | 2005-01-24 | 1 | -9/+19 |
* | Another swing at reloading | David Heinemeier Hansson | 2005-01-24 | 1 | -13/+8 |
* | Brought back reloading of models | David Heinemeier Hansson | 2005-01-23 | 1 | -1/+1 |
* | Flipped reloads around | David Heinemeier Hansson | 2005-01-20 | 1 | -1/+1 |
* | Fixed that FCGI can also display SyntaxErrors | David Heinemeier Hansson | 2005-01-20 | 1 | -3/+7 |
* | New adventures in dependency reloading | David Heinemeier Hansson | 2005-01-16 | 1 | -1/+1 |
* | New adventures in dependency reloading | David Heinemeier Hansson | 2005-01-16 | 1 | -15/+9 |
* | Fixed that auto reloading would some times not work or would reload the model... | David Heinemeier Hansson | 2005-01-15 | 1 | -50/+60 |
* | 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 | 1 | -3/+9 |
* | Switch dispatcher to use the new shared Dependencies approach | David Heinemeier Hansson | 2004-12-29 | 1 | -2/+2 |
* | 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 | 1 | -1/+1 |
* | Fixed a small bug in the new referencing of DEFAULT_SESSION_OPTIONS | David Heinemeier Hansson | 2004-12-16 | 1 | -1/+1 |
* | Made the last tweaks before 0.9 | David Heinemeier Hansson | 2004-12-16 | 1 | -3/+1 |
* | Renamed AbstractApplicationController and abstract_application.rb to Applicat... | David Heinemeier Hansson | 2004-12-15 | 1 | -2/+2 |
* | Cleaner deactivation of the breakpoint server | David Heinemeier Hansson | 2004-12-12 | 1 | -1/+1 |
* | Breakpointing that works much better with CGI and FCGI | David Heinemeier Hansson | 2004-12-12 | 1 | -0/+6 |
* | Reload the cached column information between requests when the ActionControll... | David Heinemeier Hansson | 2004-12-12 | 1 | -2/+2 |
* | Moved require_association to associations.rb and added methods for resetting ... | David Heinemeier Hansson | 2004-12-12 | 1 | -4/+4 |
* | Only nuke the AbstractApplicationController if its available | David Heinemeier Hansson | 2004-12-08 | 1 | -1/+1 |
* | Syntax errors and other exceptions thrown outside of an action are now gracef... | David Heinemeier Hansson | 2004-12-06 | 1 | -9/+3 |
* | Abolished ActionController::Base.require_or_load in favor of require_dependen... | David Heinemeier Hansson | 2004-11-30 | 1 | -2/+2 |
* | AbstractApplicationController and the individual controllers are now complete... | David Heinemeier Hansson | 2004-11-30 | 1 | -12/+36 |
* | Initial | David Heinemeier Hansson | 2004-11-24 | 1 | -0/+55 |