component-based-rails-applications-book
component-based-rails-applications-book copied to clipboard
Section A.2.2: Engines Are (Unfortunately) Singletons
This section states that engines can't be mounted multiple times. Doesn't https://github.com/rails/rails/pull/29662 resolve this?
I looks like it would... Let me dig into this!
@dwieringa you are absolutely right: The issue you reference does fix this issue.
I have updated the discussion at https://github.com/shageman/cbra_multi_mount to reflect the new behavior.