aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/lib
Commit message (Expand)AuthorAgeFilesLines
* Empty array instead of nil for source_extractGuilherme Mansur2019-07-141-12/+8
* active_support/deprecation has to be already required via active_support/rail...Akira Matsuda2019-07-125-7/+0
* A type class or nil has to respond_to :to_sAkira Matsuda2019-07-121-2/+1
* No Woman, No tryAkira Matsuda2019-07-121-1/+0
* Autoload SyntaxErrorInTemplateGuilherme Mansur2019-06-191-0/+1
* Merge pull request #36482 from Shopify/fix-translation-helper-default-hashRafael França2019-06-171-1/+1
|\
| * Fix TranslationHelper#translate handling of Hash defaultsJean Boussier2019-06-141-1/+1
* | :golf:Akira Matsuda2019-06-151-6/+2
|/
* [ci skip] Use default path in button_to documentationAlberto Almagro2019-06-131-1/+1
* Merge pull request #36388 from joelhawksley/actionview-componentAaron Patterson2019-06-131-1/+5
|\
| * `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`Joel Hawksley2019-06-121-1/+5
* | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-1342-50/+0
* | Only clear cache when view paths are specifiedyuuji.yaginuma2019-06-041-0/+2
|/
* Merge pull request #36324 from yoones/fix-unexpected-select-tag-delete-behaviorEileen M. Uchitelle2019-05-281-1/+2
|\
| * Fix select_tag so that is doesn't change options when include_blank is setYounes SERRAJ2019-05-221-1/+2
* | Wrap actionview cache expiry in a mutexJohn Hawthorn2019-05-211-8/+11
* | Correct human file size examples [ci skip]Alexander Graul2019-05-201-1/+1
|/
* Remove useless find_partial methodst00122019-05-071-5/+1
* Merge pull request #35337 from abhaynikam/35265-remove-unused-argument-layout...Rafael França2019-05-013-8/+7
|\
| * Removed unused layout attribute from RenderedTemplateAbhay Nikam2019-03-093-8/+7
* | `@controller` may not be defined here, and if so, it causes a Ruby warningAkira Matsuda2019-05-011-1/+1
* | Fixes grammar in comments on tag_name and tag_idMichael Bock2019-04-251-2/+2
* | Start Rails 6.1 developmentRafael Mendonça França2019-04-241-2/+2
* | Merge pull request #35959 from jhawthorn/unbound_templatesRafael França2019-04-154-14/+67
|\ \
| * | Avoid duplication using _find_allJohn Hawthorn2019-04-121-11/+7
| * | Support disabling cache for DigestorJohn Hawthorn2019-04-122-22/+37
| * | De-dup Templates, introduce UnboundTemplateJohn Hawthorn2019-04-123-10/+52
* | | Squash `warning: instance variable @filename not initialized`utilum2019-04-121-1/+1
|/ /
* | Remove FileTemplateJohn Hawthorn2019-04-043-14/+3
* | Deprecate Template#refreshJohn Hawthorn2019-04-041-19/+1
* | Add ActionView::Template::Sources::FileJohn Hawthorn2019-04-044-24/+38
* | Don't call Template#refreshJohn Hawthorn2019-04-041-6/+1
* | Don't discard source after renderingJohn Hawthorn2019-04-041-3/+0
* | Fix arity warning for template handlerslocalhostdotdev2019-04-041-3/+3
* | Merge pull request #35145 from st0012/fix-35114Rafael França2019-04-031-13/+20
|\ \
| * | Fix partial caching ignore repeated items issuest00122019-04-041-13/+20
* | | Fix checking for template variants when using the ActionView::FixtureResolverEdward Rudd2019-04-031-2/+2
* | | Merge pull request #35825 from jhawthorn/always_filter_view_pathsEileen M. Uchitelle2019-04-035-30/+25
|\ \ \ | |/ / |/| |
| * | Always reject files external to appJohn Hawthorn2019-04-035-30/+25
* | | [ci skip] Updated the doc after renaming Template::File -> Template::RawFile ...Abhay Nikam2019-04-021-1/+1
* | | Rename File to RawFileCliff Pruitt2019-04-015-5/+5
|/ /
* | Only clear template caches in dev after changes (#35629)John Hawthorn2019-04-015-7/+53
* | url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-012-2/+2
* | Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_pathKasper Timm Hansen2019-03-311-0/+1
|\ \
| * | Deprecate render layout with an absolute pathJohn Hawthorn2019-03-291-0/+1
* | | Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-305-4/+38
|\ \ \ | |/ / |/| |
| * | Introduce Template::File as new render file:John Hawthorn2019-03-275-4/+38
* | | Fix annotated typoPrathamesh Sonpatki2019-03-292-3/+3
* | | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...Rafael França2019-03-282-1/+29
|\ \ \ | |/ / |/| |
| * | Add handling and tests.Eli Rose2019-02-172-1/+29