-
We've been having this issue in production for quite a while now, most of this year, actually. It typically occurs several times a day, but it seems random. So far I haven't been able to track down …
-
I am on rails 4. v 0.8.5 version of octopus
```
...
ar-octopus (0.8.5)
activerecord (>= 3.2.0)
activesupport (>= 3.2.0)
arel (4.0.2)
...
```
when I run rake, specifically rake db:migrate, I …
-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{…
-
I am trying to set this up and have found it is not very clear how to configure the Sparkpost UI to work with griddler. I put in the correct url for my `email_processor` but I am not sure what else I…
scott updated
8 years ago
-
In certain situations, when a validation fails on a model referenced in nested attributes, when the update attributes is executed inside an explicit transaction, the transaction is not rolled back, an…
-
I have a background job in which I need to access ActiveRecord models. If I start it without '-d', things work fine - I can access the database through AR models; but once I put '-d' in the command, …
-
Hi,
I have some problem with ruby-mysql 2.9.3
After restarting the server everything works fine for 5 minutes, then I got the same error again.
Errno::EPIPE (Broken pipe):
ruby-mysql (2.9.3) lib/…
TeuF updated
13 years ago
-
```
What steps will reproduce the problem?
1. Try to use ActiveLdap with rails3
2. Fail
With rails3 in RC, it's probably time to start looking at compatibility.
Should probably look at migrating to …
-
When _both_ MySQL and Postgres ActiveRecord models are used, and when testing MySQL-backed code, Truncation strategy includes _BOTH_ ::DatabaseCleaner::ActiveRecord::MysqlAdapter and ::DatabaseCleaner…
-
Hi, I have about 100 ap monitored with OWGM on a ubuntu vm (4GB ram, dual core). Randomly I have crashes from backgroudrb daemon. Errors are:
"Mysql::Error: MySQL server has gone away: SELECT `alerts`…