Adminable
Simple admin interface for Ruby on Rails applications.
Features
- Built with common Rails controllers without DSL.
- Supports namespaced models.
- Has simple search with Ransack.
- Uses Bootstrap 4.0.
- Mobile friendly.
Installation
Add this line to your application's Gemfile:
gem 'adminable'
And then execute:
$ bundle
Or install it yourself as:
$ gem install adminable
Built-in Attributes
List of attributes with default modifiable parameters.
String
- show:
true - center:
false
Text
- show:
true - center:
false - wysiwyg:
true
Integer
- show:
true - center:
true
Float
- show:
true - center:
true
Decimal
- show:
true - center:
true
DateTime
- show:
true - center:
false
Boolean
- show:
true - center:
true
Belongs To
- show:
true - center:
false
Has Many
- show:
true - center:
false
Contributing
- Fork it (https://github.com/droptheplot/adminable/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 new Pull Request
License
The gem is available as open source under the terms of the MIT License.