aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | 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
* | | | | | | Merge pull request #34554 from sj26/group-exception-logsRafael França2018-11-281-5/+8
|\ \ \ \ \ \ \
| * | | | | | | Avoid extra array allocationsSamuel Cochran2018-11-291-2/+2
| * | | | | | | Log exceptions atomicallySamuel Cochran2018-11-281-5/+8
* | | | | | | | Merge pull request #34561 from gmcgibbon/allow_spaces_in_table_namesRafael França2018-11-283-1/+12
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Allow spaces in postgres table namesGannon McGibbon2018-11-283-1/+12
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #34534 from gmcgibbon/ar_query_scope_body_docRafael França2018-11-281-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Clarify scope body requirementsGannon McGibbon2018-11-261-1/+1
* | | | | | | | Add autoload hook for AbstractController::ActionNotFoundRafael Mendonça França2018-11-281-0/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #34557 from sergioisidoro/sergio-patch-load-errorRafael França2018-11-281-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Patch load error in case GemSpecErrorsergioisidoro2018-11-281-2/+2
* | | | | | | | Merge pull request #34550 from mogulla3/fix-argument-error-when-uploding-to-s3Eileen M. Uchitelle2018-11-282-1/+5
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |