Json Editor Ruby on Rails integration gem
All credits go to Jeremy and his Javascript Library
Installation
Add this line to your application's Gemfile:
gem 'json_editor_rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install json_editor_rails
Now you need to edit your app/assets/javascripts/application.js file and add the following line:
//= require jsoneditor
Usage
Jeremy has some great info on this: Library usage
Contributing
- Fork it ( https://github.com/sharshenov/json_editor_rails-rails/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request