Top "Activeadmin" questions

Active Admin is a Ruby on Rails plugin for generating administration style interfaces.

Image file input with Formtastic and ActiveAdmin

I started to use formstatic but I need to make a file field with image preview. I mean, when i …

ruby-on-rails ruby forms formtastic activeadmin
How to get the current user that is logged in via active admin?

I would like to know how to get the current user that is logged in via the active admin GUI? …

ruby-on-rails activeadmin
How do I use Devise and ActiveAdmin for the same User model?

I have ActiveAdmin and Devise working with Users. I would like to use Devise to log in regular non-admin users …

ruby-on-rails ruby-on-rails-4 devise activeadmin
How to customize one column and display remaining in activeadmin

I am using Active admin gem in my rails app. I added resources book which has 20 columns, now i need …

ruby-on-rails-3 activeadmin
How do you change ActiveAdmin password?

I got ActiveAdmin running with [email protected]//password, but I want to change these credentials. Anyone know how to …

ruby-on-rails ruby-on-rails-3.1 activeadmin
Active Admin Custom Action Item Resource Name

Don't know why I can't seem to figure this out since it seems like it should be so simple, but …

ruby-on-rails resources activeadmin
Active Admin: Including Javascript

I want to add Gon ( https://github.com/gazay/gon ) to my activeadmin but I need to add the line &…

ruby-on-rails layout activeadmin
Use Carrierwave with Active Admin

Did any of you guys manage to get Active Admin with Carrierwave working? When I installed AA everything worked fine …

ruby-on-rails file-upload carrierwave activeadmin
Showing error messages in active admin for has many relationship table

I am facing an issue showing up the error messages in active admin. I get all the error messages displayed …

ruby-on-rails activeadmin
Remove 'Show' link from ActiveAdmin default_actions

I've made a title of my resources as a link to a Show action. Now I want to remove that …

ruby-on-rails ruby-on-rails-3 activeadmin