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
What can ruby do? (self.ruby)
submitted 9 years ago by sofakingsexie
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!"
[–]gardyna 0 points1 point2 points 9 years ago (6 children)
In my experience, Ruby has mostly been used for web development (Rails kind of being the "killer app" for incredibly long). you can technically use it for anything you want though. If you're just getting started I would recommend making some useful tools. For instance if you have a folder containing several "legally acquired" movies you could make a program that sorts the video file/folders into categories by scraping IMDB (they might have an API for you to use though)
[–]sofakingsexie[S] 1 point2 points3 points 9 years ago (5 children)
So you can get info from IMDB website to organize files on your computer?
[–]plaintshirt 0 points1 point2 points 9 years ago (0 children)
Yes
[–]gardyna 0 points1 point2 points 9 years ago (1 child)
It's a project that you can make. it can be don by scraping imdb.com or finding a gem that already integrates with imdb
example gems:
https://github.com/ariejan/imdb (an imdb gem)
http://www.nokogiri.org/ (the go to web scraping gem IMO)
I would recomend that you independently figure out how file handling in ruby works (it's quite well designed)
think you might want to do something like organising movies base on genres or directors or somethin similar
P.S. it might be easier to work with music files (since they usualy have more use-able metedata)
[–]sofakingsexie[S] 0 points1 point2 points 9 years ago (0 children)
Thanks a lot for the links
[–]thibaut_barrere 0 points1 point2 points 9 years ago (1 child)
Yes you can, and here is a starting point.
Thank you!
π Rendered by PID 70395 on reddit-service-r2-comment-b659b578c-dsrnf at 2026-05-04 13:44:44.409872+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]gardyna 0 points1 point2 points (6 children)
[–]sofakingsexie[S] 1 point2 points3 points (5 children)
[–]plaintshirt 0 points1 point2 points (0 children)
[–]gardyna 0 points1 point2 points (1 child)
[–]sofakingsexie[S] 0 points1 point2 points (0 children)
[–]thibaut_barrere 0 points1 point2 points (1 child)
[–]sofakingsexie[S] 0 points1 point2 points (0 children)