Hacker News new | past | comments | ask | show | jobs | submit login

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.




Hah I love this answer. ^_^




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: