aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge pull request #34941 from rmacklin/allow-actioncable-to-run-in-web-workersJavan Makhmali2019-01-164-12/+12
|\ \ \ \ \
| * | | | | Remove explicit `document` receiver from add/removeEventListener callsRichard Macklin2019-01-152-4/+4
| * | | | | Replace `window` references in ActionCable with `self`Richard Macklin2019-01-143-8/+8
* | | | | | Merge pull request #34949 from javan/js/compact-startJavan Makhmali2019-01-168-23/+14
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Minimize boilerplate setup code for JavaScript librariesJavan Makhmali2019-01-168-23/+14
|/ / / / /
* | | | | Merge pull request #34832 from gmcgibbon/db_system_change_commandKasper Timm Hansen2019-01-1612-89/+378
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into db_system_change_commandKasper Timm Hansen2019-01-16129-1059/+1750
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge pull request #34947 from bogdanvlviv/actioncable-testing-34933Kasper Timm Hansen2019-01-166-13/+22
|\ \ \ \ \ \
| * | | | | | Add `rails test:channels`.bogdanvlviv2019-01-163-3/+18
| * | | | | | Remove `frozen_string_literal` from Action Cable's template filesbogdanvlviv2019-01-163-10/+4
| | |_|/ / / | |/| | | |
* | | | | | Require hash/keys inside active_model/callbacksRafael Mendonça França2019-01-161-0/+1
* | | | | | Merge pull request #34944 from dasch/patch-7Rafael França2019-01-161-0/+8
|\ \ \ \ \ \
| * | | | | | Document that `format.any` can match all formatsDaniel Schierbeck2019-01-161-0/+8
* | | | | | | Merge pull request #34946 from mdesantis/remove-decorator-pattern-referencesRafael França2019-01-161-11/+10
|\ \ \ \ \ \ \
| * | | | | | | Remove Decorator pattern in Overriding existing classes examplesMaurizio De Santis2019-01-161-11/+10
* | | | | | | | Merge pull request #34948 from colorbox/fix_formatting_in_action_mailbox_docsRafael França2019-01-1611-48/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix document formatting on ActionMailbox [ci skip]colorbox2019-01-1711-48/+48
| | |_|/ / / / / | |/| | | | | |
* / | | | | | | Revert "Don't handle params option in a special way in url_for helper"Rafael Mendonça França2019-01-165-5/+14
|/ / / / / / /
* | | | | | | Merge pull request #34943 from ikepon/add_null_false_to_actionmailbox_tableGeorge Claghorn2019-01-161-2/+2
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Add 'null: false' to Action Mailbox tableikepon2019-01-161-2/+2
|/ / / / / /
* | | | | | Exercise Active Storage and Action Text in verification app.Kasper Timm Hansen2019-01-151-3/+42
* | | | | | Install Action Mailbox and Action Text when verifying release.Kasper Timm Hansen2019-01-151-0/+2
|/ / / / /
* | | | | Refs #28025 nullify *_type column on polymorphic associations on :nu… (#28...Laerti2019-01-1510-6/+65
* | | | | Remove public `prevent_writes` writerRyuta Kamizono2019-01-151-5/+5
* | | | | Deprecate `connection.visitor = ...` which is not released internal usageRyuta Kamizono2019-01-151-2/+6
* | | | | Remove unused `Arel::Compatibility::Wheres`Ryuta Kamizono2019-01-152-36/+0
* | | | | Merge pull request #34931 from bogdanvlviv/add-mention-to-main-readme-about-n...Rafael França2019-01-142-6/+6
|\ \ \ \ \
| * | | | | Add mention to the main README about new libraries [ci skip]bogdanvlviv2019-01-132-6/+6
* | | | | | Merge pull request #34937 from rmacklin/document-actioncable-js-changesRafael França2019-01-142-0/+52
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Document the ActionCable JS changes in the upgrade guide & release notesRichard Macklin2019-01-142-0/+52
|/ / / / /
* | | | | Merge pull request #34891 from gmcgibbon/ac_params_existsRafael França2019-01-144-0/+31
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into ac_params_existsAaron Patterson2019-01-11113-395/+704
| |\ \ \ \ \
| * | | | | | Allow strong params in ActiveRecord::Base#exists?Gannon McGibbon2019-01-074-0/+30
* | | | | | | Refactor calculating beginning_of_quarter and end_of_quarter (#34927)Krzysztof Rybka2019-01-141-2/+2
* | | | | | | Merge pull request #34934 from rmacklin/simplify-actioncable-methods-after-de...Rafael França2019-01-143-16/+19
|\ \ \ \ \ \ \
| * | | | | | | Simplify `this.isActive() && this.webSocket` into `this.isActive()`Richard Macklin2019-01-142-2/+2
| * | | | | | | Simplify ActionCable.getConfig, Connection#getProtocol, and Connection#closeRichard Macklin2019-01-143-7/+17
| * | | | | | | Simplify ActionCable.createConsumer by using default argumentRichard Macklin2019-01-142-10/+3
* | | | | | | | Merge pull request #33962 from kaspth/restructure-environment-credentialsKasper Timm Hansen2019-01-147-114/+122
|\ \ \ \ \ \ \ \
| * | | | | | | | Restructure credentials after environment overrides.Kasper Timm Hansen2019-01-147-114/+122
| |/ / / / / / /
* | | | | | | | Merge pull request #34933 from palkan/feature/cable-testing-guidesKasper Timm Hansen2019-01-1413-5/+195
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Add Action Cable Testing guidesVladimir Dementyev2019-01-145-4/+129
| * | | | | | | Add connection_test to app generatorVladimir Dementyev2019-01-133-0/+18
| * | | | | | | Add channel test generatorVladimir Dementyev2019-01-135-1/+48
|/ / / / / / /
* | | | | | | Update Action Cable connection testing.Kasper Timm Hansen2019-01-142-57/+57
* | | | | | | Merge pull request #34932 from bogdanvlviv/fix-action-cable-guide-follow-up-3...Ryuta Kamizono2019-01-141-8/+8
|\ \ \ \ \ \ \
| * | | | | | | Fix "Action Cable Overview" guide [ci skip]bogdanvlviv2019-01-131-8/+8
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #34930 from bogdanvlviv/merge-actioncable-README.md-to-the...Ryuta Kamizono2019-01-142-544/+31
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Merge `actioncable/README.md` to the Action Cable Overview guide [ci skip]bogdanvlviv2019-01-132-544/+31
* | | | | | | Merge pull request #34845 from palkan/feature/action-cable-connection-testingKasper Timm Hansen2019-01-133-0/+434
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |