Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

madeintandem/row_boat_example

Repository files navigation

Row Boat Example App

This app provides examples for how to use the RowBoat gem.

Dataset from data.gov is a college scorecard.

Dependencies

  • Ruby
  • Bundler
  • Postgres

Usage

Once you bundle install and rails db:schema:load you should be ready to run rails server. Then simply visit localhost:3000 and you should see buttons to do a "Basic Import" or an "Advanced Import". Once you do either import you'll see a list of the colleges and have the option to "Delete All" (so you can check out the other import option).

RowBoat Files