[Rails] Re: One account several users with different privileges

2010-06-02 Thread Cristian Dlucca
Carlos Cabrera wrote: I'm working on something similar right now. I created a very simple login/authentication method and now I'm dealing with users privileges in the site. In my case I have posts that belongs to companies so only users from the post's company can view them. Also each user

[Rails] One account several users with different privileges

2010-06-01 Thread Cristian Dlucca
My app needs to have an account with several users inputting tasks on the same account. Only one of the users (the one that opened the account) will have admin privileges. I'm thinking on using Authlogic for authentication and CanCan for determining user privileges. The point is that I'd like the