bundler
cucumber load error activesupport
I am new to rails and I having trouble using cucumber to run my tests.I get the following error: You have already activated activesupport 3.1.0, but your Gemfile requires activesupport 3.1.0.rc8. Con[详细]
2023-04-03 19:35 分类:问答How is the :assets group in rails 3.1 handled by bundler?
I don\'t understand what exactly is going on with this group, and what bundler is doing with it. Is it only loaded in d开发者_开发知识库ev mode? What if I want to make a new environment type, how shou[详细]
2023-04-03 19:02 分类:问答Windows + RoR: Gem installs, run rake gems:install, can't find gem
$> gem install multi_json <Lots of invalid gemspec warnings> Successfully installed multi_json-1.0.3[详细]
2023-04-03 10:48 分类:问答Rails Bundler on windows refuses to install hpricot (even on manual gem install get Error: no such file to load -- hpricot)
Upgraded to rails 3, and using Bundler for gems, in a mixed platform development group.I am on Windows.When I ru开发者_高级运维n Bundle Install it completes succesfully but will not install hpricot.Th[详细]
2023-04-03 08:08 分类:问答How can Bundler/Gemfile be configured to use different gem sources during development?
I have a Sinatra application that requires another gem I\'m developing locally. I\'m having trouble configuring Bundler to use my local gem code during development but my vendored gem code in producti[详细]
2023-04-03 02:01 分类:问答RVM, Capistrano and bundler path issues
i seem to have a discrepancy between production\'s gem path when I installed manually versusby bundler+capistran开发者_开发技巧o.[详细]
2023-04-02 22:54 分类:问答Whether to specify Gem versions compulsorily in Gemfile or not for rails application
I want to know should I specify gem version for each gem I add to Gemfile or not. Earlier with few of my projects I didn\'t specified any versions for all the gems and bundler took care of it, which w[详细]
2023-04-02 20:45 分类:问答Why "bundle install" a gem instead of "gem install" for a rails 3 app?
I\'m a beginner programmer g开发者_StackOverflow社区oing through the railstutorial by michael hartl, and notice that the process for using gems in the application is through adding it to the gemfile,[详细]
2023-04-02 08:11 分类:问答Capistrano and Bundler problem - bundle: not found
I keep getting the following error when trying to deploy my app with the bundle/install option: failed: \"sh -c \'cd /home/deploy/swamp/releases/20110903003336[详细]
2023-04-02 08:05 分类:问答How to reduce heroku slug size?
My slug size is 89.5MB which is huge. However the repository开发者_如何学C size is quite small: $ du -hsc[详细]
2023-04-01 23:57 分类:问答