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
2011-05-01 13:40:12 +02:00
..
asset_tag_helpers Prototype and Scriptaculous are no longer vendored, but provided by prototype-rails from now on, also the -j option of the application generator is removed 2011-04-30 03:53:24 +02:00
active_model_helper.rb Start cleanup of deprecations in ActionView 2010-09-06 13:42:46 +02:00
asset_paths.rb moving check fo scheme-relative URI into is_uri? 2011-04-26 11:50:08 -07:00
asset_tag_helper.rb Merged pull request #277 from kuinak/master. 2011-04-25 17:00:52 -07: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 More cleanup and moving responsibilities around. 2011-05-01 13:40:12 +02:00
csrf_helper.rb Make csrf_meta_tags use the tag helper 2011-04-08 02:21:08 +02:00
date_helper.rb Merge branch 'master' of git://github.com/lifo/docrails 2011-04-19 21:54:10 +02: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 Remove dependency from _template. 2011-05-01 13:40:12 +02: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 removes ActionView::Helpers::PrototypeHelper 2011-04-13 13:24:32 +02:00
number_helper.rb added a :prefix option to number_to_human_size 2011-04-27 20:29:03 -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
record_tag_helper.rb Remove HTML escaping from Record Tag Helper docs. 2011-04-22 23:12:14 +08:00
sanitize_helper.rb Fixing another example result 2011-04-15 22:09:23 -04:00
sprockets_helper.rb Actually add an abstract class, so it is easier to get rid of old asset paths in the future. 2011-04-19 22:02:02 +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 Removing incorrect example results 2011-04-15 21:56:01 -04:00
translation_helper.rb Remove dependency from _template. 2011-05-01 13:40:12 +02:00
url_helper.rb Replace example hostname with "example.com". 2011-04-21 16:32:02 +02:00