I\'m using latest bundler with a lot of :git => ... in my Gemfile. Bundler does not seem to remove old/ u开发者_C百科nused git repositories it downloaded. Also I couldn\'t find a simple \"bundle clean
I am hosting on a vps, ubuntu 10.04, rails 3, ruby and mysql installed correctly by following some tutorials. If I run bundle check or bundle install I get the error \'-bash: bundle: command not found
I\'m running bundler with rails 2.3.4. I\'m trying to get declarative_authorization to work (I added it to my Gemfile).
Bundler is breaking my resourceful route! To confirm I created a clean rails app (2.3.4) and made a users scaffold.
I have an application running an old version of Rails (2.2.2) and Passenger that I got up and running using Ruby Enterprise Edition 1.8.7. However, I soon found there were some incompatibilities betwe
The error is: You have modified your Gemfile in development but did not check the resulting snapshot (Gemfile.lock) into version control
We\'re transitioning from \'frozen\' rails gems to using bun开发者_JAVA技巧dler and would like to maintain the rails gems with patches, merges etc. say from an external git source.What\'s the easiest
Because of IT requirements at my company any gems that require compilation have to be installed by IT engineers, and any pure ruby gems are installed into a subfolder of the project. To satisfy these
I am trying to install the mysql2 gem via the Bundler, but it keeps dying with the following error: ** executing command
I installed Bundler on a pre-Rails 3 application and am trying to use it to install gems. My Gemfile contains the following li开发者_如何转开发nes: