aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* [ci skip] correct doc for ActionView::Helpers::DebugHelperAditya Kapoor2014-05-311-5/+1
* Update documentation for setting asset_host to a Proc, mention that the reque...Manuel Meurer2014-05-311-1/+4
* Fix documentation簡煒航 (Jian Weihang)2014-05-291-2/+2
* correct docs for (asset|image)_path [ci skip]Aditya Kapoor2014-05-271-14/+14
* correct doc for (audio|video)_tag [ci skip]Aditya Kapoor2014-05-271-10/+10
* Correct Documentation for asset_tag_helpersAditya Kapoor2014-05-261-15/+16
* Convert source to string if it is present.Juanito Fatas2014-05-251-1/+1
* update docs to include html id for select_tagOmar Ismail2014-05-231-2/+2
* Merge pull request #15021 from hubertlepicki/allow_custom_host_in_asset_urlRafael Mendonça França2014-05-161-2/+10
|\
| * Improve documentation for asset_urlHubert Łępicki2014-05-081-1/+8
| * Allow custom asset host to be passed in asset_urlHubert Łępicki2014-05-081-1/+2
* | Fix assertion order and :scissors: extra spacesCarlos Antonio da Silva2014-05-131-2/+1
* | Merge pull request #15068 from josepjaume/patch-1Aaron Patterson2014-05-131-0/+2
|\ \
| * | Dup options hash to prevent modificationsJosep Jaume Rey2014-05-131-0/+2
| |/
* / :cry::gun: use an empty hash for magical speed.Aaron Patterson2014-05-121-1/+5
|/
* Include label value in i18n attribute lookupJoshua Cody2014-05-061-2/+2
* Form_tag_helper grammar fix [skip ci]Jon Atack2014-05-021-1/+1
* always use File.joinphoet2014-05-011-2/+2
* Add documentation to select_tag for :selected optionRizwan Reza2014-04-301-1/+5
* rewrites the API docs of favicon_link_tag [ci skip]Xavier Noria2014-04-291-9/+16
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-04-271-0/+54
|\
| * [ci skip] Added example for number_field_tag methodZENATI YASSINE2014-04-191-0/+28
| * [ci skip] Added example for date_field_tag methodZENATI YASSINE2014-04-191-0/+13
| * [ci skip] Added example for email_field_tag methodZENATI YASSINE2014-04-191-0/+13
* | Merge pull request #13335 from glorieux/favicon_link_tag_mimetypeRafael Mendonça França2014-04-221-3/+3
|\ \
| * | Change favicon_link_tag helper mimetype from image/vnd.microsoft.icon to imag...glorieux2014-04-211-3/+3
| |/
* / Add test for using ActionView::Helpers::FormHelper.label with block and htmlZachary Scott2014-04-221-0/+1
|/
* Remove wrapper div for inputs in button_toRafael Mendonça França2014-04-171-1/+1
* Merge pull request #14738 from tilsammans/pull/11407Rafael Mendonça França2014-04-171-3/+5
|\
| * Remove wrapping div with inline styles for hidden form fields.Joost Baaij2014-04-141-3/+5
* | [ci skip] Added examples for url_field_tag methodZENATI YASSINE2014-04-161-0/+13
* | [ci skip] Added examples for telephone_field_tag methodZENATI YASSINE2014-04-161-0/+13
* | [ci skip] Added examples for search_field_tag methodZENATI YASSINE2014-04-161-0/+13
* | [ci skip] Added examples for color_field_tag methodZENATI YASSINE2014-04-161-0/+13
* | `collection_check_boxes` respects `:index` option for the hidden filed name.Vasiliy Ermolovich2014-04-141-4/+13
|/
* Merge pull request #14722 from maurogeorge/mg-readonly-collectionSantiago Pastorino2014-04-131-1/+1
|\
| * CollectionHelpers now accepts a readonly optionMauro George2014-04-121-1/+1
* | Update documentation to use Rails.application insteadMarcel Morgan2014-04-131-1/+1
|/
* Change links to 37signals and svn blog to point to new destinations. [ci skip]Vipul A M2014-04-121-1/+1
* Do not overwrite selected and disabled attributesLaura Paredes2014-03-301-2/+2
* Fix date_select option overwriting html classesIzumi Wong-Horiuchi2014-03-241-1/+1
* Digestor should just rely on the finder to know about the format and the vari...David Heinemeier Hansson2014-03-211-13/+3
* Reorder conditional logicDavid Pedersen2014-03-181-10/+10
* Merge pull request #12662 from nashby/include-hidden-collectionRafael Mendonça França2014-03-151-3/+7
|\
| * add include_hidden option to collection_check_boxes helperVasiliy Ermolovich2013-10-271-3/+7
* | Merge pull request #14329 from pch/digestor-lookup-fixRafael Mendonça França2014-03-141-4/+14
|\ \
| * | Ensure LookupContext in Digestor selects correct variantPiotr Chmolowski2014-03-091-4/+14
* | | Fix 'fields_for' doc typo.Cakey | Buddy Magsipoc2014-03-101-2/+2
* | | Enhance readability of ActionView DateHelper#distance_of_time_in_wordsKenny Meyer2014-03-091-4/+8
|/ /
* | Merge branch 'master' of github.com:rails/docrailsVijay Dev2014-03-071-2/+8
|\ \