Focus: using Rails to build, improve, maintain the Revolution Health portal; descriptions, tips, screenshots, syntax colored code samples, video, ...
Polymorphic routes allow drying up the controller implementation when functionality is identical, regardless of entry point. A good example is comments for articles and blogs. There is a challenge to balance the implementation of the comments controller reflecting the multiple incomin...