Articles tagged 'dev'
-
Using `direnv` and `chruby` together
I’ve been using
chruby
to manage my ruby versions for a few months — I like it’s lightweight approach.A combination of bundler’s binstubs, the introduction of rails 4 introducing the
Read more…bin
directory and trying to use the environment to configure my apps has meant I wanted a way to to manage my environment...