| Commit message (Expand) | Author | Age | Files | Lines |
* | NPM -> npm [ci skip] | Xavier Noria | 2019-05-12 | 1 | -1/+1 |
* | Remove useless find_partial method | st0012 | 2019-05-07 | 1 | -5/+1 |
* | 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 #35337 from abhaynikam/35265-remove-unused-argument-layout... | Rafael França | 2019-05-01 | 3 | -8/+7 |
|\ |
|
| * | Removed unused layout attribute from RenderedTemplate | Abhay Nikam | 2019-03-09 | 3 | -8/+7 |
* | | `@controller` may not be defined here, and if so, it causes a Ruby warning | Akira Matsuda | 2019-05-01 | 1 | -1/+1 |
* | | Fixes grammar in comments on tag_name and tag_id | Michael Bock | 2019-04-25 | 1 | -2/+2 |
* | | 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 |
* | | | Start Rails 6.1 development | Rafael Mendonça França | 2019-04-24 | 3 | -256/+4 |
* | | | Fix markup in CHANGELOGs [ci skip] | Ryuta Kamizono | 2019-04-25 | 1 | -1/+1 |
* | | | Update the changelog to explain the fix | st0012 | 2019-04-20 | 1 | -0/+11 |
* | | | Bump RuboCop to 0.67.2 | Koichi ITO | 2019-04-16 | 1 | -2/+4 |
* | | | Merge pull request #35959 from jhawthorn/unbound_templates | Rafael França | 2019-04-15 | 7 | -14/+237 |
|\ \ \ |
|
| * | | | Add additional test for sharing templates | John Hawthorn | 2019-04-12 | 1 | -1/+18 |
| * | | | Avoid duplication using _find_all | John Hawthorn | 2019-04-12 | 1 | -11/+7 |
| * | | | Support disabling cache for Digestor | John Hawthorn | 2019-04-12 | 3 | -22/+51 |
| * | | | De-dup Templates, introduce UnboundTemplate | John Hawthorn | 2019-04-12 | 4 | -10/+82 |
| * | | | Add tests against resolver | John Hawthorn | 2019-04-11 | 3 | -0/+109 |
* | | | | Squash `warning: instance variable @filename not initialized` | utilum | 2019-04-12 | 1 | -1/+1 |
|/ / / |
|
* | | | Remove FileTemplate | John Hawthorn | 2019-04-04 | 3 | -14/+3 |
* | | | Deprecate Template#refresh | John Hawthorn | 2019-04-04 | 2 | -36/+4 |
* | | | Add ActionView::Template::Sources::File | John Hawthorn | 2019-04-04 | 4 | -24/+38 |
* | | | Don't call Template#refresh | John Hawthorn | 2019-04-04 | 1 | -6/+1 |
* | | | Don't discard source after rendering | John Hawthorn | 2019-04-04 | 2 | -5/+2 |
* | | | Fix arity warning for template handlers | localhostdotdev | 2019-04-04 | 1 | -3/+3 |
* | | | Fix deprecation warning about variants and formats | Prathamesh Sonpatki | 2019-04-04 | 1 | -2/+2 |
* | | | Output junit format test report | Fumiaki MATSUSHIMA | 2019-04-04 | 1 | -0/+2 |
* | | | Merge pull request #35145 from st0012/fix-35114 | Rafael França | 2019-04-03 | 3 | -13/+43 |
|\ \ \ |
|
| * | | | Fix partial caching ignore repeated items issue | st0012 | 2019-04-04 | 3 | -13/+43 |
* | | | | Fix checking for template variants when using the ActionView::FixtureResolver | Edward Rudd | 2019-04-03 | 3 | -2/+16 |
* | | | | Merge pull request #35825 from jhawthorn/always_filter_view_paths | Eileen M. Uchitelle | 2019-04-03 | 7 | -35/+30 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Always reject files external to app | John Hawthorn | 2019-04-03 | 7 | -35/+30 |
* | | | | [ci skip] Updated the doc after renaming Template::File -> Template::RawFile ... | Abhay Nikam | 2019-04-02 | 1 | -1/+1 |
* | | | | Rename File to RawFile | Cliff Pruitt | 2019-04-01 | 5 | -5/+5 |
|/ / / |
|
* | | | [ci skip] Follow up c8bf334104 | Kasper Timm Hansen | 2019-04-01 | 1 | -1/+2 |
* | | | Only clear template caches in dev after changes (#35629) | John Hawthorn | 2019-04-01 | 6 | -7/+61 |
* | | | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 6 | -9/+9 |
* | | | Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_path | Kasper Timm Hansen | 2019-03-31 | 2 | -1/+4 |
|\ \ \
| |/ /
|/| | |
|
| * | | Deprecate render layout with an absolute path | John Hawthorn | 2019-03-29 | 2 | -1/+4 |
* | | | Tweaks CHANGELOGs and docs [ci skip] | Ryuta Kamizono | 2019-03-31 | 1 | -3/+4 |
* | | | Merge pull request #35688 from jhawthorn/render_file_rfc | Aaron Patterson | 2019-03-30 | 10 | -31/+110 |
|\ \ \
| |/ /
|/| | |
|
| * | | Introduce Template::File as new render file: | John Hawthorn | 2019-03-27 | 10 | -31/+110 |
* | | | Fix annotated typo | Prathamesh Sonpatki | 2019-03-29 | 3 | -7/+7 |
* | | | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors... | Rafael França | 2019-03-28 | 4 | -1/+39 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add handling and tests. | Eli Rose | 2019-02-17 | 4 | -1/+39 |
* | | | Merge pull request #35758 from Shigeyuki-fukuda/aligned_order_of_argument | Rafael França | 2019-03-26 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Aligned the order of the arguments of render_template and render_with_layout | Shigeyuki-fukuda | 2019-03-27 | 1 | -2/+2 |
* | | | | Merge pull request #35761 from koic/bump_rubocop_to_0_66_0 | Ryuta Kamizono | 2019-03-27 | 1 | -5/+5 |
|\ \ \ \ |
|