Hello! I''m looking for an authenticated system with namespaces and subdomains support. I want to make: admin.site.com, manager.site.com, etc Every admin can have different roles, f.i. admin_a can list users, admin_b can list, add and update, admin_c can list, add/update and delete users. I have studied Typo and Mephisto, but both of them doesn''t use subdomains and namespaces. They have so complex routing files.... Actually I have lost in them. Could you suggest a ready-to-use solution for this task? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I have tried 2 plugins: subdomain-fu + Restful authentication, currently without any success. If you have a working example for this issue - it will be highly appreciated! --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Did you see: http://railscasts.com/episodes/123-subdomains ? Cheers, Sazima On Jan 5, 11:58 am, Konstantin <rasf...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I have tried 2 plugins: subdomain-fu + Restful authentication, > currently without any success. > If you have a working example for this issue - it will be highly > appreciated!--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
huard.elise-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2009-Jan-05 16:21 UTC
Re: Advanced authenticated system
subdomain-fu restful authentication (check out the bells and whistles version http://railsforum.com/viewtopic.php?id=14216) role requirement (part of the above) and then you make some before_filters to enforce which users have access to which subdomains ? i don''t know if my blog post about subdomain can help you: http://elisehuard.wordpress.com/2008/10/08/subdomains-and-rails/ I don''t think you''ll find it out of the box, but with some minor hacking it should be possible to get what you want ... On Jan 5, 4:24 pm, Sazima <rsaz...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Did you see:http://railscasts.com/episodes/123-subdomains? > > Cheers, Sazima > > On Jan 5, 11:58 am, Konstantin <rasf...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > I have tried 2 plugins: subdomain-fu + Restful authentication, > > currently without any success. > > If you have a working example for this issue - it will be highly > > appreciated!--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---