Published onJuly 2, 2015Slide - An Introduction To Ruby On RailsRuby On RailsIntroduction to Ruby on Rails slides for beginners and new joiners.
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.