y0mbo

1,395
Reputation
150 views

Registered User

Name y0mbo
Member for 1 year
Seen 1 hour ago
Website
Location Indianapolis, IN, USA
Age 37
Independent .NET software developer and web developer.
Dec
1
comment Replace text in a Visual Studio Code Snippet Literal
You should answer this in an answer so it can be voted on and accepted.
Nov
17
revised Can this relationship be described in Ruby on Rails?
I deleted my attempt at a solution. It was clearly wrong and I don't want others to try it instead of the accepted answer.
Nov
16
awarded  Notable Question
Nov
14
comment Can this relationship be described in Ruby on Rails?
The table design will help. I was not aware of the .references "data type".
Nov
14
comment Can this relationship be described in Ruby on Rails?
I agree with your design assessment. My example is a little simplified from what I'll actually be doing; the customers would actually be part of the same account in the same household. They may share the same address, or may want shipping to a different location.
Nov
14
comment Can this relationship be described in Ruby on Rails?
I tried to simplify my example for my question. The customers in question would literally be part of the same household, so changes to one address should update for all.
Nov
14
asked Can this relationship be described in Ruby on Rails?
Nov
14
comment Many-to-Many Relationship With Same Table (Ruby on Rails)
I believe the correct URL above should be: github.com/rails/acts_as_nested_set
Nov
13
answered how to get started on learning new language
Oct
27
awarded  Tumbleweed
Oct
27
awarded  Popular Question
Oct
20
accepted Repository of “standard” BDD specs
Oct
20
asked Replace text in a Visual Studio Code Snippet Literal
Oct
12
comment ReSharper doesn’t see my Machine.Specification tests
Thanks for the answer; and the help via Twitter.
Oct
10
asked ReSharper doesn’t see my Machine.Specification tests
Oct
6
answered Repository of “standard” BDD specs
Sep
29
answered Making A Graphic Pie Chart In C#
Sep
29
asked Repository of “standard” BDD specs
Sep
29
awarded  Citizen Patrol
Aug
6
awarded  Yearling
Jul
2
comment Set a CSS class on an ASP.NET RadioButtonList ListItem
I was hoping there was a solution in ASP.NET other than writing a control adapter that I was missing, but this is the solution I ended up using.
Jul
1
asked Set a CSS class on an ASP.NET RadioButtonList ListItem
Jun
26
comment Is writing specifications for hobby projects the only way for them to be finished?
One nice thing about BDD approaches to development is that you can clearly see which behaviors have been implemented and which have not. This can go a long way when picking things up again.