Displaying 2 results from an estimated 2 matches for "time_allowed".
2006 Apr 20
1
Rails is losing key information
...#39;, ''1'', ''45'', ''7'', ''0'', NULL, ''46'',
''45'');
----------------------------------
Results in database:
----------------------------------
ID PARENT_ID PRESENTATION_ID
14 1 43
SEQ POINTS TIME_ALLOWED
6 0 [null]
TIP_PRESENTATION_ID EXPLANATION_PRESENTATION_ID
44 43
----------------------------------
Firebird DDL:
----------------------------------
create table presentations
(
ID INTEGER not null primary key,
textvalue varchar (1024),
audio varchar (1024),
visual varchar (1024)
);...
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