| Commit message (Expand) | Author | Age | Files | Lines |
* | Add dup leftover from 26710ab. | Kasper Timm Hansen | 2016-06-28 | 1 | -1/+1 |
* | Default to frozen string literals in TagHelper. | Kasper Timm Hansen | 2016-06-28 | 1 | -5/+7 |
* | Merge pull request #25555 from vipulnsward/boolean-attributes-update | Rafael França | 2016-06-28 | 2 | -8/+11 |
|\ |
|
| * | Bring Boolean Attributes list for AV Tags helper upto speed with current spec. | Vipul A M | 2016-06-28 | 2 | -8/+11 |
* | | Merge pull request #25551 from vipulnsward/25543-follow-up | Kasper Timm Hansen | 2016-06-28 | 1 | -1/+1 |
|\ \ |
|
| * | | Expand list of void elements to match spec from https://html.spec.whatwg.org/... | Vipul A M | 2016-06-28 | 1 | -1/+1 |
| |/ |
|
* / | Freeze string for default content for tag_strings, which later goes on to cre... | Vipul A M | 2016-06-28 | 1 | -1/+1 |
|/ |
|
* | Document `simple_format` handling of `\r` | Derek Prior | 2016-06-27 | 1 | -4/+5 |
* | New syntax for tag helpers i.e. tag.br instead of tag(br) #25195 | Marek | 2016-06-27 | 3 | -59/+176 |
* | Fix typo in exception class name | Cédric Félizard | 2016-06-26 | 1 | -1/+1 |
* | Merge pull request #25287 from marekkirejczyk/fix_25267 | Godfrey Chan | 2016-06-25 | 1 | -1/+1 |
|\ |
|
| * | Make select_year work with include_position: true option, fix #25267 | Marek | 2016-06-05 | 1 | -1/+1 |
* | | Change datetime to datetime-local helper tag | Herminio Torres | 2016-06-21 | 3 | -55/+11 |
* | | Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field" | eileencodes | 2016-06-21 | 2 | -33/+0 |
* | | Explicitly require `acts_like` in AV | Sean Griffin | 2016-06-13 | 1 | -0/+1 |
* | | remove deprecated `:prefix` option from doc [ci skip] | yuuji.yaginuma | 2016-06-09 | 1 | -2/+0 |
* | | Fix a typo in `time_field` [ci skip] | Jake Worth | 2016-06-05 | 1 | -1/+1 |
|/ |
|
* | Confirm with the specification when generating emtpy option for select with `... | Vipul A M | 2016-05-21 | 1 | -1/+3 |
* | `md5` --> `MD5` | Jon Moss | 2016-05-17 | 1 | -3/+3 |
* | Fix example for css_class_attribute and fix indentation | Prathamesh Sonpatki | 2016-04-20 | 1 | -6/+6 |
* | [ci skip] Small grammar fix | Abhishek Jain | 2016-04-20 | 1 | -1/+1 |
* | Merge pull request #20625 from Envek/add_country_zones_method | Jeremy Daer | 2016-04-19 | 1 | -4/+5 |
|\ |
|
* \ | Merge pull request #24225 from neumayr/date_select_helper_with_css_classes_ac... | Rafael Mendonça França | 2016-04-20 | 1 | -3/+19 |
|\ \ |
|
| * | | date_select helper with_css_classes option also accept a hash | neumayr | 2016-04-05 | 1 | -3/+19 |
| |/ |
|
* | | Merge pull request #23869 from oreoshake/to-sentence-html-safety | Rafael França | 2016-04-20 | 1 | -0/+30 |
|\ \
| |/
|/| |
|
| * | mimic ActiveSupport's Array#to_sentence in an html_safe-aware way | Neil Matatall | 2016-03-15 | 1 | -0/+30 |
* | | `number_to_phone` formats number with regexp | Pan GaoYong | 2016-04-02 | 1 | -1/+8 |
* | | Merge pull request #24379 from Gaurav2728/sanitizer-helper-update-doc | Kasper Timm Hansen | 2016-03-31 | 1 | -1/+1 |
|\ \ |
|
| * | | sanitiser helper may be remove in 5.1, update doc [ci skip] | Gaurav Sharma | 2016-03-31 | 1 | -1/+1 |
* | | | Deprecate `datetime_field` and `datetime_field_tag` helpers. | Wojciech Wnętrzak | 2016-03-31 | 2 | -0/+8 |
|/ / |
|
* | | fix a comment in atom_feed_helper.rb | 白井 健太 | 2016-03-16 | 1 | -1/+1 |
* | | - Freeze strings in frequent used private method | Stan Lo | 2016-03-08 | 1 | -11/+11 |
* | | Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de... | Rafael Mendonça França | 2016-03-05 | 1 | -2/+0 |
|/ |
|
* | We are calling `to_s` in the method so we can call downcase now | Rafael Mendonça França | 2016-02-22 | 1 | -3/+3 |
* | Make per form token work when method is not provided | Rafael Mendonça França | 2016-02-22 | 1 | -1/+2 |
* | Do not pass more options that are needed. | Rafael Mendonça França | 2016-02-22 | 1 | -1/+1 |
* | Merge pull request #23752 from vipulnsward/23524-fix-button_to_delete | Rafael Mendonça França | 2016-02-22 | 1 | -1/+1 |
|\ |
|
| * | Refactored Request Forgery CSRF PerFormTokensController tests and DRY'ed them... | Vipul A M | 2016-02-22 | 1 | -1/+1 |
| * | Fixed passing of delete method on button_to tag, creating wrong form csrf token | Vipul A M | 2016-02-21 | 1 | -2/+2 |
* | | [ci skip] Document collection caching better. | Kasper Timm Hansen | 2016-02-21 | 1 | -2/+15 |
* | | Merge pull request #23695 from kaspth/remove-automatic-collection-caching | Kasper Timm Hansen | 2016-02-20 | 1 | -35/+7 |
|\ \
| |/
|/| |
|
| * | Make collection caching explicit. | Kasper Timm Hansen | 2016-02-20 | 1 | -35/+7 |
* | | Merge pull request #17043 from jcoleman/fix-nested-params-in-button-to | Rafael França | 2016-02-19 | 1 | -2/+38 |
|\ \
| |/
|/| |
|
| * | Fix button_to's params option to support nested names. | James Coleman | 2016-02-19 | 1 | -2/+38 |
* | | Test to check if the data-attr if nil is same or not | Sourav Moitra | 2016-02-14 | 1 | -0/+1 |
|/ |
|
* | Slice out options for cache_fragment_name explicitly | Ryan Bigg | 2016-01-28 | 1 | -1/+2 |
* | Fix img alt attribute generation when using Sprockets >= 3.0 | Bart de Water | 2016-01-27 | 1 | -1/+1 |
* | Fix doc [ci skip] | Daniel Gomez de Souza | 2016-01-27 | 1 | -1/+1 |
* | html_safe is not supposed to be public API for AV. This change removes usage ... | Vipul A M | 2016-01-20 | 3 | -10/+10 |
* | Remove ActionView dependence on ActionPack's Mime implementation | Jon Moss | 2016-01-17 | 1 | -1/+1 |