-
Notifications
You must be signed in to change notification settings - Fork 23
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
Not support rails 6.1.0 #9
Comments
module Arel
module Nodes
class SqlLiteral < String
def name
to_s
end
end
end
end Fixed |
thanks, will give it a look |
Pushed a temp fix to the Can you try it out via Not sure why Arel is expecting the object to have a |
@kmurph73 Hello! I can confirm that your rails_6_1 branch does work on an app I just upgraded to 6.1 today. 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NoMethodError (undefined method `name' for ""cte"":Arel::Nodes::SqlLiteral):
The text was updated successfully, but these errors were encountered: