I am very new to Ror and alos web development.Please help me wid this. I
want to do the following.
I need to have home page ( which i did). on home page thre should be two
links (signup and singin).
signin should take me to lgin page signup should take me to user
registration page.
I have created user model/controller/views, Its just that i am not able
to
figure out how to go about doing it.
I have created user model/controller/views, Its just that i am not able to
figure out how to go about doing it.
I suggest you work through some tutorials on rails in order to become
familiar with rails techniques. railstutorial.org is good and
includes user authentication (login and so on). It is free to use
online. Make sure that the tutorial you follow is for the version of
Rails that you have installed. Once you have worked right through
that you will know much more.