.. |
asset_tag_helpers
|
Use sprockets helpers if config.use_sprockets is set
|
2011-03-29 15:53:28 -05:00 |
active_model_helper.rb
|
Start cleanup of deprecations in ActionView
|
2010-09-06 13:42:46 +02:00 |
asset_tag_helper.rb
|
reorganised the the common asset helpers module into a class and have it include the id caching module, this class is now shared from the view instance to the asset include tag helpers (js and css)
|
2010-11-16 00:04:37 +01:00 |
atom_feed_helper.rb
|
s/ERb/ERB/g
|
2011-04-03 12:47:51 +09:00 |
cache_helper.rb
|
Issue one Cache#read command instead of two in the case of a fragment cache hit
|
2011-01-18 09:52:11 -08:00 |
capture_helper.rb
|
s/ERb/ERB/g
|
2011-04-03 12:47:51 +09:00 |
csrf_helper.rb
|
Make csrf_meta_tags use the tag helper
|
2011-04-08 02:21:08 +02:00 |
date_helper.rb
|
Fixing distance_of_time_in_words range near 2 days
|
2011-04-13 16:14:52 +08:00 |
debug_helper.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
form_helper.rb
|
Allow FormHelper#form_for to specify the :method as a direct option instead of through the :html hash [DHH]
|
2011-03-26 14:45:00 -07:00 |
form_options_helper.rb
|
Improve select helpers by allowing a selected value of false. This is useful when using a select helper with a boolean attribute, and the attribute is false. (e.g. f.select :allow_comments)
|
2011-01-09 15:45:55 -08:00 |
form_tag_helper.rb
|
Action Pack typos.
|
2011-03-05 11:56:35 +01:00 |
javascript_helper.rb
|
Fix alias_method, add test
|
2011-03-27 11:20:54 -07:00 |
number_helper.rb
|
fixes an issue with number_to_human when converting values which are less than 1 but greater than -1 [#6576 state:resolved]
|
2011-03-16 15:11:00 -03:00 |
output_safety_helper.rb
|
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.
|
2011-02-10 16:51:30 +01:00 |
prototype_helper.rb
|
s/ERb/ERB/g
|
2011-04-03 12:47:51 +09:00 |
record_tag_helper.rb
|
Speed up content_tag_for by simplifying needed logic
|
2010-08-31 19:52:26 +09:00 |
sanitize_helper.rb
|
Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;)
|
2010-08-14 04:12:33 -03:00 |
scriptaculous_helper.rb
|
removed 'unless const_defined?' code smell
|
2010-06-21 23:34:45 +02:00 |
sprockets_helper.rb
|
Seperate asset directories
|
2011-03-29 21:40:24 -05:00 |
tag_helper.rb
|
Added time_tag helper to AP for HTML5 time tag [#5919 state:resolved]
|
2011-02-12 22:22:18 -02:00 |
text_helper.rb
|
do not return html safe strings from auto_link
|
2011-04-05 16:22:53 -07:00 |
translation_helper.rb
|
Action Pack typos.
|
2011-03-05 11:56:35 +01:00 |
url_helper.rb
|
Merge branch 'master' of github.com:lifo/docrails
|
2011-04-05 21:22:38 +10:00 |