santib / railsconf2021

Sample app for my RailsConf 2021 talk

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Sample app created for my talk "All you need to know to build Dynamic Forms" at the RailsConf 2021

Setup

  1. Create the database: bundle exec rails db:create
  2. Run the migrations: bundle exec rails db:migrate
  3. Run the seeds: bundle exec rails db:seed, so to get the sample references Dynamic Form in place

With this you should be able to start the server with bundle exec rails s and in the root path you'll see the list of references and the link to go to the new reference page.

About

Sample app for my RailsConf 2021 talk


Languages

Language:Ruby 69.5%Language:HTML 17.7%Language:JavaScript 8.1%Language:SCSS 4.6%