aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix rubocop violationsRyuta Kamizono2019-06-141-1/+0
* `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`Joel Hawksley2019-06-121-0/+46
* Use frozen string literal in actionview/Kir Shatrov2017-07-241-0/+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
* DRY fake models for testingAkira Matsuda2017-02-021-2/+6
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-5/+4
* Generate indexed names in input even when objects are not persistedRafael Mendonça França2017-01-031-4/+4
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* applies new string literal convention in actionview/testXavier Noria2016-08-061-1/+1
* Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de...Rafael Mendonça França2016-03-051-21/+0
* Suppress warning (instance variable @persisted not initialized)yui-knk2016-01-071-0/+1
* downcase default submit button value's model nameSteven Spiel2016-01-011-0/+20
* Add tests to make sure label and placeholder respect to_modelRafael Mendonça França2015-02-051-0/+16
* Better tests for AV::RecordIdentifierclaudiob2014-12-231-0/+12
* Remove unused Sheep fixture from AVclaudiob2014-12-221-13/+0
* Moved viewpathstest into actionview/test/actionpack/controllerArun Agrawal2013-10-091-174/+0
* FakeController is not required in AVArun Agrawal2013-10-091-35/+0
* Move view_paths from AP to AVŁukasz Strzałkowski2013-08-251-0/+174
* Remove unneeded filesPiotr Sarnacki2013-06-201-34/+0
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-202-0/+254