Blog post from Peter Rhoades: https://www.createdbypete.com/2014/04/04/working-with-nested-forms-and-a-many-to-many-association-in-rails-4.html
This app doesn't do much. Very bare bone. This app was created to practice with more advanced forms
Version 3.2.2
Use ruby -v
to see your system version
Version 7.0.6
Use rails -v
to see your system version
-
Clone the repo
git clone https://github.com/kguyer/Survey_App
-
Setup the database
rails db:setup
, then migraterails db:migrate
-
Start the server
rails server
-
Visit
localhost:3000
to view app in your browser