aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/generators
diff options
context:
space:
mode:
authorT.J. Schuck <tj@getharvest.com>2017-03-22 18:48:08 -0400
committerT.J. Schuck <tj@getharvest.com>2017-03-22 19:30:49 -0400
commit11a09dbe53973f51d2ab8e7d17695707955222a8 (patch)
tree6d814090eff7ecdbd992faa4268fde800aa41c63 /railties/test/generators
parent3dd1de8ba4d5862b01e7f5dd3878b21fd98b443b (diff)
downloadrails-11a09dbe53973f51d2ab8e7d17695707955222a8.tar.gz
rails-11a09dbe53973f51d2ab8e7d17695707955222a8.tar.bz2
rails-11a09dbe53973f51d2ab8e7d17695707955222a8.zip
Document AC::Connection::Authorization#reject_unauthorized_connection
This method is repeatedly used throughout the docs (in the [AC::Connection docs](https://github.com/rails/rails/blob/12b684985837bc8ee9ad15c174cf4e07ca82d7c4/actioncable/lib/action_cable/connection/base.rb#L28), the [AC README](https://github.com/rails/rails/blob/12b684985837bc8ee9ad15c174cf4e07ca82d7c4/actioncable/README.md#a-full-stack-example), the [AC Guides](https://github.com/rails/rails/blob/12b684985837bc8ee9ad15c174cf4e07ca82d7c4/guides/source/action_cable_overview.md#connection-setup)), but not actually documented itself and seemingly not supported for public use based on its current `private` status. This actually makes the method public and documents it. The actual behavior that’s documented here is implemented [here](https://github.com/rails/rails/blob/12b684985837bc8ee9ad15c174cf4e07ca82d7c4/actioncable/lib/action_cable/connection/base.rb#L213-L219), via [this rescuing of the UnauthorizedError](https://github.com/rails/rails/blob/3dd1de8ba4d5862b01e7f5dd3878b21fd98b443b/actioncable/lib/action_cable/connection/base.rb#L172). The method is [already tested here](https://github.com/rails/rails/blob/25473baf409185638073fe2f016f4b9dda284e50/actioncable/test/connection/authorization_test.rb#L17-L29).
Diffstat (limited to 'railties/test/generators')
0 files changed, 0 insertions, 0 deletions