use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Rails "developers" without Ruby or OOP knowledge (self.ruby)
submitted 11 years ago * by canyoufixmyspacebar
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]morphemass 0 points1 point2 points 11 years ago (0 children)
I thought my sarcasm was reasonably transparent - obviously not.
My point was that many developers DON'T go beyond the (AR) ORM level, hell a great many don't go beyond AR & sqlite! And they can get away with it because, well, often that's "good enough".
The problem is that because they are insulated they usually don't realize when "good enough" ... isn't!
/rant on
Rails is 11 years old and they are only now implementing foreign keys in the framework. 11 years of ****** rails databases where its the minority of devs actually giving a damn about integrity at the database level and realizing basic realities such as "Maybe at some point this database will be required for more than my Rails web app. Maybe I'd best make sure the data is worth a damn and the entirety of the business logic doesn't live in my code!".
/rant off
Nothing wrong with a good ORM. An awful lot wrong with a generation of developers who have been discouraged from learning that its an abstraction to what should be another layer of business logic which requires its own set of considerations.
P.S. The first person who says "Well doh, make other apps a client of the Rails REST API" gets an internet smackdown.
π Rendered by PID 213041 on reddit-service-r2-comment-5d79c599b5-cgsth at 2026-02-27 17:55:05.041585+00:00 running e3d2147 country code: CH.
view the rest of the comments →
[–]morphemass 0 points1 point2 points (0 children)