You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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:
rubygems/bundler@653e1ea
How do we work around this?
The text was updated successfully, but these errors were encountered: