aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10478 from cainlevy/patch-1Rafael Mendonça França2013-05-061-1/+1
* Fixed test failures on 1.8.7 caused by 74e59eaFred Wu2013-03-271-1/+1
* Backport #5808Mack Earnhardt2013-03-241-6/+21
* Merge pull request #5288 from lest/patch-2José Valim2013-01-171-0/+2
* Revert "Merge pull request #7659 from HugoLnx/template_error_no_matches_rebased"Rafael Mendonça França2012-10-311-13/+6
* Revert "Merge pull request #7797 from senny/7459_prefix_tempalte_assertion_va...Rafael Mendonça França2012-10-301-20/+20
* Merge pull request #7848 from senny/3415_assert_template_has_nil_variableRafael Mendonça França2012-10-061-3/+7
* Merge pull request #7797 from senny/7459_prefix_tempalte_assertion_variablesRafael Mendonça França2012-10-011-20/+20
* Merge pull request #7659 from HugoLnx/template_error_no_matches_rebasedRafael Mendonça França2012-09-301-6/+13
* Don't paramify ActionDispatch::Http::UploadedFile in testsTim Vandecasteele2012-09-291-1/+1
* Revert "fix the Flash middleware loading the session on every request (very d...Rafael Mendonça França2012-06-051-0/+1
* fix the Flash middleware loading the session on every request (very dangerous...Will Bryant2012-04-301-1/+0
* Don't convert params if the request isn't HTML - fixes #5341Andrew White2012-04-291-6/+18
* We dont need to merge in the parameters as thats all being reset by the rack ...David Heinemeier Hansson2012-03-201-1/+0
* Remove ActionController::TestCase#rescue_action_in_public!Piotr Sarnacki2012-03-151-5/+0
* escape assigns[:person], assigns[person] etc in actioncontroller testcaseNick Howard2011-12-141-3/+3
* Fix bug in assert_template when using only `:layout` optionPrem Sichanugrist2011-12-061-13/+15
* Merge pull request #3193 from avakhov/patch-ac-test-case-safe-constantizeJosé Valim2011-10-031-3/+1
|\
| * use safe_constantize instead constantize in AC::TestCaseAlexey Vakhov2011-10-031-3/+1
* | normalize arg for AC::TestCase tests class methodAlexey Vakhov2011-10-031-2/+14
|/
* if ... nil? is more expensive than unlessMilan Dobrota2011-09-041-3/+3
* Make ActionController::TestCase#recycle! set @protocol to nilDavid Majda2011-08-231-1/+1
* Don't modify params in place - fixes #2624Andrew White2011-08-231-5/+3
* Fix the issue where default_url_options is being cached on test cases. Closes...thoefer2011-08-011-0/+1
* Call super here to allow SessionHash initialize new stuff for usSantiago Pastorino2011-06-191-1/+1
* Add backward compatibility for testing cookiesAndrew White2011-06-051-1/+8
* Refactor ActionController::TestCase cookiesAndrew White2011-06-041-13/+8
* Merge pull request #1203 from dchelimsky/stringify-parameter-values-in-testsJosé Valim2011-05-281-0/+19
|\
| * use to_param (and change method to name accordingly)David Chelimsky2011-05-221-8/+8
| * Stringify param values in controller tests.David Chelimsky2011-05-221-0/+19
* | Replace references to ActiveSupport::SecureRandom with just SecureRandom, and...Jon Leighton2011-05-231-1/+1
|/
* Use anonymous? that works on both Ruby 1.8 and 1.9.José Valim2011-05-171-3/+4
* add more robust test for wrapping params with anonymous classDavid Chelimsky2011-05-171-1/+5
* prevent errors when passing a frozen string as a param to ActionController::T...misfo2011-04-281-1/+3
* Improve testing of cookies in functional tests:Andrew White2011-03-061-1/+10
* class inheritable attributes is used no more! all internal use of class inher...Josh Kalderimis2010-11-201-2/+4
* Move @assigns from the controller to the test itselfSantiago Pastorino2010-11-061-0/+1
* Fix problems trying to functional test AC::Metal controllersSantiago Pastorino2010-11-061-2/+2
* Reset assert_template instance variables between requests [#5832 state:resolved]Andrew White2010-10-181-0/+7
* Solve some warnings and a failing test.José Valim2010-10-031-0/+1
* Rely on Rack::Session stores API for more compatibility across the Ruby world.José Valim2010-10-031-3/+5
* no need of nil checkNeeraj Singh2010-09-301-1/+1
* Remove more warnings: no need to define attr_accessor if already exists. Init...Emilio Tagua2010-09-281-3/+5
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-271-4/+0
* Avoid uninitialized variable warning.Emilio Tagua2010-09-271-1/+1
* Remove warning "URI.unescape is obsolete" from actionpack.Emilio Tagua2010-09-271-1/+5
* Remove deprecated stuff in ActionControllerCarlos Antonio da Silva2010-09-261-1/+1
* escape constant namesJoost Baaij2010-08-261-4/+4
* Reset symbolized path parameters when a test request is recycled [#5437 state...Andrew White2010-08-241-0/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1