Active Admin is a Ruby on Rails plugin for generating administration style interfaces.
I have a nested form in ActiveAdmin for these models (a :class_section has_many :class_dates): class ClassDate < …
ruby-on-rails forms ruby-on-rails-4 activeadmin formtasticI want to add a link like link_to ("Edit yout profile", edit_user (current_user)) at header in ActiveAdmin. …
ruby-on-rails activeadminI am trying to display a notice after redirecting to a page but it doesnt appear. Here is the redirect …
ruby-on-rails ruby-on-rails-3.1 activeadminI have: ActiveAdmin.register User do show :title => :name do attributes_table do row :username row :email row :last_…
ruby-on-rails activeadminI need to display time selector in my active admin form. I have a field start_time which is of …
ruby-on-rails-3.2 activeadminI have a infrastructure object composed for many datacenters. In the apps/admin/infrastructures.rb I have the following code: …
ruby-on-rails ruby activeadmini want to upload CSV files through the activeadmin panel. on the index page from the resource "product" i want …
csv ruby-on-rails-3.1 activeadminI'm getting an error while trying to run my app, having recently installed ActiveAdmin. It was working fine, but, after …
ruby-on-rails activeadmin nameerrorI am using Active Admin gem for my small application based on Quiz. But when I execute rake db:migrate …
ruby-on-rails-3 activerecord ruby-on-rails-3.1 devise activeadminIm having dificulty in setting the root page in may Rails app to the default login page of the Active …
ruby-on-rails activeadmin