aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | Fix `ArgumentError` when uploading to amazon s3Hiroki Sanpei2018-11-282-1/+5
|/ / / / / / /
* | | | | | | Use `Testing::Parallelization` in Action Packs's testyuuji.yaginuma2018-11-281-77/+1
* | | | | | | Pass the test reporter by referenceyuuji.yaginuma2018-11-281-0/+1
| |_|/ / / / |/| | | | |
* | | | | | Fix "warning: ambiguous first argument; put parentheses or a space even after...yuuji.yaginuma2018-11-281-3/+3
* | | | | | Merge pull request #34546 from y-yagi/fix_ast_buildYuji Yaginuma2018-11-283-17/+3
|\ \ \ \ \ \
| * | | | | | text is treated as `attachment`yuuji.yaginuma2018-11-281-2/+2
| * | | | | | Fix broken `ActiveStorage::BlobTest`yuuji.yaginuma2018-11-281-1/+1
| * | | | | | Remove duplicated testyuuji.yaginuma2018-11-281-14/+0
* | | | | | | Merge pull request #33835 from schneems/schneems/faster_cache_versionSean Griffin2018-11-272-4/+130
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Prefer String#ljust over String#<< for paddinglsylvester2018-10-171-3/+2
| * | | | | | Do not silently fail to generate a cache_versionschneems2018-10-172-6/+19
| * | | | | | Use raw time string from DB to generate ActiveRecord#cache_versionschneems2018-10-172-4/+118
* | | | | | | Merge pull request #34544 from ahawrylak/fix-active-storage-docs-typoGannon McGibbon2018-11-271-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Fix minor Active Storage docs typo [ci skip]Adrian Hawrylak2018-11-281-1/+1
|/ / / / / / /
* | | | | | | Prevent content type and disposition bypass in storage service URLsRosa Gutierrez2018-11-2714-38/+172
* | | | | | | Do not deserialize GlobalID objects that were not generated by Active JobRafael Mendonça França2018-11-272-1/+5
* | | | | | | Merge pull request #34528 from DmitryTsepelev/fix-ignored-attributesRafael França2018-11-275-1/+57
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | Cached columns_hash fields should be excluded from ResultSet#column_typesDmitryTsepelev2018-11-275-1/+57
* | | | | | | More exercise singular association queryRyuta Kamizono2018-11-284-7/+14
* | | | | | | Ensure that singular association should execute limited queryRyuta Kamizono2018-11-282-5/+12
* | | | | | | Revert "Merge pull request #34538 from bogdan/reuse-find-target"Ryuta Kamizono2018-11-283-23/+28
* | | | | | | Merge pull request #34538 from bogdan/reuse-find-targetEileen M. Uchitelle2018-11-273-29/+23
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Reuse code in AR::Association#find_targetBogdan Gusiev2018-11-273-29/+23
* | | | | | | Merge pull request #34480 from tekin/configurable-implicit-ordering-columnEileen M. Uchitelle2018-11-274-2/+45
|\ \ \ \ \ \ \
| * | | | | | | Make implicit order column configurableTekin Suleyman2018-11-264-2/+45
* | | | | | | | Revert "We still need the `Helpers` constant in the `ActiveRecord` namespace"Ryuta Kamizono2018-11-271-1/+0
* | | | | | | | `Mutable` helper is in `ActiveModel`Ryuta Kamizono2018-11-274-4/+4
|/ / / / / / /
* | | | | | | Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ...rmacklin2018-11-2623-4778/+2480
* | | | | | | Use env instead of headers on those testsRafael Mendonça França2018-11-261-14/+14
* | | | | | | Do not use deprecated Object#!~ in Ruby 2.6Rafael Mendonça França2018-11-261-1/+5
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #34520 from yahonda/bump_pg93Rafael França2018-11-2612-410/+385
|\ \ \ \ \ \
| * | | | | | Bump the minimum version of PostgreSQL to 9.3Yasuo Honda2018-11-2512-410/+385
* | | | | | | Merge pull request #34521 from azbshiri/mysql-exec-query-resultEileen M. Uchitelle2018-11-262-2/+15
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | When running exec_query MySQL always returns ActiveRecord::ResultAlireza Bashiri2018-11-252-2/+15
| |/ / / / /
* | | | | | Merge pull request #34525 from tnantoka/cache-key-low-level-cachingRyuta Kamizono2018-11-261-1/+1
|\ \ \ \ \ \
| * | | | | | Use cache_key_with_version instead of cache_key for the example in Low-Level ...tnantoka2018-11-261-1/+1
|/ / / / / /
* | | | | | Fix random CI failure due to non-deterministic sorting orderRyuta Kamizono2018-11-261-2/+2
* | | | | | Merge pull request #34522 from yahonda/sqlite3_returns_primary_key_in_expecte...Ryuta Kamizono2018-11-261-2/+0
|\ \ \ \ \ \
| * | | | | | SQLite 3.7.16+ returns the order of the primary key columnsYasuo Honda2018-11-251-2/+0
| |/ / / / /
* | | | | | Merge pull request #34524 from tomrossi7/updating-docsGannon McGibbon2018-11-251-7/+23
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Updating the Testing Guide to Reflect Emails Enqueued With ActiveJob [ci skip]Tom Rossi2018-11-251-7/+23
|/ / / / /
* | | | | ASt direct uploads: account for <button type="submit"> elementsTasos Maschalidis2018-11-242-4/+4
* | | | | Merge pull request #34519 from composerinteralia/duration-inspectRyuta Kamizono2018-11-251-1/+0
|\ \ \ \ \
| * | | | | Remove unnecessary reduce in Duration#inspectDaniel Colson2018-11-241-1/+0
|/ / / / /
* | | | | Merge pull request #34517 from EByrdS/immutable-enumRafael França2018-11-233-0/+19
|\ \ \ \ \
| * | | | | Raises error when attempting to modify enum valuesebyrds2018-11-233-0/+19
* | | | | | Merge pull request #34515 from BenjaminKim/patch-1Rafael França2018-11-231-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | rubyonrails.org has been ready for httpsBenjamin Kim2018-11-241-1/+1
|/ / / / /
* | | | | Merge pull request #34376 from composerinteralia/default_queue_nameRafael França2018-11-232-2/+29
|\ \ \ \ \
| * | | | | Allow using queue prefix with a default queue nameDaniel Colson2018-11-032-2/+29