Active Admin is a Ruby on Rails plugin for generating administration style interfaces.
I'm using devise with rails 3 and i'm trying to create a page which can be viewed by everyone (even those …
ruby-on-rails devise activeadminI am using ActiveAdmin (with customized gemset for Rails 4) with Rails 4.0.0.rc2. Application also has custom-built authorization code based on …
ruby-on-rails activeadmin ruby-on-rails-4I have the models Home and Photo, which have a has_many - belongs_to relationship (a polymorphic relationship, but …
ruby-on-rails ruby-on-rails-3.1 activeadminI'm using Active Admin to provide an admin to some models. I need to provide a customized new form for …
ruby-on-rails ruby activeadminI'm trying to customise a ActiveAdmin form for a Recipe model that has a has_many relationship with Step. class …
ruby-on-rails admin has-many formtastic activeadminI'm using Activeadmin for the admin interface on an app I'm working on (loving it) and I am curious if …
ruby-on-rails-3 activeadminI've been looking into some rails admin plugins and came across these: https://github.com/gregbell/active_admin https://github.…
ruby-on-rails ruby ruby-on-rails-3 activeadmin ruby-on-rails-pluginsI have an Event model with field status, which is string so it appears as a text_field. But I …
ruby-on-rails activeadminwhen trying to deploy with capistrano, when capistrano use command bundle exec rake RAILS_ENV=production RAILS_GROUPS=assets assets:…
ruby-on-rails capistrano activeadmin assetsI need to customize the active admin layout, but how can I do it?
ruby-on-rails layout rubygems activeadmin