capistrano-rails-console
capistrano-rails-console copied to clipboard
Capistrano plugin which adds a remote rails console and dbconsole
Thank you for wonderful gem ! When I do "cap production rails:console" I get: "ssh: connect to host XXXXX port 22: Connection timed out" I am not using default port...
Whenever I try to run `rails c` locally (development env), I receive this error: ``` $ rails c Could not find sshkit-interactive-0.2.0 in any of the sources Run `bundle install`...
So I just converted a repository that I use capistrano-rails-console on from a staging to production situation. As part of this we're using a hard linked ssh key, as opposed...