Edit: Somewhat different (and fewer) bottlenecks with Bundler 1.0.9 instead of 1.0.3. I\'m terribly annoyed by Rails\'s slow startup time (since I run tests repeatedly), so I\'m trying to find out th
I recently updated my application to use Bundler, but I\'m having some troubles. I\'m using a gem that depends on activesupport 2.3+ and I can\'t get it to work with Bundler. Passenger crashes while t
What is the command/procedure to unpack a Rails 3.0.3 bundle if I need to update local gems? I am using the bundle gem versions 1.0.0.rc.6.
Rails 2.3.8, bundler 1.0.9. I keep getting the error: /Users/dwalseth/.rvm/gems/ruby-1.8.7-p330@rails2/gems/bundler-1.0.9/lib/bundler/source.rb:72:in fetch\': undefined methods开发者_开发问答pec\' f
I\'m trying to setup a new rails 3 project with bundler, but i ran into issues with bundler. I\'m on rails 3.0.3 with ruby 1.8.7
The gem has a few development dependencies li开发者_运维知识库ke ruby-debug19 and sqlite3-ruby where the gem name and the require are different.We handle this in the Gemfile by using the :require => \
If I\'m developing a gem using Bundle开发者_运维百科r and RSpec for testing. Where do I do my Bundler.setup? Let\'s assume my gem is called fancy-gem and my directory setup is similar to the following
bundle install just started failing for me (Mac OS X Snow Leopard) on a gem that is sourced from a github repository.It used to work just fine.Here\'s the error message:
A gem I\'m authoring doesn\'t have any inline ri/rdoc of any kind, so when users gem install it they get warnings when rubygems tries to compile the docs:
I need to do require \'openssl\' in my code. Otherwise, I get NameError: uninitialized constant Object::OpenSSL. But, when I do gem list, I don\'t see openssl. I\'m deploying a Sinatra app to Heroku s