Posts tagged under "rspec"

Form object validations in Rails 4

By Yuva on March 22, 2014
Interacting with complex web forms tends to become hairy pretty quickly. Using Form or Service objects to abstract out the complexity can help wrangle complexity. This post talks about how we use them to make code simpler.
Tagged under: rails, rspec

All you need to know about writing a mountable Rails Gem with rspec

By Yuva on May 30, 2013
Tagged under: gem, mountable, rspec, rails

Poor man's rspec mode for emacs

By Hemant on March 28, 2013
Tagged under: emacs, rspec, rails