eapenzacharias / Forms

In this project, we go through different ways to build a form in rails that can send parameters to a controller so that it can build an instance of a model with those parameters.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forms

This is the fourth project from the Rails curriculum at Microverse - @microverseinc

In this project, we go through different ways to build a form in rails that can send parameters to a controller so that it can build an instance of a model with those parameters.

Requirements

Ruby 2.5.3

Installation

Download repository to your local machine, then run

bundle install

Testing

Run:

rails test

Authors

About

In this project, we go through different ways to build a form in rails that can send parameters to a controller so that it can build an instance of a model with those parameters.


Languages

Language:Ruby 71.5%Language:HTML 21.7%Language:JavaScript 3.5%Language:CSS 2.1%Language:CoffeeScript 0.6%Language:SCSS 0.5%