The rails console
command is not working on digitalocean. I have also tried RAILS_ENV=staging bundle exec rails console
.
Is this a known issue? Experts please help me.
It just shows rails command for creating new rails application.
I am using a ubuntu 14.04 server in digitalocean.
I have figured it out.
I just remove bin directory and run the command to regenerate bin again.
Running below commands solve my problem.
rm -r bin/*
bundle exec rake rails:update:bin
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With