Displaying 2 results from an estimated 2 matches for "palanikannan".
2011 Feb 17
4
PGError: ERROR: relation "instructions" does not exist
HI,
I got this error when i am testing my rails application. I dont have the
table named ''instructions''. But it shows a error like "ERROR: relation
"instructions" does not exist". Totally, I got same error for 64 tests as 64
errors.
I am using rails 3.0, Ruby 1.9.2, Netbeans 6.8.
PS: I didnt creat Instruction manual for rails application.
*Error:
2010 Sep 08
4
Populate combo box from database without repeatness
Hi,
I have a column of data with repeated as mentioned below.
*column_name*
Acer
Lenova
HP
Lenova
Acer
Acer
Lenova
I need to populate this column in a combo box without repeated data as
mentioned below
*combo box*
Acer
Lenova
HP
I tried as
<%= collection_select(:column_name, TableName.all)%>
"table_names" is a table and "column_name" is a column needed to