Yes, essentially, I want to remove the option to connect to the admin section via url/admin and instead, add another layer of security by making it accessible only through the subdomain.
Right now the routes have map.login '/admin/login', :controller => 'sessions', :action => 'new' then all of the active scaffold routes have a :path_prefix of '/admin' This seems like it would be a headache to move around, but maybe I'm making it overly complicated. But I'll look at the github repo. thanks! On Oct 20, 6:28 am, [email protected] wrote: > You shouldn't need to change anything to have your admin part work as a > subdomain if you want it to be a completly different application. > > If you want documentation look for the active scaffold repo on github and > then go to the wiki section > Sent from my Verizon Wireless BlackBerry > > > > -----Original Message----- > From: "[email protected]" <[email protected]> > Date: Tue, 20 Oct 2009 00:14:53 > To: ActiveScaffold : Ruby on Rails plugin<[email protected]> > Subject: Re: Setting up admin in subdomain > > Hi, > > This plugin might be a good starting > point:http://github.com/mbleigh/subdomain-fu > > -- > Volker > > On 20 Okt., 01:02, cswebgrl <[email protected]> wrote: > > Hi, > > > I was looking for documentation for ActiveScaffold on the web site, > > but anything beyond the front page is missing. Not sure why that > > is... > > > Sorry if I missed a post that explains how to do this, but are there > > any tricks to setting up the admin for ActiveScaffold to be > > > admin.domain.com instead ofwww.domain.com/admin > > > Am I going to have to rework a lot of things to make this work? > > > Thanks. > > Cindy --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" 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/activescaffold?hl=en -~----------~----~----~----~------~----~------~--~---
