sas1ni69 / json-array-fields-for

Rails 5 application example. Dynamic JSON array fields

Home Page:http://www.mariocarrion.com/2017/06/06/rails-5-json-array-fields.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Rails Tip: Dynamic JSON fields Blog Post

Build Status Test Coverage

json-array-fields-for is a Rails 5.1.1 example application for demonstrating how to implement a form using a model that happens to have a JSON array column.

As usual do:

gem install bundler
bundle install
bundle exec rake db:create db:migrate
bundle exec rails server

About

Rails 5 application example. Dynamic JSON array fields

http://www.mariocarrion.com/2017/06/06/rails-5-json-array-fields.html

License:MIT License


Languages

Language:Ruby 74.1%Language:HTML 20.8%Language:CSS 4.7%Language:JavaScript 0.4%