Activity for Oleg Valterâ€
| Type | On... | Excerpt | Status | Date |
|---|---|---|---|---|
| Comment | Post #294959 |
The output looks fine, yeah. Let's see if anything else is amiss (as soon as we establish what exactly is wrong, I'll be able to advise on what to do to resolve it) - `select index_schema, table_name, index_name, column_name, collation, is_visible from information_schema.statistics where index_type =... (more) |
— | 20 days ago |
| Comment | Post #294959 |
The index is supposed to be created automatically when you run `rails db:migrate`. What's the output of `rails db:migrate:status` (its output is quite lengthy, so it'll be easier to run `rails db:migrate:status | grep "fulltext"`)? If the index is *supposed* to be there, you'll see something along th... (more) |
— | 20 days ago |
| Comment | Post #285521 |
This should finally be fixed as per [PR #1571](https://github.com/codidact/qpixel/pull/1571). The reason was surprisingly insidious: seeding bypasses controllers, and as it turns out, the controller for post types is responsible for clearing their cache. Since it's bypassed, the cache returns an empt... (more) |
— | 8 months ago |
| Comment | Post #292887 |
For now, the workaround of manually editing the protocol of the confirmation URL is, unfortunately, the only way of doing so without making changes to the codebase or setting up SSL certificates for local development.
That said, this is not the best UX, so we've [implemented an improvement](https... (more) |
— | about 1 year ago |
