It’s widely known that Ruby on Rails has become an extremely popular web framework for many online businesses. Twitter, GitHub, GoodReads, Groupon, Hulu and so many more services are using RoR 064 nowadays that often we as a Ruby on Rails development c...
Read more »
zen-rails-security-checklist - Checklist of security precautions for Ruby on Rails applications. (more…)
Read more »
Implementing search in your Rails app can be vexing. Here's a great pattern to use that combines the best parts of ActiveRecord and Postgres.
(more…)
Read more »
Class hierarchies can map to relational database tables in many ways. Active Record, for example, offers purely abstract classes, where the superclass doesn't persist any attributes, and single... (more…)
Read more »