Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 368 Bytes

ruby.md

File metadata and controls

13 lines (8 loc) · 368 Bytes

Ruby

RVM

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

Bower with Rails

This blog post explains how to integrate bower with rails.