Displaying 1 result from an estimated 1 matches for "tip_presentation_id".
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:
--------------------------...