-
I'm following the tutorial at http://www.jeffthomas.xyz/integration-tests-with-stripe/ but it's not working.
In brief:
```
gem 'stripe', '1.20.1'
group :test do
gem 'thin'
gem 'strip…
-
Its been a long day, so I may be missing something completely obvious, but I ran into this very strange error today.
I have two models named User and Document that both have search scopes.
A user has…
-
Since this merge https://github.com/seamusabshere/upsert/pull/15 upsert
no longer updates (or creates) updated_at created_at columns.
To play well with existing rails apps this behaviour should be o…
ghost updated
9 years ago
-
slim_scrooge doesn't work with ruby-1.9 and rails-3.2.19 !
I get this error for every query with includes methods.
```
ActiveRecord::StatementInvalid - PG::Error: ERROR: column "X" does not exist
`…
-
Hi Max, Hope all is well?
We've been having a problem where whenever someone tries to access / update their timesheets the page takes between 8 and 15 seconds to load, needless to say this is making …
-
But different in Rails4 and Rails5, and Is not it a problem?
When Rails5, not created the record, I was a little confused.
## Rails4
``` ruby
gem "activerecord", "< 5"
require "active_record"
ActiveR…
-
Recently I stumbled on problem with speed when using daru, and found that a way to speed things up was to do more work in database - namely group and aggregate in ActiveRecord/database instead of on d…
-
roachtest.activerecord [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/17503944?buildTab=log) with [artifacts](https://teamcity.cockroachdb.co…
-
Hello,
this is my model
```
class Associate < ActiveRecord::Base
has_many :missions
has_many :coordinator_missions, :class_name => "Mission", :foreign_key => "coordinator_id"
end
```
```
…
-
### Description
Hi team!
I noticed that FactoryBot is executing the associations block even when I'm using `attributes_for`.
When I have one block which depends on another association, ruby i…