| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 9 months |
| seen | Mar 17 at 7:58 | |
| stats | profile views | 8 |
|
May 6 |
awarded | Yearling |
|
May 3 |
awarded | Nice Answer |
|
Mar 11 |
awarded | Caucus |
|
Mar 11 |
awarded | Constituent |
|
Jan 15 |
asked | Sequel query chaining with WITH and OR |
|
Nov 14 |
comment |
Sequel Migration update with a row's ID Awesome, thanks Jeremy. Didn't realize I could just pass the column name as a symbol. |
|
Nov 14 |
accepted | Sequel Migration update with a row's ID |
|
Nov 14 |
asked | Sequel Migration update with a row's ID |
|
Oct 30 |
comment |
Object Oriented Design Patterns for Model Attribute Events Definitely! Sorry I should have said, "I figure the Observer would probably be the way to go... for the message passing issue" :) |
|
Oct 30 |
comment |
Object Oriented Design Patterns for Model Attribute Events Thanks Arun, I figured Observer would probably be the way to go. |
|
Oct 30 |
accepted | Object Oriented Design Patterns for Model Attribute Events |
|
Oct 30 |
comment |
Object Oriented Design Patterns for Model Attribute Events Thanks Arun! I thought about a strategy, but I'm less concerned with if we bill than the act of how to pass the messages around. When Person changes, both CreditCard and Event need to be notified, but neither notifications really apply to Person's domain. |
|
Oct 30 |
asked | Object Oriented Design Patterns for Model Attribute Events |
|
Sep 20 |
comment |
How to group count and join in sequel? Awesome! Thanks Jeremy! I didn't notice IFNULL in any of the sequel documentation, is that part of Sequel's query DSL or directly to MySQL (I may not understand how the {} expression blocks are evaluated) |
|
Sep 20 |
accepted | How to group count and join in sequel? |
|
Sep 19 |
comment |
How to group count and join in sequel? Hi guys, I have the correct sql, what I need help with is the Sequel equivalent (a ruby ORM like ActiveRecord). |
|
Sep 19 |
asked | How to group count and join in sequel? |
|
Aug 24 |
comment |
Rails Model to use API instead of Database They technically could, but it would be bad practice to have two applications affect the same database, especially when either could have migrations that would affect the other. |
|
Aug 24 |
comment |
Rails Model to use API instead of Database This article was interesting: solnic.eu/2011/08/01/making-activerecord-models-thin.html |
|
Aug 24 |
asked | Rails Model to use API instead of Database |