Categories
Rails Ruby

RedCloth vendored and Rails can’t find it

In a Rails 2.3.4 app RedCloth is vendored, I was going nuts since the app complained about “Missing these required gems” and RedCloth was the only on the list, even if its already vendored. I googled and googled, tried a lot of solutions but the only one that did actually work for me was this […]

Categories
Rails Ruby

How to use a specific Ruby version and set of gems for a Rails 3 app using RVM

This is very useful when you have multiple apps and you might get confused with which gems are installed on which project. First, if you don’t have RVM installed, look at this post: How to install RVM Now lets create the .rvmrc file, through the Terminal, that must go in the root of your app […]

Categories
OS Ruby

How to install RVM

Mac OS X only starts – Before installing RVM you need a compiler in order to install any Ruby version, for this, first check this post: How to install Xcode 4.3.2 with Command Line Tools – Mac OS X – Mac OS X only ends After getting that done, you can go ahead and run […]

Categories
OS

How to install Xcode 4.3.2 with Command Line Tools – Mac OS X

In order to install Xcode 4.3.2 with Command Line Tools you have to register your Apple ID as a Developer (in that link you can create an Apple ID if you don’t have one). After getting that done, open the App Store and search for “xcode” then click install. You will be asked to sign […]