LoginSignup
1
1

More than 5 years have passed since last update.

db:migrateでuninitialized constant Admin::DashboardController が起こる場合

Posted at
bin/rake db:migrate RAILS_ENV=test

した時に、下記が起こる人がいた。

/vendor/bundle/ruby/2.2.0/gems/activesupport-
4.2.1/lib/active_support/inflector/methods.rb:263:in `const_get': uninitialized constant Admin::DashboardController (NameError)

どうやら、こういうことの様子で

つまり
config/routes.rbroot設定をする前に ActiveAdmin.routes(self)呼んでいるからの様子だ。わけわからん。特定の環境なのも意味不明。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1