aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reduce Hash object creation when normalizing request envAkira Matsuda2019-07-311-2/+3
* Cache tags_text to avoid computing tags each time when loggingAkira Matsuda2019-07-311-5/+10
* Reduce object allocations in Middleware::StaticAkira Matsuda2019-07-311-11/+12
* Reduce unnecessary String creation by not `to_s`ing until nothing matchesAkira Matsuda2019-07-311-1/+1
* Reduce String allocation when finding controller classAkira Matsuda2019-07-311-1/+1
* No need to dup the payload for an instrumentationAkira Matsuda2019-07-311-1/+1
* Speedup and reduce Array creation when constantizing a non-namespaced stringAkira Matsuda2019-07-311-25/+29
* Merge pull request #36815 from emp823/masterRyuta Kamizono2019-07-311-1/+1
|\
| * Fix typo in autoload documentation [ci skip]Erik Pearson2019-07-301-1/+1
|/
* Bump Trix to ^1.2.0Javan Makhmali2019-07-301-1/+1
* Merge pull request #36813 from haruyuki97/haruyuki97/fix-comment-in-url-helperPrem Sichanugrist2019-07-301-1/+1
|\
| * fix a typo [ci skip]haruyuki972019-07-301-1/+1
* | Merge pull request #36812 from nigh7m4r3/readme-comma-usagePrem Sichanugrist2019-07-301-2/+2
|\ \
| * | Update README.mdRifatul Islam Chayon2019-07-301-2/+2
|/ /
* | Merge pull request #36805 from kamipo/user_supplied_joins_order_should_be_pre...Ryuta Kamizono2019-07-303-24/+65
|\ \
| * | Preserve user supplied joins order as much as possibleRyuta Kamizono2019-07-303-24/+65
* | | Add `silence_warnings` for defining 'not_' prefix enum elementsRyuta Kamizono2019-07-301-1/+3
|/ /
* | Merge pull request #36804 from vzvu3k6k/ttVipul A M2019-07-301-1/+1
|\ \
| * | [ci skip] Fix unclosed tags in `Inflector` docsvzvu3k6k2019-07-301-1/+1
* | | Merge pull request #36782 from jhawthorn/move_database_exists_to_adapterJohn Hawthorn2019-07-298-18/+13
|\ \ \
| * | | Move DatabaseAlreadyExists detection to DB adapterJohn Hawthorn2019-07-298-18/+13
* | | | Expand CHANGELOG for #36800 [ci skip]Ryuta Kamizono2019-07-301-2/+2
| |/ / |/| |
* | | 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
|\ \ \ \ \