What is the best way to uninstall gems from a rails3 project?
Bundler is launched from your app’s root directory so it makes sure all needed gems are present to get your app working.If for some reason you no longer need a gem you’ll have to run the gem uninstall gem_name as you stated above.So every time you run bundler it’ll recheck dependencies EDIT – 24.12.2014 I … Read more