Nov 29, 20100
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.