Occasionally when developing an app you have to break out an enumeration. ...
    
    
  
  
    
    
      On a sidebar in the latest edition of Agile Web
Development
I noticed...
    
    
  
  
    
    
      Most of the time in my tests I mock out all external resources, e.g. file...
    
    
  
  
    
    
      A common Ruby/Rails idiom used in views looks like the following:
<% if...
    
    
  
  
    
    
      Conditional display of application components.
    
    
  
  
    
    
      How to test routes in Rails applications.
    
    
  
  
    
    
      How to connect to Facebook applications.
    
    
  
  
    
    
      Recently I was writing an action in one of my controllers that needed to do a...
    
    
  
  
    
    
      This one come up today at the shop.
Say you have the following table:
users...
    
    
  
  
    
    
      While attending RailsConf a few weeks ago the first non-keynote session I saw...