aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/test_case.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* MiniTest deprecated #assert_block in favor of calling #assert with a blockJeremy Kemper2012-05-171-1/+1
* Removing ==Examples and last blank lines of docs from actionpackFrancesco Rodriguez2012-05-151-6/+1
* Improve assert_template layout checkingAlexey Vakhov2012-05-041-3/+15
* Fix assert_template :layout => nil assertionAlexey Vakhov2012-05-041-2/+5
* Fix assert_template assertion with :layout optionAlexey Vakhov2012-05-041-1/+1
* Merge pull request #6034 from willbryant/flash_must_not_load_session_on_every...Piotr Sarnacki2012-04-301-1/+0
|\
| * fix the Flash middleware loading the session on every request (very dangerous...Will Bryant2012-04-281-1/+0
* | Fix controller_class_name for anonymous controllers.Michael Schuerig2012-04-291-1/+1
* | Don't convert params if the request isn't HTML - fixes #5341Andrew White2012-04-291-6/+18
* | Merge session arg with existing session instead of overwritingAndrew White2012-04-281-1/+1
|/
* remove unnecessary else statementVasiliy Ermolovich2012-04-261-3/+3
* Remove obsolete codeAlexey Vakhov2012-04-121-3/+0
* 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
* assert_template matches against RegexpGrant Hutchins2012-03-101-2/+7
* force response body to be read in assert_templateSergey Nartimov2012-03-051-0/+4
* Add config.default_method_for_update to support PATCHDavid Lee2012-02-221-1/+6
* Dont do underscore and camelize, only camelize is fineSemyon Perepelitsa2012-01-311-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-01-111-0/+1
|\
| * Add missing endRafael Mendonça França2012-01-101-0/+1
* | AC:TestCase::Behavior#head only accepts parameters as second argumentRafael Mendonça França2012-01-101-1/+1
* | Fix ActionController::TestCase::Behavior.headRafael Mendonça França2012-01-101-1/+1
* | Merge pull request #4371 from rafaelfranca/test_unit_cleanupAaron Patterson2012-01-091-1/+1
|\ \
| * | Whitespaces :scissors:Rafael Mendonça França2012-01-061-1/+1
* | | get rid of using instance_variable_names method from ASSergey Nartimov2012-01-071-2/+2
|/ /
* | register spec subclasses for people who specAaron Patterson2012-01-061-0/+6
* | convert build_message to sprintfAaron Patterson2012-01-061-9/+5
* | test response assertionsAaron Patterson2012-01-061-2/+0
* | use assert_includes rather than calling includes? specificallyAaron Patterson2012-01-061-2/+2
* | Revert "remove deprecated API"Aaron Patterson2012-01-051-0/+12
* | remove deprecated APIAaron Patterson2012-01-051-12/+0
* | fix some whitespace errorsAaron Patterson2012-01-051-5/+5
|/