Justin Richard's blog



Justin RichardJustin Richard
Standup 5/3/11 - It's Tuesday All Day
edit Posted by Justin Richard on Tuesday May 03, 2011 at 02:12PM

Interesting

  • Check your instance variable and methods names for conflicts with libraries or frameworks you are using if you get unexpected failures

    Example 1: defining @response in your RSpec test setup when expecting to use the response from a HTTP request overwrites the result of the request. (don't expect @request or @url to do you any favors either)

    Example 2: Don't define a #process method on a Rails controller

  • SF Dev Ops meetup is tonight