| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | Break up a circular require between AP/AV | Sean Griffin | 2016-03-11 | 1 | -2/+0 |
* | | Merge pull request #24129 from dharamgollapudi/rename_dependencies_rake | Rafael França | 2016-03-11 | 2 | -1/+1 |
|\ \ |
|
| * | | Rename dependencies.rake to cache_digests.rake | Dharam Gollapudi | 2016-03-09 | 2 | -1/+1 |
* | | | revises whitespace in the gemspec of AV [ci skip] | Xavier Noria | 2016-03-10 | 1 | -4/+4 |
* | | | revises the homepage URL in the gemspecs [ci skip] | Xavier Noria | 2016-03-10 | 1 | -1/+1 |
|/ / |
|
* | | Revert "Merge pull request #24125 from dharamgollapudi/patch-3" | Matthew Draper | 2016-03-10 | 1 | -0/+0 |
* | | Rename dependencies.rake to cache_digests.rake | Dharam Gollapudi | 2016-03-09 | 1 | -0/+0 |
* | | - Freeze strings in frequent used private method | Stan Lo | 2016-03-08 | 1 | -11/+11 |
* | | 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 | 3 | -44/+3 |
* | | We're not using $2 from this Regexp | Akira Matsuda | 2016-03-05 | 1 | -1/+1 |
* | | Fix partial rendering with dot in filename | Benjamin Quorning | 2016-03-04 | 3 | -1/+7 |
* | | Fix CHANGELOG spacing [ci skip] | Jeremy Daer | 2016-03-02 | 1 | -4/+4 |
* | | 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 | 2 | -6/+21 |
|/ / |
|
* | | Add CHANGELOG entry for "Rendering ..." logging | Prem Sichanugrist | 2016-02-26 | 1 | -0/+6 |
* | | Update to use Subscriber#start instead | Prem Sichanugrist | 2016-02-26 | 2 | -7/+15 |
* | | Added log "Rendering ...", when starting to render a template, to log that we... | Vipul A M | 2016-02-26 | 3 | -3/+16 |
* | | Lock down new `ImplicitRender` behavior for 5.0 RC | Godfrey Chan | 2016-02-25 | 4 | -4/+39 |
|/ |
|
* | Merge branch 'master' into treewip | Aaron Patterson | 2016-02-24 | 16 | -217/+145 |
|\ |
|
| * | remove useless method | Aaron Patterson | 2016-02-24 | 1 | -2/+0 |
| * | Preparing for 5.0.0.beta3 release | eileencodes | 2016-02-24 | 1 | -0/+2 |
| * | Prep release for Rails 5 beta3 | eileencodes | 2016-02-24 | 1 | -1/+1 |
| * | [ci skip] Move collection caching changelog entry. | Kasper Timm Hansen | 2016-02-24 | 1 | -25/+25 |
| * | clear digest cache between tests | Aaron Patterson | 2016-02-23 | 1 | -0/+1 |
| * | 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 |
| * | | [ci skip] Clarify collection caching went EXPLICIT. | Kasper Timm Hansen | 2016-02-21 | 1 | -4/+9 |
| * | | Merge pull request #23791 from prathamesh-sonpatki/fix-changelog | Rafael França | 2016-02-20 | 1 | -1/+1 |
| |\ \ |
|
| | * | | Improve CHANGELOG for https://github.com/rails/rails/pull/17043 [ci skip] | Prathamesh Sonpatki | 2016-02-20 | 1 | -1/+1 |
| | |/ |
|
| * | | Merge pull request #23695 from kaspth/remove-automatic-collection-caching | Kasper Timm Hansen | 2016-02-20 | 10 | -194/+102 |
| |\ \
| | |/
| |/| |
|
| | * | Instrument cached collection renders. | Kasper Timm Hansen | 2016-02-20 | 5 | -20/+55 |
| | * | Make collection caching explicit. | Kasper Timm Hansen | 2016-02-20 | 7 | -174/+47 |
* | | | Merge branch 'master' into treewip | Aaron Patterson | 2016-02-19 | 3 | -4/+86 |
|\| | |
|
| * | | Merge pull request #17043 from jcoleman/fix-nested-params-in-button-to | Rafael França | 2016-02-19 | 3 | -4/+86 |
| |\ \
| | |/
| |/| |
|
| | * | Fix button_to's params option to support nested names. | James Coleman | 2016-02-19 | 3 | -4/+86 |
* | | | push partial name regexp up | Aaron Patterson | 2016-02-18 | 1 | -2/+2 |
* | | | push injected dependencies up to the `digest` method | Aaron Patterson | 2016-02-18 | 2 | -9/+9 |
* | | | 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 | 2 | -9/+11 |
* | | | Merge branch 'master' into treewip | Aaron Patterson | 2016-02-18 | 4 | -13/+33 |
|\| | |
|
| * | | move digest cache on to the DetailsKey object | Aaron Patterson | 2016-02-18 | 3 | -12/+25 |
| * | | remove object `hash` cache | Aaron Patterson | 2016-02-18 | 1 | -6/+0 |
| * | | Merge pull request #23662 from rthbound/adds-missing-digestor-nested-deps-tests | Yves Senn | 2016-02-17 | 2 | -0/+12 |
| |\ \ |
|