Gotchas with enum types in views.
    
    
  
  
    
    
      Here’s something I discovered the other day:
ActiveRecord infers model...
    
    
  
  
    
    
      Sometimes in Rails you ask yourself: how do I test this?
One example is...
    
    
  
  
    
    
      Testing views in Rails applications.
    
    
  
  
    
    
      Ok, I just want to set this one in stone.
Rails’ polymorphic associations.
...
    
    
  
  
    
    
      Ruby’s modules give us opportunities to eliminate unnecessary classes from...
    
    
  
  
    
    
      In Ruby there’s 2 ways to add behavior to a class:
inheritance
modules
...
    
    
  
  
    
    
      How configuration loading occurs in Rails.
    
    
  
  
    
    
      Recently Ive been running into some strange behavior with Ruby and its class...
    
    
  
  
    
    
      How to name libraries for autoloading in Rails.