shafaki asked:
I am planning to make some sort of social networking web application. I will be using Ruby on Rails to build it. I have just learnt the basics of Ruby on Rails. Now how can I go about to do user registration and authentication and display customized content for each user after he/she longs in?
I am planning to make some sort of social networking web application. I will be using Ruby on Rails to build it. I have just learnt the basics of Ruby on Rails. Now how can I go about to do user registration and authentication and display customized content for each user after he/she longs in?
Tags: Social Networking


Its easy, as most things in rails.
you need to install a login generator, which will generate the needed controller and add a helper library.
i tried to be concrete in my howto however this site is even better, so,
follow these steps :
ofcourse let me know if there’s anything about this you dont fully get.
good luck!
The login_generator gem is the best I have used.