aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/subscription_adapter/postgresql_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (Name...Yasuo Honda2019-02-151-0/+1
* feat: support channel_prefix in pg subscription adapterVladimir Dementyev2019-02-141-0/+1
* Merge pull request #27577 from maclover7/jm-fix-27547Rafael Mendonça França2018-06-081-0/+23
|\
| * Action Cable owns database connection, not Active RecordJon Moss2017-03-251-0/+23
* | Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* | Fix postgresql adapter setup for ActionCable testspalkan2017-07-111-1/+1
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-1/+1
|/
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-9/+9
* Cable: Shush pop warnings when skipping Postgres tests.Kasper Timm Hansen2016-03-261-0/+1
* AC: skip PG adapter tests if the db isn't availableJeremy Daer2016-03-111-0/+7
* Add tests for the ActionCable adaptersMatthew Draper2016-01-241-0/+32