1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [...]
Tag Archives: ActiveRecord
Code Kata Fat Model Validating Presence
[Revised July 31, 2011] Code kata is a powerful weapon in your programming arsenal; probably the most powerful weapon in mine. The deliberate practice of programming using the code kata technique acknowledges the truth: “Simple things are hard enough.” In Rails programming, using the Fat Model Skinny Controller paradigm, models occupy a lot of attention [...]
DEPRECATION WARNING: Errors#on have been deprecated
Here’s something which really bugs me: I do a search on something like an error message (e.g., article title), and the whole front page of Google comes back with garbage. Even Stack Overflow is on the second page for this “errors on versus errors :field” problem. It makes me want to write a stupid blog [...]