aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Explicitly require `acts_like` in AVSean Griffin2016-06-131-0/+1
* remove deprecated `:prefix` option from doc [ci skip]yuuji.yaginuma2016-06-091-2/+0
* Fix a typo in `time_field` [ci skip]Jake Worth2016-06-051-1/+1
* Confirm with the specification when generating emtpy option for select with `...Vipul A M2016-05-211-1/+3
* `md5` --> `MD5`Jon Moss2016-05-171-3/+3
* Fix example for css_class_attribute and fix indentationPrathamesh Sonpatki2016-04-201-6/+6
* [ci skip] Small grammar fixAbhishek Jain2016-04-201-1/+1
* Merge pull request #20625 from Envek/add_country_zones_methodJeremy Daer2016-04-191-4/+5
|\
* \ Merge pull request #24225 from neumayr/date_select_helper_with_css_classes_ac...Rafael Mendonça França2016-04-201-3/+19
|\ \
| * | date_select helper with_css_classes option also accept a hashneumayr2016-04-051-3/+19
| |/
* | Merge pull request #23869 from oreoshake/to-sentence-html-safetyRafael França2016-04-201-0/+30
|\ \ | |/ |/|
| * mimic ActiveSupport's Array#to_sentence in an html_safe-aware wayNeil Matatall2016-03-151-0/+30
* | `number_to_phone` formats number with regexpPan GaoYong2016-04-021-1/+8
* | Merge pull request #24379 from Gaurav2728/sanitizer-helper-update-docKasper Timm Hansen2016-03-311-1/+1
|\ \
| * | sanitiser helper may be remove in 5.1, update doc [ci skip]Gaurav Sharma2016-03-311-1/+1
* | | Deprecate `datetime_field` and `datetime_field_tag` helpers.Wojciech Wnętrzak2016-03-312-0/+8
|/ /
* | fix a comment in atom_feed_helper.rb白井 健太2016-03-161-1/+1
* | - Freeze strings in frequent used private methodStan Lo2016-03-081-11/+11
* | Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de...Rafael Mendonça França2016-03-051-2/+0
|/
* We are calling `to_s` in the method so we can call downcase nowRafael Mendonça França2016-02-221-3/+3
* Make per form token work when method is not providedRafael Mendonça França2016-02-221-1/+2
* Do not pass more options that are needed.Rafael Mendonça França2016-02-221-1/+1
* Merge pull request #23752 from vipulnsward/23524-fix-button_to_deleteRafael Mendonça França2016-02-221-1/+1
|\
| * Refactored Request Forgery CSRF PerFormTokensController tests and DRY'ed them...Vipul A M2016-02-221-1/+1
| * Fixed passing of delete method on button_to tag, creating wrong form csrf tokenVipul A M2016-02-211-2/+2
* | [ci skip] Document collection caching better.Kasper Timm Hansen2016-02-211-2/+15
* | Merge pull request #23695 from kaspth/remove-automatic-collection-cachingKasper Timm Hansen2016-02-201-35/+7
|\ \ | |/ |/|
| * Make collection caching explicit.Kasper Timm Hansen2016-02-201-35/+7
* | Merge pull request #17043 from jcoleman/fix-nested-params-in-button-toRafael França2016-02-191-2/+38
|\ \ | |/ |/|
| * Fix button_to's params option to support nested names.James Coleman2016-02-191-2/+38
* | Test to check if the data-attr if nil is same or notSourav Moitra2016-02-141-0/+1
|/
* Slice out options for cache_fragment_name explicitlyRyan Bigg2016-01-281-1/+2
* Fix img alt attribute generation when using Sprockets >= 3.0Bart de Water2016-01-271-1/+1
* Fix doc [ci skip]Daniel Gomez de Souza2016-01-271-1/+1
* html_safe is not supposed to be public API for AV. This change removes usage ...Vipul A M2016-01-203-10/+10
* Remove ActionView dependence on ActionPack's Mime implementationJon Moss2016-01-171-1/+1
* Merge pull request #20638 from jaimeiniesta/locale-aware-pluralize-helperKasper Timm Hansen2016-01-101-7/+14
|\
| * Pass the current locale to Inflector from the pluralize text helper.Jaime Iniesta2016-01-101-7/+14
* | [ci skip] fix typoAkshay Vishnoi2016-01-101-1/+1
* | [doc] The capture method isn't always used inside views to create a variableAkira Matsuda & saya2016-01-081-2/+2
* | add option for per-form CSRF tokensBen Toews2016-01-042-5/+15
* | Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_su...Rafael França2016-01-041-0/+2
|\ \
| * | downcase default submit button value's model nameSteven Spiel2016-01-011-0/+2
* | | Fix collection_radio_buttons' hidden_field name and make it appear before the...Santiago Pastorino2015-12-312-2/+10
* | | Merge pull request #22759 from akshay-vishnoi/human-size-helperEileen M. Uchitelle2015-12-271-0/+2
|\ \ \
| * | | Add support for Petabyte and Exabyte in number to human sizeAkshay Vishnoi2015-12-221-0/+2
| |/ /
* | | fix TypeError when using submit_tag with Symbol valueyuuji.yaginuma2015-12-241-1/+1
* | | Add caveat to number_to_currency docs [ci skip]Derek Prior2015-12-231-0/+8
|/ /
* | debug_missing_translation configuration added to action_viewSameer Rahmani2015-12-181-0/+10
* | Remove ActionView::Helpers::CacheHelper#fragment_cache_keySam Stephenson2015-12-141-8/+0