Published onJanuary 22, 2015Two Ways to Avoid Cross-Origin Resource Sharing Issues in Development EnvironmentGeneralSolve CORS issues in development by setting up a reverse proxy or disabling browser security checks.
Published onJanuary 19, 2015ActiveSkin - Flat skin for active adminRuby On RailsActiveAdminActive Admin is a Ruby on Rails plugin for generating administration style interfaces. ActiveSkin is a beautiful flat skin for it.
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.