"..." />

What's the easiest way to maintain a patched set of rails gems, with bundler?

I would store them on a place accessible to bundler (like a public repo on github), in your gemfile use the :git option like gem "nokogiri", :git => "git://github. Com/tenderlove/nokogiri.git.

I would store them on a place accessible to bundler (like a public repo on github), in your gemfile use the :git=> option like gem "nokogiri", :git => "git://github. Com/tenderlove/nokogiri.git.

Yes, but bundler wants gems not repos. The rails gems specifically do not have gemspecs--so the question is what's the easiest way to get bundler to install these from git as you suggest? The question was not how to install nokogiri with bundler nor any other gem that already has a gemspec in the repo.

How to create a gemspec for the rails gems then might be a good part of the answer I'm looking for. – tribalvibes Oct 10 '10 at 20:52.

Terms of service. Not the answer you're looking for? Or ask your own question.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions