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

Rails 6.0 support #55

Closed
jonwaghorn opened this issue Oct 15, 2019 · 3 comments
Closed

Rails 6.0 support #55

jonwaghorn opened this issue Oct 15, 2019 · 3 comments

Comments

@jonwaghorn
Copy link
Contributor

Similar to #50, it looks like Rails 6 has broken/removed attributes_with_values_for_create

NoMethodError: undefined method `attributes_with_values_for_create' for #<User:0x00007f9a584e9310>
@jonwaghorn
Copy link
Contributor Author

Oh yes, see here rails/rails@56ca81a

@jonwaghorn
Copy link
Contributor Author

Add this to your Gemfile if you require early Rails 6.0 usage of Polo gem:

gem "polo", "0.6.0.pre", git: "https://github.com/jonwaghorn/polo.git", branch: "feature/rails-6-pre"

@jonwaghorn
Copy link
Contributor Author

jonwaghorn commented Nov 29, 2022

Fixed in #56. Long ago, ha!

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

No branches or pull requests

1 participant