🖥
ActiveAdmin: It doesn't work if the Rails project name is "ac
problem
Put ActiveAdmin's gem in Rails. $ rails server
error occurred when trying to launch a $ rails server
with $ rails server
.
TypeError: superclass mismatch for class Application
Solution
The cause was that the Rails project name was "active_admin". (I gave this name for the test)
Another project name is OK.
$ rails new active_admin_test
Original by
ActiveAdmin: Railsのプロジェクト名を「active_admin」にすると動かない。
About
チャットメンバー募集
何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。
公開日時
2019-04-16
Discussion