After launch:
rails generate active_admin:resource Project
on the terminal, I received the following error:
/Users/thalatta/.rbenv/versions/1.9.3-p448/lib/ruby/gems/1.9.1/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:460:in `load_missing_constant': Circular dependency detected while autoloading constant User (RuntimeError) from /Users/thalatta/.rbenv/versions/1.9.3-p448/lib/ruby/gems/1.9.1/gems/activesupport-4.0.0/lib/active_support/dependencies.rb:183:in `const_missing' from /Users/thalatta/code/byrdtyme/app/admin/user.rb:1:in `<top (required)>'
Here is my gemfile for reference:
source 'https://rubygems.org'
I tried this post : A circular dependency was detected during regular user startup , but, unfortunately, support is active, as far as I know, does not have github where I can post a question or see if it was resolved.
Thank you for your time!
source share