aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/activerecord
Commit message (Expand)AuthorAgeFilesLines
* Assert query counts in cache relation testst00122019-07-281-1/+16
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Pass the template format to the digestorAaron Patterson2019-02-151-1/+2
* Move templates to an anonymous subclass of AV::BaseAaron Patterson2019-02-061-1/+3
* Tighten up the AV::Base constructorAaron Patterson2019-01-291-1/+1
* Add allocations to template renderer subscriptionEileen Uchitelle2018-10-101-5/+5
* Fix more offencesRafael Mendonça França2018-09-251-1/+1
* Change the empty block style to have space inside of the blockRafael Mendonça França2018-09-251-1/+1
* Merge pull request #33973 from rails/remove-catch-allAaron Patterson2018-09-255-1/+39
|\
| * make bot happyAaron Patterson2018-09-241-1/+1
| * Remove deprecated catch-all route in the AV testsAaron Patterson2018-09-245-1/+39
* | Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-2/+2
|/
* Don’t allocate array on no argsschneems2018-09-071-1/+1
* Only preload misses on multifetch cacheLachlan Sylvester2018-03-061-0/+35
* Remove unused methods from `RenderPartialWithRecordIdentificationController`yuuji.yaginuma2017-09-301-10/+0
* Use frozen string literal in actionview/Kir Shatrov2017-07-246-0/+12
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-026-6/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-026-0/+6
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-016-0/+6
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-2/+2
|/
* Merge pull request https://github.com/rails/rails/pull/28637 from st0012/fix-...Kasper Timm Hansen2017-06-081-2/+5
* Use a hash to record every partial's cache hit status instead of sharing a bo...Stan Lo2017-06-081-0/+1
* Use recyclable cache keys (#29092)David Heinemeier Hansson2017-05-181-1/+1
* Should escape meta characters in regexpRyuta Kamizono2017-05-071-1/+1
* Always use original url_for when generating direct routesAndrew White2017-03-171-0/+46
* Add assertion to polymorphic_routes_test.rbbogdanvlviv2017-02-201-2/+1
* module Blog; class Post appears twice in AV testsAkira Matsuda2017-02-021-3/+3
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
* Reduce string objects by using \ instead of + or << for concatenating stringsAkira Matsuda2017-01-121-1/+1
* `self.` is not needed when calling its own instance methodAkira Matsuda2017-01-051-1/+1
* Privatize unneededly protected methods in Action View testsAkira Matsuda2016-12-231-1/+1
* 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-162-2/+2
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-24/+24
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-3/+3
* modernizes hash syntax in actionviewXavier Noria2016-08-064-37/+37
* applies new string literal convention in actionview/testXavier Noria2016-08-066-44/+44
* Store the old logger before calling superRafael Mendonça França2016-07-171-1/+1
* Fix debug helper testRyuta Kamizono2016-06-031-1/+4
* Fix calling cache helper with a relationLachlan Sylvester2015-08-281-0/+18
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-16/+2
* :put_litter_in_its_place: Unused methodsAkira Matsuda2015-04-251-4/+0
* don't need to rescue Exception in this caseAaron Patterson2015-03-051-0/+6
* Avoid accurate assertions on error messagesRobin Dupret2015-03-021-1/+1
* Make the helpers a required argumentEvan Phoenix2015-02-191-1/+1
* Use public Module#include, in favor of https://bugs.ruby-lang.org/issues/8846robertomiranda2015-01-311-1/+1
* Fix form_for to work with objects that implement to_modelTravis Grathwell2014-12-291-5/+15
* Move test that depends on ActiveRecordclaudiob2014-11-211-0/+8