Amit Solanki

Avatar

A Ruby On Rails Programmer from India

Installing raspell gem with bundler on mac os x

If you are using bundler to manage gems in your rails application and need to install a gem which requires special flags to be made available for proper installation of that gem, you can use the bundle config command alongwith the the flags that need to be set.

bundle config build.raspell --with-opt-dir=/opt/local
bundle install

You can then run the bundle install command to install the gem smoothly.

,

Before you go

Going so soon? May these links be a guide to web enlightenment.