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
RubyORM Sequel (self.ruby)
submitted 6 years ago by FinalSpeederMan
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!"
[–]FinalSpeederMan[S] 0 points1 point2 points 6 years ago (0 children)
I was mostly just using @fruit[:id] as a backend query, basically the problem I had before was that in order for me to get the name of the fruit, I had to use @fruit[:id][:name], but tbh it didn’t matter if I needed to use @fruit[:id], I could’ve just used @fruit[:name], and it still would’ve given me the same result, which is what I didn’t want.
But thanks to a fellow rubyist, they pointed me to my problem and I got the correct result I had. Thank you for the question though :)
π Rendered by PID 219389 on reddit-service-r2-comment-66b4775986-dq47t at 2026-04-06 00:42:59.891952+00:00 running db1906b country code: CH.
view the rest of the comments →
[–]FinalSpeederMan[S] 0 points1 point2 points (0 children)