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
2008-03-20 16:26:04 +00:00
..
javascripts Update Prototype to 1.6.0.1 2007-12-05 03:08:29 +00:00
active_record_helper.rb Allow html_options to be passed to all the date helpers. Closes #6000 [h-lame, Jakob S] 2008-03-02 04:40:54 +00:00
asset_tag_helper.rb Re-added ActionView::Helpers::register_javascript/stylesheet_expansion to make it easier for plugin developers to inject multiple assets. Closes #10350. 2008-03-20 16:26:04 +00:00
atom_feed_helper.rb Fixed that atom_feed shouldnt require a schema_date since most people just dont care and the value tends to be of no significance anyway (references #10672) [DHH] 2008-03-17 04:46:33 +00:00
benchmark_helper.rb Massive documentation update for all helpers (closes #8223, #8177, #8175, #8108, #7977, #7972, #7971, #7969) [jeremymcanally] 2007-06-23 17:49:18 +00:00
cache_helper.rb Moved template handlers related code from ActionView::Base to ActionView::Template 2008-03-05 02:03:24 +00:00
capture_helper.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
date_helper.rb Docfix (closes #11263) [Irfy] 2008-03-15 20:00:41 +00:00
debug_helper.rb Minor wording tweak to documentation for the debug helper. Closes #8037. [jeremymcanally] 2007-05-06 05:19:02 +00:00
form_helper.rb Remove unused to_date_tag. Closes #11237 [danger] 2008-03-13 19:18:45 +00:00
form_options_helper.rb Docfixes (closes #11356, #11172, #10523) 2008-03-20 02:15:29 +00:00
form_tag_helper.rb Fix syntax errors in the documentation for image submit tag. Closes #11073 [wharris] 2008-03-02 04:42:52 +00:00
javascript_helper.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
number_helper.rb Added :format option to NumberHelper#number_to_currency to enable better localization support #11149 [lylo] 2008-03-17 22:08:25 +00:00
prototype_helper.rb Don't append the forgery token to an ajax request if it's serializing a form, prevents duplicate tokens. Closes #10684 [macournoyer] 2008-01-08 21:17:08 +00:00
record_identification_helper.rb Added record identifications to FormHelper#form_for and PrototypeHelper#remote_form_for [DHH] 2007-05-14 17:30:35 +00:00
record_tag_helper.rb Tests for div_for and content_tag_for helpers. Closes #11223 [thechrisoshow] 2008-03-05 01:26:24 +00:00
sanitize_helper.rb Refactor sanitizer helpers into HTML classes and make it easy to swap them out with custom implementations. Closes #10129. [rick] 2007-11-26 03:45:54 +00:00
scriptaculous_helper.rb Documentation for the drop_receiving_element helpers :onDrop callback. Closes #11158 [thechrisoshow] 2008-03-05 10:53:04 +00:00
tag_helper.rb The tag helper may bypass escaping. 2007-09-24 08:13:55 +00:00
text_helper.rb Docfix (closes #11230) [Henrik N] 2008-03-15 20:08:51 +00:00
url_helper.rb Docfix (closes #11226) [mikong] 2008-03-15 20:08:05 +00:00