This app provides examples for how to use the RowBoat gem.
Dataset from data.gov is a college scorecard.
- Ruby
- Bundler
- Postgres
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).