apotonick / disposable

Decorators on top of your ORM layer.
MIT License
171 stars 39 forks source link

Make dry types a runtime dependency, not just a development dependency #46

Closed ramontayag closed 8 years ago

ramontayag commented 8 years ago

It is required in non-development contexts

apotonick commented 8 years ago

Hm, but that would imply everyone is using coercion, which many aren't?

timoschilling commented 8 years ago

It's not a good idea ...

ramontayag commented 8 years ago

I see. I automatically assumed https://github.com/apotonick/disposable/blob/master/lib/disposable/twin/coercion.rb is loaded because my app just crashed. I suppose that file is loaded because somewhere there the app loaded coercion.

Thanks