Posts tagged: coding
-
Using the ActiveRecord Attributes API (24 Jun 2015 | Tags: ruby, rails, activerecord, coding)
-
Rails application.rb Recommendations (16 Jun 2015 | Tags: rails, coding)
-
Your Clever Code is a Jewel-Encrusted Lobster (17 May 2015 | Tags: coding)
-
Humane Development (17 Dec 2014 | Tags: coding, life, philosophy)
-
In Defense of Alias (23 Oct 2014 | Tags: ruby, coding)
-
SNMP in Elixir (10 Jul 2014 | Tags: elixir, coding)
-
You're Already a Programmer (26 Mar 2014 | Tags: philosophy, career, coding)
-
7 Lines Every Gem's Rakefile Should Have (05 Feb 2014 | Tags: coding, ruby)
-
The Willfully Ignorant Development Process (31 Jan 2014 | Tags: coding)
-
ActiveRecord.where.not(:sane => true) (07 Oct 2013 | Tags: ruby, coding, squeel, activerecord)
-
The Cost of If (16 Sep 2013 | Tags: coding, design, philosophy)
-
Multipass Rendering With Mustache (14 May 2013 | Tags: coding, ruby, mustache)
-
Ruby Tidbit: Proc#arity (28 Dec 2012 | Tags: coding, ruby, tidbit)
-
Ruby Tidbit: Include vs Extend with Module Class Variables (29 Nov 2012 | Tags: coding, ruby, tidbit)
-
Ruby Tidbit: String, the original value object (01 Nov 2012 | Tags: coding, ruby, tidbit)
-
Ruby Tidbit: Super and Parameter Reassignment (11 Oct 2012 | Tags: coding, ruby, tidbit)
-
Making Ruby Dance! (23 Sep 2012 | Tags: coding, ruby, rubyhoedown, speaking, lightning-talk)
-
Ruby Tidbit: __LINE__ and heredocs (10 Sep 2012 | Tags: coding, ruby, tidbit)
-
Toward a More Egalitarian ObjectSpace (21 Aug 2012 | Tags: coding, equivalence, gem, ruby)
-
The Greenfield App Continuum (15 Aug 2012 | Tags: coding, philosophy, rails, ruby)
-
Persistence is a Solved Problem (17 Jul 2012 | Tags: coding)
-
SQL Literals in Squeel (or, Overriding Backticks in Ruby) (30 May 2012 | Tags: coding, ruby, squeel)
-
Why your Ruby class macros (might) suck (mine did) (11 May 2012 | Tags: coding, ransack, ruby)
-
What's new with Squeel? (03 Jul 2011 | Tags: coding, gem, rails, ruby, squeel)
-
"WTH is happening to Rails?" I'll tell you. (14 Jun 2011 | Tags: coding, philosophy, rails, ruby)
-
Scaling Web Applications: My "3 Questions" Philosophy (02 Jun 2011 | Tags: coding, scaling)
-
RailsConf.reflect_on_all_lessons_learned (24 May 2011 | Tags: coding, rails, railsconf)
-
Introducing Squeel! (13 Apr 2011 | Tags: coding, gem, meta_where, rails, squeel)
-
Ransack, the library formerly known as MetaSearch 2.0 (01 Apr 2011 | Tags: coding, gem, meta_search, meta_where, ransack)
-
The MetaWhere 2.0 Rewrite (18 Feb 2011 | Tags: coding, gem, meta_where, rails, ruby)
-
When to use alias_method_chain (03 Feb 2011 | Tags: coding, ruby)
-
attr_bucket, A Gem for Your Lolrus Model (27 Jan 2011 | Tags: attr_bucket, coding, gem, rails, ruby)
-
How Writing Libraries Restored my Faith in Open Source (25 Jan 2011 | Tags: coding, philosophy)
-
Mobile Devices and Rails: Maintaining your Sanity (05 Jan 2011 | Tags: coding, mobile, rails)
-
Converting Your Code to ARel 2.0 (15 Oct 2010 | Tags: arel, coding, rails)
-
MetaSearch 0.9.7(.1)(.2)! (12 Oct 2010 | Tags: coding, meta_search, rails)
-
The Underused collection_singular_ids Method (02 Oct 2010 | Tags: coding, meta_search, rails)
-
Reaper (27 Sep 2010 | Tags: coding, reaper)
-
MetaSearch::Builder#relation and you (20 Sep 2010 | Tags: coding, meta_search, rails)
-
Git Bisect is Awesome (10 Sep 2010 | Tags: coding, git)
-
Why MetaWhere 0.9.2 raises errors (and why you'll thank me later) (26 Aug 2010 | Tags: coding, gem, meta_where, rails)
-
H8ball, the HTTP Status 8-ball (26 Aug 2010 | Tags: coding, geekery)
-
Coder Archetypes: The Line Worker and the Artist (04 Aug 2010 | Tags: coding, philosophy)
-
Uploadify and Rails 3 (09 Jul 2010 | Tags: coding, rails)
-
MetaWhere 0.5.2 - Debug your SQL (09 Jul 2010 | Tags: coding, meta_where, rails)
-
Scoping Searches with MetaSearch (30 Jun 2010 | Tags: coding, meta_search, rails)
-
ActiveRecord::Relation vs Arel (11 May 2010 | Tags: arel, coding, rails)
-
Why (fork) Arel? (03 May 2010 | Tags: arel, coding, rails)
-
Introducing MetaWhere (15 Apr 2010 | Tags: coding, gem, meta_where, rails)
-
Ruby 1.9, BasicObject, and ! (not) (10 Apr 2010 | Tags: coding, meta_search, rails, ruby)
-
The latest on MetaSearch (16 Mar 2010 | Tags: coding, gem, meta_search, rails)
-
MetaSearch, Object-based searching for Rails 3 (07 Mar 2010 | Tags: coding, gem, meta_search, rails)
-
SimpleSearch, searching ActiveRecord Objects with form_for (24 Feb 2010 | Tags: coding, gem, rails, simplesearch)
-
What I've been up to, and a few plugs (23 Feb 2010 | Tags: coding, life)
-
Easy Role-Based Authorization in Rails (30 Sep 2008 | Tags: coding, rails, ruby)
-
PHP: A Bridge Too Many? (20 Aug 2008 | Tags: coding, philosophy)
-
Today, you're as dumb as you'll ever be. (19 Aug 2008 | Tags: coding, philosophy)
-
Modifying Association Methods Dynamically (02 Aug 2008 | Tags: coding, rails, ruby)
-
Updating MySQL DATETIMEs for Rails 2.1 Time Zones (02 Jun 2008 | Tags: coding, rails, ruby)
-
The local_request That Isn't (30 May 2008 | Tags: coding, rails, ruby)
-
Importing Legacy Data to Your Rails Database (02 May 2008 | Tags: coding, rails)
-
Simplified Active Directory User Authentication (04 Apr 2008 | Tags: coding, rails, ruby)
-
The Joy of User-Driven Development (28 Mar 2008 | Tags: coding, design, philosophy)
-
Of Badgers and XML: Custom XML Serialization in Rails (18 Mar 2008 | Tags: coding, rails)
-
Recursive Hash#fetch (11 Mar 2008 | Tags: coding, rails)
-
Parsing the WoW Armory with Rails (22 Feb 2008 | Tags: coding, rails)
-
A little Subversion gotcha (12 Feb 2008 | Tags: coding)
-
Simple Model Search with Rails (07 Feb 2008 | Tags: coding, rails)
-
Hello, world. (21 Mar 2007 | Tags: coding, site)