aboutsummaryrefslogtreecommitdiffstats
path: root/actionview/test
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
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* Revert "You give jruby_skip & rubinius_skip a good name"Rafael Mendonça França2019-08-021-0/+11
* You give jruby_skip & rubinius_skip a good nameAkira Matsuda2019-08-021-11/+0
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* Fix typo submited → submitted [ci skip]hc02082019-07-311-1/+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
* Assert query counts in cache relation testst00122019-07-281-1/+16
* 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 #36764 from willianveiga/feature/inputs-inside-disabled-fi...Rafael França2019-07-261-0/+18
|\
| * Add test for submitted fields within disabled fieldsetsWillian Gustavo Veiga2019-07-261-0/+18
* | 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
| |/ |/|
* | Merge pull request #36482 from Shopify/fix-translation-helper-default-hashRafael França2019-06-171-0/+5
|\ \
| * | Fix TranslationHelper#translate handling of Hash defaultsJean Boussier2019-06-141-0/+5
* | | Fix rubocop violationsRyuta Kamizono2019-06-141-1/+0
|/ /
* | Merge pull request #36437 from sudara/fix_programmatic_clicks_with_data_remoteGannon McGibbon2019-06-131-0/+14
|\ \
| * | Ensure non-mouse/programmatic clicks work with data-remoteSudara2019-06-131-0/+14
* | | Merge pull request #36388 from joelhawksley/actionview-componentAaron Patterson2019-06-132-0/+63
|\ \ \
| * | | `RenderingHelper` supports rendering objects that `respond_to?` `:render_in`Joel Hawksley2019-06-122-0/+63
* | | | Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-137-6/+2
| |_|/ |/| |
* | | Merge pull request #36422 from jhawthorn/parallelize_actionviewJohn Hawthorn2019-06-063-39/+13
|\ \ \ | |_|/ |/| |
| * | Run actionview tests in parallelJohn Hawthorn2019-06-052-0/+12
| * | Remove actionview tests which modify fixturesJohn Hawthorn2019-06-051-39/+1
| |/
* / Bump rubocop to 0.71Abhay Nikam2019-06-061-1/+1
|/
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-12/+12
* 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
* | Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* | Merge pull request #35145 from st0012/fix-35114Rafael França2019-04-032-0/+23
|\ \
| * | Fix partial caching ignore repeated items issuest00122019-04-042-0/+23
* | | Fix checking for template variants when using the ActionView::FixtureResolverEdward Rudd2019-04-031-0/+10