Skip to content

Instantly share code, notes, and snippets.

View JasonHarder's full-sized avatar
🏠
Working from home

Jason Harder JasonHarder

🏠
Working from home
View GitHub Profile
@JasonHarder
JasonHarder / activeadmin.md
Created April 24, 2018 23:05 — forked from raghubetina/activeadmin.md
ActiveAdmin Cheatsheet

ActiveAdmin Cheatsheet

The ActiveAdmin gem provides us with a entirely separate administrative sub-site. It's amazingly full-featured out of the box, and also is extremely customizable.

Installation

In your Gemfile, include

gem 'activeadmin', '~> 1.0.0.pre4'