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-03-07 00:48:28 +00:00
..
javascripts Update trunk to script.aculo.us 1.7.0 2007-01-19 20:56:31 +00:00
active_record_helper.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
asset_tag_helper.rb Backed out of using File.atomic_write in the asset_tag_helper.rb as its still half-baked. Most importantly, it creates files with different permissions than File.open/write 2007-03-07 00:48:28 +00:00
benchmark_helper.rb
cache_helper.rb
capture_helper.rb Added .erb and .builder as preferred aliases to the now deprecated .rhtml and .rxml extensions [Chad Fowler]. This is done to separate the renderer from the mime type. .erb templates are often used to render emails, atom, csv, whatever. So labeling them .rhtml doesn't make too much sense. The same goes for .rxml, which can be used to build everything from HTML to Atom to whatever. .rhtml and .rxml will continue to work until Rails 3.0, though. So this is a slow phasing out. All generators and examples will start using the new aliases, though. 2007-02-20 22:09:12 +00:00
date_helper.rb date_select and datetime_select take a :default option. Closes #7052. 2007-01-28 16:44:44 +00:00
debug_helper.rb Tighten rescue clauses. Closes #5985. 2006-08-31 03:16:28 +00:00
deprecated_helper.rb Deprecate JavaScriptHelper#update_element_function, which is superseeded by RJS [Thomas Fuchs] 2006-11-06 09:40:30 +00:00
form_helper.rb Fixed that FormTagHelper#text_area_tag should disregard :size option if it's not a string [Brendon Davidson] 2007-03-03 18:04:44 +00:00
form_options_helper.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
form_tag_helper.rb Fixed that FormTagHelper#text_area_tag should disregard :size option if it's not a string [Brendon Davidson] 2007-03-03 18:04:44 +00:00
java_script_macros_helper.rb Prefer MIME constants to strings. Closes #7707. 2007-03-06 09:46:04 +00:00
javascript_helper.rb Prefer MIME constants to strings. Closes #7707. 2007-03-06 09:46:04 +00:00
number_helper.rb Fixed NumberHelper#number_with_delimiter to use "." always for splitting the original number, not the delimiter parameter (closes #7389) [ceefour] 2007-01-26 21:49:36 +00:00
pagination_helper.rb trivial documentation patch for #pagination_links [Francois Beausoleil] closes #4258 2006-03-16 06:38:08 +00:00
prototype_helper.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
scriptaculous_helper.rb Use a consistent load path to avoid double requires. Fix some scattered Ruby warnings. 2007-01-28 07:16:55 +00:00
tag_helper.rb Clean up multiple calls to #stringify_keys in TagHelper, add better documentation and testing for TagHelper. Closes #6394 [Bob Silva] 2007-01-05 20:32:03 +00:00
text_helper.rb Make sure that the string returned by TextHelper#truncate is actually a string, not a char proxy -- that should only be used internally while working on a multibyte-safe way of truncating [DHH] 2007-01-31 17:55:09 +00:00
url_helper.rb Prefer MIME constants to strings. Closes #7707. 2007-03-06 09:46:04 +00:00