Hi All,, 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. Thanks, S -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On 23 October 2011 11:02, newrails user <newror.user-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi All,, > > 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 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. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
On Sun, Oct 23, 2011 at 6:02 AM, newrails user <newror.user-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> Hi All,, > > 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. > > Thanks, > S >http://railscasts.com/episodes/250-authentication-from-scratch -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.