Number of watchers on Github | 3785 |
Number of open issues | 172 |
Average time to close an issue | 14 days |
Main language | Ruby |
Average time to merge a PR | 7 days |
Open pull requests | 171+ |
Closed pull requests | 47+ |
Last commit | almost 2 years ago |
Repo Created | over 4 years ago |
Repo Last Updated | over 1 year ago |
Size | 1.2 MB |
Homepage | http://administra... |
Organization / Author | thoughtbot |
Latest Release | v0.9.0 |
Contributors | 33 |
Page Updated | 2018-03-12 |
Do you use administrate? Leave a review! | |
View open issues (172) | |
View administrate activity | |
View TODOs for administrate (2) | |
View on github | |
Fresh, new opensource launches πππ | |
Trendy new open source projects in your inbox!
View examples
|
easily generated
A framework for creating flexible, powerful admin dashboards in Rails. Try the demo.
Administrate is still pre-1.0, and there may be occasional breaking changes to the API. Check the release notes for important updates.
Administrate is a library for Rails apps that automatically generates admin dashboards. Administrate's admin dashboards give non-technical users clean interfaces that allow them to create, edit, search, and delete records for any model in the application.
Administrate solves the same problem as Rails Admin and ActiveAdmin, but aims to provide a better user experience for site admins, and to be easier for developers to customize.
To accomplish these goals, Administrate follows a few guiding principles:
Administrate supports Rails from 4.2, up to 5.0 and beyond. We support Ruby 2.2.9 and up.
Add Administrate to your Gemfile and re-bundle:
gem "administrate"
The included installer will create dashboards for each model in your app, complete with routes:
$ rails generate administrate:install
Restart your server, and visit http://localhost:3000/admin to see your new dashboard in action.
For more detailed instructions or to make it work with Rails API-only applications, please go through the 'Getting Started` guide.
In order to create additional dashboards, pass in the resource name to the dashboard generator. A dashboard and controller will be created.
$ rails generate administrate:dashboard Foo
To customize the appearance, behavior, and contents of the dashboard,
see the guides at
https://administrate-prototype.herokuapp.com.
These guides are available as markdown files in the docs
subdirectory of the
git repository, too.
This repository contains both the source code for Administrate, and a demo Rails app that uses Administrate. The demo app is hosted publicly on Heroku.
app
and lib
subdirectories.spec/example_app
.docs
subdirectory.Rails configuration files have been changed to recognize the app in the new location, so running the server or deploying to Heroku works normally.
With this structure, developing a typical feature looks like:
spec/
administrate/
spec/example_app/app/
)This project uses:
em
for typographical-related elementsrem
for lengths related to componentspx
for borders, text shadows, etc.vw
/vh
for lengths that should be relational to the viewportPlease see CONTRIBUTING.md.
administrate was originally written by Grayson Wright and is now maintained by Nick Charlton. Many improvements and bugfixes were contributed by the open source community.
administrate is Copyright 2015-2017 thoughtbot. It is free software, and may be redistributed under the terms specified in the LICENSE file.
administrate is maintained and funded by thoughtbot, inc. The names and logos for thoughtbot are trademarks of thoughtbot, inc.
We love open source software! See our other projects or hire us to design, develop, and grow your product.
New [resource]buttons.
Field::HasMany
data is nil._stylesheet
to the resources to be generated.aria-labelledby
on tables.aria-sort
attribute to table headers.symbol
for icon system.