aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* Clear filtered request attributes between requests in testsAndrew White2014-01-271-0/+3
* Re-remove deprecated API.kennyj2013-06-281-12/+0
* Revert "Add the options method to action_controller testcase."Rafael Mendonça França2013-05-161-6/+0
* use canonical #controller_path logic in controller test casesLance Ivy2013-05-051-1/+1
* applies documentation guidelinesXavier Noria2013-04-221-11/+12
* Remove unused block parametersAgis Anastasopoulos2013-04-071-3/+3
* Prefer find_by over dynamic finders in rdocSam Ruby2013-04-021-1/+1
* Fix typos and improve docs a bit [ci skip]Carlos Antonio da Silva2013-03-151-7/+5
* document request simulation methods in functional tests.Yves Senn2013-03-151-7/+27
* Skip fetching path if the iteration is going to be skippedCarlos Antonio da Silva2013-03-111-2/+2
* Allow use of assert_template with the :file option.Justin Coyne2013-03-011-1/+16
* partials inside directory work with `assert_template`Yves Senn2013-02-041-1/+2
* descriptive `assert_template` error when partial wasn't renderedYves Senn2013-02-041-0/+3
* Missing require hash/keysAkira Matsuda2013-02-011-0/+1
* Add keys/values methods to TestSessionCarlos Antonio da Silva2013-01-251-0/+8
* Integrate Action Pack with Rack 1.5Carlos Antonio da Silva2013-01-251-1/+14
* Revert "Merge pull request #8989 from robertomiranda/use-rails-4-find-by"Guillermo Iguaran2013-01-181-1/+1
* User Rails 4 find_byrobertomiranda2013-01-181-1/+1
* Remove useless || operationCarlos Antonio da Silva2013-01-171-2/+1
* Inherit from MiniTest::Unit::TestCase instead of MiniTest::SpecRafael Mendonça França2012-12-311-7/+0
* assert_template: validating option keysRoberto Soares2012-11-251-0/+2
* `assert_template` fails with empty string.Roberto Soares2012-11-231-8/+4
* `assert_template` fails with empty string when a template has been renderedRoberto Soares2012-11-231-4/+8
* Store FlashHashes in the session as plain hashes rather than custom objects w...James Coglan2012-11-091-1/+2
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-11/+11
|\
| * Multiple changes to 1,9 hash syntaxAvnerCohen2012-10-271-11/+11
* | Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-3/+3
|/
* refactor `ActionView::TestCase` internals to track rendered localsYves Senn2012-10-111-9/+4
* recognizes when a partial was rendered twice. Closes #3675Yves Senn2012-10-111-4/+10
* can't pass :locals to #assert_template without a view test case. Closes #3415Yves Senn2012-10-061-3/+7
* prefix TemplateAssertions ivars (#7459)Yves Senn2012-10-011-20/+20
* Whitespaces :scissors: [ci skip]Rafael Mendonça França2012-09-301-1/+1
* `assert_template` no more passing with what ever string that matches.Hugo Roque2012-09-291-5/+12
* Also includes ConstantLookup dependency for controller and mailer testsAndy Lindeman2012-09-261-0/+1
* Allow strings in the controller test describe blocksMike Moore2012-09-241-0/+1
* Support controller tests using spec DSL - fixes #7743Mike Moore2012-09-241-3/+5
* Renamed _path_segments to _recallBogdan Gusiev2012-08-041-1/+1
* load active_support/core_ext/class/attribute in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* Controller actions are processed in a separate thread for liveAaron Patterson2012-07-291-2/+10
* initialize ivars, refactor recycle! to call initializeAaron Patterson2012-07-291-9/+1
* issue a warning when we cannot construct a controllerAaron Patterson2012-07-281-2/+10
* threads can wait on responses to be committedAaron Patterson2012-07-271-0/+1
* deprecate `describe` without a block.Aaron Patterson2012-07-091-1/+1
* Revert "push parameter instantiation to one method"Aaron Patterson2012-07-051-1/+1
* Merge branch 'master' into testcleanAaron Patterson2012-07-051-2/+7
|\
| * Add the options method to action_controller testcase.François de Metz2012-07-041-2/+7
* | push parameter instantiation to one methodAaron Patterson2012-07-031-1/+1
* | add Mime.fetch so we can have default mime typesAaron Patterson2012-07-031-2/+1
* | make the default environment have actual defaultsAaron Patterson2012-07-031-2/+9