aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/active_record_unit.rb
Commit message (Expand)AuthorAgeFilesLines
* Run actionview tests in parallelJohn Hawthorn2019-06-051-0/+10
* Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-241-0/+12
* Enable `Layout/LeadingCommentSpace` to not allow cosmetic changes in the futureRyuta Kamizono2017-12-141-1/+1
* 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
* Define path with __dir__bogdanvlviv2017-05-231-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-1/+1
* 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
* modernizes hash syntax in actionviewXavier Noria2016-08-061-2/+2
* applies new string literal convention in actionview/testXavier Noria2016-08-061-7/+7
* Closes rails/rails#18864: Renaming transactional fixtures to transactional testsBrandon Weiss2015-03-161-1/+1
* Change back occurrences of SQLite(3) to sqlite3 when referring to theZachary Scott2014-07-061-1/+1
* [ci skip] /sqlite/i --> SQLiteAkshay Vishnoi2014-07-061-1/+1
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+91