Skip to content
The administration framework for Ruby on Rails applications.
Ruby Gherkin CSS JavaScript HTML CoffeeScript
Branch: master
Clone or download

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Use latest rubygems in CI (#6241) May 19, 2020
.dependabot Let dependabot manage javascript dependencies (#6028) Jan 25, 2020
.github Update location and format of the issue template Dec 10, 2019
app Small refactor in modal-dialog HTML building (#6240) May 19, 2020
bin Add i18n-tasks binstub Nov 21, 2019
config Fixed typos for Vietnamese translation (#6099) Feb 21, 2020
docs Bump github-pages from 204 to 206 in /docs (#6251) May 26, 2020
features Enable `Layout/HashAlignment` cop May 20, 2020
gemfiles Merge pull request #6262 from activeadmin/more_warnings May 29, 2020
lib Fix a bunch of kwars warnings (#6237) May 27, 2020
spec Fix a bunch of kwars warnings (#6237) May 27, 2020
tasks Fix release task bug (#6160) Mar 24, 2020
vendor/assets/javascripts/jquery-ui Move normalize to active_admin scss folder Oct 23, 2019
.babelrc Add rollup config Oct 15, 2019
.codeclimate.yml Disable codeclimate quality checks (#5641) Dec 11, 2018
.gherkin-lintignore Run gherkin-lint in CI Dec 9, 2018
.gherkin-lintrc Basic gherkin-lint config Dec 9, 2018
.gitignore Update packaging to match current folder structure and expose js and … Oct 15, 2019
.mdlrc Lint more md files and fix more issues Jun 28, 2017
.rspec Revert "Ensure application gets reloaded only once" (#5801) Jul 12, 2019
.rspec_parallel Explicitly name regular spec coverage profiles Dec 11, 2018
.rubocop.yml Enable `Layout/HashAlignment` cop May 20, 2020
.simplecov Normalize test app paths (#5843) Sep 6, 2019
.yardopts No need to pass --exclude Jun 28, 2017
CHANGELOG.md Drop Ruby 2.4 support (#6198) Apr 18, 2020
CODE_OF_CONDUCT.md Bump contributor covenant to 1.4.1 Sep 22, 2018
CONTRIBUTING.md Replacing a dead link by a valid one (#6126) Mar 11, 2020
Gemfile Pickup some devise fixes to ruby 2.7 kwargs warnings May 29, 2020
Gemfile.lock Pickup some devise fixes to ruby 2.7 kwargs warnings May 29, 2020
LICENSE remove Iconic Apr 8, 2015
README.md Fix Tidelift enterprise referral link (#6146) Mar 20, 2020
Rakefile Support relative and absolute gemfile paths Dec 28, 2018
activeadmin.gemspec Disallow extra spacing (#6244) May 20, 2020
cucumber.yml Use the standard cucumber formatter everywhere (#5844) Sep 6, 2019
package.json Get ready for 2.7.0 release Mar 31, 2020
rollup.config.js Use uglify preamble option instead of rollup-plugin-license to insert… Dec 11, 2019
yarn.lock Bump @babel/core from 7.10.1 to 7.10.2 (#6266) May 30, 2020

README.md

Active Admin

Active Admin is a Ruby on Rails framework for creating elegant backends for website administration.

Version         Circle CI       Coverage        Tidelift        Inch CI

Goals

  • Enable developers to quickly create good-looking administration interfaces.
  • Build a DSL for developers and an interface for businesses.
  • Ensure that developers can easily customize every nook and cranny.

Getting started

  • Check out the docs.
  • Try the live demo.
  • The wiki includes links to tutorials, articles and sample projects.

For enterprise

Active Admin for enterprise is available via the Tidelift subscription. Learn More.

Need help?

Please use StackOverflow for help requests and how-to questions.

Please open GitHub issues for bugs and enhancements only, not general help requests. Please search previous issues (and Google and StackOverflow) before creating a new issue.

Google Groups, IRC #activeadmin and Gitter are not actively monitored.

Want to contribute?

If you want to contribute through code or documentation, the Contributing guide is the best place to start. If you have questions, feel free to ask.

Want to support us?

If you want to support us financially, you can help fund the project through a Tidelift subscription. By buying a Tidelift subscription you make sure your whole dependency stack is properly maintained, while also getting a comprehensive view of outdated dependencies, new releases, security alerts, and licensing compatibility issues.

You can also support us with a weekly tip via Liberapay.

Finally, we have an Open Collective where you can become a backer or sponsor for the project, and also submit expenses to it.

Dependencies

We try not to reinvent the wheel, so Active Admin is built with other open source projects:

Tool Description
Arbre Ruby -> HTML, just like that.
Devise Powerful, extensible user authentication
Formtastic A Rails form builder plugin with semantically rich and accessible markup
Inherited Resources Simplifies controllers with pre-built RESTful controller actions
Kaminari Elegant pagination for any sort of collection
Ransack Provides a simple search API to query your data

Security contact information

Please use the Tidelift security contact to report a security vulnerability. Tidelift will coordinate the fix and disclosure.

Acknowledgements

Thanks to Greg Bell for creating and sharing this project with the open source community.

Thanks to all the people that ever contributed through code or other means such as bug reports, issue triaging, feature suggestions, code snippet tips, Slack discussions and so on.

Thanks to Tidelift and all our Tidelift subscribers.

Thanks to Open Collective and all our Open Collective contributors.

You can’t perform that action at this time.