Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: missing thor class for invoke when installing action_text #115

Merged
merged 1 commit into from
Oct 28, 2021

Conversation

ilunglee
Copy link
Contributor

Pull request type

Please check the type of change your PR introduces:

  • Bugfix
  • Feature
  • Code style update (formatting, renaming)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • Documentation content changes
  • Other (please describe):

What is the current behaviour?

Issue Number(s): closes #113

When running rails g adminterface:install, the system throws the following error:

install_rails_addons '.../ruby-2.7.2/gems/thor-1.1.0/lib/thor/invocation.rb:112:in invoke': Missing Thor class for invoke action_text:install (RuntimeError)

What is the new behaviour?

  • Replace the invoke method with rails_command

Other information

N/A

install_rails_addons '.../ruby-2.7.2/gems/thor-1.1.0/lib/thor/invocation.rb:112:in invoke': Missing Thor class for invoke action_text:install (RuntimeError)
@ilunglee ilunglee self-assigned this Oct 28, 2021
@ilunglee ilunglee merged commit feb5f62 into main Oct 28, 2021
@ilunglee ilunglee deleted the fix/113 branch October 28, 2021 17:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Missing Thor class for invoke
1 participant