Displaying 2 results from an estimated 2 matches for "tip_presentation".
2006 Apr 20
1
Rails is losing key information
...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_presentation_id is = 43
tip_presentation_id is = 44
INSERT INTO QUESTIONS () VALUES (''15'', ''1'', ''45'', ''7'', ''0'', NULL, ''46'',
''45'');
----------------------------------
Results in database:
-----------------------...
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