-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename RailsEventStoreActiveRecord into RubyEventStore::ActiveRecord #1439
Comments
Correct me if I'm wrong. As of now:
We did it because we control this dependency and replaced internally all invocations of We're also providing
The only reason this aliased gem exists is for someone directly depending on it (which we don't control). There's also the case of documentation pointing to Should we then keep |
Well, if we want to provide backwards compatibility, as far as I understand:
I don't see other reason since we can't say "either that gem or this gem" in gemspec, or "if we have ruby_event_store-active_record, then we rails_event_store_active_record is no longer dependency". I don't see value in deprecation warnings in 2.x, even if it would be last version of 2.x. Unless people can actually solve the deprecation (by using newer version), but they can't (they can only do that when being on 3.0, without rails_event_store). |
…record The post install warning will be introduced at 3.0 #1439 (comment)
Creating an issue for something to track before 3.0. I'm not sure it makes sense to start working on the code before we decide we want to finally go into 3.x :)
The text was updated successfully, but these errors were encountered: