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
rsl 95812d5eaf Ensure :index works with fields_for select methods. [#518 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
2008-07-14 00:55:57 +01:00
..
javascripts Updated copyright years 2008-05-11 18:34:05 -05:00
active_record_helper.rb Improve documentation coverage and markup 2008-05-02 14:45:23 +01:00
asset_tag_helper.rb Add :recursive option to javascript_include_tag and stylesheet_link_tag to be used along with :all. [#480 state:resolved] 2008-07-08 13:50:59 +01:00
atom_feed_helper.rb Improve documentation. 2008-03-26 12:27:52 +00:00
benchmark_helper.rb Fixed tests (and the weird assumption that no logger would mean that the code wasnt run) 2008-04-30 15:00:15 -05:00
cache_helper.rb Made ActionView::Base#first_render a little more private. And added _last_render to track the most recent render. Will fix #609 as a side effect. [#609 state:resolved] 2008-07-13 13:26:48 -05:00
capture_helper.rb Whitespace 2008-07-11 19:23:21 +02:00
date_helper.rb Allow date helpers to ignore date hidden field tags. [#503 state:resolved] 2008-07-04 01:06:22 +01:00
debug_helper.rb
form_helper.rb Tighten the rescue clause when dealing with invalid instance variable names in form_helper. 2008-07-03 19:43:20 +03:00
form_options_helper.rb Ensure :index works with fields_for select methods. [#518 state:resolved] 2008-07-14 00:55:57 +01:00
form_tag_helper.rb Ensure proper output when submit_tag is used with :disabled_with. [#388 state:resolved] 2008-07-02 01:39:30 +01:00
javascript_helper.rb Remove old method of including javascripts define_javascript_functions. 2008-07-03 19:21:04 +03:00
number_helper.rb Fixed NumberHelper#number_with_precision to properly round in a way that works equally on Mac, Windows, Linux (closes #11409, #8275, #10090, #8027) [zhangyuanyi] 2008-03-24 21:12:55 +00:00
prototype_helper.rb Changed PrototypeHelper#submit_to_remote to PrototypeHelper#button_to_remote to stay consistent with link_to_remote (submit_to_remote still works as an alias) (clemens) [#8994 status:closed] 2008-07-09 09:13:24 -05:00
record_identification_helper.rb
record_tag_helper.rb Don't pass block binding to concat 2008-06-02 21:32:50 -07:00
sanitize_helper.rb Merge docrails. 2008-05-25 12:29:00 +01:00
scriptaculous_helper.rb Merge docrails. 2008-05-25 12:29:00 +01:00
tag_helper.rb Performance: javascript helper tweaks to speed up escaping and reduce object allocations when building options strings 2008-06-21 14:54:10 -07:00
text_helper.rb Pass caller to concat deprecation warning 2008-07-09 10:42:29 -07:00
url_helper.rb Ensure mail_to label is obfuscated for javascript encoding. [#294 state:resolved] 2008-07-12 01:04:18 +01:00