aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller
Commit message (Expand)AuthorAgeFilesLines
* #include should be #extendYehuda Katz2009-10-271-1/+1
* Clean up flash a bitYehuda Katz2009-10-271-1/+1
* Clean up flash a bitYehuda Katz2009-10-261-25/+23
* Clean up parameter logging someYehuda Katz2009-10-261-42/+23
* Clean up and update cookiesYehuda Katz2009-10-261-17/+27
* Fixes expires_now and cleans things up a bitYehuda Katz2009-10-261-1/+1
* Extract #head into its own module and simplify itYehuda Katz2009-10-262-36/+30
* Base setup for config object in AC.Yehuda Katz2009-10-263-12/+32
* Start rewriting some internal tests to use the new routing dslJoshua Peek2009-10-201-0/+4
* Group together all the old routing dsl logicJoshua Peek2009-10-201-1/+0
* Move Routing into ADJoshua Peek2009-10-206-1765/+3
* Replace decaying routing internals w/ rack-mountJoshua Peek2009-10-1911-1234/+337
* Only undef to_json if it's definedJeremy Kemper2009-10-191-1/+1
* Unify class_inheritable_accessor and extlib_inheritable_accessor and allow re...José Valim2009-10-171-6/+3
* Use Rails.application where we want a valid rack appJoshua Peek2009-10-161-1/+1
* Deprecate RAILS_ROOT in favor of Rails.root (which proxies to the application...Carl Lerche2009-10-161-1/+1
* Renamed Orchestra to Notifications once again [#3321 state:resolved]José Valim2009-10-153-8/+8
* Unify benchmark APIs.José Valim2009-10-152-23/+6
* Update Orchestra instrumentations and move part of logging to Orchestra.José Valim2009-10-153-27/+15
* Revert "Rename Orchestra to Notifications [#3321 state:resolved]"José Valim2009-10-152-6/+6
* Punt on ConcurrentHash [#3322 state:resolved]Joshua Peek2009-10-141-5/+5
* Rename Orchestra to Notifications [#3321 state:resolved]Joshua Peek2009-10-142-6/+6
* Test cases should see all the cookies, not just cookies that have been set in...Craig Smith2009-10-151-1/+1
* Use ERB::Util.h over CGI.escapeHTML as the former is safety aware and the lat...Michael Koziarski2009-10-151-1/+1
* CookieJar#delete should return the key's value, consistent with a HashJeffrey Hardy2009-10-141-1/+2
* Finish porting over the initializers to the app object and fix all the testsCarl Lerche2009-10-081-1/+1
* Revert "Revert "Fix Dispatch.new so passenger works" as it broke the build"Joshua Peek2009-10-051-1/+1
* Revert "Fix Dispatch.new so passenger works" as it broke the buildMichael Koziarski2009-10-051-1/+1
* Fix Dispatch.new so passenger worksJoshua Peek2009-10-041-1/+1
* Ported the new ActionView::TestCase from 2-3-stable to master [#3260Erik Ostrom2009-09-281-1/+1
* 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