aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller
Commit message (Expand)AuthorAgeFilesLines
* Move Rails::LogSubscriber to ActiveSupport::LogSubscriber, allowing framework...José Valim2010-06-241-5/+5
* Fix controller_name for non default controller paths [#4901 state:resolved]knapo2010-06-231-0/+38
* Make sure a namespaced <%= render form %> still renders the _form partial [#4...Jan De Poorter2010-06-201-0/+11
* Make polymorphic_url and scaffolding work with uncountable resources [#3930 s...Andrew White2010-06-201-2/+21
* edit pass: the names of Rails components have a space, ie, "Active Record", n...Xavier Noria2010-06-142-2/+2
* Ruby 1.9.1 compat: constant lookupJeremy Kemper2010-06-111-1/+1
* Moved test/controller/cookie_test.rb to test/dispatch/cookies_test.rbRizwan Reza2010-06-111-228/+0
* Missing method error doesn't specify which controller it is missing from [#44...Alan Harper2010-06-101-1/+10
* Better test for ticket [#3914 state:resolved]Neeraj Singh2010-06-091-0/+11
* cache_sweeper yields blank outputNeeraj Singh2010-06-081-0/+6
* Fixed double output from cache in no caching modeDavid Heinemeier Hansson2010-06-081-15/+0
* Fix case when rendering a partial inside RJS with inherited layout [#4786 sta...José Valim2010-06-071-0/+3
* Add :only and :except to controllers MiddlewareStack. This allowsJosé Valim2010-05-301-11/+22
* Fix a bug where responders were not working properly on method override.José Valim2010-05-241-0/+13
* Use better assertion methods for testingNeeraj Singh2010-05-192-9/+9
* Use assert_respond_to because it has better error messagingNeeraj Singh2010-05-182-4/+4
* Simplify cookie_store by simply relying on cookies.signed.José Valim2010-05-182-2/+64
* Revert "Moved encoding work in progress to a feature branch."wycats2010-05-173-5/+5
* Moved encoding work in progress to a feature branch.Jeremy Kemper2010-05-163-5/+5
* Significantly improved internal encoding heuristics and support.wycats2010-05-163-5/+5
* Check blocks are not incorrectly detected when compiling erubis templates [#4...Simon Jefford2010-05-161-0/+5
* Fixed 1 failure and 2 errors in ActionPack testsuite [#4613 state:commited]rohit2010-05-162-5/+5
* partial counters with :as [#2804 state:resolved]Jeff Kreeftmeijer2010-05-151-0/+9
* Add tests for convenience methods #notice and #alert to flash.now [#4369 stat...Anil Wadghule2010-05-151-0/+20
* fix assert_select messages to its declaration behaviourPaco Guzman2010-05-151-3/+13
* move assert_template tests to their own test case [#4501 state:resolved]David Chelimsky2010-05-031-41/+46
* Eliminate false positives when passing symbols to assert_templateDavid Chelimsky2010-05-031-4/+25
* move FixtureResolver to a file that is accessible outside Rails' own testsDavid Chelimsky2010-05-021-2/+0
* 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