hi! im learning how to work with sessions. i made a prretty simple login system, but i havent found a good tutorial to make a login system with permissions (admin can delete,edit,etc) other users only read, edit, etc do u know where can i find some info/tutorial about that? ty!! -- Posted via http://www.ruby-forum.com/.
somebody can help me please? ty!! -- Posted via http://www.ruby-forum.com/.
pipogol wrote:> somebody can help me please? ty!!Try the Rails Recipes book, there''s a recipe to do what you need in there. The PDF is available to buy from here : http://www.pragmaticprogrammer.com/titles/fr_rr/ -- Posted via http://www.ruby-forum.com/.
On 7/24/06, pipogol <wizarduo@hotmail.com> wrote:> hi! > > im learning how to work with sessions. i made a prretty simple login > system, but i havent found a good tutorial to make a login system with > permissions (admin can delete,edit,etc) other users only read, edit, etcDetermining what actions an authenticated user can perform is called authorization, or access control. Those two terms and some relevant keywords (e.g. ''rails'') should get you started on google.