aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | Guard against missing blobs caused by concurrent purgesGeorge Claghorn2018-07-301-3/+3
* | | | | | | | | Remove unused requireRyuta Kamizono2018-07-311-1/+0
* | | | | | | | | Avoid extra scoping when using `Relation#update`Ryuta Kamizono2018-07-313-3/+9
* | | | | | | | | Merge pull request #33325 from Edouard-chin/ec-deprecate-class-methodRyuta Kamizono2018-07-312-14/+52
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | A regression in deprecate_methods was introduced in a982a42:Edouard CHIN2018-07-302-14/+52
* | | | | | | | | | Merge pull request #33467 from bdewater/chomp-unconditionallyKasper Timm Hansen2018-07-301-2/+2
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Chomp will work without checking for end of the stringBart de Water2018-07-291-2/+2
* | | | | | | | | | | Ignore concurrently-deleted files when deleting by prefix from GCSGeorge Claghorn2018-07-301-1/+7
* | | | | | | | | | | Merge pull request #33471 from yahonda/follows_up_33449Ryuta Kamizono2018-07-311-2/+7
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | cpu_time and allocations are 0 when JRuby is usedYasuo Honda2018-07-301-2/+7
* | | | | | | | | | | MySQL: Raise ActiveRecord::InvalidForeignKey for foreign-key constraint viola...George Claghorn2018-07-303-7/+20
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #33468 from bdewater/xplatform-cpu-timeRafael França2018-07-301-2/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Only use CLOCK_PROCESS_CPUTIME_ID if it's definedBart de Water2018-07-291-2/+8
| |/ / / / / / / / /
* | | | | | | | | | ActiveModel::Naming delegate match? in the same manner as =~ and != (#33466)Bart2018-07-291-1/+17
* | | | | | | | | | Extract `Relation#bind_attribute` for internal useRyuta Kamizono2018-07-302-8/+11
* | | | | | | | | | Update ActiveStorage::Previewer docsGeorge Claghorn2018-07-291-2/+2
|/ / / / / / / / /
* | | | | | | | | Extract `Relation#update_counters` for internal useRyuta Kamizono2018-07-304-34/+27
* | | | | | | | | Remove unused `require "active_support/core_ext/regexp"`Ryuta Kamizono2018-07-2912-13/+0
* | | | | | | | | Merge pull request #32695 from bdewater/enable-regex-copsRichard Schneeman2018-07-2826-35/+46
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into StringBart de Water2018-07-281-1/+1
| * | | | | | | | | Fix test failures due to Performance/RegexpMatch correctionBart de Water2018-07-281-1/+3
| * | | | | | | | | Work around Performance/EndWith false positiveBart de Water2018-07-281-2/+2
| * | | | | | | | | Enable Start/EndWith and RegexpMatch copsBart de Water2018-07-2825-33/+42
|/ / / / / / / / /
* | | | | | | | | Don't expose configuration for a test.Kasper Timm Hansen2018-07-282-23/+12
* | | | | | | | | Avoid logging ActiveRecord::LogSubscriber as the query source when the source...lsylvester2018-07-282-12/+22
* | | | | | | | | Merge pull request #33434 from utilum/remove_testing_guide_commentEileen M. Uchitelle2018-07-271-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Testing Guide: unnecessary commentutilum2018-07-251-1/+1
* | | | | | | | | | Clarify conditionGeorge Claghorn2018-07-271-1/+1
* | | | | | | | | | Fix directly uploading zero-byte filesGeorge Claghorn2018-07-272-2/+2
* | | | | | | | | | PostgreSQL 10 new relkind for partitioned tables (#31336)Yannick Schutz2018-07-272-2/+24
* | | | | | | | | | Merge pull request #33441 from bogdanvlviv/remove-rubocop-comments-from-codebaseRyuta Kamizono2018-07-274-6/+6
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Fix Rubocop offensebogdanvlviv2018-07-261-1/+1
| * | | | | | | | | | Remove Rubocop's comments from Rails code basebogdanvlviv2018-07-263-5/+5
* | | | | | | | | | | Log streaming downloadsGeorge Claghorn2018-07-261-0/+2
* | | | | | | | | | | I cannot spellAaron Patterson2018-07-261-1/+1
* | | | | | | | | | | Merge pull request #33451 from rails/event-object-subscriptionAaron Patterson2018-07-264-4/+120
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | Add changelog entryAaron Patterson2018-07-261-0/+34
| * | | | | | | | | | fix arity check to use "parameters" for backwards compatAaron Patterson2018-07-261-4/+9
| * | | | | | | | | | Always subscribe to event objects via `AS::Notifications.subscribe`Aaron Patterson2018-07-263-21/+25
| * | | | | | | | | | Subscribe to event objects via `subscribe`Aaron Patterson2018-07-261-0/+12
| * | | | | | | | | | Subscribe to event objects via `subscribe_event`Aaron Patterson2018-07-263-1/+56
| * | | | | | | | | | Match the units in `duration` (milliseconds)Aaron Patterson2018-07-261-1/+7
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #33449 from rails/use-process-clock-instead-of-timeAaron Patterson2018-07-264-4/+65
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add cpu_time, idle_time, and allocations to EventEileen Uchitelle2018-07-264-4/+65
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #33278 from koic/bump_rubocop_to_0_57_2George Claghorn2018-07-2610-287/+16
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Bump RuboCop to 0.58.2Koichi ITO2018-07-2610-287/+16
* | | | | | | | | | Merge pull request #33436 from albertoalmagro/remove-thirdparty-fixmeEileen M. Uchitelle2018-07-261-2/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove thirdparty FIXMEAlberto Almagro2018-07-251-2/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #33442 from utilum/ast_guide_setup_clarificationGeorge Claghorn2018-07-261-4/+4
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | AST Guide: install and migrate tasks in new apputilum2018-07-261-4/+4