Skip to content
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

Release 1.0.0, compatible with Mobility 1.0 #23

Merged
merged 1 commit into from
Dec 17, 2020
Merged

Conversation

shioyama
Copy link
Owner

Resolves #22

@@ -23,15 +23,16 @@ def included(model_class)

mod = Module.new do
def friendly
super.send(::Mobility.query_method)
# TODO: Make this constant public in Mobility 1.1 so we don't need const_get
super.extending(::Mobility::Plugins::ActiveRecord::Query.const_get(:QueryExtension))
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working on some changes to make more constants public from the query plugin: shioyama/mobility#471

I'll probably release shortly in a 1.1. Didn't want to include it in 1.0 to delay that release any longer. For now this should do.

@shioyama shioyama force-pushed the release_1_0 branch 4 times, most recently from 51cf10e to b0b2817 Compare December 17, 2020 02:58
@shioyama shioyama changed the title Release 0.5.5 Release 1.0.0 Dec 17, 2020
@shioyama shioyama changed the title Release 1.0.0 Release 1.0.0, compatible with Mobility 1.0 Dec 17, 2020
@shioyama shioyama merged commit e6f4496 into master Dec 17, 2020
@shioyama shioyama deleted the release_1_0 branch December 17, 2020 03:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Mobility 1.0
1 participant