preload

Encrypting / Decrypting Data and Strings in Ruby

Posted on: Sep 09, 2010 By: Kevin Rio | 0 Comments
Encrypting data is often a necessity in any software application, especially those dealing with sensitive data. Continue reading to learn how to easily encrypt sensitive data.  Read More

Sending a POST Request / Scrape Page in Ruby

Posted on: Sep 09, 2010 By: Kevin Rio | 0 Comments
Making a POST request in Ruby is simple. You can very easily load the data returned from the web service to parse or do whatever is necessary with it. This tutorial is the cornerstone for users who might be interested in developing their own web scraper in Ruby.  Read More