You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying out your tutorial with Rails 6.0.0-rc1 for the fun of it, and I'm wondering why installing Devise+ActiveAdmin is erroring out here with: ruby/gems/2.6.0/gems/sprockets-rails-3.2.1/lib/sprockets/railtie.rb:105:in block in class:Railtie': Expected to find a manifest file in app/assets/config/manifest.js
But did not, please create this file and use it to link any assets that need
to be rendered by your app:`
The whole point of the API-project is not to have an asset pipeline, so this struck me a little bit. Can you maybe help me out?
The text was updated successfully, but these errors were encountered:
Sorry for the delay, and thanks for flagging. Might be worth checking with the ActiveAdmin team on whether they have support for Rails 6 yet? Does seem like an odd error to be getting, but I'm not 100% across the changes for Rails 6.
Hi @superhighfives!
I'm trying out your tutorial with Rails 6.0.0-rc1 for the fun of it, and I'm wondering why installing Devise+ActiveAdmin is erroring out here with:
ruby/gems/2.6.0/gems/sprockets-rails-3.2.1/lib/sprockets/railtie.rb:105:in
block in class:Railtie': Expected to find a manifest file inapp/assets/config/manifest.js
But did not, please create this file and use it to link any assets that need
to be rendered by your app:`
The whole point of the API-project is not to have an asset pipeline, so this struck me a little bit. Can you maybe help me out?
The text was updated successfully, but these errors were encountered: