397 reputation
111
bio website
location
age
visits member for 1 year, 3 months
seen May 20 at 13:49
stats profile views 16

I love programming, web design, and open source. I try to help others on stackoverflow as a way of giving back.


May
6
awarded  Popular Question
Apr
16
awarded  Popular Question
Apr
10
accepted Listing Microsoft Excel data on a form
Apr
8
comment Listing Microsoft Excel data on a form
This is very nice! I can deal with having blank rows for the time being as I freshen up on VBA. I'll give this code a try tomorrow when I'm back at the spreadsheet and will report back!
Apr
8
revised Listing Microsoft Excel data on a form
added 501 characters in body
Apr
8
comment Listing Microsoft Excel data on a form
The SERIAL column is the serial of the GUN1. They both have different guns (their GUN1 are different), and the serial numbers just go to the gun. I'm not trying to be complicated with it, just trying to get across what I'm trying to do.
Apr
7
asked Listing Microsoft Excel data on a form
Feb
22
accepted FactoryGirl after_create method not saving
Feb
22
comment FactoryGirl after_create method not saving
Wow, it's so obvious now. Thank you so much!
Feb
22
asked FactoryGirl after_create method not saving
Feb
13
awarded  Yearling
Jan
27
revised Model method is working in browser, but not in FactoryGirl Rails
modified the question to be more specific
Jan
27
asked Model method is working in browser, but not in FactoryGirl Rails
Jan
21
comment DRYest way to check if in the first iteration of an .each loop in Ruby/Rails
StackOverflow made me wait 10 minutes before accepting the answer, no worries on that. And this code is for simply displaying the first item in the loop a little differently than the rest. I guess I could have separated them, but it seems like a loop would be easier and keep the group of code more contained. You hit the nail on the head
Jan
21
accepted DRYest way to check if in the first iteration of an .each loop in Ruby/Rails
Jan
21
comment DRYest way to check if in the first iteration of an .each loop in Ruby/Rails
Yes! It's amazing how quickly you can forget things like this when you hardly use them. Thanks!
Jan
21
asked DRYest way to check if in the first iteration of an .each loop in Ruby/Rails
Jan
12
accepted accepts_nested_attributes_for when using class_name on association
Jan
12
comment accepts_nested_attributes_for when using class_name on association
I had read your answer wrong at first, I did your solution backwards. I noticed that and fixed it, it's good to go now. I can't believe it was staring me in the face! Thanks!
Jan
12
asked accepts_nested_attributes_for when using class_name on association