Skip to content

Conversation

@rposborne
Copy link

This updates config files and default patterns for rails 5.0. Though this does include yarn support from 5.1
We are blocked moving fully to rails 5.1 over simple_form.

(function() {
this.App || (this.App = {});

App.cable = ActionCable.createConsumer();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'App' is not defined.
'ActionCable' is not defined.

//= require_tree ./channels

(function() {
this.App || (this.App = {});

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expected an assignment or function call and instead saw an expression.

@@ -0,0 +1,13 @@
// Action Cable provides the framework to deal with WebSockets in Rails.
// You can generate new channels where WebSocket features live using the `rails generate channel` command.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line is too long.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants