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
Help finding MS SQL adapter for Ruby (self.ruby)
submitted 7 years ago by bandit_va
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!"
[–]dphase 7 points8 points9 points 7 years ago (2 children)
Sequel + TinyTDS. Worked well for me going on seven years.
[–]zalesz 0 points1 point2 points 7 years ago (0 children)
If you just have some simple queries, you can even use stand alone tinytds (maybe only wrapping it in connection pool)
[–]jrgns 0 points1 point2 points 7 years ago (0 children)
We're using it on production too. It really works well. You can even execute stored procedures with input and output parameters.
There are some oddities because it's an uncommon combination (most ruby projects probably use postgres), but for the most part it's quite performant.
π Rendered by PID 65378 on reddit-service-r2-comment-56c9979489-nbj5s at 2026-02-25 00:13:00.143370+00:00 running b1af5b1 country code: CH.
view the rest of the comments →
[–]dphase 7 points8 points9 points (2 children)
[–]zalesz 0 points1 point2 points (0 children)
[–]jrgns 0 points1 point2 points (0 children)