after bundle install i\'m getting Your bundle is complete! It was installed into ./Imlib2 sometimes it changes to another gem name like
Here is my Gemfile: source \'http://rubygems.org\' gem \'rails\', \'3.0.0\' gem \'sqlite3-ruby\', :require => \'sqlite3\'
In the Gemfile of my Rails project, I am starting to have auxiliary gems like \"ruby-debug19\", \"perftools.rb\", or \"irbtools\".All of these really have nothing to do with the project, but rather ar
It is very strange that all of a sudden, there is a new Gemfile.lock in my folder, even though I have not run bundle or bundle install or bundle update for a few days.
Summary: after I gem install <gem_name>, how do I make it extend Array which the gem can do? Details:
I\'m deploying a Rails 3 app on Passenger 3.0.7 using capistrano and git-based deployment, similar to GitHub\'s setup:
Here is my code # config.ru require \"rubygems\" require \"bundler\" Bundler.setup Bundler.require FooApp = Proc.new do |env|
Just finished updating my bundler and now I keep getting this messages: NOTE: Gem::Specification#has_rdoc= is deprecated with no replacement. It will be removed on or after 2011-10-01.
I was trying to install just my test gems and suddenly bundler tried to install ALL gems again. Why is this so? shouldn\'t it be looking at the same gemset as my dev?
I set up a local project to use rvm, with a project-specific gemset, and did \"bundle package\" to put all my gems into vendor/cache.Then i checked it all into source control.