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-05-18 21:27:05 +00:00
..
javascripts Update trunk to script.aculo.us 1.7.0 2007-01-19 20:56:31 +00:00
active_record_helper.rb documentation project patches, closes #7342, #7319, #7316, #7190 [jeremymcanally] 2007-03-27 14:04:06 +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 Fixed no-binding fragment caching 2005-01-20 17:54:06 +00:00
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 Minor wording tweak to documentation for the debug helper. Closes #8037. [jeremymcanally] 2007-05-06 05:19:02 +00:00
form_helper.rb Clean up the simply_helpful merge. 2007-05-18 00:36:14 +00:00
form_options_helper.rb select :include_blank option can be set to a string instead of true, which just uses an empty string. Closes #7664. 2007-05-18 05:29:22 +00:00
form_tag_helper.rb Added that FormTagHelper#submit_tag will return to its original state if the submit fails and you're using :disable_with [DHH] 2007-03-27 19:42:54 +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 observe_form always sends the serialized form. Closes #5271. 2007-05-18 21:27:05 +00:00
record_identification_helper.rb Added record identifications to FormHelper#form_for and PrototypeHelper#remote_form_for [DHH] 2007-05-14 17:30:35 +00:00
record_tag_helper.rb Added record identifications to FormHelper#form_for and PrototypeHelper#remote_form_for [DHH] 2007-05-14 17:30:35 +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 Fixed that content_tag with a block will just return the result instead of concate it if not used in a ERb view #7857, #7432 [michael.niessner] 2007-05-02 22:30:41 +00:00
text_helper.rb Highlight helper highlights one or many terms in a single pass. 2007-03-30 01:19:01 +00:00
url_helper.rb Clean up the simply_helpful merge. 2007-05-18 00:36:14 +00:00