Ruby on Rails’ Active Record can serialize any object in text columns using YAML. So anytime you need to save an object to your database in your Rails application in a way that you could retrieve it as the same object later, you may use serialize.
Tag: github
Uploading a plugin developed in Ruby on Rails to GitHub
If you are a Ruby on Rails developer than this is a perfect example of how to create a RubyRead the Rest…

