When installing a new Ruby with rvm
, set the openssl
directory to be the system one, else the Postgres pg
gem freaks out.
rvm install <latest-version> --with-openssl-dir=/usr
This blog post explains how to integrate bower
with rails
.
When installing a new Ruby with rvm
, set the openssl
directory to be the system one, else the Postgres pg
gem freaks out.
rvm install <latest-version> --with-openssl-dir=/usr
This blog post explains how to integrate bower
with rails
.