Rails 4.2.9 example Devise app with Puma as it's webserver (ruby 2.3.4)
== README
Simple Rails 4 app with Devise authentication rolled in.
To get started run:
bundle install
bundle exec rake db:create
bundle exec rake db:migrate
Then startup the server with:
bundle exec rails server
And open your browser at: http://localhost:3000