aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/new_base
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix typos like `a html` to `an html` and 'an mail' to 'an email'. [ci skip]Santosh Wadghule2014-07-141-2/+2
* Removed single space padding from empty response body.Godfrey Chan2014-07-104-16/+16
* Prevent state leak.Guo Xiang Tan2014-06-051-0/+2
* The correct status to test should be :switching_protocols.Zuhao Wan2014-05-251-2/+2
* Only accept actions without File::SEPARATOR in the name.Rafael Mendonça França2014-05-061-1/+16
* Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-17/+12
* Introduce `render :html` for render HTML stringPrem Sichanugrist2014-02-181-0/+190
* Introduce `render :plain` for render plain textPrem Sichanugrist2014-02-181-0/+168
* Update hash format for render_text_testPrem Sichanugrist2014-02-181-18/+18
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-0/+175
* Raise RuntimeErrors with inspectable and MRI-independent messages.Federico Ravasio2013-11-242-4/+4
* Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-09-101-1/+1
* Make AC standalone rendering workSantiago Pastorino2013-09-101-0/+15
* Revert "Merge branch 'master' of github.com:rails/docrails"Vijay Dev2013-08-171-1/+1
* Reset ActionView::Base.logger instead of AC::Base.loggerAkira Matsuda2013-07-261-1/+1
* Fix typos in AP: "overriden" => "overridden"Carlos Antonio da Silva2013-03-302-23/+23
* update documentation and code to use _action callbacksFrancesco Rodriguez2012-12-072-2/+2
* Override <%== to always behave as literal text rather than toggling based on ...Jeremy Kemper2012-12-031-2/+8
* cleanup, remove trailing whitespace within actionpackYves Senn2012-10-272-3/+3
* Use ActionView::Base.logger instead of AC::Base.loggerPiotr Sarnacki2012-08-281-1/+1
* Collapsed dual checks (one for content headers and one for content) into a si...Armand du Plessis2012-08-021-0/+30
* html_escape should escape single quotesSantiago Pastorino2012-07-311-1/+1
* deprecate `describe` without a block.Aaron Patterson2012-07-093-12/+0
* mispelling errors in render_text_test.rb and sqlite_specific_schemaangelo giovanni capilleri2012-05-121-2/+2
* Remove content-length as welltwinturbo2012-05-031-0/+6
* Make ActionController#head pass rack-linktwinturbo2012-05-031-0/+60
* Remove default match without specified methodJose and Yehuda2012-04-244-6/+6
* Remove unnecessary in HTML 5 type attribute with default valueAndrey A.I. Sitnik2012-04-051-2/+2
* Moved all the logger methods to active support loggerKarunakar (Ruby)2012-01-061-1/+1
* remove more conditions for Fiber available in ruby19Vishnu Atrai2011-12-311-1/+1
* Show detailed exceptions no longer returns true if the request is local in pr...José Valim2011-12-161-0/+6
* Fix another regression related to the layout optimization.José Valim2011-12-081-1/+25
* Fix a regression and also fix broken test.José Valim2011-12-081-5/+5