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

Issue #7, do not convert index into reflections hash using :to_s #41

Closed
wants to merge 1 commit into from

Conversation

vanboom
Copy link

@vanboom vanboom commented Sep 1, 2019

declaration.name.to_s does not work as the reflections hash requires a symbol

declaration.name.to_s does not work as the reflections hash requires a symbol
Copy link
Contributor

@sponomarev sponomarev left a comment

Choose a reason for hiding this comment

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

Thanks for your contribution! Can you cover your case mentioned in #40 with specs?

@ssnickolay
Copy link
Collaborator

ssnickolay commented Sep 2, 2019

If I understand the problem correctly, we must add a new gemfile to Travis marix (e.g. gemfiles/activerecord41.gemfile) and without current patch CI should fail.

@ssnickolay
Copy link
Collaborator

Hi @vanboom ! I was trying to add AR-4.1 to CI and my experiment showed that it is did not run without troubles :(
So, I'm sorry, but given the fact that AR-4.1 has EOL maintenance status, I have to close this issue.
Btw, we don’t mind adding support for AR-4.1 but it will require some work from your side. Thanks!

@ssnickolay ssnickolay closed this Nov 2, 2019
@vanboom
Copy link
Author

vanboom commented Nov 11, 2019

Ok - I will see what I can do.

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.

3 participants