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-13 05:24:10 +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 benchmark helper takes an optional log level, defaults to :info. Chose symbols log levels rather than Logger::FOO constants for simplicity. Added benchmark helper test suite. 2005-07-05 19:33:25 +00:00
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
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 form_options_helper refactoring for clarity. Closes #7787. 2007-03-11 13:14:53 +00:00
form_tag_helper.rb Deprecation: remove deprecated update_element_function, start_form_tag, and end_form_tag. Use RJS and form_tag instead. 2007-03-13 05:24:10 +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 Deprecation: remove deprecated human_size helper alias. Use number_to_human_size instead. 2007-03-13 05:18:49 +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 Deprecation: remove deprecated link_to_image and link_image_to methods. Use link_to(image_path(...), url). 2007-03-13 05:12:59 +00:00