top | item 36335852

(no title)

nitrogen | 2 years ago

ActiveRecord is Ruby's nigh unassailable superpower for webdev. A few jobs back my last act in that role was moving all DB access from a separate Scala microservice into a Rails minilith, saving many, many lines of code and network round trips.

discuss

order

diordiderot|2 years ago

> ActiveRecord is Ruby's nigh unassailable superpower for webdev

Django guy here so unaware, what makes it so great?

JodieBenitez|2 years ago

Ditto... I really enjoy Django's ORM (makes the trivial tasks dead-easy and steps out of the way when needed) and would like to know if it can be even better by borrowing ideas from ActiveRecord.