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

Rails 4.2 support (specific to url_for method and aliases) #34

Open udayakiran opened 9 years ago

udayakiran commented 9 years ago

url_for method breaks as of rails 4.2 due to the change in the method parameters. Fixed it such that it works for 4.2 earlier versions and later versions too.

kyrylo commented 8 years ago

It would be nice to make this gem work with Rails 4.2.