Published onFebruary 18, 2015Rspec Run specific set of tests using --tag optionRuby On RailsRspecSpeed up your development by running a specific subset of tests using RSpec's tagging feature.
Published onFebruary 15, 2015Implement Dependent select in Active AdminRuby On RailsActiveAdminLearn how to implement dependent select boxes in ActiveAdmin to populate options based on previous selections.
Published onFebruary 8, 2015Ruby on Rails applications security vulnerability checking tool - BrakemanRuby On RailsBrakeman is a static analysis tool that checks Ruby on Rails applications for security vulnerabilities without needing a full execution stack.
Published onJanuary 25, 2015Translate Active Record Model Name, Attributes, and Error Messages with Rails Internationalization (I18n) APIRuby On RailsThe Ruby I18n gem provides an easy-to-use framework for translating your application's models, attributes, and validation messages.
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.