Piotr Sarnacki
|
0d6e8edc2a
|
Move actionpack/lib/action_view* into actionview/lib
|
2013-06-20 17:23:15 +02:00 |
|
Alvaro Pereyra
|
5ab0c5dc22
|
Cleans documentation from Helpers [ci skip]
|
2012-12-01 14:38:14 -05:00 |
|
Santiago Pastorino
|
61c5b4a9f6
|
html_escape already handles nil
|
2012-01-11 23:49:15 -02:00 |
|
Santiago Pastorino
|
54117b6961
|
Tiny refactor
|
2012-01-11 20:08:43 -02:00 |
|
Josh Kalderimis
|
1814298d75
|
Removed Array#safe_join in AS core_ext and moved it to a view helper with the same same. This also changes how safe_join works, if items or the separator are not html_safe they are html_escape'd, a html_safe string is always returned.
Signed-off-by: José Valim <jose.valim@gmail.com>
|
2011-02-10 16:51:30 +01:00 |
|
José Valim
|
89a5f1463d
|
Revert "Removed Array#safe_join in AS core_ext and moved it to a view helper with the same same."
Applied the wrong version.
This reverts commit 98c0c5db50 .
|
2011-02-10 16:50:35 +01:00 |
|
Josh Kalderimis
|
98c0c5db50
|
Removed Array#safe_join in AS core_ext and moved it to a view helper with the same same.
|
2011-02-10 23:47:54 +08:00 |
|