mbleigh / subdomain-fu

A new plugin approach to attempting to solve the usage of subdomains in linking and routing in Rails projects.
http://rdoc.info/projects/mbleigh/subdomain-fu
Other
586 stars 118 forks source link

Gem won't load in with Bundler 1.1.2, Ruby 1.9.3 #26

Open shedd opened 12 years ago

shedd commented 12 years ago

I keep getting the following error when I try to include the 1.0.0-beta2 Rails 3 re-write:

cannot load such file -- subdomain/fu

There appears to have been a change to bundler which requires namespaced files and the hyphen in the gem name is causing this to not load properly:

https://github.com/carlhuda/bundler/commit/653e1ea7c1cca1fc0ff3151c11b5e616b1f05f06

How do we work around this?

iuri-gg commented 12 years ago

you can use this as your gemfile configuration to bypass the issue for now (until it's fixed): gem 'subdomain-fu', :git => "git://github.com/mbleigh/subdomain-fu.git"