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
2005-03-30 13:06:19 +00:00
..
javascripts Fixed references to element 2005-03-28 23:57:43 +00:00
active_record_helper.rb Fixed that form helpers would treat string and symbol keys differently in html_options (and possibly create duplicate entries) #112 [bitsweat] 2005-03-06 11:50:41 +00:00
asset_tag_helper.rb Changed .htaccess to allow dispatch.* to be called from a sub-directory as part of the push with Action Pack to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke] Fixed routing and helpers to make Rails work on non-vhost setups #826 [Nicholas Seckar/Tobias Luetke] 2005-03-20 22:02:22 +00:00
cache_helper.rb Fixed no-binding fragment caching 2005-01-20 17:54:06 +00:00
capture_helper.rb Added CaptureHelper with CaptureHelper#capture and CaptureHelper#content_for. See documentation in helper #837 [Tobias Luetke] 2005-03-14 23:37:38 +00:00
date_helper.rb Renamed DateHelper#distance_of_time_in_words_to_now to DateHelper#time_ago_in_words (old method name is still available as a deprecated alias) 2005-03-30 13:06:19 +00:00
debug_helper.rb Initial 2004-11-24 01:04:44 +00:00
form_helper.rb Fixed form helpers to query Model#id_before_type_cast instead of Model#id as a temporary workaround for Ruby 1.8.2 warnings #818 [DeLynn B] 2005-03-20 15:08:30 +00:00
form_options_helper.rb Fixed options_for_select on selected line issue #624 [Florian Weber] 2005-03-15 00:13:14 +00:00
form_tag_helper.rb Added that the html options disabled, readonly, and multiple can all be treated as booleans. So specifying <tt>disabled => :true</tt> will give <tt>disabled="disabled"</tt>. #809 [mindel] 2005-03-20 14:49:37 +00:00
javascript_helper.rb Effects can just be used through the callbacks 2005-03-26 23:43:29 +00:00
pagination_helper.rb Fixed that pagination_helper would ignore :params #947 [Sebastian Kanthak] 2005-03-27 00:04:07 +00:00
tag_helper.rb Moved image_tag to AssetTagHelper 2005-03-14 00:18:12 +00:00
text_helper.rb Added TextHelper#human_size for formatting file sizes, like human_size(1234567) => 1.2 MB #943 [thomas@fesch.at] 2005-03-26 12:26:32 +00:00
url_helper.rb Fixed link_to :confirm #936 [Nicholas Seckar] 2005-03-26 11:37:08 +00:00