bundler
Bundler doesn't seem to be working
Excuse my Rails noobitude. After running bundle install, all my gems install correctly. When I run bundle update, it outputs a list of my installe开发者_运维问答d gems and tells me \"Your bundle is[详细]
2023-03-27 07:49 分类:问答Bundler: how to use without rails?
I have a project using cucumber outside o开发者_C百科f rails. How can I load the gems with the versions specified in my gemfile?Digging through the Bundler website:[详细]
2023-03-26 20:27 分类:问答How do I make gemspec dependencies autoload in a Rails 3 app, using a Gemfile
I have a Rails 3 app that I am turning into a Rails engine / gem. This engine has some gem dependencies that I have put inside it\'s .gemspec file.[详细]
2023-03-26 19:10 分类:问答Bundler: How to check if Gems are up to date
Using Bundler, is there a way to check if there are newer gems available than the versions specified in the Gemfile? In other words, is there a way to check if my gems are up to date without 开发者_开[详细]
2023-03-26 12:59 分类:问答Why does 'bundle' install production gems on my development machine?
Gemfile says: gem \'sqlite3\', :groups => [:development, :test] gem \'mysql2\', :group => :production[详细]
2023-03-26 12:14 分类:问答Why does rails ignore .bundle by default?
Isn\'t the point of the project .bundle/config to specify c开发者_高级运维onfig that is relevant to the project?On the bundle-config manpage is says:[详细]
2023-03-26 11:58 分类:问答use rack 1.3 with rails 3.0.9
How can I use rack 1.3.0 with rails. I tried putting gem \'rack\', \'1.3.0\' 开发者_StackOverflow中文版in Gemfile and did bundle update rack but it says[详细]
2023-03-26 05:34 分类:问答Rails. Gem bundle failed
after I run: bundle install I got: /usr/local/lib/ruby/site_ruby/1.9.1/rubygems.rb:14:in <top (required)>\': undefined methodremove\' for Gem::QuickLoader:Module[详细]
2023-03-26 04:46 分类:问答Bundler gem installed from github get installed in a different location
I am trying to install a gem from github like this: gem \'omniauth\', :g开发者_运维问答it => \"git://github.com/intridea/omniauth.git\", :require => \"omniauth\"[详细]
2023-03-25 22:13 分类:问答Padrino with RSpec: "bundler: command not found: rspec"
With Padrino, I created a project with Shoulda as a testing framework. I then backpedaled and removed Shoulda and added RSpec. However, after adding spec/spec.rake and spec/spec_helper.rb, I\'m having[详细]
2023-03-25 16:28 分类:问答