Skip to content

axilaris/testrailsadmin

Repository files navigation

An example for Rails Admin and devise
------------------------------------

Here's the simple commands for you to setup

bundle install
rake db:migrate
rake db:seed
rails g rails_admin:install
rails s

localhost:3000 (normal webpage)
localhost:3000/admin (admin webpage)

username: user@example.com 
password: changeme

for more info on how to install rails admin - see 10:13
https://www.youtube.com/watch?v=agzm_O-pZFE

reference:
https://github.com/RailsApps/rails-devise
https://github.com/sferik/rails_admin


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published