Top "Bundler" questions

Bundler is a tool that makes it easier to keep track of what Ruby gems (and what versions of those gems) an application depends upon.

Add gem to gemfile with bundler from command line

When using node package manager you can specify npm install --save mynodemodule which automatically pops the module in package.json …

ruby gem bundler
Installing Nokogiri on OSX 10.10 Yosemite

I recently upgrade to the 10.10 Yosemite beta, but I'm having trouble getting Nokogiri installed. I'm using RVM and Ruby 1.9.3. I've …

ruby gem bundler nokogiri homebrew
`bundle install` failed due to permission denied

I've installed bundler gem on my new server and when I try to execute bundle install, it failed with this …

ruby bundler permission-denied
How do I vendorize gems for Rails3/Bundler

In Rails 2.X, I could simply copy gems into vendor/gems/gem_name, or use the rake command rake gems:…

ruby-on-rails ruby-on-rails-3 bundler
Make bundler use different gems for different platforms

I'm working on upgrading one of our Rails 2.3.8 apps to Rails 3, and have run into an annoying problem with bundler …

ruby-on-rails bundler
Error installing Nokogiri on bundle install but already installed

I'm having issues with bundling my Gemfile. I have Nokogiri installed already yet when I run bundle install it fails …

ruby-on-rails ruby nokogiri bundler
Heroku push rejected, failed to install gems via Bundler

I am struggling to push my code to Heroku. And after searching on Google and Stack Overflow questions, I have …

ruby-on-rails rubygems heroku ruby-on-rails-3 bundler
MVC Bundling - Failed to load resource

What could be causing this? I'm working with a DurandalJS project that builds and runs locally just fine. When I …

asp.net-mvc azure bundler durandal azure-web-app-service
zsh: command not found: bundle (after gem install bundle)

Why zsh: command not found: bundle after gem install bundler? I tried setting path=( /usr/local/lib/ruby/gems/2.2/gems/ ~/…

ruby gem bundler openbsd
Rails 3: Passenger can't find git gems installed by bundler

Rails 3.0.0, Passenger 2.2.15: Create a new Rails project Add gem 'paperclip', :git => 'git://github.com/lmumar/paperclip.git', :branch => …

ruby-on-rails ruby-on-rails-3 passenger bundler