aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test/template
Commit message (Expand)AuthorAgeFilesLines
* This test needs integer core ext for timeRafael Mendonça França2019-08-021-0/+1
* Require integer conversion for this testRafael Mendonça França2019-08-021-0/+1
* Add AS::TimeZone#match?Akira Matsuda2019-07-291-0/+2
* Suppress Ruby warning: :warning: non-nil $, will be deprecatedAkira Matsuda2019-07-291-2/+6
* Change test description with the correct URL namePietro Moro2019-07-261-8/+8
* Change the test description to say the URL helper name in test.Abhay Nikam2019-07-271-7/+7
* Added a phone_to helper method, on the style of mail_to and sms_to. (#36775)Pietro Moro2019-07-261-0/+64
* Merge pull request #36576 from mtsmfm/mtsmfm/fix-fixture-resolverRafael Mendonça França2019-07-251-0/+22
|\
| * Support :any variants for FixtureResolverFumiaki MATSUSHIMA2019-06-301-0/+22
* | Merge pull request #36511 from aantix/sms_link_helperGuillermo Iguaran2019-07-191-0/+62
|\ \
| * | Helper method to create an sms link - when clicked it opens the phone/desktop...Jim Jones2019-06-181-0/+62
* | | Empty array instead of nil for source_extractGuilherme Mansur2019-07-141-0/+16
| |/ |/|
* | Fix TranslationHelper#translate handling of Hash defaultsJean Boussier2019-06-141-0/+5
* | Merge pull request #36388 from joelhawksley/actionview-componentAaron Patterson2019-06-131-0/+17
|\ \
| * | `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`Joel Hawksley2019-06-121-0/+17
* | | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-133-3/+0
| |/ |/|
* | Remove actionview tests which modify fixturesJohn Hawthorn2019-06-051-39/+1
|/
* Fix select_tag so that is doesn't change options when include_blank is setYounes SERRAJ2019-05-221-0/+7
* Remove useless `GC.start` in `test/template/render_test.rb`Ryuta Kamizono2019-05-061-14/+0
* Clear Resolvers' cache after running RenderTestCases' test casesst00122019-05-061-4/+9
* Merge pull request #32313 from lulalala/model_error_as_objectRafael França2019-04-242-7/+17
|\
| * Raise deprecation for calling `[:f] = 'b'` or `[:f] << 'b'`lulalala2019-03-312-7/+17
* | Bump RuboCop to 0.67.2Koichi ITO2019-04-161-2/+4
* | Add additional test for sharing templatesJohn Hawthorn2019-04-121-1/+18
* | Support disabling cache for DigestorJohn Hawthorn2019-04-121-0/+14
* | De-dup Templates, introduce UnboundTemplateJohn Hawthorn2019-04-121-0/+30
* | Add tests against resolverJohn Hawthorn2019-04-113-0/+109
* | Deprecate Template#refreshJohn Hawthorn2019-04-041-17/+3
* | Don't discard source after renderingJohn Hawthorn2019-04-041-2/+2
* | Fix deprecation warning about variants and formatsPrathamesh Sonpatki2019-04-041-2/+2
* | Merge pull request #35145 from st0012/fix-35114Rafael França2019-04-031-0/+22
|\ \
| * | Fix partial caching ignore repeated items issuest00122019-04-041-0/+22
* | | Fix checking for template variants when using the ActionView::FixtureResolverEdward Rudd2019-04-031-0/+10
* | | Always reject files external to appJohn Hawthorn2019-04-032-5/+5
|/ /
* / url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-1/+1
|/
* Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-303-16/+37
|\
| * Introduce Template::File as new render file:John Hawthorn2019-03-273-16/+37
* | Fix annotated typoPrathamesh Sonpatki2019-03-291-4/+4
* | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...Rafael França2019-03-281-0/+6
|\ \ | |/ |/|
| * Add handling and tests.Eli Rose2019-02-171-0/+6
* | Deprecate custom patterns for PathResolverJohn Hawthorn2019-03-261-1/+4
* | Prefer render template: in testsJohn Hawthorn2019-03-214-39/+40
* | Merge pull request #35661 from jhawthorn/lookup_context_validationEileen M. Uchitelle2019-03-201-1/+9
|\ \
| * | Don't compact formatsJohn Hawthorn2019-03-191-5/+0
| * | Improve "raises on invalid format assignment" testJohn Hawthorn2019-03-181-2/+2
| * | Raise in LookupContext#formats= on invalid formatJohn Hawthorn2019-03-181-0/+8
| * | Make uniq in LookupContext#formats=John Hawthorn2019-03-181-1/+1
| * | Ignore nil in LookupContext#formats=John Hawthorn2019-03-181-0/+5
* | | Merge pull request #35662 from jhawthorn/fallback_resolver_no_virtual_pathAaron Patterson2019-03-191-0/+16
|\ \ \
| * | | Remove virtual_path from fallback templatesJohn Hawthorn2019-03-181-0/+16
| |/ /