We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
When i trying to run this command from the project folder in the server RAILS_ENV=production rails console
RAILS_ENV=production rails console
it shows this message
The program 'rails' is currently not installed. You can install it by typing: sudo apt install ruby-railties
What am i missing? I have no errors if i run mina console
mina console
But i want to be able to make changes from the project server folder too
With Capistrano, i can do this if i go with cd to the current directory
Any idea?
The text was updated successfully, but these errors were encountered:
My bad, it was only necessary to install the properly Rails version and go to the current directory to get this working 🤦♂
Closed.
Sorry, something went wrong.
No branches or pull requests
When i trying to run this command from the project folder in the server
RAILS_ENV=production rails console
it shows this message
What am i missing? I have no errors if i run
mina console
But i want to be able to make changes from the project server folder too
With Capistrano, i can do this if i go with cd to the current directory
Any idea?
The text was updated successfully, but these errors were encountered: