Make RailsEventStoreActiveRecord indepdendent of Rails #1147
mostlyobvious
started this conversation in
Ideas
Replies: 1 comment
-
(it might be easier make this move when #514 is merged) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ActiveRecord repository really depends on ActiveRecord. It is possible to use ActiveRecord without bringing in whole Rails.
This might involve rethinking how database migrations are provided -- at the moment we rely on Rails Generators. It may be possible to reduce this dependency to Thor.
Beta Was this translation helpful? Give feedback.
All reactions