-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 5 follow-up fixes #2787
Comments
Yeah lets check what has happened |
Oh wait! The top bar nav search does work on a note page! But not on a |
I was checking on the dashboard and it was working fine there. That's why I said in gitter |
Ha, and yes, https://publiclab.org/post also doesn't autocomplete. so that's an existing bug! Removing it from above. |
yeah its not auto completing but the search is working fine here |
Also Travis seems to have trouble with this... the post-merge run failed with some kind of timeout very early in the process: https://travis-ci.org/publiclab/plots2/builds/389444495 -- adding to list, but @icarito any idea why it would get stuck on:
|
yeah there was timeout sometimes but restarting the build worked |
OK - can you change the GET to a POST and open a PR? That's the only thing I've found now! |
Ok I will change 'get' to 'post' |
Just going to re-open this for a question -- locally, I'm seeing:
Did you ever see this error? Thanks! |
No I haven't seen this error. |
behind this error |
Hi @jywarren according to this stackoverflow post https://stackoverflow.com/questions/34115174/error-related-to-only-full-group-by-when-executing-a-query-in-mysql since we are doing |
oh cool! Want to try opening a PR?
…On Fri, Jun 8, 2018 at 1:15 PM Sourav Sahoo ***@***.***> wrote:
Hi @jywarren <https://github.com/jywarren> according to this
stackoverflow post
https://stackoverflow.com/questions/34115174/error-related-to-only-full-group-by-when-executing-a-query-in-mysql
since we are doing group by by a node.title, that's why it is giving that
error. We should try adding group by node.id then it would be perfect.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2787 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AABfJz713FmM_MvGeLKFCYma3IjoNjGZks5t6rEagaJpZM4UfKnr>
.
|
Yeah I will open a PR |
Just compiling some things from the #2726 #278 Rails 5 upgrades now that it's in stable!
POST https://stable.publiclab.org/tag/suggested/tag 404 (Not Found)
- did route change? A GET route exists:plots2/config/routes.rb
Line 173 in 9172df4
top navbar search autocomplete doesn't work (doesn't seem to trigger a request at all?)(existing bug!)@Souravirus any help appreciated but I imagine it's late there!
The text was updated successfully, but these errors were encountered: