-
Notifications
You must be signed in to change notification settings - Fork 491
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
unable to run rails console #279
Comments
You can use
But this has nothing to do with mina. Probably with rails. Did you try upgrading rails? |
i tried |
If you are getting the same error for running
on the server directly, than it is a rails error. you can try this: http://stackoverflow.com/questions/3744567/typing-rails-console-doesnt-start Sorry, this is not mina error, closing |
I'm facing this problem too, when i trying to run this command from the project folder in the server it shows this message
What am i missing? I have no errors if i run But i want to be able to make changes from the project server folder too |
i tried to run following commands:
mina "rails[console]" to=production
from my local machine, andRAILS_ENV="production" bundle exec rails console
on remote serverthey both returning this as result:
i'm not sure whether this caused by mina or not but i'm experiencing this on 2 projects which using mina
The text was updated successfully, but these errors were encountered: