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-06-23 16:58:31 +00:00
..
javascripts Update to Prototype 1.5.1 2007-05-19 20:57:11 +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 Only change date to beginning of month if it isn't nil. 2007-06-15 01:58:32 +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 More nested polymorphic url helper fixes. Closes #6432, references #8601. 2007-06-07 21:35:01 +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 Fixed that radio_button_tag should generate unique ids (closes #3353) [BobSilva/rebecca/josh] 2007-06-23 16:58:31 +00:00
java_script_macros_helper.rb auto_complete_field takes a :method option so you can GET or POST. Closes #8120. 2007-05-26 00:32:52 +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
prototype_helper.rb Assume html format when rendering partials in RJS. #8076 [Rick] 2007-06-05 16:51:49 +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 Don't double-escape url_for in views. Closes #8144. 2007-06-05 04:29:19 +00:00