Tag: ruby
All the articles with the tag "ruby".
-
Using Multiple SMTP Accounts With Rails & ActionMailer
Recently I ran into a problem where I needed to be able to send emails via two different SMTP accounts within the same Rails application. I scoured …
-
Creating Custom SOAP Requests With Ruby and Net::HTTP
I interviewed at a company a while ago and one of the questions they asked me was the familiar “You have 8 golf balls and a justice scale. One …
-
RubyCocoa and NSTables De-Mystified
I spent a good 3 hours today trying to figure out exactly how to get NSTables working while using RubyCocoa. Now that I finally figured it out (to a …