Active Admin is a Ruby on Rails plugin for generating administration style interfaces.
Active Admin allows me to define filters that are displayed on the index page like so: ActiveAdmin.register Promo do …
ruby-on-rails ruby ruby-on-rails-3 activeadminI got this error when installing active admin on Rails 4 Bundler could not find compatible versions for gem "actionpack": In …
activeadmin ruby-on-rails-4I am using ActiveAdmin gem in my project. I have 2 models using has_many through association. The database schema looks …
ruby-on-rails ruby-on-rails-3 rubygems associations activeadminI am using devise for my users. I recently installed the rails Active Admin gem, everything is working beautifully. However …
ruby-on-rails devise ruby-on-rails-3.1 activeadminIn my Rails application, I have the following model: class Idea < ActiveRecord::Base belongs_to :user end class User &…
ruby-on-rails ruby activeadminI'm working on a RubyonRails/ActiveAdmin application. My RoR version is 4.2.5 and AA version is 1.0.0. I have a model Message …
ruby-on-rails ruby ruby-on-rails-4 activeadminUpdate: this question was asked before there was a solution for it already in ActiveAdmin. As Joseph states, the ActiveAdmin …
ruby-on-rails ruby-on-rails-3.2 activeadmin strong-parametersI use Active admin as my rails application backend. I want to make a file upload. How can I accomplish …
ruby-on-rails ruby activeadminI have an activeadmin resource which has a belongs_to :user relationship. When I create a new Instance of the …
ruby-on-rails activeadmin inherited-resourcesI'm creating a helper to be used by Formtastic but I get the undefined local variable or method error. I …
ruby-on-rails ruby helpers activeadmin