aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/abstract_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+4
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+13
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-13/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-4/+0
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Manage ActionDispatch::ActionableExceptions from the default middleware stackGenadi Samokovarov2019-04-191-0/+1
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Use `Testing::Parallelization` in Action Packs's testyuuji.yaginuma2018-11-281-77/+1
* Revert "Merge pull request #33970 from rails/eager-url-helpers"schneems2018-10-031-4/+1
* Eagerly build the routing helper module after routes are committedAaron Patterson2018-09-251-1/+4
* Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-251-0/+1
|\
| * Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-0/+1
* | Remove private defSakshi Jain2018-09-231-8/+10
|/
* let drb make temprary serverNobuyoshi Nakada2017-12-291-8/+1
* Generate tmpname on its ownyuuji.yaginuma2017-12-151-1/+6
* Add headless firefox driver to System Testsbogdanvlviv2017-12-071-0/+4
* removed unnecessary semicolonsShuhei Kitagawa2017-10-281-1/+1
* Add headless chrome driver to System Testsyuuji.yaginuma2017-10-171-0/+4
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-1/+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
* Define path with __dir__bogdanvlviv2017-05-231-5/+5
* Call system test driver per-instance rather than globallyeileencodes2017-03-091-0/+8
* 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