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
wycats 483b60b9ff Revert "It's snowing!"
This reverts commit e4283007d6.
2010-08-18 16:49:06 -07:00
..
active_model_helper.rb Do not wrap hidden fields with error proc [#4962 state:resolved] 2010-06-25 09:49:29 +02:00
asset_tag_helper.rb Tidy up asset tag a bit and make railties tests green again. 2010-06-23 01:34:25 +02:00
atom_feed_helper.rb Removed deprecated |map| block argument from routing docs since it is no longer generated in edge Rails config/routes.rb 2010-07-11 23:57:26 -07:00
cache_helper.rb Adds title and description where needed. 2010-06-16 22:47:49 +04:30
capture_helper.rb Fixed output_buffer encoding problem [#5179] 2010-07-25 16:33:04 +02:00
csrf_helper.rb Adds title and description where needed. 2010-06-16 22:47:49 +04:30
date_helper.rb fixing the ternary operation where the logic is very confusing. 2010-07-18 11:31:54 +02:00
debug_helper.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
form_helper.rb Fix label form helper to use I18n and html options, without the need of 'nil' text param: 2010-08-01 21:51:54 -03:00
form_options_helper.rb select tags coerce the :selected option, options to strings before comparison [#5056 state:resolved] 2010-08-15 16:46:32 -03:00
form_tag_helper.rb Revert "It's snowing!" 2010-08-18 16:49:06 -07:00
javascript_helper.rb Adds title and description where needed. 2010-06-16 22:47:49 +04:30
number_helper.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
prototype_helper.rb update remote_function docs referencing link_to_remote 2010-07-22 14:59:52 -05:00
raw_output_helper.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
record_tag_helper.rb No need to delegate. Simply include the whole RecordIdentifier module. 2010-07-21 11:46:38 +02:00
sanitize_helper.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
scriptaculous_helper.rb removed 'unless const_defined?' code smell 2010-06-21 23:34:45 +02:00
tag_helper.rb s/escape_once/html_escape/, since html safety is the contract that now says whether something has to be escaped 2010-06-30 00:32:26 +02:00
text_helper.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
translation_helper.rb Deletes trailing whitespaces (over text files only find * -type f -exec sed 's/[ \t]*$//' -i {} \;) 2010-08-14 04:12:33 -03:00
url_helper.rb options could be of any kind of Hash (Hash, HashWithIndifferentAccess or OrderedHash) this way we keep the properties of the options passed as an argument 2010-07-21 17:34:02 -07:00