search for: rails_user_authentication_tutori

Displaying 6 results from an estimated 6 matches for "rails_user_authentication_tutori".

2006 Jul 06
5
What is require ''digest/sha1''?
In http://www.aidanf.net/rails_user_authentication_tutorial there is a string called require ''digest/sha1'' in the model. What does it do? Everything else is well explained besides that. -- Posted via http://www.ruby-forum.com/.
2006 Jul 06
5
What is protected?
In http://www.aidanf.net/rails_user_authentication_tutorial there is the string/method protected in the model. What does it do? Can''t find that in http://api.rubyonrails.org/. -- Posted via http://www.ruby-forum.com/.
2006 Jun 07
3
Question on login generators, plugins
Not sure if I want to build my own or use something already built that''s out there. This is the first step in my project though and a major one, so some of my requirements would be: 1-The ability for a user to register themselves 2-Email / link activation 3-Access levels (or ACL control - I think they are basically the same). 4-The ability to track users either through session or cookies
2006 Jun 24
7
Newbie Q: "user" variable in every view?
Newbie to RoR -- as a long time Java Struts/etc. guy it is an awesome tool! I have implemented some basic login/session stuff with the help of a great tutorial, props to the author ( http://www.aidanf.net/rails_user_authentication_tutorial). I have a trivial instance method in ApplicationController, which just grabs the User object from the session. def current_user session[:user] end So I can of course call this from within any subclass controller. All I am now trying to do is implement it such that I have access to th...
2006 Jul 31
0
validates_confirmation_of won''t work
...of me, I can''t seem to figure out why the two would behave any differently. I can provide more (surrounding) code if necessary, but it was already getting pretty long . . . Thanks - Sporky For the record, I ran into this while trying to follow the tutorial at http://www.aidanf.net/rails_user_authentication_tutorial. -- Posted via http://www.ruby-forum.com/.
2006 May 29
8
Rails and user authentification
I am a the point now where I have to add user authentification to my application. Anyone can point me toward an easy to use / secure library? I know about ActiveRBAC and was wondering if there is anything else that I should consider. Thanks! -- Posted via http://www.ruby-forum.com/.