rake db:migrate
rails c
user=User.create!(:email=>'test@test.com',:password=>'password')
exit
Create a new file: config/bi_database.yml
Set the database credentials inside:
credentials:
host: 'localhost'
user: 'root'
pass: ''
database: 'mydatabase'
rails s
http://localhost:3000