Joel Nimety
Joel Nimety
I'm running into the same issue. Did you ever find a fix? were using Rails 2.3.4, ruby 1.8.7, searchlogic 2.4.19. The problem is intermittent and goes away after restarting our...
You can also try the following if using Rails 3. This gets around the method missing issue but I'm now getting other errors (Possibly related to STI, still investigating) in...
Thanks elmatou, indeed it was the polymorphic association issue.
`pid File.expand_path('../../../tmp/pids/unicorn.pid', __FILE__)`
that's issue 3 in the remotipart repo https://github.com/JangoSteve/remotipart/issues/3
Thanks, I've updated the test to use data-type and it passes, I can't believe I missed that requirement these past few weeks. I also added a test showing that data-type...
FYI... `CronJob.batch "diun" is invalid: spec.jobTemplate.spec.template.spec.restartPolicy: Required value: valid values: "OnFailure", "Never"`