571 reputation
212
bio website blog.madebydna.com
location Berkeley, CA
age
visits member for 2 years, 9 months
seen yesterday
stats profile views 70

May
11
answered How can I use buttons to dynamically change a form?
May
11
comment How can I use buttons to dynamically change a form?
What does your form inside the modal look like? Did you try and inspect the form action attribute to check if it posts to the correct URL?
May
11
revised How can I use buttons to dynamically change a form?
improved formatting of code samples
May
11
suggested suggested edit on How can I use buttons to dynamically change a form?
May
10
comment An alternative to nested has many relationships
I understand that you will probably never need to access the states table directly. However, it is necessary to make the whole setup work the way you need it.
May
10
comment An alternative to nested has many relationships
No, the states table will not contain any leads. The leads table has a state_id field, which is a reference to a particular state. Multiple leads can have the same state_id, so there is no redundancy. And yes, you can use a has_and_belongs_to_many association instead in this case.
May
10
comment An alternative to nested has many relationships
Great! Glad I could help :-)
May
10
answered An alternative to nested has many relationships
Apr
17
comment Ruby on Rails counter cache error
The second argument to the reset_counters method needs to be the name of the association, not the name of the counter_cache column, so it should be: Video.reset_counters video.id, :video_votes
Apr
17
awarded  Critic
Apr
16
awarded  Self-Learner
Mar
20
accepted TS delayed delta - check for finished job
Mar
8
comment jQuery selector and getting id of element above
@Michelle - please see my updates. You need to use the prevAll() function, since the prev() function only selects immediately preceding siblings
Mar
8
revised jQuery selector and getting id of element above
corrected use of jQuery function
Mar
8
comment Regex for String abxba
Right, I missed that comment about the required a, b and c.
Mar
8
answered Regex for String abxba
Mar
8
comment jQuery selector and getting id of element above
Prev() selects only siblings, not parents. The markup suggests that the h3's are preceding sibling elements.
Mar
8
answered jQuery selector and getting id of element above
Feb
23
awarded  Nice Answer
Jan
12
awarded  Yearling