aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Call raise with parentheses like a normal method call with argumentsCarlos Antonio da Silva2019-07-291-2/+2
|/ / / /
* | | | Merge pull request #36800 from jamespearson/matches_regex_mysqlRyuta Kamizono2019-07-303-0/+58
|\ \ \ \
| * | | | Enabled matches_regex for MySqlJames Pearson2019-07-293-0/+58
* | | | | Merge pull request #36198 from oneiros/actionmailer_ssl_optionRyuta Kamizono2019-07-292-2/+2
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Improve documentation of `:ssl/:tls` option [ci skip]David Roetzel2019-07-292-2/+2
* | | | | Tiny documentation fix [ci skip]Robin Dupret2019-07-291-3/+3
* | | | | Merge pull request #36798 from meganemura/remove-redundant-empty-lineRyuta Kamizono2019-07-291-1/+1
|\ \ \ \ \
| * | | | | Remove redundant empty line when we don't use system testmeganemura2019-07-291-1/+1
|/ / / / /
* | | | | Use match? where we don't need MatchDataAkira Matsuda2019-07-2946-67/+67
* | | | | Let the generated initializers/backtrace_silencers.rb code use Regexp#match?Akira Matsuda2019-07-294-4/+4
* | | | | Revert "Use assert_match / assert_no_match for asserting match"Akira Matsuda2019-07-292-9/+9
* | | | | Add AS::TimeZone#match?Akira Matsuda2019-07-295-3/+19
* | | | | Add AS::Multibyte::Chars#match?Akira Matsuda2019-07-292-1/+7
* | | | | Add Mime::Type#match? that doesn't create MatchDataAkira Matsuda2019-07-292-1/+13
* | | | | Suppress Ruby warning: :warning: non-nil $, will be deprecatedAkira Matsuda2019-07-291-2/+6
* | | | | Merge pull request #36031 from st0012/guard-35982Rafael França2019-07-281-1/+16
|\ \ \ \ \
| * | | | | Assert query counts in cache relation testst00122019-07-281-1/+16
* | | | | | Add viewport meta tag to default application templateLachlan Campbell2019-07-281-0/+1
* | | | | | Improves compatibility of require_dependency in zeitwerk mode [Closes #36774]Xavier Noria2019-07-282-1/+41
* | | | | | Performance improvement for `String#to`Ryuta Kamizono2019-07-283-3/+1
* | | | | | Merge pull request #36787 from st0012/refactor-sql-testsRyuta Kamizono2019-07-282-8/+2
|\ \ \ \ \ \
| * | | | | | Use capture_sql helper method in testsst00122019-07-282-8/+2
| |/ / / / /
* | | | | | Revert "Merge pull request #36785 from shes50103/fix_typo_actionpack_changelog"Ryuta Kamizono2019-07-281-1/+1
* | | | | | Merge pull request #36185 from jonathanhefner/optimize-string-first-and-lastRafael França2019-07-282-34/+22
|\ \ \ \ \ \
| * | | | | | Improve String#first and #last performanceJonathan Hefner2019-05-052-34/+22
* | | | | | | Merge pull request #36785 from shes50103/fix_typo_actionpack_changelogRafael França2019-07-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | fix typo in actionpack CHANGELOG.mdshes501032019-07-281-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #36545 from tomfakes/screenshot-updatesRafael Mendonça França2019-07-273-30/+110
|\ \ \ \ \ \ \
| * | | | | | | Add code to save the HTML of the page being screenshotted during the `take_sc...Tom Fakes2019-06-253-30/+110
* | | | | | | | Merge pull request #36303 from gaotongfei/feature/ignore-specified-fixturesRafael França2019-07-276-5/+111
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | Allow specify fixtures to be ignoredTongfei Gao2019-07-276-5/+111
| | |_|/ / / / | |/| | | | |
* | | | | | | Update links to new MySQL server errors reference page [ci skip]Carlos Antonio da Silva2019-07-272-2/+2
* | | | | | | Merge pull request #36783 from ershad/use-smaller-tif-fileKasper Timm Hansen2019-07-271-0/+0
|\ \ \ \ \ \ \
| * | | | | | | Use a smaller TIFF file as fixtureErshad Kunnakkadan2019-07-271-0/+0
|/ / / / / / /
* / / / / / / Avoid to use a method that acts on the hashyuuji.yaginuma2019-07-271-1/+1
|/ / / / / /
* | | | | | Use match? where we don't need MatchDataAkira Matsuda2019-07-2723-28/+28
* | | | | | Use assert_match / assert_no_match for asserting matchAkira Matsuda2019-07-272-9/+9
* | | | | | Do not use the same temp file in different testsyuuji.yaginuma2019-07-271-4/+5
* | | | | | Fix "warning: ambiguous first argument; put parentheses or a space even after...yuuji.yaginuma2019-07-271-1/+1
* | | | | | Merge pull request #36781 from pietro-moro/phone_to_tests_followupCarlos Antonio da Silva2019-07-261-8/+8
|\ \ \ \ \ \
| * | | | | | Change test description with the correct URL namePietro Moro2019-07-261-8/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #36773 from seejohnrun/db-configuration-separate-env-varsEileen M. Uchitelle2019-07-263-7/+45
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Allow separate database env variables per-connectionJohn Crepezzi2019-07-263-7/+45
* | | | | | Remove tough to grasp -1 + 1 = 0 from String#toKasper Timm Hansen2019-07-262-2/+4
* | | | | | Merge pull request #36178 from sshaw/fix_time_zone_options_priorityRafael França2019-07-261-3/+4
|\ \ \ \ \ \
| * | | | | | Update time_zone_options_for_select docssshaw2019-05-041-3/+4
* | | | | | | Merge pull request #36227 from betesh/avoid-misleading-error-about-late-attac...Rafael França2019-07-262-1/+12
|\ \ \ \ \ \ \
| * | | | | | | Prevent reading inline attachments after `mail` was called from raising an in...Isaac Betesh2019-05-212-1/+12
* | | | | | | | Merge pull request #36780 from abhaynikam/36775-follow-up-change-test-descrip...Rafael França2019-07-261-7/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | Change the test description to say the URL helper name in test.Abhay Nikam2019-07-271-7/+7