aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/base_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-161-1/+1
* Merge pull request #33256 from ilkkao/ilkkao/remove-unused-params-optionRyuta Kamizono2018-10-011-1/+1
|\
| * Don't handle params option in a special way in url_for helperIlkka Oksanen2018-08-201-1/+1
* | Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
|/
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Do not include default response headers for AC::MetalJon Moss2017-03-291-0/+27
* improve error message when include assertions failMichael Grosser2016-09-161-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* modernizes hash syntax in actionpackXavier Noria2016-08-061-16/+16
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-44/+44
* Deprecate :controller and :action path parametersAndrew White2016-03-011-3/+12
* Push `before_sending` to super classeileencodes2015-12-061-1/+1
* provide a request and response to all controllersAaron Patterson2015-08-251-0/+2
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-171-1/+1
* let the superclass build the request and responseAaron Patterson2015-07-081-2/+0
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-2/+2
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-291-1/+1
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-291-3/+3
* Preserve default url options when generating URLsTekin Suleyman2015-01-281-0/+21
* Remove ActionController::HideActions (closes #18336)brainopia2015-01-061-38/+1
* Expectations firstAkira Matsuda2014-08-181-1/+1
* Remove ActionController::RecordIdentifier was deprecated.kennyj2013-06-011-29/+3
* Fix broken ActionController#action_missingJanko Luin2013-03-201-0/+12
* Deprecate AV::RecordIdentifier in controllersPiotr Sarnacki2012-08-281-0/+41
* Remove default match without specified methodJose and Yehuda2012-04-241-7/+7
* default_url_options does not receive one argument anymoreRafael Mendonça França2012-04-081-1/+1
* Remove ActionController::TestCase#rescue_action_in_public!Piotr Sarnacki2012-03-151-5/+0
* @controller already includes url_helpers in with_routing methodSantiago Pastorino2012-03-101-1/+0
* Optimize url helpers.Sergey Nartimov + José Valim2012-03-021-4/+4
* Added unit test to cover changes to RouteSet.url_forRyan McGeary2012-02-071-0/+16
* Do not deprecate performed.José Valim2012-01-191-0/+6
* Remove method missing handling when action is not found, use action missing i...Carlos Antonio da Silva2012-01-171-45/+0
* Remove other old compatibility constantsCarlos Antonio da Silva2012-01-171-2/+2
* AP tests should inherit from AS::TestCaseAaron Patterson2012-01-051-1/+1
* Moving to logger methods to ActiveSupport LoggerKarunakar (Ruby)2011-12-241-2/+2
* Removed deprecated RouteSet API, still many tests failPiotr Sarnacki2010-09-051-1/+1
* Remove deprecated support to <% form_for %> and several ActionController::Bas...José Valim2010-08-291-14/+0
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-6/+6
* Move Rails module to abstract_unit to make test in isolation workSantiago Pastorino2010-06-281-3/+0
* Missing method error doesn't specify which controller it is missing from [#44...Alan Harper2010-06-101-1/+10
* Tests method_missing to raise NameError. [#2522 state:resolved]Rizwan Reza2010-03-271-0/+16
* Current url helpers become actions in controller. Added a failing test case f...José Valim2010-03-221-6/+17
* Reinstate dom_id in controllers.Justin Ko2010-03-091-0/+8
* Reinstate default_url_options and remove url_options= writerJeremy Kemper2010-03-081-23/+19
* Silence test deprecation warningsCarlhuda2010-02-261-16/+55
* Fix controller_path returnsing an empty string in Ruby 1.8.7 [#4036 status:re...José Valim2010-02-261-0/+9
* Continued effort to deglobalize the routerCarlhuda2010-02-251-0/+1