1. 01 7月, 2016 1 次提交
  2. 30 6月, 2016 1 次提交
  3. 29 6月, 2016 1 次提交
  4. 27 6月, 2016 2 次提交
  5. 26 6月, 2016 1 次提交
  6. 17 6月, 2016 1 次提交
  7. 16 6月, 2016 1 次提交
  8. 05 6月, 2016 2 次提交
  9. 02 6月, 2016 1 次提交
  10. 01 6月, 2016 3 次提交
  11. 31 5月, 2016 2 次提交
  12. 27 5月, 2016 2 次提交
  13. 26 5月, 2016 1 次提交
  14. 25 5月, 2016 2 次提交
  15. 22 5月, 2016 1 次提交
  16. 21 5月, 2016 1 次提交
  17. 19 5月, 2016 2 次提交
  18. 17 5月, 2016 1 次提交
    • P
      Cable: Generate .js or .coffee files while generating channel as per the... · 63ac6255
      Prathamesh Sonpatki 提交于
      Cable: Generate .js or .coffee files while generating channel as per the javascript engine of the application
      
      - Now we will detect what javascript engine user is using and based on
        that we will generate either `.js` or `.coffee` version of the channel
        file.
      - This also needs a change in coffee-rails to override the `js_template`
        method. Related PR https://github.com/rails/coffee-rails/pull/72.
      - Currently coffee-rails gem sets
        `config.app_generators.javascript_engine` to `:coffee` and using this
        information we override the `js_template` to set the extension as
        `.coffee` in coffee-rails gem.
      - Using this approach, we can keep the `channel.js` and `channel.coffee`
        files in the Rails repository itself.
      - Additionally the `js_template` method can act as public interface for
        coffee-rails gem to hook into and change the extension to `.coffee`
        without maintaining the actual asset files.
      
      [Prathamesh Sonpatki, Matthew Draper]
      63ac6255
  19. 12 5月, 2016 1 次提交
  20. 10 5月, 2016 1 次提交
  21. 09 5月, 2016 1 次提交
  22. 08 5月, 2016 1 次提交
  23. 07 5月, 2016 2 次提交
  24. 04 5月, 2016 2 次提交
  25. 02 5月, 2016 1 次提交
  26. 01 5月, 2016 1 次提交
  27. 28 4月, 2016 1 次提交
  28. 22 4月, 2016 2 次提交
  29. 19 4月, 2016 1 次提交
    • J
      Cable: Extract stream handler construction · 3ba0eec2
      Jeremy Daer 提交于
      * Use separate stream handler builders for easy override and testing.
      * Fix worker pool execution that was silently failing since it only
        expected connection receivers.
      
      Sparked by code in #24162.
      3ba0eec2