From novice to expert, I’m sure every Rails developer believes in MVC. But...
When you get a report from your site users or your clients complaining about...
So in my never-ending quest to remove conditional logic from code, I began...
A few of us are going to be trekin’ down to the Penn State campus for Ruby...
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...