| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen string literal in actionview/ | Kir Shatrov | 2017-07-24 | 1 | -0/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | DRY fake models for testing | Akira Matsuda | 2017-02-02 | 1 | -2/+6 |
* | class Foo < Struct.new(:x) creates an extra unneeded anonymous class | Akira Matsuda | 2017-01-13 | 1 | -5/+4 |
* | Generate indexed names in input even when objects are not persisted | Rafael Mendonça França | 2017-01-03 | 1 | -4/+4 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
* | applies remaining conventions across the project | Xavier Noria | 2016-08-06 | 1 | -1/+0 |
* | applies new string literal convention in actionview/test | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de... | Rafael Mendonça França | 2016-03-05 | 1 | -21/+0 |
* | Suppress warning (instance variable @persisted not initialized) | yui-knk | 2016-01-07 | 1 | -0/+1 |
* | downcase default submit button value's model name | Steven Spiel | 2016-01-01 | 1 | -0/+20 |
* | Add tests to make sure label and placeholder respect to_model | Rafael Mendonça França | 2015-02-05 | 1 | -0/+16 |
* | Better tests for AV::RecordIdentifier | claudiob | 2014-12-23 | 1 | -0/+12 |
* | Remove unused Sheep fixture from AV | claudiob | 2014-12-22 | 1 | -13/+0 |
* | Moved viewpathstest into actionview/test/actionpack/controller | Arun Agrawal | 2013-10-09 | 1 | -174/+0 |
* | FakeController is not required in AV | Arun Agrawal | 2013-10-09 | 1 | -35/+0 |
* | Move view_paths from AP to AV | Łukasz Strzałkowski | 2013-08-25 | 1 | -0/+174 |
* | Remove unneeded files | Piotr Sarnacki | 2013-06-20 | 1 | -34/+0 |
* | Move template tests from actionpack to actionview | Piotr Sarnacki | 2013-06-20 | 2 | -0/+254 |