Adam Hawkins

Results 11 comments of Adam Hawkins

> In previous versions of Rails did all procs passed to caches_action get evaluated somewhere? EDIT: Yes the did. I'm not sure how to handle this at this point. I...

Hmmm. Ya probably. I'll look into it. On Dec 14, 2012 4:37 PM, "Scott Carleton" [email protected] wrote: > I'm using Rails 3.2.9. I looked over action controller quite a bit...

How is this better than Rails 4's support for russian doll caching?

open rails the console and run: `Cashier.adapter`. What does it say?

@mixellent @assembler Fixed in 0.4.1. I just released it. Does this fix your issue?

Ignore IMO. On Wed, May 27, 2015, at 11:28 PM, Markus Schirp wrote: > As I think refinements are an antifeature, and my OSS policy is to > only support...

https://github.com/aws-actions/configure-aws-credentials/issues/271#issuecomment-931805471 worked for me.

Seems there are more issues with `master`. I'm using a token like: ``` permissions: id-token: write contents: write ``` And an IAM provider like: ``` resource "aws_iam_openid_connect_provider" "github" { url...

We're hitting this issue as well. Our solution is to wait to see if things start successfully; if not wait and kill pods until they start. It works but certainly...