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
Jeremy Kemper 71234daef1 r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Check whether @flash is defined? for warnings-safety.
 r4488@asus:  jeremy | 2006-04-29 12:23:15 -0700
 Check whether @flash is defined? for warnings-safety. Obviates nil? check.
 r4489@asus:  jeremy | 2006-04-29 12:45:18 -0700
 Check whether @session is defined? for warnings-safety.
 r4490@asus:  jeremy | 2006-04-29 12:50:41 -0700
 Check whether @rendering_runtime is defined? for warnings-safety.
 r4491@asus:  jeremy | 2006-04-29 12:55:01 -0700
 Check whether @_cycles is defined? for warnings-safety.
 r4492@asus:  jeremy | 2006-04-29 12:59:19 -0700
 Check whether instance variables are defined? for warnings-safety.
 r4493@asus:  jeremy | 2006-04-29 13:14:09 -0700
 Add nil @template to PrototypeHelperTest to suppress unitialized instance variable warning.
 r4494@asus:  jeremy | 2006-04-29 13:31:34 -0700
 Check whether @auto_index defined? for warnings-safety.
 r4495@asus:  jeremy | 2006-04-29 13:32:24 -0700
 Wrap content_columns redefinitions with silence_warnings.
 r4496@asus:  jeremy | 2006-04-29 13:35:28 -0700
 Wrap more redefinitions with silence_warnings.
 r4829@asus:  jeremy | 2006-07-08 10:59:20 -0700
 abstract unit, fix warnings
 r4830@asus:  jeremy | 2006-07-08 11:06:12 -0700
 Use parens to silence warning.
 r4831@asus:  jeremy | 2006-07-08 11:06:48 -0700
 Use parens to silence warning.


git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4595 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2006-07-08 18:14:49 +00:00
..
javascripts Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, PrototypeHelper#remote_form_for, PrototypeHelper#remote_form_tag, and PrototypeHelper#link_to_remote to allow for verbs other than GET and POST by automatically creating a hidden form field named _method, which will simulate the other verbs over post [DHH] 2006-05-29 00:05:13 +00:00
active_record_helper.rb Pass :id => nil or :class => nil to error_messages_for to supress that html attribute. Closes #3586. 2006-07-08 05:35:08 +00:00
asset_tag_helper.rb Make asset timestamping safe to use on assets that don't exist 2006-03-30 15:15:26 +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 Fix documentation indentation 2006-04-26 14:40:26 +00:00
date_helper.rb Refactor various InstanceTag instance method to class methods. Closes #4800. [skaes@web.de] 2006-04-25 19:38:52 +00:00
debug_helper.rb
form_helper.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
form_options_helper.rb Excise ingrown code from FormOptionsHelper#options_for_select. Closes #5008. 2006-05-09 05:19:32 +00:00
form_tag_helper.rb Added :method handling for other verbs to remote_form_tag and remote_form_for [DHH] 2006-05-28 23:39:37 +00:00
java_script_macros_helper.rb text_field_with_auto_complete stylesheet uses <style type="text/css"> instead of bare <style>. Closes #5610. 2006-07-05 23:24:14 +00:00
javascript_helper.rb Change link_to_function and button_to_function to (optionally) take an update_page block instead of a JavaScript string. Closes #4804. 2006-04-19 18:08:15 +00:00
number_helper.rb Added special case for "1 Byte" in NumberHelper#number_to_human_size (closes #5593) [murpyh@rubychan.de] 2006-07-05 01:04:32 +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 Expanded :method option in FormTagHelper#form_tag, FormHelper#form_for, PrototypeHelper#remote_form_for, PrototypeHelper#remote_form_tag, and PrototypeHelper#link_to_remote to allow for verbs other than GET and POST by automatically creating a hidden form field named _method, which will simulate the other verbs over post [DHH] 2006-05-29 00:05:13 +00:00
scriptaculous_helper.rb allow RJS enum values to be passed to visual_effect() and other scriptaculous helpers #4080 [Rick Olson] 2006-03-05 06:42:58 +00:00
tag_helper.rb Wrap javascript_tag contents in a CDATA section and add a cdata_section method to TagHelper. Closes #1691. 2005-10-12 22:47:39 +00:00
text_helper.rb r4487@asus: jeremy | 2006-04-29 12:21:39 -0700 2006-07-08 18:14:49 +00:00
url_helper.rb Added :method handling for other verbs to remote_form_tag and remote_form_for [DHH] 2006-05-28 23:39:37 +00:00