https://github.com/hardpixel/action-admin
Ruby on Rails mountable engine to create admin interfaces.
https://github.com/hardpixel/action-admin
Last synced: 7 months ago
JSON representation
Ruby on Rails mountable engine to create admin interfaces.
- Host: GitHub
- URL: https://github.com/hardpixel/action-admin
- Owner: hardpixel
- License: mit
- Created: 2017-10-27T13:42:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-06T11:42:07.000Z (over 7 years ago)
- Last Synced: 2025-10-10T10:59:56.461Z (7 months ago)
- Language: Ruby
- Size: 895 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# ActionAdmin
Ruby on Rails mountable engine to create admin interfaces.
[](https://badge.fury.io/rb/action_admin)
[](https://travis-ci.org/hardpixel/action-admin)
[](https://codeclimate.com/github/hardpixel/action-admin/maintainability)
## Installation
Add this line to your application's Gemfile:
```ruby
gem 'action_admin'
```
And then execute:
$ bundle
Or install it yourself as:
$ gem install action_admin
## Usage
TODO: Write usage instructions here
## Development
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/hardpixel/action-admin.
## License
The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).