Last Updated: February 25, 2016
·
5.318K
· marchyoung

Active admin install on Rails 4

In reference to the original question on Stackoverflow:

http://stackoverflow.com/questions/16426398/active-admin-install-with-rails-4/16805376#16805376

For Rails 4.1 and 4.0 use master:

gem 'activeadmin', github: 'gregbell/active_admin'

3 Responses
Add your response

I'm trying to install active admin, and cut and pasted the above into my gemfile. When I run bundle install, I get this error: ←[31mgit://github.com/gregbell/active_admin.git (at rails4) is not checked out.

over 1 year ago ·

@dananourie
the rails4 branch have just been merged to master a couple of days ago.

you can use only this line for activeadmin in rails4 now :

gem 'activeadmin', github: 'gregbell/active_admin'

over 1 year ago ·

Sorry! I updated the stackoverflow answer but completely forgot I still have a profile on coderwall.

over 1 year ago ·