This rails app was created with Ruby on Rails Tutorial: Learn Web Development with Rails.
git clone https://github.com/annawie-k/sample-rails-app.git
cd sample-rails-app
cp config/database.yml.example config/database.yml
bundle install
bundle exec rake db:migrate
Visit https://secure-river-6455.herokuapp.com/ to see the results.