Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigbinary/admin_data
A non instrusive gem which helps you browse, search and manage your data using browser
https://github.com/bigbinary/admin_data
Last synced: 3 months ago
JSON representation
A non instrusive gem which helps you browse, search and manage your data using browser
- Host: GitHub
- URL: https://github.com/bigbinary/admin_data
- Owner: neerajsingh0101
- License: mit
- Created: 2009-04-30T12:36:03.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2013-03-14T00:32:46.000Z (over 11 years ago)
- Last Synced: 2024-05-19T19:12:49.017Z (6 months ago)
- Language: Ruby
- Homepage: http://admin-data-demo.heroku.com/admin_data
- Size: 5.26 MB
- Stars: 377
- Watchers: 9
- Forks: 56
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.rdoc
- License: MIT-LICENSE
Awesome Lists containing this project
README
# admin_data
## Rails 3.0.x
If you are using Rails 3.0.x then use
gem 'admin_data', '= 1.1.14'
## Rails 3.1.x
If you are using Rails 3.1.x then use
gem 'admin_data', '= 1.2.1'
Also add following lines to config/application.rb just below the line that says config.assets.enabled = true .
config.assets.precompile += ['admin_data.css', 'admin_data.js']
Before deploying the code to production execute
bundle exec rake assets:precompile
## Live Demo
Live demo is available at http://admin-data-demo.heroku.com/admin_data (read only version)
## Docs
Documentation is available at https://github.com/bigbinary/admin_data/wiki
## Tests
To execute tests for this gem cd test/rails_root and read the instructions mentioned at README.md there.
## License
Released under [MIT](http://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt) License