yoram wrote:
[...]
> yes but - can i render that login page as an overlay modal box instead
> of  a full page? 
[...]

Sure, with appropriate JavaScript and a suitably constructed partial or 
other HTML file.  (But remember to make it accessible also to users who 
don't have JavaScript turned on.)

Also see if HTTP-Basic authentication is suitable for your needs.  With 
this model, the server tells the browser that it wants login 
credentials, and the browser presents a login dialog of some sort, so 
that the server doesn't have to provide an HTML login form.

Best,
--
Marnen Laibow-Koser
http://www.marnen.org
mar...@marnen.org
-- 
Posted via http://www.ruby-forum.com/.

--~--~---------~--~----~------------~-------~--~----~
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@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to