Akira Matsuda
|
9360b6be63
|
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
because Struct.new returns a Class, we just can give it a name and use it directly without inheriting from it
|
2017-01-13 15:13:47 +09:00 |
|
Xavier Noria
|
b326e82dc0
|
applies remaining conventions across the project
|
2016-08-06 20:20:22 +02:00 |
|
Xavier Noria
|
63fff600ac
|
modernizes hash syntax in actionview
|
2016-08-06 19:36:34 +02:00 |
|
Xavier Noria
|
4b6c68dfb8
|
applies new string literal convention in actionview/test
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
|
2016-08-06 18:50:17 +02:00 |
|
Vipul A M
|
b387d9a14a
|
html_safe is not supposed to be public API for AV. This change removes usage of html_safe in favour of raw() in AV helpers.
Also changed usage of html_safe to make use of raw() instead so that the intended behaviour is verified with raw()
|
2016-01-20 12:38:59 +05:30 |
|
Piotr Sarnacki
|
eb23754ebb
|
Move template tests from actionpack to actionview
|
2013-06-20 17:23:16 +02:00 |
|