search for: authlogic_exampl

Displaying 4 results from an estimated 4 matches for "authlogic_exampl".

Did you mean: authlogic_example
2009 Nov 28
1
user management in ROR
Hi, I am newbie for ROR and designing user management system, Which includes all features including register , Profile of user , Profile view of user, Inbox,Mails, .Please suugest some useful code links for the same . and if you have any code for the same please help me. I only create user registration system, Thanks in advance. -- You received this message because you are subscribed to the
2010 Jan 06
0
Multiple sessions & Authlogic
From http://github.com/binarylogic/authlogic_example#readme - - - - So lets assume you are setting up a session for your User model. You can call this anything you want, but I recommend naming it after the model you are authenticating with, this way if you want to add multiple session models down the road you can easily do this without have name cla...
2009 Dec 23
8
Where did this value in a form come from?
Newb here. I have a form and a value that is being displayed ... and I have no idea where the value came from. I have done a <%= debugger; '''' %> in the form and, indeed, the debugger stops at the statement. I have tried to trace through the code to see where the value came from ... and I gave up. So ... what in Rails initializes the fields of a form? -- Posted via
2009 Sep 24
13
Rails Authentication Tutorial
Does anyone know a good authentication tutorial they can suggest? I''ve tried several restful authentication ones and an authlogic one on RailsCast. But with each one I try, something seems to be missing in the tutorial and I can''t get it to work. I''m new to Rails so it''s possible user error on my part. I''m on Mac OS X 10.5 and I generate all my apps in