aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add MailDeliveryJob for unified mail deliveryGannon McGibbon2018-12-0412-23/+179
* Merge pull request #34609 from kamipo/delete_all_on_collection_proxyRyuta Kamizono2018-12-045-6/+23
|\
| * Ensure that `delete_all` on collection proxy returns affected countRyuta Kamizono2018-12-045-6/+23
* | Merge pull request #34607 from gmcgibbon/clear_scope_on_deleteRyuta Kamizono2018-12-044-4/+72
|\ \ | |/ |/|
| * Reset scope after collection deleteGannon McGibbon2018-12-044-4/+72
|/
* Merge pull request #34596 from bogdanvlviv/imporve-parallel-testing-guideGannon McGibbon2018-12-031-10/+9
|\
| * Improve parallel testing guide [ci skip]bogdanvlviv2018-12-031-10/+9
* | Merge pull request #34602 from guizmaii/masterRafael França2018-12-031-1/+2
|\ \
| * | Pass the `connection` to the `@instrumenter.instrument` method calljules Ivanic2018-12-031-1/+2
* | | Merge pull request #34601 from evexoio/34600-test_should_return_nil_as_averageRyuta Kamizono2018-12-031-2/+6
|\ \ \
| * | | Fix NumericData.average test on ruby 2.6Abdallah Samman2018-12-031-2/+6
| |/ /
* / / Address "warning: shadowing outer local variable - parts"Ryuta Kamizono2018-12-034-7/+8
|/ /
* | Merge pull request #34597 from utilum/assigned_but_unused_variable_birdYuji Yaginuma2018-12-031-1/+1
|\ \
| * | Assigned but unused variable - birdutilum2018-12-031-1/+1
* | | Merge pull request #34598 from rmacklin/add-missing-authorship-to-changelog-e...Rafael França2018-12-021-0/+2
|\ \ \ | |/ / |/| |
| * | Add missing authorship to ActionCable changelog entryRichard Macklin2018-12-021-0/+2
|/ /
* | Merge pull request #34585 from marceloperini/marceloperini/33795Yuji Yaginuma2018-12-031-0/+1
|\ \
| * | add require 'database/setup' in activestorage/test/service/s3_service_test.rbMarcelo Perini Veloso2018-12-011-0/+1
| |/
* | Merge pull request #34595 from albertoalmagro/remove-unnecessary-variableRyuta Kamizono2018-12-031-11/+2
|\ \
| * | Remove unnecessary variable routeAlberto Almagro2018-12-021-11/+2
* | | Merge pull request #34590 from rmacklin/use-websocket-adapter-in-getStateJavan Makhmali2018-12-025-4/+37
|\ \ \
| * | | Replace reference to WebSocket global with ActionCable.adapters.WebSocketRichard Macklin2018-12-015-4/+37
| |/ /
* | | Merge pull request #34588 from rmacklin/fix-yarn-lockfilesJavan Makhmali2018-12-023-2308/+2404
|\ \ \ | |/ / |/| |
| * | Remove obsolete yarn.lock files and check in root yarn.lock fileRichard Macklin2018-12-023-2308/+2404
|/ /
* / Remove circular dependency warnings in ActionCable javascript and publish sou...rmacklin2018-12-0116-290/+325
|/
* Merge pull request #34583 from gregmolnar/guides_fixRyuta Kamizono2018-12-011-1/+1
|\
| * fix example code syntax [ci skip]Greg Molnar2018-12-011-1/+1
|/
* Merge pull request #34579 from gmcgibbon/yield_in_with_delivery_jobRyuta Kamizono2018-12-011-0/+1
|\
| * Add yield to with_delivery_job test helperGannon McGibbon2018-11-301-0/+1
* | `metadata` is not passed to serviceyuuji.yaginuma2018-12-011-2/+1
* | Merge pull request #34577 from gmcgibbon/id_as_non_pk_docsRyuta Kamizono2018-12-012-5/+8
|\ \
| * | Clarify no support for non PK id columnsGannon McGibbon2018-11-302-5/+8
| |/
* | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...Rafael França2018-11-302-29/+59
|\ \
| * | chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-192-29/+59
* | | Merge pull request #34576 from ys/test-upload-extra-keysRafael França2018-11-301-0/+19
|\ \ \ | |_|/ |/| |
| * | Add a test with extra keys to active_storage Service#uploadYannick Schutz2018-11-301-0/+19
* | | Merge pull request #34505 from eileencodes/add-readonly-modeEileen M. Uchitelle2018-11-3010-1/+286
|\ \ \ | |/ / |/| |
| * | Add ability to prevent writes to a databaseEileen Uchitelle2018-11-3010-1/+286
|/ /
* | Merge pull request #34572 from kamipo/fix_scoping_with_query_methodRyuta Kamizono2018-11-303-2/+8
|\ \
| * | Fix the scoping with query methods in the scope blockRyuta Kamizono2018-11-303-2/+8
* | | Use the full link URL instead of bit.ly [ci skip]Ryuta Kamizono2018-11-301-1/+2
* | | Don't expose internal `clock_gettime_supported?` class methodRyuta Kamizono2018-11-301-1/+2
* | | Merge pull request #34569 from gmcgibbon/allow_attribute_aliases_in_updateRafael França2018-11-293-3/+17
|\ \ \
| * | | Allow aliased attributes in updateGannon McGibbon2018-11-293-3/+17
* | | | Merge pull request #34553 from mjtko/fix/issue-14802Rafael França2018-11-294-3/+30
|\ \ \ \ | |/ / / |/| | |
| * | | Do nothing when the same block is included again.Mark J. Titorenko2018-11-294-3/+30
* | | | Merge pull request #34564 from toncid/patch-2Arun Agrawal2018-11-291-0/+1
|\ \ \ \
| * | | | [ci skip] Add a Delayed Job project link.Tonči Damjanić2018-11-291-0/+1
|/ / / /
* | | | Merge pull request #34562 from ruralocity/active-record-query-docs-improvementRafael França2018-11-281-7/+9
|\ \ \ \
| * | | | Improve ActiveRecord::Querying documentation [ci skip]Aaron Sumner2018-11-281-7/+9