This is a test application to demo Active Admin.
-
Before running
bundle install
you might have to install the correct version of ruby on your system. -
After the correct version of ruby is install run
bundle install
-
DO NOT RUN THE ACTIVEADMIN INSTALL GENERATOR COMMAND The Active Admin Demo repo already has the generated files for Active Admin to run.
-
If you want the seed data from the demo, then migrate and seed your database before starting the server:
rake db:migrate rake db:seed rails server