I just upgraded my app to Rails 5, I'm following a tutorial about ActionCable basics, but I cannot start a server.
Everytime I try to do so, I get the following error:
uninitialized constant ActionCable (NameError)
It seems like it comes from my routes.rb
file, from this line :
mount ActionCable.server => '/cable'
This line is specified in every tutorial I've read so far, so I assume it is required for Actioncable to work. Has anyone encountered this problem before ? My gemfile is up-to-date, i'm using rails 5.0.0.1