-
When running commands using spring, I'm unable to obtain a connection. Without spring everything works great. I imagine this has to do with how spring makes and holds database connections. There was a…
-
Hi,
I'm running into the following problem after running `bundle exec rake parallel:create parallel:prepare parallel:spec`
```
2019-05-08 11:11:16
api
Created database 'app_test2'
2019-05-08…
-
Hello,
First off, I wanted to thank you for releasing your ActiveRecord JDBC Teradata adapter as open source. It's going to be a huge help to have this as a starting point!
I was just wondering if y…
-
I'm going mad.
In most of my Rspec specs I want observers to be disabled, except for some. But
ActiveRecord::Base.observers.disable :all
is not working.
It goes through the mo…
-
-
A proposal for a backward compatible Cache configuration mecanism:
``` php
greut updated
13 years ago
-
Just a braindump, it's 1AM my time.
- The vm image used for ubuntu has puppet agent running, too. Lol
- It has an out of date apt cache, and mysql in the repos is at a higher version number. We should…
-
![image](https://github.com/jaynetics/delete_recursively/assets/3292037/bf253e77-95d2-4865-9190-1c9f7aacbc0f)
I get these errors on a `has_one` and `belongs_to` association
```
/home/onkara/.a…
-
Hi,
Here's a sample project:
```ruby
# has :name attribute
class Property < ActiveRecord::Base
has_many :product_properties
def self.ransackable_attributes(auth_object = nil)
['name…
-
We're having some trouble with the timestamptz data format when using :local time in the database. I traced the issue to around here:
https://github.com/rsim/oracle-enhanced/blob/master/lib/active_r…