search for: explanation_presentation

Displaying 2 results from an estimated 2 matches for "explanation_presentation".

2006 Apr 20
1
Rails is losing key information
...under some circumstances. Specifically, in the Questions class that follows, the presentation_id property is apparently being lost. The STDOUT dump from the create method indicates that the presentation_id should be 42, but the dump from the database shows that it is 43, which is the same as the explanation_presentation_id Any ideas? Is this a known bug that is fixed in a more recent version of rails? STDOUT dump: ------------------------------ Parent should be = 1 Parent = 1 Presentation is = dsfsasdafsa Tip is = vcxzvzxc Explanation is = presentation_ID is = 42 explanation_presentati...
2006 Jun 03
12
How to get dynamically created inputs from html form back to rails app
Thank you in advance. Although I have many years of experience in general, including cross- platform processing, I am not an HTML/Javascript programmer. As a result, I do not have certain specific baseline skills and/or knowledge that are presumed in the Rails and Ajax documentation. I am experienced with DOM manipulations, so the bare mechanics of manipulating the browser GUI via Javascript