我正在创建一个 RoR-6 应用程序,我从 application.html.erb 文件的这一行中得到以下错误:
javascript_include_tag 'application', 'data-turbolinks-track': 'reload'
我收到以下错误:
ActionView::Template::Error: The asset "application.js" is not present in the asset pipeline.
该应用程序是通过运行创建的rails new myapp -d postgres
我正在使用导轨 6.0.0.rc1