An example rails 3.x bookstore app using the following: Ruby 2.0 (1.9.3 should work as well) rails 3.2.13 Postgresql rails_admin devise rspec fabricator
- bundle install
rake db:create
rake db:migrate
rails c
to get into console- Create a user with an e-mail and a password
- Start up your server and you should be able to login with the credentials at /admin
- Create some authors and some books and check it out
- bundle install
rake db:create
rake db:migrate
rake db:test:prepare
bundle exec rspec