index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionview
/
test
/
activerecord
/
polymorphic_routes_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix more offences
Rafael Mendonça França
2018-09-25
1
-1
/
+1
*
make bot happy
Aaron Patterson
2018-09-24
1
-1
/
+1
*
Remove deprecated catch-all route in the AV tests
Aaron Patterson
2018-09-24
1
-1
/
+7
*
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
*
Always use original url_for when generating direct routes
Andrew White
2017-03-17
1
-0
/
+46
*
Add assertion to polymorphic_routes_test.rb
bogdanvlviv
2017-02-20
1
-2
/
+1
*
module Blog; class Post appears twice in AV tests
Akira Matsuda
2017-02-02
1
-3
/
+3
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Fix broken comments indentation caused by rubocop auto-correct [ci skip]
Ryuta Kamizono
2016-09-14
1
-1
/
+1
*
remove redundant curlies from hash arguments
Xavier Noria
2016-08-06
1
-3
/
+3
*
modernizes hash syntax in actionview
Xavier Noria
2016-08-06
1
-18
/
+18
*
applies new string literal convention in actionview/test
Xavier Noria
2016-08-06
1
-23
/
+23
*
Avoid accurate assertions on error messages
Robin Dupret
2015-03-02
1
-1
/
+1
*
Make the helpers a required argument
Evan Phoenix
2015-02-19
1
-1
/
+1
*
Fix form_for to work with objects that implement to_model
Travis Grathwell
2014-12-29
1
-5
/
+15
*
Remove internal options from query string of paths
Gert Goet
2014-09-25
1
-0
/
+9
*
Remove warning
Rafael Mendonça França
2014-09-01
1
-2
/
+2
*
Allow polymorphic routes with nil when a route can still be drawn
Sammy Larbi
2014-08-31
1
-2
/
+34
*
Merge pull request #15889 from carnesmedia/model-name
Rafael Mendonça França
2014-08-17
1
-2
/
+2
|
\
|
*
Use #model_name on instances instead of classes
Amiel Martin
2014-06-24
1
-2
/
+2
*
|
Properly assert for the expected messages
Carlos Antonio da Silva
2014-07-30
1
-4
/
+8
|
/
*
fix bad merge
Aaron Patterson
2014-05-12
1
-15
/
+0
*
add a test for the parameters sent to the url helper for new records
Aaron Patterson
2014-05-12
1
-0
/
+15
*
add a test with three objects
Aaron Patterson
2014-05-12
1
-2
/
+13
*
add a test for passing two models to the polymorphic_url method
Aaron Patterson
2014-05-12
1
-0
/
+8
*
add tests for path based url_for calls
Aaron Patterson
2014-05-08
1
-2
/
+19
*
don't manipulate the testclass, just add helpers to the instance
Aaron Patterson
2014-05-08
1
-10
/
+11
*
add a test for classes with options
Aaron Patterson
2014-05-08
1
-0
/
+7
*
add tests for the polymorphic_path method
Aaron Patterson
2014-05-08
1
-0
/
+3
*
add more tests around the polymorphic url api
Aaron Patterson
2014-05-08
1
-0
/
+12
*
test for inconsistency between String and Symbol url_for handling
Aaron Patterson
2014-05-07
1
-0
/
+4
*
add tests for symbols passed to polymorphic_url
Aaron Patterson
2014-05-07
1
-0
/
+12
*
apparently passing a string to polymorphic_url is something we support
Aaron Patterson
2014-05-06
1
-0
/
+12
*
make sure url_for works similar to polymorphic_url
Aaron Patterson
2014-05-06
1
-38
/
+43
*
add a test for the parameters sent to the url helper for new records
Aaron Patterson
2014-05-06
1
-0
/
+15
*
passing a nil in the polymorphic array is not supported. remove nils before y...
Aaron Patterson
2014-05-02
1
-4
/
+4
*
passing a nil should always raise an ArgumentError
Aaron Patterson
2014-05-02
1
-0
/
+25
*
Move template tests from actionpack to actionview
Piotr Sarnacki
2013-06-20
1
-0
/
+546