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

Rails3 - no such file to load -- action_controller/url_rewriter #14

Closed benschwarz closed 9 years ago

benschwarz commented 14 years ago

I'd post it on the intridea repo, but issues is disabled. Basically I added the beta2 gem of subdomain-fu and it won't let the environment load as it tries to require url_rewriter which apparently no longer exists.

Let me know if I can be more useful than this...

vpereira commented 14 years ago

i had the same problem than you. So first i removed my plugin (i had it installed), second i added the gem as following:

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

after that bundle install and rails s. it worked like a charm!

dnd commented 13 years ago

Michael, is there any plan to pull in the changes from nhowell's fork?

leehambley commented 13 years ago

I second this, would be great to have these pulled into the canonical, especially since you literally wrote the book on upgrading to Rails 3...

mbleigh commented 13 years ago

It shall be done! Let me take a look at subdomain-fu for the first time in a year :)

rmoriz commented 13 years ago

thank you! :-)

dbalatero commented 13 years ago

Was there any progress on this?

sfsekaran commented 11 years ago

Using @nhowell's subdomain-fu really worked for me (as far as not getting that error goes). I'm upgrading a legacy app to 3.2.x now, and it's pretty daunting. :fire: