[Rails] Re: How to build App with Roles Admin,User..

2013-03-18 Thread Barry
Agile Web Development on Rails book has very good chapter about this пятница, 15 марта 2013 г., 8:53:45 UTC+4 пользователь Ruby-Forum.com User написал: > > I'm trying create Demo Web with Roles Adim,User > I want my Demo have function same as: if user login with Username and > Password of Admin

Re: [Rails] Re: How to build App with Roles Admin,User..

2013-03-17 Thread saikiran mothe
You can use *cancan for Cancan *for role based authorization. Thanks, Sai Kiran Mothe *Founder. * http://railsconnect.com/ On Sun, Mar 17, 2013 at 11:20 PM, Max wrote: > take a look at rails_composer. it's a great gem which will build a > basic site for you with all the features you're lookin

[Rails] Re: How to build App with Roles Admin,User..

2013-03-17 Thread Max
take a look at rails_composer. it's a great gem which will build a basic site for you with all the features you're looking for. The problem is, without a working knowledge of rails you won't know much about what to do with the results to make a site that does more than the basic authentication pi