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 curious if you'd be open to a PR introducing a configuration option to make the uri: nil option on associations the default. I much prefer the uri: nil behavior because I've found that in production I rarely, if ever, want to perform the subsequent fetch. Having a library-level configuration option would provide a better default for my usages.
As always, thanks for this library and your time!
The text was updated successfully, but these errors were encountered:
if the default of uri is nil, then I guess it means you have to specify this manually whenever you do want it hmm 🤔
(will think about it some more, but feel free to submit any thoughts!)
samandmoore
changed the title
Configuration flag to make uri: nil open on associations the default
Configuration flag to make uri: nil option on associations the default
Jun 23, 2017
Hi there,
I'm curious if you'd be open to a PR introducing a configuration option to make the
uri: nil
option on associations the default. I much prefer theuri: nil
behavior because I've found that in production I rarely, if ever, want to perform the subsequent fetch. Having a library-level configuration option would provide a better default for my usages.As always, thanks for this library and your time!
The text was updated successfully, but these errors were encountered: