administrate 0.18.0
Administrate is heavily inspired by projects like Rails Admin and ActiveAdmin, but aims to provide a better user experience for site admins, and to be easier for developers to customize. To do that, we're following a few simple rules: - No DSLs (domain-specific languages) - Support the simplest use cases, and let the user override defaults with standard tools such as plain Rails controllers and views. - Break up the library into core components and plugins, so each component stays small and easy to maintain.
Gemfile:
=
Copier
Copié!
installation:
=
Dépendances de Runtime (7):
actionpack
>= 5.0
actionview
>= 5.0
activerecord
>= 5.0
jquery-rails
>= 4.0
kaminari
>= 1.0
sassc-rails
~> 2.1
selectize-rails
~> 0.6