Matt Jankowski
Matt Jankowski
Definitely seems worth fixing. Can you clarify whether there's something in clearance itself causing this issue, or something in the configuration file (presumably some common config option) which when done...
If you quote the model (`"User"` instead of `User`) does that change anything?
Can you add a little detail about what you want to happen? My guess is that you're using clearance for session maintenance ... but want to actually auth with another...
I like this feature idea. I'm tempted to call it scope creep and just say to skip it and keep clearance simple ... but I think wanting to do handle...
Yeah... we'd need something like -- use `pg:backups`, parse out the lines, find the first one matching the correct DB name, get the backup ID for that, request the URL...
I wonder if the Heroku CLI maintainers would feel about a request to add a `--database` flag (or just the name as an argument) to the `pg:backups` command, and have...
Yeah - I believe you need to explicitly turn on propshaft either via a generator config option on a freshly generated app, or by adding the propshaft gem and removing...
Yeah - I think you probably could detect it. That's what I assumed would be happening. I could see any of these working... - Look for the presence of certain...
I'd like to take a crack at this, but am still trying to wrap my head around the world of services/workers and which things are triggered when. My guess here...
Thanks, I read that thread and looked at more code, and I agree that backfilling is blocked on improving the ordering approach to either get away from ID-sorting, or make...