aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-132-2/+0
* Always reject files external to appJohn Hawthorn2019-04-031-2/+2
* Introduce Template::File as new render file:John Hawthorn2019-03-271-6/+18
* Address rubocop offencesRyuta Kamizono2019-03-211-1/+1
* Fix a ContentNegotiation test descriptionSharang Dashputre2019-03-191-1/+1
* Only accept formats from registered mime typesJohn Hawthorn2019-03-101-2/+12
* Templates should be eval'd in the context of an AV::Base objectAaron Patterson2019-01-171-55/+0
* Merge pull request #33949 from sjain1107/no-private-defKasper Timm Hansen2018-09-231-4/+5
|\
| * Remove private defSakshi Jain2018-09-231-4/+5
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
|/
* Remove `:api:` tag that has leaked on the doc directly [ci skip]Ryuta Kamizono2017-09-301-3/+0
* Use frozen string literal in actionpack/Kir Shatrov2017-07-2916-0/+32
* Make actionpack frozen string friendlyKir Shatrov2017-07-242-2/+6
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0218-18/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0118-0/+18
* Define path with __dir__bogdanvlviv2017-05-232-6/+6
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-252-3/+3
* Privatize unneededly protected methods in Action Pack testsAkira Matsuda2016-12-232-10/+8
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Remove deprecated support to :text in renderRafael Mendonça França2016-10-101-188/+0
* Fix broken comments indentation caused by rubocop auto-correct [ci skip]Ryuta Kamizono2016-09-141-1/+1
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+2
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-066-9/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-063-12/+12
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-4/+2
* modernizes hash syntax in actionpackXavier Noria2016-08-0610-68/+68
* applies new string literal convention in actionpack/testXavier Noria2016-08-0619-74/+74
* Deprecate :controller and :action path parametersAndrew White2016-03-017-12/+18
* Handle response_body= when body is nileileencodes2016-01-301-0/+16
* Push `before_sending` to super classeileencodes2015-12-061-1/+1
* Delete needless `require 'active_support/deprecation'`yui-knk2015-10-201-1/+0
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-2/+2
* stop calling deprecated methodsAaron Patterson2015-09-211-2/+2
* Set the content-type to `text/html` if the options[:html] is trueakihiro172015-08-291-1/+0
* remove RackDelegation moduleAaron Patterson2015-08-261-2/+0
* include ActionView::Rendering in the minimal controllerAaron Patterson2015-08-261-0/+1
* provide a request and response to all controllersAaron Patterson2015-08-253-2/+4
* Fix another rack SPEC violationAaron Patterson2015-08-251-1/+1
* rack SPEC doesn't allow `first` on the bodyAaron Patterson2015-08-251-8/+12
* remove vestigial codeAaron Patterson2015-08-071-43/+0
* Stop using deprecated `render :text` in testPrem Sichanugrist2015-07-174-16/+16
* Add deprecation warning for `render :text`Prem Sichanugrist2015-07-171-11/+42
* Fix test messages use directly true, false and nil instead of their symbolAkshay Vishnoi2015-03-191-3/+3
* Removing old helper that was necessary for compatibility with Ruby 1.8.xThiago Pradi2015-02-222-5/+3
* Consistent usage of spaces in hashes across our codebaseRafael Mendonça França2015-01-297-15/+15
* Switch to kwargs in ActionController::TestCase and ActionDispatch::IntegrationKir Shatrov2015-01-297-15/+15
* Add `ActionController::Metal#set_request!`brainopia2015-01-211-0/+9
* Fix actionpack test cases broken by #16888Godfrey Chan2014-09-262-29/+9