bundler
How to raise error if cap deploy was not invoked using bundle exec
I just encountered a subtle issue with capistrano deployment gem dependencies and I would like to en开发者_高级运维force how capistrano is invoked.[详细]
2023-03-16 09:45 分类:问答Ruby Gemspec Dependency: Is possible have a git branch dependency?
Is possible have a git branch dependency, in开发者_运维知识库side mygem.gemspec? I\'m thinking something similar to the following:[详细]
2023-03-15 23:37 分类:问答bundler, rubygems and dynamic use of gems
I\'m developing a gem with uses bundler for its dependency management. Now I want to use some gems but only when they are already installed in the system (shown by gem list), so I cannot add them to[详细]
2023-03-14 23:32 分类:问答"uninitialized constant Encoding" using rvm, ruby 1.9.2, bundler and passenger
I am at wit\'s end here and am turning to you all for some help on this f*#$^ encoding issue. I am running on a private server with root permissions on Dreamhost. Here is a bit about my environment a[详细]
2023-03-14 08:52 分类:问答Accidentally changed where my gems are being installed
When running bundler, I normally type: bundle install However, I accidentally added another string after this, turning into the likes of:[详细]
2023-03-13 19:01 分类:问答In Bundler, how can I override a dependency's version requirements for its own dependencies?
I have a couple of needs in my application for which working on edge Rails (3.1) would help me complete my task faster.[详细]
2023-03-13 10:11 分类:问答Bundler loaded gem order
I\'m working on a small gem that will extend the paperclips has_attached_file method. I need this gem to be loaded after paperclip.[详细]
2023-03-12 16:58 分类:问答Omniauth in Rails 3.1.rc4
I\'m using the latest release of rails, starting a new app that I will be deploying in 3.1 once its out, and I cannot get omniauth to work. If I just add omniauth to my Gemfile, it bundles up, but whe[详细]
2023-03-12 16:14 分类:问答bundle is installing a ruby directory in my project
I was trying to fix some garbage that was happening (frustratingly) by updating rubygems yesterday.To fix spork, I typed \"bundle install spork\" before I realized I hadn\'t actually typed \"gem insta[详细]
2023-03-12 14:48 分类:问答How to deal with different gem dependencies within Bundler for scripts within a single Rails project?
Our Rails application pulls feeds from multiple sources. The workers that pull these feeds need gem dependencies for rmagick, oracle databases, and many other gems. In short, they have very different[详细]
2023-03-12 09:08 分类:问答