| Commit message (Expand) | Author | Age | Files | Lines |
* | set in no more used in ActionView::Template::Types | Gaurav Sharma | 2016-03-25 | 1 | -1/+0 |
* | fix a comment in atom_feed_helper.rb | 白井 健太 | 2016-03-16 | 1 | -1/+1 |
* | Break up a circular require between AP/AV | Sean Griffin | 2016-03-11 | 1 | -2/+0 |
* | Rename dependencies.rake to cache_digests.rake | Dharam Gollapudi | 2016-03-09 | 2 | -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 |
* | Revert "Merge pull request #22764 from stevenspiel/titleize_model_name_for_de... | Rafael Mendonça França | 2016-03-05 | 1 | -2/+0 |
* | 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 | 1 | -1/+1 |
* | Support `:any` variants lookup in `PathResolver` | Godfrey Chan | 2016-03-01 | 1 | -2/+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 | 2 | -0/+10 |
* | 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 | 11 | -135/+70 |
|\ |
|
| * | remove useless method | Aaron Patterson | 2016-02-24 | 1 | -2/+0 |
| * | Prep release for Rails 5 beta3 | eileencodes | 2016-02-24 | 1 | -1/+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 |
| * | | Merge pull request #23695 from kaspth/remove-automatic-collection-caching | Kasper Timm Hansen | 2016-02-20 | 7 | -133/+56 |
| |\ \
| | |/
| |/| |
|
| | * | Instrument cached collection renders. | Kasper Timm Hansen | 2016-02-20 | 4 | -17/+38 |
| | * | Make collection caching explicit. | Kasper Timm Hansen | 2016-02-20 | 5 | -116/+18 |
* | | | Merge branch 'master' into treewip | Aaron Patterson | 2016-02-19 | 1 | -2/+38 |
|\| | |
|
| * | | 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 |
* | | | 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 | 1 | -7/+7 |
* | | | cache all subnodes in the digest cache | Aaron Patterson | 2016-02-18 | 1 | -8/+10 |
* | | | Merge branch 'master' into treewip | Aaron Patterson | 2016-02-18 | 2 | -10/+19 |
|\| | |
|
| * | | move digest cache on to the DetailsKey object | Aaron Patterson | 2016-02-18 | 2 | -9/+23 |
| * | | remove object `hash` cache | Aaron Patterson | 2016-02-18 | 1 | -6/+0 |
* | | | convert `digest` to only use kwargs | Aaron Patterson | 2016-02-17 | 1 | -4/+2 |
* | | | fix rake tasks | Aaron Patterson | 2016-02-16 | 2 | -6/+6 |
* | | | remove more dead code | Aaron Patterson | 2016-02-16 | 1 | -10/+2 |
* | | | remove dead code | Aaron Patterson | 2016-02-16 | 1 | -141/+34 |
* | | | change internal implementation to use a tree | Aaron Patterson | 2016-02-16 | 1 | -2/+22 |
* | | | convert structs to a regular class | Aaron Patterson | 2016-02-16 | 1 | -8/+12 |
* | | | clean up classes a little | Aaron Patterson | 2016-02-16 | 1 | -12/+23 |
* | | | fix recursive templates | Aaron Patterson | 2016-02-16 | 1 | -20/+40 |
* | | | pull template check up to match existing behavior | Aaron Patterson | 2016-02-16 | 1 | -13/+10 |
* | | | introduce a `tree` factory method for creating the dep tree | Aaron Patterson | 2016-02-16 | 1 | -0/+55 |
|/ / |
|
* | | Merge pull request #23203 from vipulnsward/22979-show-tags-on-exception | Richard Schneeman | 2016-02-16 | 1 | -2/+2 |
|\ \ |
|
| * | | WIP: Errors in logs should show log tags as well. | Vipul A M | 2016-02-12 | 1 | -2/+2 |
* | | | Test to check if the data-attr if nil is same or not | Sourav Moitra | 2016-02-14 | 1 | -0/+1 |
| |/
|/| |
|
* | | push kwargs up to the user facing API | Aaron Patterson | 2016-02-12 | 2 | -11/+11 |