Hello,
I am stumbling over the following error right now:
ActiveRecord::StatementInvalid: PG::UnableToSend: number of parameters must be between 0 and 65535
And I saw that there is already a fixed merged into the 5-2-stable branch:
Is there a timeline on when a new rails 5.2 version will be released?
Thanks in advance for any information.
Lutz
fxn
(Xavier Noria)
2
Quick heads up!
If this is blocking you, please remember that a Gemfile can point to a Git branch:
gem “rails”, github: “rails/rails”, branch: “5-2-stable”
Just in case it might help while the release is not still out.