burmashave

Results 5 comments of burmashave

Same issue with the default setup. Always signed in, regardless.

Each audit has a created_at datetime, so you could do: `report.audits.where(created_at: 1.day.ago..Time.now)` .. and then get the revisions for those audits.

There is some discussion about a similar notice [here](https://github.com/rails/rails/issues/36363).

The following two tests fail when I **create** the objects first, then invoke append_child. However, they pass when I simply instantiate the objects with `@q2, @q3, @q4, @q5 = 4.times.map...

Yeah, I know it doesn't look efficient in test form, but I needed to frame the problem this way to isolate the issue. At any rate, thanks for supporting it.