Dominik Sander
|
785ba7091f |
Add json liquid filter to serialize data to a JSON string |
8 years ago |
Akinori MUSHA
|
031a72fabd |
Add new block tags `regex_replace`/`regex_replace_first` to Liquid |
8 years ago |
Dustin Miller
|
c5766d2086 |
Update for rspec3 rails_helpers config, fix shoulda matchers |
9 years ago |
Akinori MUSHA
|
ced14e4f85 |
Merge pull request #919 from cantino/add_unescape_filter |
9 years ago |
Akinori MUSHA
|
e5860ddba0 |
Add a new filter `unescape` |
9 years ago |
Akinori MUSHA
|
ea115b6c61 |
Unescape the replacement parameter of regex replace functions |
9 years ago |
Akinori MUSHA
|
d8cbd620d1 |
Pull out irrelevant specs from the uri_expand group |
9 years ago |
Andrew Cantino
|
8b8221e174 |
Merge pull request #886 from HyShai/regex-liquid-filter |
9 years ago |
HyShai
|
9d00f3012b |
Added RSpec group for regex replace |
9 years ago |
HyShai
|
728c7c73a8 |
add RSpecs for regex replace |
9 years ago |
Akinori MUSHA
|
01219153bd |
Make uri_expand handle any object |
9 years ago |
Andrew Cantino
|
3584c8fa5e |
allow integer indexes as strings |
9 years ago |
Akinori MUSHA
|
f0a13f778b |
Add a Liquid filter `uri_expand` |
9 years ago |
Akinori MUSHA
|
5031cbbbac |
Migrate to RSpec's new expect syntax using Transpec. |
10 years ago |
Akinori MUSHA
|
ca6de90fc5 |
Add a new filter `to_uri`. |
10 years ago |
Akinori MUSHA
|
2db902a316 |
Prefer "stringify" over "stringize". |
10 years ago |
Akinori MUSHA
|
4c938f14e5 |
Make `to_xpath` stringize a non-string operand as the standard filters do. |
10 years ago |
Akinori MUSHA
|
d378795176 |
Merge pull request #462 from knu/liquid-to_xpath |
10 years ago |
Akinori MUSHA
|
64802bd457 |
`uri_escape`: Do not fail when nil is given. |
10 years ago |
Akinori MUSHA
|
c706bebcc1 |
Add a dedicated validator for interpolation. |
10 years ago |
Akinori MUSHA
|
3e0741d100 |
Agent#valid?: Rescue Liquid::Error and save it in errors. |
10 years ago |
Akinori MUSHA
|
0c490aa82d |
Add a Liquid filter `to_xpath`, which quotes a string for use in XPath expression. |
10 years ago |
Akinori MUSHA
|
e483061bed |
Add a spec for LiquidInterpolatable::Filters. |
10 years ago |