Skip to content

Commit

Permalink
Update helpers for Rails 3
Browse files Browse the repository at this point in the history
This results in a slightly premature drop of syntax highlighting for
intrusive JavaScript methods, but these were on their way out anyways.
  • Loading branch information
tpope committed Aug 22, 2010
1 parent d74a364 commit c7ca178
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions autoload/rails.vim
Original file line number Diff line number Diff line change
Expand Up @@ -3433,24 +3433,24 @@ endfunction
function! s:helpermethods()
return ""
\."atom_feed audio_path audio_tag auto_discovery_link_tag auto_link "
\."benchmark button_to button_to_function button_to_remote "
\."button_to button_to_function "
\."cache capture cdata_section check_box check_box_tag collection_select concat content_for content_tag content_tag_for csrf_meta_tag current_cycle cycle "
\."date_select datetime_select debug distance_of_time_in_words distance_of_time_in_words_to_now div_for dom_class dom_id draggable_element draggable_element_js drop_receiving_element drop_receiving_element_js "
\."error_message_on error_messages_for escape_javascript escape_once evaluate_remote_response excerpt "
\."field_set_tag fields_for file_field file_field_tag form form_for form_remote_for form_remote_tag form_tag "
\."email_field email_field_tag error_message_on error_messages_for escape_javascript escape_once excerpt "
\."favicon_link_tag field_set_tag fields_for file_field file_field_tag form form_for form_tag "
\."grouped_collection_select grouped_options_for_select "
\."hidden_field hidden_field_tag highlight "
\."image_path image_submit_tag image_tag input "
\."javascript_cdata_section javascript_include_tag javascript_path javascript_tag "
\."l label label_tag link_to link_to_function link_to_if link_to_remote link_to_unless link_to_unless_current localize "
\."mail_to markdown "
\."number_to_currency number_to_human_size number_to_percentage number_to_phone number_with_delimiter number_with_precision "
\."observe_field observe_form option_groups_from_collection_for_select options_for_select options_from_collection_for_select "
\."partial_path password_field password_field_tag path_to_audio path_to_image path_to_javascript path_to_stylesheet path_to_video periodically_call_remote pluralize "
\."radio_button radio_button_tag raw remote_form_for remote_function reset_cycle "
\."safe_concat sanitize sanitize_css select select_date select_datetime select_day select_hour select_minute select_month select_second select_tag select_time select_year simple_format sortable_element sortable_element_js strip_links strip_tags stylesheet_link_tag stylesheet_path submit_tag submit_to_remote "
\."t tag text_area text_area_tag text_field text_field_tag textilize textilize_without_paragraph time_ago_in_words time_select time_zone_options_for_select time_zone_select translate truncate "
\."update_page update_page_tag url_for "
\."l label label_tag link_to link_to_function link_to_if link_to_unless link_to_unless_current localize "
\."mail_to "
\."number_field number_field_tag number_to_currency number_to_human number_to_human_size number_to_percentage number_to_phone number_with_delimiter number_with_precision "
\."option_groups_from_collection_for_select options_for_select options_from_collection_for_select "
\."password_field password_field_tag path_to_audio path_to_image path_to_javascript path_to_stylesheet path_to_video phone_field phone_field_tag pluralize "
\."radio_button radio_button_tag range_field range_field_tag raw remote_function reset_cycle "
\."safe_concat sanitize sanitize_css search_field search_field_tag select select_date select_datetime select_day select_hour select_minute select_month select_second select_tag select_time select_year simple_format sortable_element sortable_element_js strip_links strip_tags stylesheet_link_tag stylesheet_path submit_tag "
\."t tag telephone_field telephone_field_tag text_area text_area_tag text_field text_field_tag time_ago_in_words time_select time_zone_options_for_select time_zone_select translate truncate "
\."update_page update_page_tag url_field url_field_tag url_for url_options "
\."video_path video_tag visual_effect "
\."word_wrap"
endfunction
Expand Down

0 comments on commit c7ca178

Please sign in to comment.