aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* | assing the request on the response only onceAaron Patterson2012-07-031-4/+5
* | group things that are alikeAaron Patterson2012-07-031-10/+7
* | push functional test specific methods to it's own moduleAaron Patterson2012-07-031-1/+5
* | test should be testing to_param not to_s, remove Array subclassAaron Patterson2012-07-031-5/+1
* | push the cookie writing stuff out of the controllerAaron Patterson2012-07-031-0/+6
* | extend the controller with special logic on recycleAaron Patterson2012-07-031-6/+3
* | push req / res setting to the test runnerAaron Patterson2012-07-031-1/+10
|/
* Merge pull request #6805 from tim-vandecasteele/uploadedfile-paramifyCarlos Antonio da Silva2012-06-231-1/+1
|\
| * Don't paramify ActionDispatch::Http::UploadedFile in testsTim Vandecasteele2012-06-221-1/+1
* | add :nodoc: to internal implementations [ci skip]Francesco Rodriguez2012-06-221-1/+1
|/
* Fix incorrect assert_block -> assert conversion. Assumed too much from the Mi...Jeremy Kemper2012-05-171-2/+2