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
2007-10-15 05:03:23 +00:00
..
javascripts Update to Prototype 1.5.1 2007-05-19 20:57:11 +00:00
active_record_helper.rb error_messages_for also takes :message and :header_message options which defaults to the old "There were problems with the following fields:" and "<count> errors prohibited this <object_name> from being saved". Closes #8270. 2007-10-14 02:59:32 +00:00
asset_tag_helper.rb Include asset host in public path cache key. Clear cache between asset tag tests. 2007-09-24 19:47:45 +00:00
atom_feed_helper.rb Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH] 2007-09-21 22:17:35 +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 Massive documentation update for all helpers (closes #8223, #8177, #8175, #8108, #7977, #7972, #7971, #7969) [jeremymcanally] 2007-06-23 17:49:18 +00:00
capture_helper.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
date_helper.rb 1 years -> 1 year 2007-10-08 03:46:23 +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 form_for example for namespaced routes. Closes #9769 [sjgman9] 2007-10-08 05:50:59 +00:00
form_options_helper.rb Major improvement to the documentation for the options / select form helpers. Closes #9038 [kampers, jardeon, wesg] 2007-08-05 01:13:44 +00:00
form_tag_helper.rb Allow ability to disable request forgery protection, disable it in test mode by default. Closes #9693 [lifofifo] 2007-09-28 15:55:45 +00:00
javascript_helper.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
number_helper.rb Ruby 1.9 compat, consistent load paths 2007-10-02 05:32:14 +00:00
prototype_helper.rb Enhance documentation for observe_field. Closes #9808 [RubyRedRick, danger] 2007-10-15 05:03:23 +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 Added record identifications to FormHelper#form_for and PrototypeHelper#remote_form_for [DHH] 2007-05-14 17:30:35 +00:00
sanitize_helper.rb Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Changed SanitizeHelper#sanitize to only allow the custom attributes and tags when specified in the call [DHH] 2007-10-10 17:35:10 +00:00
scriptaculous_helper.rb Fixed spelling errors (closes #9706) [tarmo/rmm5t] 2007-09-28 14:18:47 +00:00
tag_helper.rb The tag helper may bypass escaping. 2007-09-24 08:13:55 +00:00
text_helper.rb Extracted sanitization methods from TextHelper to SanitizeHelper [DHH] Changed SanitizeHelper#sanitize to only allow the custom attributes and tags when specified in the call [DHH] 2007-10-10 17:35:10 +00:00
url_helper.rb Add link_to :back which uses your referrer with a fallback to a javascript link. #7366 [eventualbuddha, tarmo] 2007-10-08 03:30:29 +00:00