lib/rails/generators/rails/app/templates/config/cable.yml in railties-5.0.0.rc1 vs lib/rails/generators/rails/app/templates/config/cable.yml in railties-5.0.0.rc2

- old
+ new

@@ -1,10 +1,9 @@ -# Action Cable uses Redis by default to administer connections, channels, and sending/receiving messages over the WebSocket. -production: - adapter: redis - url: redis://localhost:6379/1 - development: adapter: async test: adapter: async + +production: + adapter: redis + url: redis://localhost:6379/1