James Adam
James Adam
I've noticed this happening too; perhaps something in a recent Mac silent software update triggered it?
> I need to get it wired up still, maybe this is the push I need to do so! FWIW I got `myapp.puma.dev` working locally using the current (0.12) release...
This also happens for me; I often have to run the tests three or four times before the terminal window stays open. Setting quick fix mode fixes it, but also...
I don't think this is intentional; at some point, `foreman` itself changed and stopped inheriting environment variables. I think as well as this fix, you may also need to re-export...
Hmm. I'm not sure there's any way to get this to work at the moment: the instance of Chrome is running within a Docker container, and there's no shared storage...
Do you know that this doesn't already work?
Ah, I forgot about the Procfile :)
I've just hit this too, but I think it's more than documentation confusion. If you pass a `key` option to the `cache` method in a serializer, it's not used anywhere...
I realise this isn't a part of the guide that you've changed, but reading through it, I noticed in the main code example that the method `Mail#content` is called (within...
Unfortunately that sort will only change as frequently as the values of `last_week_users` changes (which, implied by the name, is once a week). In the event of another migration, that's...