This is a survey app built using Ruby and ActiveRecord with a command line UI. This project was for practice using ActiveRecord with a PostgresSQL database.
To get the app up and running you'll need to have Postgres installed on your system. You can find instructions on how to do this here. Once you have Postgres installed run:
bundle install
rake db:create
rake db:migrate
ruby bin/survey_monkey.rb