1. 05 3月, 2016 1 次提交
  2. 28 2月, 2016 1 次提交
  3. 18 2月, 2016 2 次提交
    • J
      Truncate ActionCable broadcast message to 300 chars · 3fe383c6
      Jankees van Woezik 提交于
      When running the ActionCable server in development I get a lot of output
      in my logs, this commit sets a maximum length of 300 characters for a
      broadcast log message.
      3fe383c6
    • J
      Full Action Cable documentation read through · 05088b62
      Jon Moss 提交于
      This PR checks all active Action Cable documentation for typos and other
      fixes. It aims to make sure that when Rails 5 is released, that the
      Action Cable docs are up to snuff with the other documentation included
      with Rails.
      
      [ci skip]
      05088b62
  4. 03 2月, 2016 1 次提交
    • N
      [ci skip] Several ActionCable documentation updates: · 83054373
      Nick Quaranto 提交于
      * Properly indent code sample in ActionCable::Channel::Streams
      * Add a doc comment for #stop_all_streams
      * Reformat + add <tt> blocks around code references in ActionCable::Base docs
      * Clarify and a little better grammar on ActionCable::RemoteConnections
      * Correct indentation and clean up ActionCable::Server::Broadcasting code sample
      83054373
  5. 19 1月, 2016 1 次提交
  6. 18 12月, 2015 1 次提交
  7. 17 12月, 2015 1 次提交
  8. 14 12月, 2015 1 次提交
  9. 07 11月, 2015 1 次提交
  10. 05 11月, 2015 3 次提交
  11. 04 11月, 2015 1 次提交
  12. 22 10月, 2015 1 次提交
  13. 20 10月, 2015 1 次提交
  14. 19 10月, 2015 1 次提交
  15. 17 10月, 2015 2 次提交
  16. 16 10月, 2015 1 次提交
  17. 15 10月, 2015 1 次提交
  18. 25 8月, 2015 1 次提交
    • M
      Use ActiveSupport::Callbacks for Channel subscription callbacks. · cf426a7e
      Mike A. Owens 提交于
       * Rely on AS::Callbacks for callback handling.
       * Add before_subscribe, after_subscribe, before_unsubscribe and
         after_unsubscribe convenience methods
       * alias on_subscribe and on_unsubscribe to after_subscribe and
         after_unsubscribe, respectively.
       * Remove `subscribed` and `unsubscribed` from the callback chain:
         these methods are now executed as the subject of the callbacks.
       * Update portions of ActionCable to use the more specific
         callback names.
      cf426a7e
  19. 28 7月, 2015 1 次提交
  20. 23 7月, 2015 1 次提交
  21. 11 7月, 2015 1 次提交
  22. 09 7月, 2015 3 次提交
  23. 08 7月, 2015 12 次提交