Published onJanuary 16, 2015Standard for the Order of Associations, Scopes, Includes, and Validations in a Rails ModelRuby On RailsMaintain a consistent order of associations, scopes, and methods in your Rails models for better readability.
Published onJanuary 15, 2015Check Test Coverage With SimpleCov GemRuby On RailsSimpleCov is a code coverage analysis tool for Ruby. Set it up with just a few lines of code to get detailed coverage reports.
Published onJanuary 13, 2015Password Policy Implementation with Devise and Devise Security ExtensionRuby On RailsImplement banking-grade password policies in Rails using the Devise gem and Devise Security Extension.
Published onJanuary 9, 2015Apipie-rails - Rails API documentation toolRuby On RailsDocument your RESTful API in Rails using Apipie, a DSL that lets you describe your code through the code itself.
Published onJanuary 8, 2015Spree - Add extra fields to product model with deface and decoratorSpreeRuby On RailsCustomize Spree Commerce models by adding extra fields using decorators and Deface.