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.
Solutions blog
RoR development with jQuery
By default, Rails includes Prototype and Scriptaculous javascript libraries. It may happen that you may prefer jQuery. There is nothing impossible with rails.

