rom-rb / rom

Data mapping and persistence toolkit for Ruby
https://rom-rb.org
MIT License
2.09k stars 161 forks source link

Provide adapter to schema DSL instance #480

Closed alsemyonov closed 6 years ago

alsemyonov commented 6 years ago

Fixes ":plugin doesn't exist in ROM::AdapterPluginRegistry registry" when using adapter-specific plugins.

solnic commented 6 years ago

It would be good to write a spec, so that nobody breaks it by an accident in the future.

alsemyonov commented 6 years ago

@solnic, please check the spec. Is it good enough?

solnic commented 6 years ago

Yes perfecto :) Thank you for addressing this! I'll push a bug-fix release tomorrow.

alsemyonov commented 6 years ago

Cool! Thank you.

solnic commented 6 years ago

@alsemyonov looks like this broke spec/integration/setup_spec.rb :( could you take a look?