🖥

ActiveAdmin: It doesn't work if the Rails project name is "ac

2019/04/16に公開

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

About this translattion

チャットメンバー募集

何か質問、悩み事、相談などあればLINEオープンチャットもご利用ください。

https://line.me/ti/g2/eEPltQ6Tzh3pYAZV8JXKZqc7PJ6L0rpm573dcQ

Twitter

https://twitter.com/YumaInaura

公開日時

2019-04-16

Discussion