aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Add missing requireyuuji.yaginuma2018-02-081-0/+1
* | | | | | Do not add master key when `RAILS_MASTER_KEY` env specified (#31922)Yuji Yaginuma2018-02-084-2/+27
* | | | | | Merge pull request #31918 from huacnlee/fix/blob-service-url-for-string-filenameGeorge Claghorn2018-02-073-1/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Fix `blob.service_url` for supports string or nil `:filename` option.Jason Lee2018-02-083-1/+13
| |/ / / /
* | | | | Merge pull request #31923 from jdelStrother/duration-deserializationRafael França2018-02-072-0/+14
|\ \ \ \ \
| * | | | | Fix yaml deserialization of ActiveSupport::DurationJonathan del Strother2018-02-072-0/+14
* | | | | | Bump `minitest-server`yuuji.yaginuma2018-02-071-2/+2
| |/ / / / |/| | | |
* | | | | Revert "✂️"Ryuta Kamizono2018-02-071-1/+2
* | | | | ✂️schneems2018-02-061-2/+1
* | | | | Merge pull request #31914 from utilum/bump_em-socksifyMatthew Draper2018-02-071-1/+1
|\ \ \ \ \
| * | | | | Update em-socksify to the latest versionutilum2018-02-061-1/+1
* | | | | | Merge pull request #31912 from robin850/upgrade-sdoc-1-0Matthew Draper2018-02-072-11/+5
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Refer to a stable release of SDocRobin Dupret2018-02-062-11/+5
|/ / / / /
* | | | | Merge pull request #31880 from rmacklin/publish-activestorage-source-in-addit...Javan Makhmali2018-02-063-3/+13
|\ \ \ \ \
| * | | | | Include source code in published activestorage npm packageRichard Macklin2018-02-063-3/+13
|/ / / / /
* | | | | Merge pull request #31240 from PHedkvist/sys_test_mobile_guideEileen M. Uchitelle2018-02-061-0/+28
|\ \ \ \ \
| * | | | | Example of mobile configuration for system test in guide [ci skip]Pierre Hedkvist2017-12-041-0/+28
* | | | | | Invoke `load_schema` in `_default_attributes`Ryuta Kamizono2018-02-062-0/+8
* | | | | | Use Redis#mget for RedisCacheStore#fetch_multifatkodima2018-02-052-0/+16
* | | | | | Add missing instrumentation to RedisCacheStore#read_multifatkodima2018-02-057-18/+25
* | | | | | 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
|/ / / / / / /