aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Don't pollute Object with rubinius_skip and jruby_skipAkira Matsuda2017-01-171-9/+9
* Use Encoding::UTF_8 constant for default_{internal,external} in the testsAkira Matsuda2017-01-111-2/+2
* Fix style guide violationsRafael Mendonça França2017-01-051-3/+3
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* 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-4/+4
* Allow specifying encoding of parameters by actionKerri Miller2016-08-091-13/+5
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty linesRyuta Kamizono2016-08-071-1/+0
* applies remaining conventions across the projectXavier Noria2016-08-061-5/+5
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-19/+19
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-38/+38
* Fix GET JSON integration test request to use method overrideeileencodes2016-08-051-0/+1
* Remove unused activerecord requirement in actionpack.Jun Aruga2016-07-111-1/+0
* More Action Pack `abstract_unit` cleanup (#25211)Jon Moss2016-05-311-27/+0
* Move `Workshop` class definitionJon Moss2016-05-301-18/+0
* Merge pull request #23932 from arthurnn/arthurnn/remove_load_pathsArthur Nogueira Neves2016-03-011-2/+0
|\
| * Remove load_paths fileArthur Neves2016-02-271-2/+0
* | Deprecate :controller and :action path parametersAndrew White2016-03-011-2/+6
|/
* do not run in parallel on travisAaron Patterson2016-01-121-1/+5
* Test ActionController::Renderers::use_renderersBenjamin Fleischer2015-12-311-0/+6
* mostly remove the ParamsParser middlewareAaron Patterson2015-09-181-1/+0
* Remove mocha from ActionPack testsMarcin Olichwirowicz2015-09-051-1/+0
* provide a request and response to all controllersAaron Patterson2015-08-251-2/+6
* adding a direct dispatch method to controller classesAaron Patterson2015-08-251-8/+2
* Merge pull request #21368 from rodzyn/remove_mochaKasper Timm Hansen2015-08-251-1/+7
|\
| * Get rid of mocha tests - part 2Marcin Olichwirowicz2015-08-251-1/+7
* | Merge pull request #21345 from aditya-kapoor/trim-apRafael Mendonça França2015-08-251-2/+0
|\ \
| * | Trim out unneeded controllers from AP test suiteAditya Kapoor2015-08-241-2/+0
* | | remove dead code :bomb:Aaron Patterson2015-08-241-2/+0
* | | subclass and delegate rather than mutating existing objectsAaron Patterson2015-08-241-12/+29
* | | temp files are no more requireGaurav Sharma2015-08-251-1/+0
* | | use a custom request class to determine the controller classAaron Patterson2015-08-241-23/+21
| |/ |/|
* | Merge pull request #21321 from rodzyn/removing_mochaKasper Timm Hansen2015-08-241-0/+1
|\ \ | |/ |/|
| * Get rid of mocha tests - part 1Marcin Olichwirowicz2015-08-241-0/+1
* | Refactor to remove controller class from route to requesteileencodes2015-08-221-1/+1
|/
* Merge pull request #11352 from xaviershay/dispatcher-apiRafael Mendonça França2015-08-081-8/+4
|\
| * Allow a custom dispatcher to be provided to routing.Xavier Shay2015-08-071-8/+4
* | Refactor to remove DrawOnce moduleeileencodes2015-08-081-27/+8
|/
* Using strings or symbols for middleware class names is deprecated.Aaron Patterson2015-08-071-7/+7
* Add ActionController API functionalitySantiago Pastorino2015-06-111-0/+4
* Deprecate `:nothing` option for render methodMehmet Emin İNAÇ2015-05-281-1/+1
* wrap "require 'drb/unix'" by bgin-end at test/abstract_unit.rbToshi MARUYAMA2015-04-091-1/+5
* 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
* Run ActionPack test cases in random order.Guo Xiang Tan2015-03-061-5/+0
* Avoid parallelizing Action Pack's tests on RubiniusRobin Dupret2015-03-021-2/+2
* Removing old helper that was necessary for compatibility with Ruby 1.8.xThiago Pradi2015-02-221-13/+0
* Removing unused constants from abstract_unitThiago Pradi2015-02-221-2/+0