Skip to content

Missing Thor class for invoke #112

Answered by ilunglee
mubeguku asked this question in Q&A
Oct 28, 2021 · 2 comments · 6 replies
Discussion options

You must be logged in to vote

Hello @mubeguku,
Thank you for reporting this issue. It seems to be a bug related to how the install_generator invokes the generator for action_text. I have created issue #113 and we will prepare a patch for this bug.

In the meanwhile, you can use the following to work around this issue:

# install active_admin
$ rails g active_admin:install --use_webpacker

# install action_text
$ bin/rails action_text:install

# install webpacker
$ bin/rails webpacker:install

# install adminterface assets using webpacker
$ rails g adminterface:webpacker

# install adminterface comments with action text
$ rails g adminterface:comments

# run the migration
$ rails db:migrate

# start the server
$ rails se…

Replies: 2 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@ilunglee
Comment options

@ilunglee
Comment options

Answer selected by ilunglee
Comment options

You must be logged in to vote
4 replies
@ilunglee
Comment options

@ilunglee
Comment options

@mubeguku
Comment options

@ilunglee
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug Something isn't working
2 participants