March 2011
1 post
1 tag
rawclone: quickly set up your gems development...
I start on a project which is somehow working (or even in production) and setting up gems without bundler is a pain in the ass every single time (I’ve never seen a rake gems:install run without breaking along the process several times…). Most of the time you end up running a combination of rake gems:install and manual gem installation, dealing with dependencies along the way. So, if...
Mar 23rd
1 note