aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Don't output information on drop if not verboseeileencodes2018-02-051-1/+1
* | | | Add ability to turn off verbose for database taskseileencodes2018-02-051-3/+7
* | | | Redis cache store: consolidate serializationJeremy Daer2018-02-041-17/+21
* | | | RedisCacheStore: fix `#write_multi` mset serializationfatkodima2018-02-042-1/+18
* | | | Make test runner work with AR test toolyuuji.yaginuma2018-02-041-0/+7
* | | | Prefer `@connection.abandon_results!` than `@connection.next_result while @co...Ryuta Kamizono2018-02-041-1/+1
* | | | Add nodoc to `migrations_paths` and `migration_context` in `AbstractAdapter`Ryuta Kamizono2018-02-041-2/+2
* | | | Merge pull request #31878 from timdiggins/corrections-to-31755Ryuta Kamizono2018-02-041-6/+6
|\ \ \ \
| * | | | Correct capitalization of "Rails" in the guide text.Tim Diggins2018-02-031-6/+6
|/ / / /
* | | | Merge pull request #28171 from sorra/fresh-thread-tagged-loggingRyuta Kamizono2018-02-031-1/+2
|\ \ \ \
| * \ \ \ Merge branch 'master' into fresh-thread-tagged-loggingDongqing Hu2017-02-2610-9/+65
| |\ \ \ \
| * | | | | Improve test for TaggedLogging "keeps each tag in their own thread"Dongqing Hu2017-02-261-1/+2
* | | | | | Add nodoc to `CredentialsGenerator` and `MasterKeyGenerator` [ci skip]yuuji.yaginuma2018-02-032-2/+2
* | | | | | Merge pull request #31868 from y-yagi/fix-build-failures-on-travisEileen M. Uchitelle2018-02-021-1/+1
|\ \ \ \ \ \
| * | | | | | Avoid bundle clean before cachingyuuji.yaginuma2018-02-021-1/+1
* | | | | | | Merge pull request #31276 from freeletics/fix-generators-listEileen M. Uchitelle2018-02-023-18/+5
|\ \ \ \ \ \ \
| * | | | | | | Removed "private" generators from command list.Wojciech Wnętrzak2018-02-023-18/+5
|/ / / / / / /
* | | | | | | Merge pull request #31854 from huacnlee/allow-more-options-for-service-urlGeorge Claghorn2018-02-012-2/+23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Allow `ActiveStorage::Blob#service_url` to pass addition options to `service....Jason Lee2018-02-012-2/+23
* | | | | | | PERF: Recover marshaling dump/load performance (#31827)Ryuta Kamizono2018-02-022-9/+27
* | | | | | | Merge pull request #31859 from bogdanvlviv/add-changelog-entry-for-31844Rafael França2018-02-011-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Add changelog entry for #31844bogdanvlviv2018-02-011-0/+4
* | | | | | | | Merge pull request #31855 from renchap/fix-activestorage-json-coderGeorge Claghorn2018-02-011-1/+1
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Use the full class name for the JSON coder, as there may be anotherRenaud Chaput2018-02-011-1/+1
| |/ / / / / /
* | | | | | | Merge pull request #31853 from simi/patch-2Ryuta Kamizono2018-02-011-9/+9
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Update to latest rubies (2.2.9, 2.3.8 and 2.4.3) on Travis CI.Josef Šimánek2018-02-011-9/+9
|/ / / / / /
* | | | | | Merge pull request #31844 from igorkasyanchuk/add_to_hash_and_to_h_for_sessio...Ryuta Kamizono2018-02-014-0/+11
|\ \ \ \ \ \
| * | | | | | Consistent behavior for session and cookies with to_h and to_hash methodIgor Kasyanchuk2018-01-314-0/+11
* | | | | | | Correct orientation detectionGeorge Claghorn2018-01-312-3/+3
* | | | | | | Swap encoded image width and height if angle is 90 or 270 degreesGeorge Claghorn2018-01-313-3/+26
|/ / / / / /
* | | | | | Revert "Merge pull request #31447 from fatkodima/redis_cache-connection_pool"George Claghorn2018-01-315-104/+24
* | | | | | Merge pull request #31838 from bogdanvlviv/fix-value-of-as-attribute-for-link...Eileen M. Uchitelle2018-01-311-1/+1
|\ \ \ \ \ \
| * | | | | | Fix `as` attribute value for preload linkbogdanvlviv2018-01-311-1/+1
|/ / / / / /
* | | | | | Fix `Unknown migration version "6.0"`Yuji Yaginuma2018-01-311-1/+4
* | | | | | Update default deprecation horizonYuji Yaginuma2018-01-311-1/+1
* | | | | | Merge pull request #31834 from sotayamashita/fix/typoArun Agrawal2018-01-311-1/+1
|\ \ \ \ \ \
| * | | | | | Fix typoSam Yamashita2018-01-311-1/+1
* | | | | | | Fix `RuntimeError: Unknown version "6.0"`Yuji Yaginuma2018-01-311-0/+3
|/ / / / / /
* | | | | | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-3027-1928/+89
* | | | | | Merge pull request #31830 from rafaelfranca/disable-csp-by-defaultRafael França2018-01-301-10/+10
|\ \ \ \ \ \
| * | | | | | Disable CSP by defaultRafael Mendonça França2018-01-301-10/+10
* | | | | | | Add Rack::TempfileReaper to tests and docsGeorge Claghorn2018-01-302-2/+9
* | | | | | | Add Rack::TempfileReaper to the default middleware stackGeorge Claghorn2018-01-301-0/+1
|/ / / / / /
* | | | | | Merge pull request #31828 from claudiob/doc-cspClaudio B2018-01-301-0/+4
|\ \ \ \ \ \
| * | | | | | Add ContentSecurityPolicy to list of middlewareclaudiob2018-01-301-0/+4
|/ / / / / /
* | | | | | Remove unused `require "active_record/tasks/database_tasks"`Ryuta Kamizono2018-01-301-1/+0
* | | | | | Merge pull request #31826 from miketheman/patch-1George Claghorn2018-01-291-1/+1
|\ \ \ \ \ \
| * | | | | | Update rails-ujs readmeMike Fiedler2018-01-291-1/+1
* | | | | | | Merge pull request #31815 from composerinteralia/make-request-idGeorge Claghorn2018-01-292-1/+6
|\ \ \ \ \ \ \
| * | | | | | | Allow @ in X-Request-Id headerDaniel Colson2018-01-292-1/+6