Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Prevent content type and disposition bypass in storage service URLs | Rosa Gutierrez | 2018-11-27 | 14 | -38/+172 | |
* | | | | | | | Do not deserialize GlobalID objects that were not generated by Active Job | Rafael Mendonça França | 2018-11-27 | 2 | -1/+5 | |
* | | | | | | | Merge pull request #34528 from DmitryTsepelev/fix-ignored-attributes | Rafael França | 2018-11-27 | 5 | -1/+57 | |
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | ||||||
| * | | | | | | Cached columns_hash fields should be excluded from ResultSet#column_types | DmitryTsepelev | 2018-11-27 | 5 | -1/+57 | |
* | | | | | | | More exercise singular association query | Ryuta Kamizono | 2018-11-28 | 4 | -7/+14 | |
* | | | | | | | Ensure that singular association should execute limited query | Ryuta Kamizono | 2018-11-28 | 2 | -5/+12 | |
* | | | | | | | Revert "Merge pull request #34538 from bogdan/reuse-find-target" | Ryuta Kamizono | 2018-11-28 | 3 | -23/+28 | |
* | | | | | | | Merge pull request #34538 from bogdan/reuse-find-target | Eileen M. Uchitelle | 2018-11-27 | 3 | -29/+23 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | Reuse code in AR::Association#find_target | Bogdan Gusiev | 2018-11-27 | 3 | -29/+23 | |
* | | | | | | | Merge pull request #34480 from tekin/configurable-implicit-ordering-column | Eileen M. Uchitelle | 2018-11-27 | 4 | -2/+45 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Make implicit order column configurable | Tekin Suleyman | 2018-11-26 | 4 | -2/+45 | |
* | | | | | | | | Revert "We still need the `Helpers` constant in the `ActiveRecord` namespace" | Ryuta Kamizono | 2018-11-27 | 1 | -1/+0 | |
* | | | | | | | | `Mutable` helper is in `ActiveModel` | Ryuta Kamizono | 2018-11-27 | 4 | -4/+4 | |
|/ / / / / / / | ||||||
* | | | | | | | Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ... | rmacklin | 2018-11-26 | 23 | -4778/+2480 | |
* | | | | | | | Use env instead of headers on those tests | Rafael Mendonça França | 2018-11-26 | 1 | -14/+14 | |
* | | | | | | | Do not use deprecated Object#!~ in Ruby 2.6 | Rafael Mendonça França | 2018-11-26 | 1 | -1/+5 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge pull request #34520 from yahonda/bump_pg93 | Rafael França | 2018-11-26 | 12 | -410/+385 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Bump the minimum version of PostgreSQL to 9.3 | Yasuo Honda | 2018-11-25 | 12 | -410/+385 | |
* | | | | | | | Merge pull request #34521 from azbshiri/mysql-exec-query-result | Eileen M. Uchitelle | 2018-11-26 | 2 | -2/+15 | |
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | | ||||||
| * | | | | | | When running exec_query MySQL always returns ActiveRecord::Result | Alireza Bashiri | 2018-11-25 | 2 | -2/+15 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #34525 from tnantoka/cache-key-low-level-caching | Ryuta Kamizono | 2018-11-26 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Use cache_key_with_version instead of cache_key for the example in Low-Level ... | tnantoka | 2018-11-26 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* | | | | | | Fix random CI failure due to non-deterministic sorting order | Ryuta Kamizono | 2018-11-26 | 1 | -2/+2 | |
* | | | | | | Merge pull request #34522 from yahonda/sqlite3_returns_primary_key_in_expecte... | Ryuta Kamizono | 2018-11-26 | 1 | -2/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | SQLite 3.7.16+ returns the order of the primary key columns | Yasuo Honda | 2018-11-25 | 1 | -2/+0 | |
| |/ / / / / | ||||||
* | | | | | | Merge pull request #34524 from tomrossi7/updating-docs | Gannon McGibbon | 2018-11-25 | 1 | -7/+23 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Updating the Testing Guide to Reflect Emails Enqueued With ActiveJob [ci skip] | Tom Rossi | 2018-11-25 | 1 | -7/+23 | |
|/ / / / / | ||||||
* | | | | | ASt direct uploads: account for <button type="submit"> elements | Tasos Maschalidis | 2018-11-24 | 2 | -4/+4 | |
* | | | | | Merge pull request #34519 from composerinteralia/duration-inspect | Ryuta Kamizono | 2018-11-25 | 1 | -1/+0 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove unnecessary reduce in Duration#inspect | Daniel Colson | 2018-11-24 | 1 | -1/+0 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #34517 from EByrdS/immutable-enum | Rafael França | 2018-11-23 | 3 | -0/+19 | |
|\ \ \ \ \ | ||||||
| * | | | | | Raises error when attempting to modify enum values | ebyrds | 2018-11-23 | 3 | -0/+19 | |
* | | | | | | Merge pull request #34515 from BenjaminKim/patch-1 | Rafael França | 2018-11-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | rubyonrails.org has been ready for https | Benjamin Kim | 2018-11-24 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #34376 from composerinteralia/default_queue_name | Rafael França | 2018-11-23 | 2 | -2/+29 | |
|\ \ \ \ \ | ||||||
| * | | | | | Allow using queue prefix with a default queue name | Daniel Colson | 2018-11-03 | 2 | -2/+29 | |
* | | | | | | Merge pull request #34367 from gmcgibbon/rm_parameterized_delivery_job | Rafael França | 2018-11-23 | 9 | -51/+50 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Deliver parameterized mail with DeliveryJob | Gannon McGibbon | 2018-11-22 | 9 | -51/+50 | |
* | | | | | | | Merge pull request #34455 from minimalweb/progressive_jpeg_inclusion_as_varia... | Rafael França | 2018-11-23 | 3 | -1/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Add progressive JPG to default variable content types | Maurice Kühlborn | 2018-11-21 | 3 | -1/+6 | |
* | | | | | | | | Merge pull request #34468 from gmcgibbon/redact_sql_in_errors | Rafael França | 2018-11-23 | 9 | -58/+112 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Redact SQL in errors | Gannon McGibbon | 2018-11-22 | 9 | -58/+112 | |
* | | | | | | | | | Keep executions for each specific exception (#34352) | Alberto Almagro | 2018-11-23 | 5 | -4/+51 | |
* | | | | | | | | | Merge pull request #34507 from albertoalmagro/rename-rtl-as-direction | Gannon McGibbon | 2018-11-23 | 2 | -18/+21 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Use direction instead of rtl flag. | Alberto Almagro | 2018-11-22 | 2 | -18/+21 | |
* | | | | | | | | | | Merge pull request #34511 from TomSpencerLondon/master | Gannon McGibbon | 2018-11-23 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | Add ? for Whats Rails | TomSpencerLondon | 2018-11-23 | 1 | -1/+1 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #34037 from reitermarkus/atomic_write-permissions | Rafael França | 2018-11-22 | 2 | -1/+15 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Ensure correct permission when `tmpdir` is the same as `dirname`. | Markus Reiter | 2018-10-02 | 2 | -1/+15 | |
* | | | | | | | | | Use squiggly heredoc to strip odd indentation in the executed SQL | Ryuta Kamizono | 2018-11-22 | 19 | -91/+81 |