Mike Angell
|
0d26f05bb8
|
Enabled frozen string literals (#1154)
* Enabled frozen string literals
* Update rubocop config
* Prefer string interpolation in simple cases
Co-Authored-By: Dylan Thacker-Smith <dylan.smith@shopify.com>
|
2019-09-18 13:19:45 +10:00 |
|
Mike Angell
|
799da202df
|
Apply simple rubocop fixes
|
2019-08-31 21:58:33 +10:00 |
|
Florian Weingarten
|
9640e77805
|
render_to_output_buffer
|
2019-04-23 17:06:29 -04:00 |
|
Florian Weingarten
|
2a1ca3152d
|
liquid without the garbage
|
2019-04-22 16:34:31 -04:00 |
|
Florian Weingarten
|
3372ca8136
|
Rubocop
|
2015-05-14 14:37:18 +00:00 |
|
Dylan Thacker-Smith
|
0573b63b4c
|
Use super rather than render_all in single block render classes.
|
2014-09-12 16:58:07 -04:00 |
|
Dylan Thacker-Smith
|
d4ecaff8b8
|
Refactor to create tags with a parse class method instead of new.
By moving parse out of the initializer, we can call super at the start of
the initializers for subclasses, and avoid the nasty allocate hack.
|
2014-03-20 16:10:10 -04:00 |
|
Florian Weingarten
|
0f5441b09e
|
Convert legacy tab indentation to spaces and remove trailing whitespace from all lines
|
2013-06-26 19:53:09 -04:00 |
|
Steven Soroka
|
1a4ff9547a
|
render_all should internally always return strings. This eases some 1.9 compatability issues.
|
2011-05-02 10:58:27 -04:00 |
|
Tobias Lütke
|
1b3b3e4958
|
added rake profile for easier invokation
|
2009-06-14 18:04:07 -04:00 |
|