Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 1 | -0/+2 |
| | |||||
* | Fix postgresql adapter setup for ActionCable tests | palkan | 2017-07-11 | 1 | -1/+1 |
| | | | | | (cherry picked from commit e2093c1f678175bde7c37c848686d979427346e1) (cherry picked from commit d7dbe48273bd9e0adb1de5b52e3cdaeb4a65630b) | ||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Use `require_relative` instead of `require` with full path | bogdanvlviv | 2017-06-14 | 1 | -1/+1 |
| | |||||
* | applies new string literal convention in actioncable/test | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Cable: Shush pop warnings when skipping Postgres tests. | Kasper Timm Hansen | 2016-03-26 | 1 | -0/+1 |
| | | | | | | | | `skip` raises an exception to abort the execution of the test, so `super` would never be called and thus `@rx_adapter` and `@tx_adapter` would never have been defined at the time of teardown. Define them just before skipping and zap the warnings. | ||||
* | AC: skip PG adapter tests if the db isn't available | Jeremy Daer | 2016-03-11 | 1 | -0/+7 |
| | |||||
* | Add tests for the ActionCable adapters | Matthew Draper | 2016-01-24 | 1 | -0/+32 |