aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-10/+10
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-1/+1
* modernizes hash syntax in actionviewXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionview/testXavier Noria2016-08-061-23/+23
* Silence deprecation message for dynamic controller and actions on action_view...Mehmet Emin İNAÇ2016-03-071-6/+8
* Remove load_paths fileArthur Neves2016-02-271-2/+0
* Removed Mocha from Action ViewRonak Jangir2015-09-231-1/+0
* mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-1/+0
* Removed Mocha from ActionView part 1Ronak Jangir2015-08-241-0/+4
* Fix deprecation warning in testseileencodes2015-08-081-7/+7
* Revert "Merge pull request #19404 from dmathieu/remove_rack_env"Jeremy Kemper2015-03-201-1/+1
* don't fallback to RACK_ENV when RAILS_ENV is not presentDamien Mathieu2015-03-191-1/+1
* Cleaning unused methods from abstract_unitThiago Pradi2015-03-141-57/+0
* Revert "Leave all our tests as order_dependent! for now"Matthew Draper2015-03-061-5/+0
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Don’t require already required modulesclaudiofullscreen2014-09-261-2/+0
* Default to sorting user's test cases for nowGodfrey Chan2014-09-081-1/+1
* Leave all our tests as order_dependent! for nowMatthew Draper2014-09-021-0/+5
* AM, AP, AV, and AMo tests are already order_independent!Akira Matsuda2014-08-131-5/+0
* Nobody sucks so nobody should call this awful method nameRafael Mendonça França2014-08-121-1/+1
* users_dont_suck_but_only_we_suck_and_only_our_tests_are_order_dependent!Akira Matsuda2014-08-121-0/+5
* Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+2
* Remove unnecessary include for integration tests.Guo Xiang Tan2014-05-111-1/+0
* standardize on jruby_skip & rbx_skipGaurish Sharma2014-01-131-0/+8
* Disable available locales checks to avoid warnings running the testsCarlos Antonio da Silva2013-12-171-0/+3
* Retain ActionPack dependency on ActionViewŁukasz Strzałkowski2013-12-051-2/+0
* Do not load AV inside APŁukasz Strzałkowski2013-08-251-0/+1
* Don not require AC::CachingŁukasz Strzałkowski2013-08-251-1/+0
* Remove ApplicationController & RoutingTestHelpersŁukasz Strzałkowski2013-08-251-9/+0
* Remove unused ActionDispatch::RoutingVerbsŁukasz Strzałkowski2013-08-251-15/+1
* Remove unused in AV fixture-controllersŁukasz Strzałkowski2013-08-251-29/+0
* Load AV::Layouts dynamicly via railtiesŁukasz Strzałkowski2013-08-251-0/+2
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+382