aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/activerecord/render_partial_with_record_identification_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
| | | | because Struct.new returns a Class, we just can give it a name and use it directly without inheriting from it
* modernizes hash syntax in actionviewXavier Noria2016-08-061-13/+13
|
* applies new string literal convention in actionview/testXavier Noria2016-08-061-7/+7
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Remove `assigns` and `assert_template`.Guo Xiang Tan2015-05-301-16/+2
|
* Move template tests from actionpack to actionviewPiotr Sarnacki2013-06-201-0/+210