Active Admin is a Ruby on Rails plugin for generating administration style interfaces.
This seems like it should be relatively simple, but I've had some trouble tracking down the answer: How do you …
ruby-on-rails ruby-on-rails-3 activeadminActive Admin is a gem used for having an admin dashboard in your application. It uses Devise for logging in …
ruby-on-rails devise ruby-on-rails-3.1 activeadmin wardenThe Problem I'm trying to customize the default login page in ActiveAdmin, but I'm having trouble getting the customizations to …
ruby-on-rails ruby-on-rails-3 forms authentication activeadminIn an ActiveAdmin page, I would like to include a link to a list of related resources. For example, given …
ruby-on-rails activeadminSince the default time in the database is in utc, I wanted to be able to still display it in …
ruby-on-rails datetime activeadminI have a status tag in my AA app that only some colors are showing up. Are there certain colors …
ruby-on-rails ruby-on-rails-3 activeadminI've got an ActiveAdmin index page ActiveAdmin.register Bill And I am trying to display links to associated models index …
ruby-on-rails activerecord activeadminI am using activeadmin and it has formtastic built in as many of you who use it know. I have …
ruby-on-rails-3 activeadmin formtasticI am having these objects: class District < ActiveRecord::Base belongs_to :city end class City < ActiveRecord::Base has_…
ruby-on-rails-3 activeadminI am working on a custom form in ActiveAdmin which I decided to use it for adding/editing to follow …
ruby-on-rails activeadmin formtastic