Hello, Following on from the very good tutorials ive been going through such as todo list, blog and cookbook... I was wondering if there was any tutorial that went through a sort of login system... and session management... Any pointers? Thanks Eoghan
Not free, but the new Rails book takes you through developing a login system for the administration side of an online store (it also takes you through building the store of course). http://www.pragmaticprogrammer.com/titles/rails/ Ben On 7/19/05, eoghan <rails-JPH02XhdevJeoWH0uzbU5w@public.gmane.org> wrote:> Hello, > Following on from the very good tutorials ive been going through such as > todo list, blog and cookbook... I was wondering if there was any > tutorial that went through a sort of login system... and session > management... Any pointers? > Thanks > Eoghan > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Ben Myles wrote:> Not free, but the new Rails book takes you through developing a login > system for the administration side of an online store (it also takes > you through building the store of course). > > http://www.pragmaticprogrammer.com/titles/rails/ > > BenThanks Ben, will have a look through the contents. Eoghan
There''s also some code and tutorials relating to authentication at: http://wiki.rubyonrails.org/rails/show/Authentication You should be able to extract a working knowledge of sessions from that too. Cheers, Ben On 7/19/05, eoghan <rails-JPH02XhdevJeoWH0uzbU5w@public.gmane.org> wrote:> Thanks Ben, will have a look through the contents. > Eoghan > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
it''s really easy to work with sessions http://wiki.rubyonrails.org/rails/show/HowtoWorkWithSessions On 19/07/05, eoghan <rails-JPH02XhdevJeoWH0uzbU5w@public.gmane.org> wrote:> Hello, > Following on from the very good tutorials ive been going through such as > todo list, blog and cookbook... I was wondering if there was any > tutorial that went through a sort of login system... and session > management... Any pointers? > Thanks > Eoghan > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >-- v3rb0
On 19 Jul 2005, at 10:22, eoghan wrote:> Ben Myles wrote: >> Not free, but the new Rails book takes you through developing a >> login system for the administration side of an online store (it >> also takes you through building the store of course). http:// >> www.pragmaticprogrammer.com/titles/rails/ > > Thanks Ben, will have a look through the contents.By all means look through the contents of the book, but 2 sec''s after that make sure you buy the book as well !! I am currently going through it (.pdf version) on my screen while leaning back in a comfy chair and following the stuff in it. And guess what? I have a gigantic SMILE on my face!! No seriously, I''m smiling big time !!! Among the best spent money I''ve ever spent. Kind regards, Mats ---- "TextMate, coding with an incredible sense of joy and ease" - www.macromates.com -
Mats Persson wrote:> By all means look through the contents of the book, but 2 sec''s after > that make sure you buy the book as well !! > > I am currently going through it (.pdf version) on my screen while > leaning back in a comfy chair and following the stuff in it. And guess > what? I have a gigantic SMILE on my face!! No seriously, I''m smiling > big time !!! Among the best spent money I''ve ever spent. > > Kind regards, > > MatsYep, will do something about it anyway. thanks to all for the links to... textmate is excellent also (had to slip that in :) ) Eoghan