I use AWS
with Elasticbeanstalk
to deploy my applications, but I can't run the command rails console
once ssh to my server and going to /var/app/current
.
I tried many commands, without success :
bundle exec rails c
RAILS_ENV=development rails c
I got the follow error:
Could not find addressable-2.3.6 in any of the sources
Run `bundle install` to install missing gems.
But when running bundle install
everything is fine.
This error is a huge issue to me as I can't use the whenever
cron job.
Can you help me ?
Aucun commentaire:
Enregistrer un commentaire