Skip to content

Cannot install ActionText due to missing binstubs #40184

@stevenbuccini

Description

@stevenbuccini

Steps to reproduce

  1. Create a new Rails app off of rails master using rails new
  2. bundle install
  3. bin/rails action_text:install as described on the Edge Guides.

Expected behavior

Rails should run the ActionText generator. Note that on master@e53f5ff, I was able to run the generator after overcoming the issue described in #37824.

Actual behavior

$ bin/rails action_text:install
       rails  app:binstub:yarn
rails aborted!
Don't know how to build task 'app:binstub:yarn' (See the list of available tasks with `rails --tasks`)

(See full trace by running task with --trace)

System configuration

Rails version: master@942c41806443

Ruby version: 2.7.1

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions