Hi, I am building an application where i need to have an admin interface from where the admin can assign permission for different methods (create, edit etc.) in controller based on roles . It should be similar to django administration, where we can assign permission on methods based on the role. How can i do the implementaton ? Can anybody give me some pointers on how to start ? Thanks and Regards, Saurav -- Posted via http://www.ruby-forum.com/.
you can use lipsiadmin plugin for this... It is good for admin interface.. http://github.com/Lipsiasoft/lipsiadmin/ -- Posted via http://www.ruby-forum.com/.
Brijesh Shah wrote:> you can use lipsiadmin plugin for this... > > It is good for admin interface.. > > http://github.com/Lipsiasoft/lipsiadmin/Brijesh, Thanks for the reply. will go through it now. Does lipsiadmin has the feature for assingment of permissions to methods based on roles ? Or do i need to do something with this ? Thanks and Regards, Saurav -- Posted via http://www.ruby-forum.com/.
Hi Saurav, Here is a whole toolbox: http://ruby-toolbox.com/categories/rails_admin_interfaces.html So you can try a few. Really depends on your project. I''ve used ActiveScaffold quite a bit, and enjoy it. Aaron On Sep 30, 7:56 am, Saurav Chakraborty <rails-mailing-l...@andreas- s.net> wrote:> Hi, > > I am building an application where i need to have an admin interface > from where the admin can assign permission for different methods > (create, edit etc.) in controller based on roles . It should be similar > to django administration, where we can assign permission on methods > based on the role. > > How can i do the implementaton ? Can anybody give me some pointers on > how to start ? > > Thanks and Regards, > Saurav > -- > Posted viahttp://www.ruby-forum.com/.