1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_view/helpers
David Heinemeier Hansson cc6fa2f4d7 Fix alias_method, add test
2011-03-27 11:20:54 -07:00
..
asset_tag_helpers javascript_include_tag shouldn't raise if you register an expansion key with nil value 2011-02-28 11:52:00 -02: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 Cleanup deprecations in Action Dispatch 2010-09-06 13:41:12 +02: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 Call as ERB::Util.html_escape since is not the module is not included here 2010-11-02 20:02:13 -02:00
csrf_helper.rb get csrf_meta_tag back to the generated layout in deference to existing printed material, chomp also the generated HTML to be faithful to the output before the refactor 2010-09-14 01:35:44 +02:00
date_helper.rb Action Pack typos. 2011-03-05 11:56:35 +01: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 Filter params that return nil for to_param and allow through false values 2011-03-09 14:44:25 +00: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
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 Added RDoc info for accepted options for simple_format in TextHelper. 2011-02-15 12:58:57 -05:00
translation_helper.rb Action Pack typos. 2011-03-05 11:56:35 +01:00
url_helper.rb Be sure to javascript_escape the email address to prevent apostrophes inadvertently causing javascript errors. 2011-02-08 13:56:08 -08:00