All Projects → thoughtbot → Administrate

thoughtbot / Administrate

Licence: mit
A Rails engine that helps you put together a super-flexible admin dashboard.

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
SCSS
7915 projects

Projects that are alternatives of or similar to Administrate

Super
A simple, powerful, single dependency Rails admin framework
Stars: ✭ 43 (-99.18%)
Mutual labels:  rails, admin-dashboard
Trestle
A modern, responsive admin framework for Ruby on Rails
Stars: ✭ 1,676 (-68.08%)
Mutual labels:  rails, admin-dashboard
Tabler Rubygem
Rubygem for https://tabler.github.io
Stars: ✭ 77 (-98.53%)
Mutual labels:  rails, admin-dashboard
Activeadmin Themes
Awesome themes for ActiveAdmin.
Stars: ✭ 141 (-97.31%)
Mutual labels:  rails, admin-dashboard
Bhf
Rails-Engine-Gem that offers an admin interface for trusted user
Stars: ✭ 81 (-98.46%)
Mutual labels:  rails, admin-dashboard
Forest Rails
🌱 Rails Liana for Forest Admin
Stars: ✭ 247 (-95.3%)
Mutual labels:  rails, admin-dashboard
Active storage validations
Do it like => validates :photos, attached: true, content_type: ['image/png', 'image/jpg', 'image/jpeg'], size: { less_than: 500.kilobytes }, limit: { min: 1, max: 3 }, aspect_ratio: :landscape, dimension: { width: { in: 800..1600 }
Stars: ✭ 522 (-90.06%)
Mutual labels:  rails
Cancancan
The authorization Gem for Ruby on Rails.
Stars: ✭ 5,046 (-3.89%)
Mutual labels:  rails
Ajax Datatables Rails
A wrapper around DataTable's ajax methods that allow synchronization with server-side pagination in a Rails app
Stars: ✭ 520 (-90.1%)
Mutual labels:  rails
Vue Quasar Admin
Vue 2.0 admin-dashboard based on Quasar-Framework
Stars: ✭ 516 (-90.17%)
Mutual labels:  admin-dashboard
Social Share Button
Helper for add social share feature in your Rails app. Twitter, Facebook, Weibo, Douban ...
Stars: ✭ 567 (-89.2%)
Mutual labels:  rails
Tabler
Tabler is free and open-source HTML Dashboard UI Kit built on Bootstrap
Stars: ✭ 24,611 (+368.78%)
Mutual labels:  admin-dashboard
Annict
The platform for anime addicts built with Rails and Stimulus.js.
Stars: ✭ 542 (-89.68%)
Mutual labels:  rails
Rails email preview
Preview and edit app mailer templates in Rails.
Stars: ✭ 524 (-90.02%)
Mutual labels:  rails
Devise
Flexible authentication solution for Rails with Warden.
Stars: ✭ 22,088 (+320.72%)
Mutual labels:  rails
Fuzzapi
Fuzzapi is a tool used for REST API pentesting and uses API_Fuzzer gem
Stars: ✭ 521 (-90.08%)
Mutual labels:  rails
Nideshop Admin
NideShop 开源微信小程序商城(后台管理系统)
Stars: ✭ 550 (-89.52%)
Mutual labels:  admin-dashboard
Terraforming Rails
Terraforming legacy Rails applications guides and tools
Stars: ✭ 517 (-90.15%)
Mutual labels:  rails
Serviceworker Rails
Use Service Worker with the Rails asset pipeline
Stars: ✭ 535 (-89.81%)
Mutual labels:  rails
Gitlabhq
GitLab CE Mirror | Please open new issues in our issue tracker on GitLab.com
Stars: ✭ 22,798 (+334.25%)
Mutual labels:  rails

Administrate

CircleCI Gem Version Code Climate Reviewed by Hound

A framework for creating flexible, powerful admin dashboards in Rails. Try the demo.

Warning:

Administrate is still pre-1.0, and there may be occasional breaking changes to the API. Check the release notes for important updates.

administrate

What Is Administrate?

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:

  • 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.

Documentation

To customize the appearance, behavior, and contents of the dashboard, we publish a set of guides for the current release.

These guides are available as markdown files in the docs subdirectory of the git repository, too.

We publish docs for the upcoming release, which you can find at our prerelease app.

Contributing

Please see CONTRIBUTING.md.

Administrate was originally written by Grace Youngblood and is now maintained by Nick Charlton. Many improvements and bugfixes were contributed by the open source community.

License

administrate is Copyright © 2015-2019 thoughtbot. It is free software, and may be redistributed under the terms specified in the LICENSE file.

About thoughtbot

thoughtbot

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].