aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/actionpack
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-133-2/+2
* Bump rubocop to 0.71Abhay Nikam2019-06-061-1/+1
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-12/+12
* Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_pathKasper Timm Hansen2019-03-311-1/+3
|\
| * Deprecate render layout with an absolute pathJohn Hawthorn2019-03-291-1/+3
* | Introduce Template::File as new render file:John Hawthorn2019-03-272-11/+35
|/
* Bump RuboCop to 0.66.0Koichi ITO2019-03-271-5/+5
* Pass locals in to the template object on constructionAaron Patterson2019-02-251-2/+3
* Templates have one formatAaron Patterson2019-02-251-1/+1
* Move inline rendering content-type test to a controller testAaron Patterson2019-02-191-0/+11
* Pass source to template handler and deprecate old style handlerAaron Patterson2019-02-011-2/+2
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-2/+2
* Add test for Hash-like object being passed to partial `locals`Ufuk Kayserilioglu2019-01-241-0/+10
* Revert "Allow usage of strings as locals for partial renderer"Ufuk Kayserilioglu2019-01-241-10/+0
* make bot happyAaron Patterson2018-09-241-6/+6
* Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-244-0/+158
* Merge pull request #30647 from droptheplot/render-partials-string-localsRafael França2018-04-271-0/+9
|\
| * Allow usage of strings as locals for partial rendererSergey Novikov2017-09-181-0/+9
* | Fix actionview tests executionbogdanvlviv2018-03-041-7/+8
* | Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* | Merge pull request #31005 from shuheiktgw/remove_unnecessary_semicolonsMatthew Draper2017-10-281-1/+1
|/
* Fix RuboCop offensesKoichi ITO2017-08-161-2/+2
* Use frozen string literal in actionview/Kir Shatrov2017-07-248-0/+16
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-028-8/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-018-0/+8
* Define path with __dir__bogdanvlviv2017-05-235-14/+14
* DRY fake models for testingAkira Matsuda2017-02-021-35/+1
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-2/+2
* use `Gem.win_platform?` to check windows Ruby platformsyuuji.yaginuma2016-11-301-1/+1
* Fix `require_dependency` message formatRyuta Kamizono2016-11-251-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* let Regexp#match? be globally availableXavier Noria2016-10-271-1/+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-163-10/+10
* Fix actionview test failureRyuta Kamizono2016-08-111-2/+2
* Fix broken alignments caused by auto-correct commit 411ccbdRyuta Kamizono2016-08-101-1/+1
* code gardening: removes redundant selfsXavier Noria2016-08-081-1/+1
* applies remaining conventions across the projectXavier Noria2016-08-065-14/+6
* normalizes indentation and whitespace across the projectXavier Noria2016-08-062-22/+22
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+1
* modernizes hash syntax in actionviewXavier Noria2016-08-068-145/+145
* applies new string literal convention in actionview/testXavier Noria2016-08-068-97/+97
* systematic revision of =~ usage in AVXavier Noria2016-07-251-1/+2
* Delete bad testSean Griffin2016-06-071-5/+0
* Add more test coverage to layoutsRafael Mendonça França2016-05-201-4/+152
* keep layouts + locals from bloating the cacheAaron Patterson2016-05-171-0/+19
* locals can be accessed from templates rendered in the controllerAaron Patterson2016-05-171-0/+16
* 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-1/+1
* render should return a stringAaron Patterson2015-10-051-1/+1