-
Notifications
You must be signed in to change notification settings - Fork 35
Can't load gem without ActiveRecord #35
Comments
I will look into removing this hard dependency. Cheers |
Running into the same issue. |
We've built a gem that auto generates all your classes, and has some helpful rails specific (but not dependent) tooling around webhooks, reindexing, etc. https://github.com/watermarkchurch/wcc-contentful Theoretically, you could alias your namespace (ex, Let me know if you have any feedback (if you take a look) |
@jpowell Hey i was taking a look at your gem. How do I integrate it? Similar to this rails gem here? |
Hey @reidcooper & @jpowell, I'm currently on parental leave, I'm back on August 1st. I will remove the dependency as soon as I'm back. Cheers Edit: That said, ActiveSupport will remain as a dependency. |
congrats @dlitvakb! @reidcooper moved convo here |
This gem assumes your project is using
ActiveRecord
and fails in the boot process. Does it make sense to assume the ORM? ShouldContentfulRails
be extendingActiveRecord::Migration
with something fromContentfulModel
? This coupling is troublesome when you have a thin client and are using contentful as your database...The text was updated successfully, but these errors were encountered: