Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
joevandyk
on Sept 4, 2019
|
parent
|
context
|
favorite
| on:
ORMs Are Backwards
I’ve found that you want to be super careful in application code about where you do updates and inserts when using AR.
Sprinkling calls to order.save! or order.update(foo: bar) in random places is a recipe for disaster.
Consider applying for YC's Fall 2025 batch! Applications are open till Aug 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Sprinkling calls to order.save! or order.update(foo: bar) in random places is a recipe for disaster.