Hi!
I’ve been trying to deploy a Rails application. I’ve looked at the official documentation:
There’s an issues I run into when following the documentation:
- In the render-build.sh file, the following line:
bundle exec rake assets:precompile
Causes the error:
Don't know how to build task 'assets:precompile'
Does anyone know the reason for this?
Additionally, I want to implement ActionCable (websockets). Would I need to create a Redis instance to get ActionCable up and running on Render?