dry-rb / dry-rails

The official dry-rb railtie
https://dry-rb.org/gems/dry-rails
MIT License
270 stars 27 forks source link

Does not work with dry-system 0.18.0 #37

Closed jandudulski closed 4 years ago

jandudulski commented 4 years ago

App fails with:

NoMethodError:
  private method `boot_files' called for #<Dry::System::Booter:0x0000000004e35068>
  Did you mean?  booted
danderozier commented 4 years ago

I was literally about to post the same bug. Thanks @jandudulski!

timriley commented 4 years ago

I'll take a look at this shortly, thanks for the reports.

timriley commented 4 years ago

Thanks for the quick report of this issue, folks!

Here's how I've addressed it:

So your options here are to:

Both of these should work just fine, I think :)

Can you please have a go and let me know how it works out?

Sorry again for the unexpected breakages!

/cc @solnic

jandudulski commented 4 years ago

Works, thanks :heart: