aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* Move middleware and route configuration from AC::Dispatcher to Rails applicat...Joshua Peek2009-09-262-10/+3
* Move default middleware stack into initializerJoshua Peek2009-09-262-20/+1
* Move railties/lib/* into railties/lib/*Yehuda Katz + Carl Lerche2009-09-241-0/+1
* Resurrect AC::Benchmarking [#3140 state:resolved]Joshua Peek2009-09-242-0/+93
* SessionRestoreError belongs in ADJoshua Peek2009-09-231-3/+0
* Move helpers specific to functional tests out of TestProcess into AC::TestCaseJoshua Peek2009-09-232-152/+149
* Move integration test runner into ActionDispatchJoshua Peek2009-09-234-493/+3
* Use NewCallbacks on ActionDispatch::Callbacks.José Valim2009-09-201-1/+1
* Add Orchestra instrumentation to fragment and page caching.José Valim2009-09-203-19/+34
* Remove global exception catching from ApplicationController.Joshua Peek2009-09-152-48/+7
* Uses extlib_inheritable_accessorJeremy Kemper2009-09-141-0/+2
* Omit PATH_INFO in integration test so rack mock will properly override itJoshua Peek2009-09-131-1/+0
* Memoize in the endpoint.Yehuda Katz2009-09-121-5/+10
* Add per-controller middlewareYehuda Katz2009-09-121-1/+14
* Fix filtering parameters when there are Fixnum or other un-dupable values.Nathaniel Talbott2009-09-101-1/+1
* Cleanup hacky routing with controller_path in url helper tests. This doesn't ...Joshua Peek2009-09-061-1/+1
* Refactor ActionController to use find_template and template_exists?Yehuda Katz + Carl Lerche2009-09-032-2/+2
* Refactor ActionView::ResolverYehuda Katz + Carl Lerche2009-09-031-1/+1
* rack-test 0.4.2 has rack 1.1.pre goodies, we'll use it insteadJoshua Peek2009-08-312-9/+7
* Back off rack 1.1-pre and bundle in the new testing goodiesJoshua Peek2009-08-312-2/+3
* Ensure that blocks are also handled inside the responder.José Valim2009-08-292-23/+36
* Attempt to render the template inside the responder, so it can be used for ca...José Valim2009-08-292-26/+37
* Reset session in integration tests after changing routes to reload the middle...Joshua Peek2009-08-271-1/+3
* Fixed stupid mistake... nothing to see here.Carl Lerche2009-08-261-1/+1
* Set the request and response in ActionController::MiddlewareCarl Lerche2009-08-261-0/+4
* UrlRewriter#rewrite_url should call #to_param on the value given in :anchor o...Jeffrey Hardy2009-08-261-1/+1
* Create new ActionController::Middleware class that will work as a normal Rack...Yehuda Katz2009-08-262-22/+34
* And the same thing for BasicYehuda Katz + Carl Lerche2009-08-251-1/+2
* HTTP Auth should not depend on RenderingControllerYehuda Katz + Carl Lerche2009-08-251-1/+2
* Redirector had an undeclared dependency on Logger.Yehuda Katz + Carl Lerche2009-08-251-0/+3
* Modify Digest and Basic to take a request so they can be used outside of the ...Yehuda Katz + Carl Lerche2009-08-251-7/+7
* ActionController::Metal can be a middlewareYehuda Katz + Carl Lerche2009-08-252-12/+36
* Move legacy param_parsers config onto AD::ParamsParserJoshua Peek2009-08-211-6/+0
* Cleanup route reloading in tests. Prefer with_routing over using ActionContro...Joshua Peek2009-08-161-4/+8
* Axe "best fit" generation supportJoshua Peek2009-08-151-27/+2
* Normalize route generation order: associations, yield block, then own routes.Jeremy Kemper2009-08-151-9/+9
* Got tests to pass with some more changes.Yehuda Katz2009-08-152-8/+16
* Caches and cache clearing seems to actually work, but the actual architecture...Yehuda Katz2009-08-151-0/+32
* Merge branch 'master' of git://github.com/rails/railsJosé Valim2009-08-136-19/+23
|\
| * More perf work:Yehuda Katz2009-08-115-16/+18
| * Got overhead down from 127 to 85. All tests pass:Yehuda Katz2009-08-113-4/+6
* | Ensure collections are not treated as nested resources.José Valim2009-08-132-7/+8
|/
* Deprecate router generation "best match" sortingJoshua Peek2009-08-092-6/+30
* Added both the documentation and a test case for the collection path name cus...Hugo Peixoto2009-08-091-2/+3
* path_names could be used to customize collection actions tooBence Nagy2009-08-091-1/+4
* Remove unused routeset method routes_for_controller_and_action in favour for ...Gabe da Silveira2009-08-091-7/+0
* Allow to configure trusted proxies via ActionController::Base.trusted_proxies...Felipe Talavera2009-08-091-0/+2
* Make http digest work with different server/browser combinationsJosé Valim2009-08-091-1/+2
* Use response_body rather than performed?Yehuda Katz2009-08-091-1/+1
* Fix HTTP basic authentication for long credentials [#2572 state:resolved]Jan Schwenzien2009-08-091-1/+1