AdminIt

Administrative backend for ruby projects.

Russian version of this document

Installation

gem install admin_it

or if you using bundler:

# Gemfile
gem 'admin_it'
bundle install

Configuration

Usage

Todo

  • human-readable date and time fields
  • Test coverage

Longtime plans

  • Sinatra support

Changes

1.2.8

  • nested edit dialog fixed

1.2.7

  • image uploads fixed

1.2.6

  • added: geo location picker

1.2.5

  • fixed: Content-Length in production environment for UTF-8

1.2.4

  • fixed: Content-Length in production environment

1.2.3

  • minor fixes

1.2.2

  • added: select2 fields

1.2.1

  • added: nested models support

1.2.0

  • added: partials for fields
  • updated: FontAwesome to 4.1.0

1.1.0

  • ensure_it integration
  • mongoid integration

1.0.10

  • added: sorting indicator in table column header
  • added: sections

1.0.9

  • added: filter button in table column header

1.0.8

  • dsl code fully refactored
  • test coverage enlarged
  • added: select specific filters for context

1.0.7

  • destoy entity fixed
  • delete confirmation added
  • simple record editing and creating fixed

1.0.6

  • fixed: #1

1.0.5

  • font-awesome asset path fix

1.0.4

  • font-awesome fix

1.0.3

  • assets fix

1.0.2

  • routes moved to config folder
  • fixed issues with pundit and devise

1.0.1

  • wrap_it link in Gemfile fixed

1.0.0 - pre-release

  • active_record support
  • filters
  • sorting

0.0.1 - first version

License

The MIT License (MIT)

Copyright (c) 2014 Alexey Ovchinnikov

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.