Add Admin Panel
So here are few screen shots from the admin panel using rails_admin gem.
Section titled “So here are few screen shots from the admin panel using rails_admin gem.”As you can see the layout of this gem is very catching and user friendly.
Syntax
Section titled “Syntax”- Open gem file and writer gem ‘rails_admin’, ’~> 1.0’
- bundle install
- rails g rails_admin:install
- it will ask you about the admin route if you want to go with the default press Enter.
Remarks
Section titled “Remarks”Use it if you want to have Admin to your website otherwise there is no need for this. It is more easy and powerful than active_admin gem. You can add this at any stage after creating users and don’t forget to make any user admin before the 4th step. Use cancan for granting roles.


