aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* RouteSet does not raise ActionController::RoutingError when no routes match a...Carl Lerche2010-04-301-2/+4
* add HTTP Token Authorization support to complement Basic and Digest Authoriza...rick2010-04-301-0/+113
* ActionCachingTestController rescues from all exceptions. Making sure that all...Neeraj Singh2010-04-291-0/+31
* Use Config::CONFIG['host_os'] instead of RUBY_PLATFORM [#4477 state:resolved]Anil Wadghule2010-04-261-1/+2
* Action Pack: fix tests with -K*, work around Ruby 1.9.1 constant lookup.Cezary Baginski2010-04-251-2/+2
* Missed commit: explicit source encodingJeremy Kemper2010-04-241-1/+1
* Fix render :xml test (ht Simo Niemelä)José Valim2010-04-241-2/+2
* Make ActionDispatch url_for use HWIA symbolize_keysSantiago Pastorino2010-04-221-3/+7
* Ensure that url_for uses symbolized keys in the controller. [#4391]J Smith2010-04-221-0/+10
* Always downstream given options in :json, :xml and :js renderers and add test...José Valim2010-04-222-7/+35
* access assigns as a method or hash, with strings or symbols [#4431 state:reso...David Chelimsky2010-04-171-0/+16
* Added missing requireSantiago Pastorino2010-04-161-0/+1
* Added test get to js should have a header with content-type text/javascriptSantiago Pastorino2010-04-161-1/+8
* Tidy up a bit this test fileSantiago Pastorino2010-04-161-7/+2
* Revert "Add test case which check content type when rendering rjs" partial in...Santiago Pastorino2010-04-161-9/+1
* Make perform_caching work again, with the tests passing and backward compatibleSantiago Pastorino and Carl Lerche2010-04-152-14/+14
* Merge branch 'master' of github.com:rails/railswycats2010-04-131-1/+1
|\
| * Use correct RUBY_PLATFORM regex for Windows env [#4385 state:resolved]Anil Wadghule2010-04-131-1/+1
* | Add test case which check content type when rendering rjs partial in html tem...Stanko Alexander2010-04-131-1/+9
|/
* Move verification to a plugin as well: http://github.com/rails/verification.gitJosé Valim2010-04-101-270/+0
* Fixed that default locale templates should be used if the current locale temp...Carl Lerche2010-04-081-0/+22
* Add accessors for request and response so tests don't have to mess with inter...Michael Koziarski2010-04-091-0/+6
* Fix cookie access in integration tests with other host namesJoshua Peek2010-04-051-0/+45
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-052-5/+3
* * Change the object used in routing constraints to be an instance ofwycats2010-04-032-2/+2
* Deprecate cookie_verifier_secret in favor of config.cookie_secret allowing si...José Valim2010-03-311-1/+1
* Consistent routing languageJoshua Peek2010-03-305-29/+29
* Fix stack overflow bug in integration test router helpersJoshua Peek2010-03-301-0/+47
* Tests method_missing to raise NameError. [#2522 state:resolved]Rizwan Reza2010-03-271-0/+16
* open_session can just return the a dup of the current context.wycats2010-03-221-5/+3
* Current url helpers become actions in controller. Added a failing test case f...José Valim2010-03-221-6/+17
* Fixed a bunch of tests that failed in 1.9 because they assumed that a Rack re...wycats2010-03-194-7/+12
* Improve performance of the rendering stack by freezing formats as a sign that...José Valim2010-03-191-2/+13
* remove duplicated self.view_paths assingment on controller tests [#4206 state...Santiago Pastorino2010-03-181-2/+2
* Return a valid Rack response from bare ActionController::MetalCarlhuda2010-03-181-0/+27
* Make render :partial, :layout consistent between AC and AVCarlhuda2010-03-181-11/+1
* All tests pass without memoizing view_contextCarlhuda2010-03-182-3/+13
* Deleting and setting a cookie in the same request was brokenMathias Biilmann Christensen2010-03-171-0/+11
* Modify assert_template to use notifications. Also, remove ActionController::B...Carlhuda2010-03-174-16/+18
* Remove unneeded AV::Base and AV::Template monkey-patchesCarlhuda2010-03-171-3/+2
* Fix rendering of HTML partials inside JS templates [#4197 status:resolved]José Valim2010-03-161-0/+7
* Some more tweaks on <% %>.Carlhuda2010-03-161-4/+4
* 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