Matt Bjornson

Results 3 comments of Matt Bjornson

I was able to work around this and the [sprockets issues](https://github.com/shageman/component-based-rails-applications-book/issues/11) by updating config/application.rb to be `#require 'rails/all' require "rails" require "active_model/railtie" require "active_job/railtie" require "active_record/railtie" require "active_storage/engine" require "action_controller/railtie"...

I'm also working in Rails 6 and got this and the sprockets error, so I've been trying to read as much as possible on engines and I suck at webpack...

I started working through the book with a new Rails 5 app. No issues what so ever. I wonder how many of these issues are due to changes in Rails...