Sep 29
View Comments
Storing Encrypted Data Securely using Active Record
Learn how to save data such as bank information, social security number, or other sensitive information in your Rails application securely by encrypting the data. By using spikex's gem Strongbox, you can use private and public keys to secure your data in your database to where you must have the password to decrypt them.
Oct 07
Rails Shell Application in 10 easy steps
In this screencast you will see how to make a rails application capable of parse and execute shell commands using the ruby function %x
The screencast start with basic shell commands, creation of a ruby script demonstrating the concept and finally follow the recipe of 10 easy steps to build your rails shell application.














