1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/lib/action_cable
Carlos Antonio da Silva ca06a9ff41 Refactor to use model instead of record as argument in Action Cable
We refer to `model` elsewhere in Action Cable's  implementation, so use
the same in `stream_or_reject_for` as well to keep the consistency.

Simplify the docs for the method to remove the usage "intention"
(that's not up to us) and mention it rejects the "subscription", not
the "connection".
2021-02-25 11:21:19 -03:00
..
channel Refactor to use model instead of record as argument in Action Cable 2021-02-25 11:21:19 -03:00
connection Do not allow subscribing to Base channel 2020-11-24 22:30:03 -05:00
helpers Convert CoffeeScript to ES6 syntax 2020-04-17 14:41:40 +03:00
server Remove invalid autoloads in top-level Rails modules 2020-06-08 17:21:26 -04:00
subscription_adapter Update pg gem required version to 1.1 2020-04-27 16:27:40 +09:00
channel.rb
connection.rb
engine.rb Allow missing Action Cable config 2020-11-06 11:45:51 -06:00
gem_version.rb Rails 6.2 is now Rails 7.0 2021-02-04 16:47:16 +00:00
remote_connections.rb
server.rb Remove invalid autoloads in top-level Rails modules 2020-06-08 17:21:26 -04:00
subscription_adapter.rb
test_case.rb
test_helper.rb Implicitly assert no exception is raised in block assertions 2019-10-07 11:01:24 +02:00
version.rb