You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.
there is no console task (rails:console) defined by capistrano itself or any plugin I know so this gem shouldn't be overwriting anything.
Have you tried running bundle exec rails c? Maybe this will fix the dependency problem you're experiencing.
sshkit-interactive is definetly a dependency capistrano-rails-console.gemspec and bundler should install it when installing this gem.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Whenever I try to run
rails c
locally (development env), I receive this error:The culprit seems to be that you're overwriting the console task and forcing an interactive session. Any idea on how to fix? Removing the gem from the
Gemfile
fixes the issue, of course.Running Rails 5. Let me know if you need more info.
The text was updated successfully, but these errors were encountered: