Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | Log the remote IP addr of clients behind a proxy | Atul Bhosale | 2018-07-31 | 2 | -1/+7 | |
|/ / / / / | ||||||
* | | | | | :scissors: . | Ryuta Kamizono | 2018-07-31 | 1 | -1/+1 | |
* | | | | | Merge pull request #33446 from ptoomey3/nested-respond-to | Richard Schneeman | 2018-07-31 | 4 | -0/+70 | |
|\ \ \ \ \ | ||||||
| * | | | | | Raises exception when respond_to called multiple times in incompatible way | Patrick Toomey | 2018-07-30 | 4 | -0/+70 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge pull request #33486 from f-mer/patch-1 | Ryuta Kamizono | 2018-07-31 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | Fix example in thread_mattr_accessor documentation | Fabian Mersch | 2018-07-31 | 1 | -1/+1 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #33484 from aditya-kapoor/fix-find-each-description | Kasper Timm Hansen | 2018-07-31 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | [ci skip] Fix the outdated description for `find_each`. | Aditya Kapoor | 2018-07-31 | 1 | -1/+1 | |
* | | | | | | Merge pull request #33481 from da-edra/readme-over-https | Kasper Timm Hansen | 2018-07-31 | 1 | -5/+5 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | All links from README.md now served over https | Andrea Gómez | 2018-07-31 | 1 | -5/+5 | |
|/ / / / / | ||||||
* | | | | | Guard against missing blobs caused by concurrent purges | George Claghorn | 2018-07-30 | 1 | -3/+3 | |
* | | | | | Remove unused require | Ryuta Kamizono | 2018-07-31 | 1 | -1/+0 | |
* | | | | | Avoid extra scoping when using `Relation#update` | Ryuta Kamizono | 2018-07-31 | 3 | -3/+9 | |
* | | | | | Merge pull request #33325 from Edouard-chin/ec-deprecate-class-method | Ryuta Kamizono | 2018-07-31 | 2 | -14/+52 | |
|\ \ \ \ \ | ||||||
| * | | | | | A regression in deprecate_methods was introduced in a982a42: | Edouard CHIN | 2018-07-30 | 2 | -14/+52 | |
* | | | | | | Merge pull request #33467 from bdewater/chomp-unconditionally | Kasper Timm Hansen | 2018-07-30 | 1 | -2/+2 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Chomp will work without checking for end of the string | Bart de Water | 2018-07-29 | 1 | -2/+2 | |
* | | | | | | | Ignore concurrently-deleted files when deleting by prefix from GCS | George Claghorn | 2018-07-30 | 1 | -1/+7 | |
* | | | | | | | Merge pull request #33471 from yahonda/follows_up_33449 | Ryuta Kamizono | 2018-07-31 | 1 | -2/+7 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cpu_time and allocations are 0 when JRuby is used | Yasuo Honda | 2018-07-30 | 1 | -2/+7 | |
* | | | | | | | | MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint viola... | George Claghorn | 2018-07-30 | 3 | -7/+20 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #33468 from bdewater/xplatform-cpu-time | Rafael França | 2018-07-30 | 1 | -2/+8 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Only use CLOCK_PROCESS_CPUTIME_ID if it's defined | Bart de Water | 2018-07-29 | 1 | -2/+8 | |
| |/ / / / / / | ||||||
* | | | | | | | ActiveModel::Naming delegate match? in the same manner as =~ and != (#33466) | Bart | 2018-07-29 | 1 | -1/+17 | |
* | | | | | | | Extract `Relation#bind_attribute` for internal use | Ryuta Kamizono | 2018-07-30 | 2 | -8/+11 | |
* | | | | | | | Update ActiveStorage::Previewer docs | George Claghorn | 2018-07-29 | 1 | -2/+2 | |
|/ / / / / / | ||||||
* | | | | | | Extract `Relation#update_counters` for internal use | Ryuta Kamizono | 2018-07-30 | 4 | -34/+27 | |
* | | | | | | Remove unused `require "active_support/core_ext/regexp"` | Ryuta Kamizono | 2018-07-29 | 12 | -13/+0 | |
* | | | | | | Merge pull request #32695 from bdewater/enable-regex-cops | Richard Schneeman | 2018-07-28 | 26 | -35/+46 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into String | Bart de Water | 2018-07-28 | 1 | -1/+1 | |
| * | | | | | | Fix test failures due to Performance/RegexpMatch correction | Bart de Water | 2018-07-28 | 1 | -1/+3 | |
| * | | | | | | Work around Performance/EndWith false positive | Bart de Water | 2018-07-28 | 1 | -2/+2 | |
| * | | | | | | Enable Start/EndWith and RegexpMatch cops | Bart de Water | 2018-07-28 | 25 | -33/+42 | |
|/ / / / / / | ||||||
* | | | | | | Don't expose configuration for a test. | Kasper Timm Hansen | 2018-07-28 | 2 | -23/+12 | |
* | | | | | | Avoid logging ActiveRecord::LogSubscriber as the query source when the source... | lsylvester | 2018-07-28 | 2 | -12/+22 | |
* | | | | | | Merge pull request #33434 from utilum/remove_testing_guide_comment | Eileen M. Uchitelle | 2018-07-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Testing Guide: unnecessary comment | utilum | 2018-07-25 | 1 | -1/+1 | |
* | | | | | | | Clarify condition | George Claghorn | 2018-07-27 | 1 | -1/+1 | |
* | | | | | | | Fix directly uploading zero-byte files | George Claghorn | 2018-07-27 | 2 | -2/+2 | |
* | | | | | | | PostgreSQL 10 new relkind for partitioned tables (#31336) | Yannick Schutz | 2018-07-27 | 2 | -2/+24 | |
* | | | | | | | Merge pull request #33441 from bogdanvlviv/remove-rubocop-comments-from-codebase | Ryuta Kamizono | 2018-07-27 | 4 | -6/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix Rubocop offense | bogdanvlviv | 2018-07-26 | 1 | -1/+1 | |
| * | | | | | | | Remove Rubocop's comments from Rails code base | bogdanvlviv | 2018-07-26 | 3 | -5/+5 | |
* | | | | | | | | Log streaming downloads | George Claghorn | 2018-07-26 | 1 | -0/+2 | |
* | | | | | | | | I cannot spell | Aaron Patterson | 2018-07-26 | 1 | -1/+1 | |
* | | | | | | | | Merge pull request #33451 from rails/event-object-subscription | Aaron Patterson | 2018-07-26 | 4 | -4/+120 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Add changelog entry | Aaron Patterson | 2018-07-26 | 1 | -0/+34 | |
| * | | | | | | | fix arity check to use "parameters" for backwards compat | Aaron Patterson | 2018-07-26 | 1 | -4/+9 | |
| * | | | | | | | Always subscribe to event objects via `AS::Notifications.subscribe` | Aaron Patterson | 2018-07-26 | 3 | -21/+25 | |
| * | | | | | | | Subscribe to event objects via `subscribe` | Aaron Patterson | 2018-07-26 | 1 | -0/+12 |