Displaying 2 results from an estimated 2 matches for "15t19".
Did you mean:
1519
2006 Apr 25
2
Noob Question: Regarding Form
...but I want to use the Ruby Form helpers.
<%= text_field %>
Basically, I want to use database info, and input it into Ruby code to
be interpreted by ruby... i think :P
Hope that made sense, thanks in advance
--
Randal Signature
Randal Santia
Randal Santia
2
3
2005-12-15T19:39:00Z
2005-12-15T19:39:00Z
1
36
209
1
1
244
11.6408
false
false
false
MicrosoftInternetExplorer4
w:LatentStyles>
Randal Santia
B2B Logic.net
Website:
http://www.b2blogic.net
Email: randal-UNWnRcPzgprk1uMJSBkQmQ@public.gmane.org
Phone: 905-829-9777
Toll
Free:...
2006 Apr 20
5
strange mysql problem
i have this model:
class LineItem < ActiveRecord::Base
belongs_to :quote
end
in the console:
>>l = LineItem.create
ActiveRecord::StatementInvalid: Mysql::Error: You have an error in
your SQL syntax; check the manual that corresponds to your MySQL
server version for the right syntax to use near '' , , , )'' at line 1:
INSERT INTO line_items (`qty`, `quote_id`,