-
Notifications
You must be signed in to change notification settings - Fork 2
Update to rails 5.0 #71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
| (function() { | ||
| this.App || (this.App = {}); | ||
|
|
||
| App.cable = ActionCable.createConsumer(); |
There was a problem hiding this comment.
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 = {}); |
There was a problem hiding this comment.
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. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Line is too long.
This silences a deprecation warning.
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.