Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync 'rails/rails/master' | Yehuda Katz | 2009-01-02 | 1 | -5/+0 |
| | |||||
* | Make router and controller classes better rack citizens | Joshua Peek | 2008-12-28 | 1 | -3/+1 |
| | |||||
* | Cleanup dispatch path | Joshua Peek | 2008-12-18 | 1 | -1/+3 |
| | |||||
* | Move gaint lock into middleware | Joshua Peek | 2008-12-18 | 1 | -1/+1 |
| | |||||
* | Boot out CGI Processor. | Joshua Peek | 2008-12-04 | 1 | -20/+18 |
| | | | | | * Add ActionController::CGIHandler as a backwards compatible CGI wrapper around Rack. * Also pull failsafe responder into ActionController::Failsafe middleware. | ||||
* | Use autoload instead of explicit requires for ActionController | Joshua Peek | 2008-11-23 | 1 | -2/+0 |
| | |||||
* | Ensure ActionView::Helpers::AssetTagHelper::AssetTag::Cache is cleared ↵ | Tim Harper | 2008-10-20 | 1 | -1/+9 |
| | | | | | | before loading so changes to asset files are picked up by the broswer [#1233 state:resolved] Signed-off-by: Joshua Peek <josh@joshpeek.com> | ||||
* | Namespace Inflector, Dependencies, OrderedOptions, and TimeZone under ↵ | Joshua Peek | 2008-06-03 | 1 | -2/+2 |
| | | | | ActiveSupport [#238 state:resolved] | ||||
* | Refactor Dispatcher callbacks to remove unnecessary Dependencies checks in ↵ | Pratik Naik | 2008-04-18 | 1 | -38/+17 |
| | | | | production environment. | ||||
* | Stub out Dispatcher#log_failsafe_exception method to please the test gods. | Joshua Peek | 2008-04-15 | 1 | -3/+6 |
| | |||||
* | stub the instance method, there is no class method | Jeremy Kemper | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | Ruby 1.9 compat: proc arity | Jeremy Kemper | 2008-04-01 | 1 | -4/+4 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9190 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9: no args is 0 arity, not -1 as in 1.8 | Jeremy Kemper | 2008-04-01 | 1 | -2/+2 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9187 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Refactor filters to use Active Support callbacks. Closes #11235. | Jeremy Kemper | 2008-03-18 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9055 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Extract ActiveSupport::Callbacks from Active Record, test case setup and ↵ | Jeremy Kemper | 2008-01-19 | 1 | -1/+1 |
| | | | | | | teardown, and ActionController::Dispatcher. Closes #10727. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8664 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | require abstract_unit directly since test is in load path | Jeremy Kemper | 2008-01-05 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8564 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat: file uploads. References #1689 [Frederick Cheung] | Jeremy Kemper | 2007-12-27 | 1 | -1/+1 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8492 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Dispatcher: fix that to_prepare should only run once in production. Closes ↵ | Jeremy Kemper | 2007-10-16 | 1 | -0/+8 |
| | | | | | | #9889. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7944 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Ruby 1.9 compat, consistent load paths | Jeremy Kemper | 2007-10-02 | 1 | -6/+6 |
| | | | | git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7719 5ecf4fe2-1ee6-0310-87b1-e25e094e27de | ||||
* | Move Railties' Dispatcher to ActionController::Dispatcher, introduce before_ ↵ | Jeremy Kemper | 2007-09-26 | 1 | -0/+115 |
and after_dispatch callbacks, and warm up to non-CGI requests. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7640 5ecf4fe2-1ee6-0310-87b1-e25e094e27de |