aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib/action_view/helpers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #25520 from st0012/fix-current-pageRafael França2016-07-201-0/+2
|\
| * Fix ActionView::Helpers#current_page? with issue in https://github.com/rails/...Stan Lo2016-07-201-0/+2
* | Fix docs in collection_radio_buttonsclaudiob2016-07-181-3/+3
* | Tiny documentation fixes [ci skip]Robin Dupret2016-07-041-4/+9
* | Merge pull request #25553 from vipulnsward/25543-docs-follow-upVipul A M2016-06-301-16/+7
|\ \
| * | - Tone down documentationVipul A M2016-06-281-16/+7
* | | Add dup leftover from 26710ab.Kasper Timm Hansen2016-06-281-1/+1
* | | Default to frozen string literals in TagHelper.Kasper Timm Hansen2016-06-281-5/+7
* | | Merge pull request #25555 from vipulnsward/boolean-attributes-updateRafael França2016-06-282-8/+11
|\ \ \
| * | | Bring Boolean Attributes list for AV Tags helper upto speed with current spec.Vipul A M2016-06-282-8/+11
| |/ /
* | | Merge pull request #25551 from vipulnsward/25543-follow-upKasper Timm Hansen2016-06-281-1/+1
|\ \ \
| * | | Expand list of void elements to match spec from https://html.spec.whatwg.org/...Vipul A M2016-06-281-1/+1
| |/ /
* / / Freeze string for default content for tag_strings, which later goes on to cre...Vipul A M2016-06-281-1/+1
|/ /
* | Document `simple_format` handling of `\r`Derek Prior2016-06-271-4/+5
* | New syntax for tag helpers i.e. tag.br instead of tag(br) #25195Marek2016-06-273-59/+176
* | Fix typo in exception class nameCédric Félizard2016-06-261-1/+1
* | Merge pull request #25287 from marekkirejczyk/fix_25267Godfrey Chan2016-06-251-1/+1
|\ \ | |/ |/|
| * Make select_year work with include_position: true option, fix #25267Marek2016-06-051-1/+1
* | Change datetime to datetime-local helper tagHerminio Torres2016-06-213-55/+11
* | Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field"eileencodes2016-06-212-33/+0
* | 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