C1873b0d2c86671bb1b3d44b53b48c09

Christian Rolle

German version
twitter githuboctocat linkedin
Blog
Google blog
Apr 1, 2018 Rails - Easter Eggstravaganza
Ruby on RailsActiveRecordFun
Apr 30, 2017 The perfect Slug - URL
Ruby on RailsActiveRecordSlug
Mar 26, 2017 Benchmark: preload vs. eager_load
Ruby on RailsActiveRecordBenchmark
Mar 18, 2017 Eager loading: preload vs. eager_load
Ruby on RailsActiveRecordSQL
Feb 18, 2017 Finding records without associations
Ruby on RailsARelActiveRecord
Feb 5, 2017 Boolean attribute validation
Ruby on RailsActiveRecordValidation
Jan 29, 2017 Modularized has_many proxy extension
Ruby on RailsActiveRecordAssociation
Jan 15, 2017 Extending has_many association proxy
Ruby on RailsActiveRecordAssociation
Nov 26, 2016 ActiveRecord stringification
Ruby on RailsActiveRecordDelegator
Aug 28, 2016 Dealing with durations
RubyActiveRecordRange
Jul 23, 2016 Decoupled ActiveRecord scopes by merging
Ruby on RailsActiveRecordRefactoring
Jun 5, 2016 Bundling boolean attributes with enum in Rails
BooleanRuby on RailsActiveRecord
May 22, 2016 ActiveRecord equality - explained
RubyActiveRecordEquality
Mar 20, 2016 Migration path from HABTM to has_many :through
Ruby on RailsActiveRecordAssociation
Feb 21, 2016 ActiveRecord callback tests with RSpec
RSpecRuby on RailsActiveRecord