I'm confused ;-) I use Bundler which works fine for all my projects. In the recent project i need some Gems from Github so I've added
gem "dm-is-localizable", :git => "git://github.com/snusnu/dm-is-localizable.git"
to my Gemfile.
Bundle pushes the dm-is-localizable stuff into my project dir directly (same dir where app/, db/, lib/ etc. resist, so there's dm-is-localizable/ now). Whats going wrong there? Shouldn't Bundle put the stuff into vendor/?