https://github.com/valiot/administrate-field-json-to-table
JSON to table field plugin for Administrate
https://github.com/valiot/administrate-field-json-to-table
Last synced: about 1 month ago
JSON representation
JSON to table field plugin for Administrate
- Host: GitHub
- URL: https://github.com/valiot/administrate-field-json-to-table
- Owner: valiot
- License: mit
- Created: 2017-05-25T00:19:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T17:59:25.000Z (about 1 year ago)
- Last Synced: 2024-10-31T14:33:17.446Z (7 months ago)
- Language: Ruby
- Size: 139 KB
- Stars: 2
- Watchers: 9
- Forks: 5
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Administrate::Field::Jsontable
A plugin to display the values of a JSON into a table. If the JSON has no data
of a field it will display a "-". This gem only displays 1 or 2 rows.
This repository is a field plugin for Administrate.
## Installation
Add to your gemfile `gem 'administrate-field-jsontable'`
[Administrate]: https://github.com/thoughtbot/administrate
## Contributing
Run `bundle exec rake db:setup` to set up example rails app on development environment
Run `bundle exec rspec` to run tests
Run `bundle exec rubocop` to linting tests