| Commit message (Expand) | Author | Age | Files | Lines |
* | silence deprecation message for dynamic controller and actions on Action View... | yuuji.yaginuma | 2016-03-13 | 1 | -1/+3 |
* | Silence deprecation message for dynamic controller and actions on action_view... | Mehmet Emin İNAÇ | 2016-03-07 | 1 | -6/+8 |
* | Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de... | Rafael Mendonça França | 2016-03-05 | 2 | -42/+3 |
* | Fix partial rendering with dot in filename | Benjamin Quorning | 2016-03-04 | 2 | -0/+6 |
* | Merge pull request #23932 from arthurnn/arthurnn/remove_load_paths | Arthur Nogueira Neves | 2016-03-01 | 1 | -2/+0 |
|\ |
|
| * | Remove load_paths file | Arthur Neves | 2016-02-27 | 1 | -2/+0 |
* | | 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 | 2 | -3/+14 |
|\| | |
|
| * | | 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 | 2 | -0/+12 |
| |\ \ |
|
| | * | | adds tests for Digestor#nested_dependencies | Ryan T. Hosford | 2016-02-13 | 2 | -0/+12 |
| | |/ |
|
* | | | 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 |
* | | | Test to check if the data-attr if nil is same or not | Sourav Moitra | 2016-02-14 | 1 | -0/+6 |
| |/
|/| |
|
* | | push kwargs up to the user facing API | Aaron Patterson | 2016-02-12 | 1 | -2/+2 |
* | | the lookup context looks in the cwd, so prefix isn't necessary | Aaron Patterson | 2016-02-12 | 1 | -2/+1 |
* | | use a real LookupContext in the digest tests | Aaron Patterson | 2016-02-12 | 1 | -28/+6 |
* | | use assert_not_equal so there will be better error messages | Aaron Patterson | 2016-02-12 | 1 | -1/+1 |
|/ |
|
* | Add tests to #23288 | Rafael Mendonça França | 2016-01-27 | 1 | -0/+1 |
* | Fix sanitizer tests | Jon Moss | 2016-01-26 | 1 | -3/+3 |
* | Merge branch '5-0-beta-sec' | Aaron Patterson | 2016-01-25 | 1 | -0/+7 |
|\ |
|
| * | allow :file to be outside rails root, but anything else must be inside the ra... | Aaron Patterson | 2016-01-22 | 1 | -0/+7 |
* | | html_safe is not supposed to be public API for AV. This change removes usage ... | Vipul A M | 2016-01-20 | 9 | -33/+33 |
* | | Merge pull request #20046 from yoongkang/ladida | Rafael Mendonça França | 2016-01-16 | 1 | -0/+13 |
|\ \ |
|
| * | | Use ActiveSupport::SafeBuffer when flushing content_for | Yoong Kang Lim | 2015-05-25 | 1 | -0/+13 |
* | | | Merge pull request #20638 from jaimeiniesta/locale-aware-pluralize-helper | Kasper Timm Hansen | 2016-01-10 | 1 | -10/+22 |
|\ \ \ |
|
| * | | | Pass the current locale to Inflector from the pluralize text helper. | Jaime Iniesta | 2016-01-10 | 1 | -10/+22 |
* | | | | Suppress warning (instance variable @persisted not initialized) | yui-knk | 2016-01-07 | 1 | -0/+1 |
* | | | | Merge pull request #22275 from mastahyeti/per-form-csrf | Rafael França | 2016-01-06 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | add option for per-form CSRF tokens | Ben Toews | 2016-01-04 | 1 | -1/+1 |
* | | | | | Add Html template handler that wraps Raw output in an OutputBuffer | Santiago Pastorino | 2016-01-05 | 3 | -1/+9 |
|/ / / / |
|
* | | | | Merge pull request #22764 from stevenspiel/titleize_model_name_for_default_su... | Rafael França | 2016-01-04 | 2 | -3/+41 |
|\ \ \ \ |
|
| * | | | | downcase default submit button value's model name | Steven Spiel | 2016-01-01 | 2 | -3/+41 |
| | |_|/
| |/| | |
|
* | | | | Fix collection_radio_buttons' hidden_field name and make it appear before the... | Santiago Pastorino | 2015-12-31 | 2 | -24/+24 |