aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Break a window :/Jeremy Kemper2010-03-151-1/+1
* Add deprecation notices for <% %>.Carlhuda2010-03-151-13/+2
* Don't force singularization of singleton resource names, e.g. /preferences [#...Andrew White2010-03-151-0/+7
* read_ and write_fragment cache preserve html safety yet cache strings onlyJeremy Kemper2010-03-141-0/+13
* Ensure controller filters are executed before stuff starts to happen.José Valim2010-03-131-0/+14
* Add tests for lookup context.José Valim2010-03-111-1/+1
* skip_relative_url_root url_for option is deadJoshua Peek2010-03-091-1/+1
* RouteSet#rewrite => url_forJoshua Peek2010-03-092-3/+3
* Move AC::UrlRewriter onto route setJoshua Peek2010-03-092-7/+3
* Reinstate dom_id in controllers.Justin Ko2010-03-091-0/+8
* Get rid of the instance-level URL rewriterwycats2010-03-092-30/+16
* Reinstate default_url_options and remove url_options= writerJeremy Kemper2010-03-081-23/+19
* Clean LookupContext API.José Valim2010-03-081-3/+3
* Get rid of relative_url_path in favor of respecting SCRIPT_NAME. Also added a...Carlhuda2010-03-041-2/+2
* Refactor cache_store to use ActionController configCarlhuda2010-03-042-9/+15
* Deprecated ActionController::Base.session_options= and ActionController::Base...Carlhuda2010-03-041-2/+3
* Clarify cookie jar testJeremy Kemper2010-03-041-6/+1
* Fixes test ordering bug (ht: evan)wycats2010-03-041-0/+3
* Merge branch 'configuration_refactor'Carl Lerche2010-03-037-43/+23
|\
| * ActionController::Base.use_accept_header is not actually used anymore, so let...Carl Lerche2010-03-033-19/+0
| * ActionDispatch::Request deprecates #request_uriCarl Lerche2010-03-032-2/+2
| * Fix tests for the request refactorCarl Lerche2010-03-032-3/+6
| * Tweak the semantic of various URL related methods of ActionDispatch::RequestCarlhuda2010-03-032-6/+8
| * Work on deprecating ActionController::Base.relative_url_rootCarlhuda2010-03-031-11/+4
| * Move session_store and session_options to the AC configuration objectCarlhuda2010-03-031-2/+3
* | don't depend on the order of cookies (Hash ordering bug)Yehuda Katz2010-03-031-1/+1
|/
* Fix failing Action Pack testsCarlhuda2010-03-021-1/+2
* No longer add missing leading / on path args to assert_redirected_to. Depreca...Jeremy Kemper2010-03-021-2/+4
* Action Mailer setup obviated by test bundleJeremy Kemper2010-03-021-12/+1
* Remove implicit controller namespacing from new dslJoshua Peek2010-02-282-4/+8
* 1.9 seems to have a bug involving cloned classes and super. Fix it by not clo...Carlhuda2010-02-261-8/+12
* If IntegrationSession is initialized with an objects that responds to #routes...Carlhuda2010-02-263-6/+2
* Setting UrlFor in with_routing is no longer needed now that it's not globalCarlhuda2010-02-261-4/+5
* Silence test deprecation warningsCarlhuda2010-02-261-16/+55
* Rename named_url_helpers to url_helpers and url_helpers to url_forCarlhuda2010-02-264-9/+9
* Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...José Valim2010-02-261-0/+9
* Rename metaclass to singleton_classCarlhuda2010-02-253-4/+4
* Get URL helpers working again in integration tests.Carlhuda2010-02-251-17/+7
* Continued effort to deglobalize the routerCarlhuda2010-02-252-27/+8
* Fix all of AP's tests with the non global routerCarlhuda2010-02-251-2/+4
* Merge branch 'master' of github.com:rails/railsCarlhuda2010-02-251-1/+1
* WIP: Remove the global routerCarlhuda2010-02-258-35/+48
* Cleanup render callstack and make render(:json => {}, :status => 401) work ag...José Valim2010-02-241-0/+10
* Remove ActionController::Base.resources_path_namesCarl Lerche2010-02-241-9/+10
* Fix render :file => "#{Rails.root}/public/404.html", :status => :not_found. C...Yehuda Katz2010-02-231-0/+9
* Revert "Fix test load paths for those not using bundler"Carlhuda2010-02-231-3/+0
* Makes send_file work again by deferring to Rack::Sendfile. Carlhuda2010-02-232-25/+2
* Fix streaming by having it create a File object, which can be handled by Rack...Carlhuda2010-02-231-3/+11
* Use ActionDispatch::Routing everywhereMartin Schürrer2010-02-214-9/+9
* Require persisted? in ActiveModel::Lint and remove new_record? and destroyed?...José Valim2010-02-212-11/+11