slate-studio / activeadmin-settings

Settings backend for activeadmin based projects - pretty handy tool.
88 stars 65 forks source link

ArgumentError: 'ActiveadminSettings/pictures' is not a supported controller name #21

Closed agustindidiego closed 10 years ago

agustindidiego commented 10 years ago

I'm getting this error just after adding the activeadmin-settings gem, and installing it. after running bundle install, I run: rake activeadmin_settings:install rake activeadmin_settings:install:migrations

when I try to run rake db:migrate, I get the exception: ArgumentError: 'ActiveadminSettings/pictures' is not a supported controller name. This can lead to potential routing problems. See http://guides.rubyonrails.org/routing.html#specifying-a-controller-to-use

I'm using Rails 4.0.4 with Ruby 2.1.1

agustindidiego commented 10 years ago

I'll close this. I was able to fix it. The issue was that I installed the gem without specifying the git repository, so I assume that the released gem isn't up to date.

anthonyb commented 10 years ago

Thanks for letting us know about this.

drwpow commented 9 years ago

This fixed it for me as well; was using RubyGems rather than GH