Hacker News new | ask | show | jobs
by vpkaihla 3784 days ago
Perhaps the question should be rather:

Why is

    Post::belonging_to(usre).load(&connection)
an improvement over

    SELECT * FROM posts WHERE usre_id = 1;
?

... to which the answer is probably more obvious.

1 comments

Hah I love this answer. ^_^