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

uninitialized constant ActionDispatch::Routing::RouteSet::Mapper #27

Closed the-teacher closed 12 years ago

the-teacher commented 12 years ago

When I start application I have next error:

/usr/local/rvm/gems/ruby-1.9.3-p0/gems/subdomain-fu-0.5.4/lib/subdomain_fu/routing_extensions.rb:53:in `<top (required)>': uninitialized constant ActionDispatch::Routing::RouteSet::Mapper (NameError)

pboling commented 12 years ago

Please try using latest master HEAD. In your gemfile do:

gem 'subdomain-fu', :git => git://github.com/mbleigh/subdomain-fu.git

Then return and report.

the-teacher commented 12 years ago

it's work. thanks!