Michael Dungan

Results 6 issues of Michael Dungan

Hi, I'm seeing this issue both in our app as well as in the acts_as_archive test suite after porting it to work with Rails 3.1. The delete_sql alias is never...

Nasty gotcha that I was completely unaware of until now. Scheduled jobs work fine. It's jobs created via `enqueue_at` and `enqueue_in` that fail. Flat-out kills the scheduler job. Stack trace...

documentation

This is easier to demonstrate than describe. I'm not sure if this is a feature or bug, but it works correctly in Machinist 1. User has_many :posts Post belongs_to :user...

Hi, Currently running into an issue where a marked-up document is not having its items found, because they all include an `itemprop` attribute. This prevents them from being selected when...

an acts_as_paranoid user model causes strange errors just starting the app: `Reviewer class not defined, needs to be defined. undefined local variable or method `acts_as_paranoid' for #` Of course at...

If multiple containers match the `docker ps -a -q -f label=com.amazonaws.ecs.task-arn='$TASK_ID'` call in `ecs-run-shell`, it will fail. Piping the command through `head -1` resolves it.