-
Notifications
You must be signed in to change notification settings - Fork 21.9k
Closed
Description
Steps to reproduce
- Create a new Rails app off of rails master using
rails new
bundle install
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
wanghailei