Crafting Ruby

Archives

2016-10-25
I'm not testing those stupid views!
2015-12-15
Cleaner RSpec examples and failure messages
2015-12-09
Rails Anti-Pattern: Fat Decorator
2015-07-09
Don't index the kitchen sink!
2015-07-07
Using Enumerable as testing abstraction
2015-06-29
Delegating to Query Objects through ActiveRecord scopes
2015-06-24
Say no to chained scopes!
2015-06-20
A cookie based approach to handling guest users
2015-06-02
Resourceful custom user profile theme
2015-05-31
Don't use before_action to load data
2015-05-29
Decouple logic from Rails controllers with Pseudo Resources
2014-11-16
DRY Rails Views with Template Inheritance
2014-09-22
Prevent creating records on ActiveRecord null relations
2014-09-20
Never render layout for XHR requests in Rails
2014-01-23
Side effects of Kernel#Array
2014-01-14
Transforming XML in Ruby with XSLT and Nokogiri
2014-01-13
Callbacks and Dirty Objects in Rails
2013-11-27
Guard with Spork and Simplecov configuration for RSpec and Cucumber tests using FactoryGirl
2013-08-25
Let's give it a #try
2013-02-19
Conditionally map a single route to different controllers
2013-02-17
Rendering XML with Haml

About Me

Hi! I'm Jeroen Weeink, fulltime Ruby on Rails developer and clean code fanatic from the Netherlands.

Latest Posts

  • I'm not testing those stupid views!
  • Cleaner RSpec examples and failure messages
  • Rails Anti-Pattern: Fat Decorator
  • Don't index the kitchen sink!
  • Using Enumerable as testing abstraction
  • Delegating to Query Objects through ActiveRecord scopes
  • Say no to chained scopes!
  • A cookie based approach to handling guest users
  • Resourceful custom user profile theme
  • Don't use before_action to load data

Archives

  • All Posts