aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Call `YAML.load` correctlyeileencodes2018-02-212-2/+2
* | | | Merge pull request #32075 from eileencodes/delete-default-configurationEileen M. Uchitelle2018-02-213-20/+1
|\ \ \ \
| * | | | Delete default configurationeileencodes2018-02-213-20/+1
* | | | | Update to sinatra 2.0.1Andrew White2018-02-211-5/+5
* | | | | Add note to Active Storage guide about S3 permissions [ci skip]Andrew White2018-02-211-0/+2
* | | | | Allow S3 tests against buckets in other regionsAndrew White2018-02-212-2/+2
* | | | | Merge pull request #32064 from yahonda/ci_with_jruby_headRyuta Kamizono2018-02-211-3/+3
|\ \ \ \ \
| * | | | | CI with `jruby-head` compatible with Ruby 2.4.1Yasuo Honda2018-02-211-3/+3
|/ / / / /
* | | | | Hoist update for clarityGeorge Claghorn2018-02-202-8/+8
* | | | | Undocument ActiveStorage::IdentificationGeorge Claghorn2018-02-201-1/+1
* | | | | Correct Range header syntaxGeorge Claghorn2018-02-201-1/+1
* | | | | Merge pull request #32026 from bogdanvlviv/improve-30941Rafael França2018-02-206-39/+69
|\ \ \ \ \
| * | | | | Fix error message about unknown `ActiveJob` argument serializerbogdanvlviv2018-02-172-2/+2
| * | | | | Fix docs of ActiveJob custom argument serializersbogdanvlviv2018-02-173-36/+35
| * | | | | Add argument serializer `TimeWithZoneSerializer`bogdanvlviv2018-02-173-1/+32
* | | | | | Merge pull request #32062 from bogdanvlviv/test_mini_magick_gem_when_skip_act...Yuji Yaginuma2018-02-201-8/+9
|\ \ \ \ \ \
| * | | | | | Ensure that `mini_magick` is absent after `rails new` with `--skip-active-sto...bogdanvlviv2018-02-201-8/+9
|/ / / / / /
* | | | | | Merge pull request #26743 from mtsmfm/remove-unicode-tableRafael França2018-02-194-439/+15
|\ \ \ \ \ \
| * | | | | | Remove `AS::Multibyte`'s unicode tableFumiaki MATSUSHIMA2018-02-204-439/+15
|/ / / / / /
* | | | | | Merge pull request #32032 from utilum/method_redefinedAndrew White2018-02-191-2/+2
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Avoid method_redefined warnings in RouteSet::NamedRouteCollectionutilum2018-02-191-2/+2
* | | | | | Merge pull request #32054 from rails/fix-generation-of-empty-cspAndrew White2018-02-194-69/+73
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Remove trailing semi-colon from CSPAndrew White2018-02-193-39/+39
| * | | | | Don't accidentally create an empty CSPAndrew White2018-02-192-3/+33
| * | | | | Revert "Merge pull request #32045 from eagletmt/skip-csp-header"Andrew White2018-02-193-31/+5
* | | | | | Merge pull request #32052 from rails/fix-country-zones-with-multiple-mappingsAndrew White2018-02-193-2/+31
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Return all mappings for a timezone id in `country_zones`Andrew White2018-02-193-2/+31
|/ / / / /
* | | | | Merge pull request #32051 from dixitp012/rubocop_single_spaceRyuta Kamizono2018-02-191-1/+1
|\ \ \ \ \
| * | | | | rubocop single space after assignmentDixit Patel2018-02-191-1/+1
|/ / / / /
* | | | | Use the query cache when connection is already connectedyuuji.yaginuma2018-02-192-6/+17
* | | | | Add stimulus to list of supported options for --webpackGuillermo Iguaran2018-02-181-1/+1
* | | | | Fix test method nameGuillermo Iguaran2018-02-181-1/+1
* | | | | Don't generate empty app/views folder when --api and --skip-action-mailer are...Guillermo Iguaran2018-02-182-2/+23
* | | | | Clean up reporter replacement a bit.Kasper Timm Hansen2018-02-182-29/+29
* | | | | Merge pull request #32045 from eagletmt/skip-csp-headerGuillermo Iguaran2018-02-183-5/+31
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Skip generating empty CSP header when no policy is configuredKohei Suzuki2018-02-183-5/+31
* | | | | Add a CHANGELOG entry for #31941 [ci skip]Ryuta Kamizono2018-02-191-0/+4
* | | | | Association scope's own order should be prioritized over through scope's orderRyuta Kamizono2018-02-183-3/+11
* | | | | Merge pull request #32046 from fatkodima/fix-activejob-guideRyuta Kamizono2018-02-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Fix active_job_basics.md callbacks example [ci skip]fatkodima2018-02-181-1/+1
|/ / / /
* | | | Revert "Delegate `uniq` to `records`"Ryuta Kamizono2018-02-181-1/+1
* | | | Travis: fix that major.minor version doesn't track latest major.minor.tinyJeremy Daer2018-02-181-8/+8
* | | | String#truncate_bytes: limit to N bytes without breaking multibyte charsJeremy Daer2018-02-183-0/+108
* | | | `String#strip_heredoc` preserves frozennessJeremy Daer2018-02-173-1/+23
* | | | Update bug report templatesbogdanvlviv2018-02-176-7/+8
* | | | Document :reconnect_attempts option for Redis Cache Store [ci skip]Brian Kephart2018-02-171-3/+8
* | | | Fix "warning: BigDecimal.new is deprecated"yuuji.yaginuma2018-02-181-1/+1
* | | | Fixes typosDharam Gollapudi2018-02-171-3/+3
* | | | Rails 6 requires Ruby 2.4.1+Jeremy Daer2018-02-1752-253/+133
* | | | Remove require Object#blank? monkey patchSean Collins2018-02-171-1/+0