[Rails] Re: how to restrict edit/removing privileges on others' records?

2012-02-08 Thread Don
> > How can I design the app, so that any logged in user can edit/remove > his details only if he wishes to do so and can only view others' > records. > I am trying to say that users should be recognized by his unique > username/email id and as per that he should be assigned the writing > pri

[Rails] Re: how to restrict edit/removing privileges on others' records?

2012-02-07 Thread gerbdla
I understand most of your requirements except this one "But can only View the main page where his record will be kept with other records." I would use devise along with an authentication scheme here is a link for railscasts on authentication http://railscasts.com/episodes?utf8=%E2%9C%93&search=aut