Javi Martín
Javi Martín
Hi, @domerackimark! Thanks for volunteering :pray:. The first step would be trying to reproduce the bug on your machine. Then, writing a test which fails because of this bug would...
Hi, @Chanachai-Pansailom :smile:. I'm afraid we need a bit more context. Could you provide more details regarding when the main page will change to `/debates`?
Right now the easiest way is probably changing the line `root "welcome#index"` to `root "debates#index"` in the `config/routes.rb` file.
Closing since I think the question has been answered. @Chanachai-Pansailom Please, if I misunderstood, say so and reopen the issue :wink:.
A possible plan for fixing this issue: 1. Avoid duplicate votes in the future, maybe by locking `current_user` every time we use `vote_by` (note: I'm not sure this is the...
@decabeza I think adding `"#{Setting["url"]}#{` to the beginning of the `url_content` method would solve the problem :thinking:. Absolute URLs and emails are tricky, so I'm not sure right now.
Hi, @Chanachai-Pansailom :smile:. The email confirmation isn't used if it has already been confirmed by the social media you're using. The goal of the email confirmation is to make sure...
Closing since this is the expected behaviour. @Chanachai-Pansailom Feel free to reopen if the comment above doesn't solve your issue :wink:.
Hi, @sbernhard. As far as I know, nobody has been working on this issue. Feel free to have a look :smile:.
@viren140290 Go ahead! Thank you! (I'm the one replying because decabeza is on holidays :beach_umbrella:).