Ray Bradley
Ray Bradley
Hi! I'm trying to run rspecs via Docker and not able to connect by name as expected. docker-compose: ``` services: -- snip -- chrome: image: alpeware/chrome-headless-stable ports: - "9222:9222" ```...
### ⚠️ This issue respects the following points: ⚠️ - [X] This is a **bug**, not a question or a configuration/webserver/proxy issue. - [X] This issue is **not** already reported...
We're seeing fairly heavy RAM consumption when performing basic queries: `@tests = TestProduct.all.order('name').load` We suspect this is due to eager loading, as TestProducts have a number of associations (only a...