softace / activerecord-tableless

Bringing together the different tableless model implementations into a single gem/plugin
Other
113 stars 41 forks source link

gems must require their own dependencies #29

Closed grossadamm closed 7 years ago

grossadamm commented 8 years ago

According to the bundler team, relying on bundler to require dependencies is wrong. add_runtime_dependency for activerecord is not properly being required unless the Gemfile is in a specific order.

(https://github.com/bundler/bundler/issues/1041#issuecomment-7542750)