| Commit message (Expand) | Author | Age | Files | Lines |
* | Empty array instead of nil for source_extract | Guilherme Mansur | 2019-07-14 | 1 | -0/+16 |
* | Fix TranslationHelper#translate handling of Hash defaults | Jean Boussier | 2019-06-14 | 1 | -0/+5 |
* | Merge pull request #36388 from joelhawksley/actionview-component | Aaron Patterson | 2019-06-13 | 1 | -0/+17 |
|\ |
|
| * | `RenderingHelper` supports rendering objects that `respond_to?` `:render_in` | Joel Hawksley | 2019-06-12 | 1 | -0/+17 |
* | | Enable `Layout/EmptyLinesAroundAccessModifier` cop | Ryuta Kamizono | 2019-06-13 | 3 | -3/+0 |
* | | Remove actionview tests which modify fixtures | John Hawthorn | 2019-06-05 | 1 | -39/+1 |
|/ |
|
* | Fix select_tag so that is doesn't change options when include_blank is set | Younes SERRAJ | 2019-05-22 | 1 | -0/+7 |
* | Remove useless `GC.start` in `test/template/render_test.rb` | Ryuta Kamizono | 2019-05-06 | 1 | -14/+0 |
* | Clear Resolvers' cache after running RenderTestCases' test cases | st0012 | 2019-05-06 | 1 | -4/+9 |
* | Merge pull request #32313 from lulalala/model_error_as_object | Rafael França | 2019-04-24 | 2 | -7/+17 |
|\ |
|
| * | Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'` | lulalala | 2019-03-31 | 2 | -7/+17 |
* | | Bump RuboCop to 0.67.2 | Koichi ITO | 2019-04-16 | 1 | -2/+4 |
* | | Add additional test for sharing templates | John Hawthorn | 2019-04-12 | 1 | -1/+18 |
* | | Support disabling cache for Digestor | John Hawthorn | 2019-04-12 | 1 | -0/+14 |
* | | De-dup Templates, introduce UnboundTemplate | John Hawthorn | 2019-04-12 | 1 | -0/+30 |
* | | Add tests against resolver | John Hawthorn | 2019-04-11 | 3 | -0/+109 |
* | | Deprecate Template#refresh | John Hawthorn | 2019-04-04 | 1 | -17/+3 |
* | | Don't discard source after rendering | John Hawthorn | 2019-04-04 | 1 | -2/+2 |
* | | Fix deprecation warning about variants and formats | Prathamesh Sonpatki | 2019-04-04 | 1 | -2/+2 |
* | | Merge pull request #35145 from st0012/fix-35114 | Rafael França | 2019-04-03 | 1 | -0/+22 |
|\ \ |
|
| * | | Fix partial caching ignore repeated items issue | st0012 | 2019-04-04 | 1 | -0/+22 |
* | | | Fix checking for template variants when using the ActionView::FixtureResolver | Edward Rudd | 2019-04-03 | 1 | -0/+10 |
* | | | Always reject files external to app | John Hawthorn | 2019-04-03 | 2 | -5/+5 |
|/ / |
|
* / | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #35688 from jhawthorn/render_file_rfc | Aaron Patterson | 2019-03-30 | 3 | -16/+37 |
|\ |
|
| * | Introduce Template::File as new render file: | John Hawthorn | 2019-03-27 | 3 | -16/+37 |
* | | Fix annotated typo | Prathamesh Sonpatki | 2019-03-29 | 1 | -4/+4 |
* | | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors... | Rafael França | 2019-03-28 | 1 | -0/+6 |
|\ \
| |/
|/| |
|
| * | Add handling and tests. | Eli Rose | 2019-02-17 | 1 | -0/+6 |
* | | Deprecate custom patterns for PathResolver | John Hawthorn | 2019-03-26 | 1 | -1/+4 |
* | | Prefer render template: in tests | John Hawthorn | 2019-03-21 | 4 | -39/+40 |
* | | Merge pull request #35661 from jhawthorn/lookup_context_validation | Eileen M. Uchitelle | 2019-03-20 | 1 | -1/+9 |
|\ \ |
|
| * | | Don't compact formats | John Hawthorn | 2019-03-19 | 1 | -5/+0 |
| * | | Improve "raises on invalid format assignment" test | John Hawthorn | 2019-03-18 | 1 | -2/+2 |
| * | | Raise in LookupContext#formats= on invalid format | John Hawthorn | 2019-03-18 | 1 | -0/+8 |
| * | | Make uniq in LookupContext#formats= | John Hawthorn | 2019-03-18 | 1 | -1/+1 |
| * | | Ignore nil in LookupContext#formats= | John Hawthorn | 2019-03-18 | 1 | -0/+5 |
* | | | Merge pull request #35662 from jhawthorn/fallback_resolver_no_virtual_path | Aaron Patterson | 2019-03-19 | 1 | -0/+16 |
|\ \ \ |
|
| * | | | Remove virtual_path from fallback templates | John Hawthorn | 2019-03-18 | 1 | -0/+16 |
| |/ / |
|
* | | | Merge pull request #35604 from jhawthorn/validate_mime_types | Eileen M. Uchitelle | 2019-03-19 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Raise exception when building invalid mime type | John Hawthorn | 2019-03-14 | 1 | -2/+2 |
* | | | Make Template::Resolver always cache | John Hawthorn | 2019-03-15 | 2 | -50/+2 |
|/ / |
|
* | | Remove query_format argument from resolver | John Hawthorn | 2019-02-26 | 1 | -1/+1 |
* | | Create templates with format=nil | John Hawthorn | 2019-02-26 | 3 | -4/+4 |
* | | Merge pull request #35411 from rails/pass-locals-to-template | Aaron Patterson | 2019-02-26 | 1 | -9/+7 |
|\ \ |
|
| * | | Expand key word args for ActionView::Template | Aaron Patterson | 2019-02-25 | 1 | -1/+1 |
| * | | Pass locals in to the template object on construction | Aaron Patterson | 2019-02-25 | 1 | -8/+6 |
* | | | [ci skip] Renamed formats -> format in test after #35406 | Abhay Nikam | 2019-02-26 | 1 | -1/+1 |
|/ / |
|
* | | Improve Template#inspect output (#35407) | John Hawthorn | 2019-02-25 | 1 | -0/+10 |
* | | Templates have one format | Aaron Patterson | 2019-02-25 | 7 | -9/+9 |