ActiveAdmin Go to you project file and open gemfile. Add followint gems in this file. gem 'activeadmin', github: 'activeadmin' gem 'devise' Run bundle to install the gem in your project bundle Run following command form terminal to install active admin rails generate active_admin:install We will get instruction to make...