Hi all,

I am in a situation that I have no idea how to approach. Basically,
I've got a licensing app that is distributed across several domains,
as in:
admin.example.com
licenses.example.com
secure.example.com
paypal.example.com
...

Ideally, I would like to be able to setup routing on a subdomain basis
but this is not possible with Rails* (I saw some results on Google
about people trying to do this but none of the solutions were
completely working in a integrated fashion throughout the whole
framework)

I also looked around at other frameworks but I didn't find one which
handled this sort of situations properly. The other option I was
thinking about was using the same model objects in different apps for
each subdomain but I'm not sure whether this is the right way handle
this sort of thing. Any tips on how to approach the problem are
greatly appreciated.

Thanks,
M

* Correct me if I'm wrong
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to