AfeefaDe / afeefa-backend-ui

content management system for the afeefa frontend
7 stars 2 forks source link

Rails console starten #459

Open kakenbok opened 6 years ago

kakenbok commented 6 years ago

cd /home/ruby/project/current rails c

dies sollte die rails console für das projekt starten

derzeit gibt es einen workaround:

root@afeefa:/home/ruby/afeefa-frontend-api-dev/current# /bin/bash -cl 'source /etc/bash.bashrc && /home/ruby/.rbenv/shims/bundle exec rails c production'