How to deploy rails application

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:

  1. 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?

Hi @Chad, can you post your complete render-build.sh file or whatever command/script you use for your build?

Hi @Chad, can you post your complete render-build.sh file or whatever command/script you use for your build?

[Discourse post]

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.