aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-055-1/+49
* Merge pull request #34626 from gmcgibbon/sqlite_pluck_quotingRyuta Kamizono2018-12-063-0/+12
|\
| * Fix join table column quoting with SQLite.Gannon McGibbon2018-12-053-0/+12
* | Merge pull request #33992 from kirs/enqueue-return-falseRafael França2018-12-055-1/+56
|\ \
| * | Make AJ::Base#enqueue return false if the job wasn't enqueuedKir Shatrov2018-10-285-1/+56
* | | Merge pull request #34621 from colby-swandale/update-bundler-2Rafael França2018-12-051-1/+1
|\ \ \ | |_|/ |/| |
| * | update bundler to 2.0.0.pre.2Colby Swandale2018-12-051-1/+1
* | | Merge pull request #34591 from gmcgibbon/new_delivery_jobEileen M. Uchitelle2018-12-0512-23/+179
|\ \ \
| * | | Add MailDeliveryJob for unified mail deliveryGannon McGibbon2018-12-0412-23/+179
* | | | Fix unstable `test_serialized_attribute_works_under_concurrent_initial_access...yuuji.yaginuma2018-12-051-1/+1
* | | | Merge pull request #34620 from ysksn/use_safe_navigation_operator_for_railsgu...Yuji Yaginuma2018-12-052-3/+3
|\ \ \ \
| * | | | Use safe nav operator when calling RailsGuides::Generator.newYosuke Kabuto2018-12-052-3/+3
|/ / / /
* | | | Merge pull request #34617 from blahed/colorize-unpermitted-paramsRafael França2018-12-041-1/+1
|\ \ \ \
| * | | | colorize the unpermitted params log messageblahed2018-12-031-1/+1
* | | | | Merge pull request #34563 from sambostock/improve-test-helper-guidesGannon McGibbon2018-12-041-0/+50
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Add advanced test helpers docs to guidesSam Bostock2018-12-041-0/+50
|/ / / /
* | | | Merge pull request #34612 from utilum/bigdecimal_raises_on_comma_in_string_ar...Rafael França2018-12-041-1/+1
|\ \ \ \
| * | | | Another Ruby 2.6 BigDecimal compatibility issueutilum2018-12-041-1/+1
| | |/ / | |/| |
* | | | Merge pull request #34560 from gmcgibbon/fix_decorate_leak_on_serial_attr_testRafael França2018-12-041-0/+4
|\ \ \ \
| * | | | Fix attribute decoration leak on serialized attribute testGannon McGibbon2018-11-291-0/+4
* | | | | Merge pull request #34616 from gmcgibbon/route_symbol_noteRafael França2018-12-041-0/+2
|\ \ \ \ \
| * | | | | Add note about symbols vs stringsGannon McGibbon2018-12-041-0/+2
* | | | | | Fix announcement draft formatting [ci skip]Rafael Mendonça França2018-12-041-2/+2
* | | | | | Add release link to the announcement [ci skip]Rafael Mendonça França2018-12-041-3/+7
* | | | | | Improve the task to generate the release summaryRafael Mendonça França2018-12-041-5/+10
|/ / / / /
* | | | | Merge pull request #34605 from alfie-max/disable_enum_scopesRafael França2018-12-043-2/+18
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | option to disable scopes that `ActiveRecord.enum` generates by defaultAlfred Dominic2018-12-043-2/+18
|/ / / /
* | | | 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
|/ / / /