| Commit message (Expand) | Author | Age | Files | Lines |
* | - Added select tag test for verifying passing html options to f.select helper | Vipul A M | 2016-06-28 | 1 | -1/+10 |
* | Bring Boolean Attributes list for AV Tags helper upto speed with current spec. | Vipul A M | 2016-06-28 | 2 | -6/+2 |
* | New syntax for tag helpers i.e. tag.br instead of tag(br) #25195 | Marek | 2016-06-27 | 1 | -4/+160 |
* | Merge pull request #25287 from marekkirejczyk/fix_25267 | Godfrey Chan | 2016-06-25 | 1 | -0/+7 |
|\ |
|
| * | Make select_year work with include_position: true option, fix #25267 | Marek | 2016-06-05 | 1 | -0/+7 |
* | | Change datetime to datetime-local helper tag | Herminio Torres | 2016-06-21 | 2 | -84/+20 |
* | | Revert "Merge pull request #17973 from maurogeorge/file_field_hidden_field" | eileencodes | 2016-06-21 | 1 | -20/+5 |
* | | Change the raw template handler to render html-safe strings | eileencodes | 2016-06-21 | 1 | -0/+7 |
* | | Add test for nested html dependencies with same logical name as templates for... | Javan Makhmali | 2016-06-15 | 1 | -2/+6 |
* | | Move and rename test | Javan Makhmali | 2016-06-15 | 1 | -7/+7 |
* | | Fix finding templates for digesting for */* requests that render a non-defaul... | Javan Makhmali | 2016-06-15 | 1 | -0/+22 |
* | | Explicity find with the rendered format to handle searching multiple view pat... | Javan Makhmali | 2016-06-15 | 1 | -1/+1 |
* | | Fix digesting templates with identical logical names when requesting a format... | Javan Makhmali | 2016-06-15 | 1 | -1/+11 |
|/ |
|
* | Confirm with the specification when generating emtpy option for select with `... | Vipul A M | 2016-05-21 | 1 | -5/+5 |
* | Support for unified Integer class in Ruby 2.4+ | Jeremy Daer | 2016-05-18 | 1 | -1/+1 |
* | Extract resolver cache disabling to a method. | Kasper Timm Hansen | 2016-05-09 | 1 | -22/+23 |
* | No need to call `remove_template`. | Kasper Timm Hansen | 2016-05-09 | 1 | -1/+0 |
* | Merge pull request #24225 from neumayr/date_select_helper_with_css_classes_ac... | Rafael Mendonça França | 2016-04-20 | 1 | -0/+404 |
|\ |
|
| * | date_select helper with_css_classes option also accept a hash | neumayr | 2016-04-05 | 1 | -0/+404 |
* | | Merge pull request #23869 from oreoshake/to-sentence-html-safety | Rafael França | 2016-04-20 | 1 | -0/+55 |
|\ \ |
|
| * | | mimic ActiveSupport's Array#to_sentence in an html_safe-aware way | Neil Matatall | 2016-03-15 | 1 | -0/+55 |
* | | | Ensure Cache#inspect doesn't block concurrent cache writes | Jeremy Daer | 2016-04-19 | 1 | -0/+7 |
* | | | Add render allows unicode text name in partials - 🍣 | Vipul A M | 2016-04-17 | 1 | -0/+4 |
| |/
|/| |
|
* | | Deprecate `datetime_field` and `datetime_field_tag` helpers. | Wojciech Wnętrzak | 2016-03-31 | 2 | -9/+27 |
* | | silence deprecation message for dynamic controller and actions on Action View... | yuuji.yaginuma | 2016-03-13 | 1 | -1/+3 |
* | | Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de... | Rafael Mendonça França | 2016-03-05 | 1 | -21/+3 |
* | | Fix partial rendering with dot in filename | Benjamin Quorning | 2016-03-04 | 1 | -0/+5 |
* | | Support `:any` variants lookup in `PathResolver` | Godfrey Chan | 2016-03-01 | 1 | -4/+15 |
* | | Added log "Rendering ...", when starting to render a template, to log that we... | Vipul A M | 2016-02-26 | 1 | -3/+6 |
|/ |
|
* | Merge branch 'master' into treewip | Aaron Patterson | 2016-02-24 | 4 | -61/+47 |
|\ |
|
| * | clear digest cache between tests | Aaron Patterson | 2016-02-23 | 1 | -0/+1 |
| * | Merge pull request #23695 from kaspth/remove-automatic-collection-caching | Kasper Timm Hansen | 2016-02-20 | 3 | -61/+46 |
| |\ |
|
| | * | Instrument cached collection renders. | Kasper Timm Hansen | 2016-02-20 | 1 | -3/+17 |
| | * | Make collection caching explicit. | Kasper Timm Hansen | 2016-02-20 | 2 | -58/+29 |
* | | | Merge branch 'master' into treewip | Aaron Patterson | 2016-02-19 | 1 | -2/+44 |
|\| | |
|
| * | | Merge pull request #17043 from jcoleman/fix-nested-params-in-button-to | Rafael França | 2016-02-19 | 1 | -2/+44 |
| |\ \
| | |/
| |/| |
|
| | * | Fix button_to's params option to support nested names. | James Coleman | 2016-02-19 | 1 | -2/+44 |
* | | | push injected dependencies up to the `digest` method | Aaron Patterson | 2016-02-18 | 1 | -2/+2 |
* | | | use the class level digest method for calculating the digest | Aaron Patterson | 2016-02-18 | 1 | -3/+1 |
* | | | cache all subnodes in the digest cache | Aaron Patterson | 2016-02-18 | 1 | -1/+1 |
* | | | Merge branch 'master' into treewip | Aaron Patterson | 2016-02-18 | 1 | -3/+12 |
|\| | |
|
| * | | move digest cache on to the DetailsKey object | Aaron Patterson | 2016-02-18 | 1 | -3/+2 |
| * | | Merge pull request #23662 from rthbound/adds-missing-digestor-nested-deps-tests | Yves Senn | 2016-02-17 | 1 | -0/+10 |
| |\ \ |
|
| | * | | adds tests for Digestor#nested_dependencies | Ryan T. Hosford | 2016-02-13 | 1 | -0/+10 |
| | |/ |
|
* | | | change internal implementation to use a tree | Aaron Patterson | 2016-02-16 | 1 | -13/+10 |
* | | | fix recursive templates | Aaron Patterson | 2016-02-16 | 1 | -2/+3 |
* | | | pull template check up to match existing behavior | Aaron Patterson | 2016-02-16 | 1 | -1/+4 |
* | | | introduce a `tree` factory method for creating the dep tree | Aaron Patterson | 2016-02-16 | 1 | -0/+7 |
|/ / |
|
* | | Merge pull request #23203 from vipulnsward/22979-show-tags-on-exception | Richard Schneeman | 2016-02-16 | 1 | -3/+3 |
|\ \ |
|
| * | | WIP: Errors in logs should show log tags as well. | Vipul A M | 2016-02-12 | 1 | -3/+3 |