Leonard Teo
Leonard Teo
I ran into the same problem. The gem does not appear to have the connection.rb file at all! It's missing. Rather than using `gem install mysqltopostgres`, add to your Gemfile:...
I think so. I was using whatever was installed with `gem install mysqltopostgres` which I believe is `0.2.15`, which looks quite old... :) When using gem directly from this repo...
Hi guys, how do you guys even get capistrano-rvm to work now? I've installed bundler on the server, but I still get: ``` INFO [e79d5fe1] Running /usr/local/rvm/bin/rvm 2.1.4@artstation-cdn-edge do bundle...
Ah I just solved my issue. If you are using a gemset, you must make sure to install bundler for that gemset otherwise rvm doesn't find it. ``` rvm 2.1.4@gemset-name...
Hi, any possibility of this being addressed? OpenSSH 7.0 disables ssh-dss keys by default now. https://www.gentoo.org/support/news-items/2015-08-13-openssh-weak-keys.html