aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/activerecord
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove internal options from query string of pathsGert Goet2014-09-251-0/+9
* Remove warningRafael Mendonça França2014-09-011-2/+2
* Allow polymorphic routes with nil when a route can still be drawnSammy Larbi2014-08-311-2/+34
* Removed warningRafael Mendonça França2014-08-181-1/+1
* Merge pull request #15889 from carnesmedia/model-nameRafael Mendonça França2014-08-171-2/+2
|\
| * Use #model_name on instances instead of classesAmiel Martin2014-06-241-2/+2
* | Remove usafe of respond_to in ActionView testsJosé Valim2014-08-171-3/+1
* | Properly assert for the expected messagesCarlos Antonio da Silva2014-07-301-4/+8
|/
* fix bad mergeAaron Patterson2014-05-121-15/+0
* add a test for the parameters sent to the url helper for new recordsAaron Patterson2014-05-121-0/+15
* add a test with three objectsAaron Patterson2014-05-121-2/+13
* add a test for passing two models to the polymorphic_url methodAaron Patterson2014-05-121-0/+8
* add tests for path based url_for callsAaron Patterson2014-05-081-2/+19
* don't manipulate the testclass, just add helpers to the instanceAaron Patterson2014-05-081-10/+11
* add a test for classes with optionsAaron Patterson2014-05-081-0/+7
* add tests for the polymorphic_path methodAaron Patterson2014-05-081-0/+3
* add more tests around the polymorphic url apiAaron Patterson2014-05-081-0/+12
* test for inconsistency between String and Symbol url_for handlingAaron Patterson2014-05-071-0/+4
* add tests for symbols passed to polymorphic_urlAaron Patterson2014-05-071-0/+12
* apparently passing a string to polymorphic_url is something we supportAaron Patterson2014-05-061-0/+12
* make sure url_for works similar to polymorphic_urlAaron Patterson2014-05-061-38/+43
* add a test for the parameters sent to the url helper for new recordsAaron Patterson2014-05-061-0/+15
* passing a nil in the polymorphic array is not supported. remove nils before y...Aaron Patterson2014-05-021-4/+4
* passing a nil should always raise an ArgumentErrorAaron Patterson2014-05-021-0/+25
* Remove wrapping div with inline styles for hidden form fields.Joost Baaij2014-04-141-4/+5