Displaying 3 results from an estimated 3 matches for "jebus".
Did you mean:
jbus
2006 Feb 07
2
render collection undefined local variable
Why am I getting undefined local variable ''contact'' in my partial.
This is code I used to render the partial, works in lots of other places
<%= render (:partial => ''list'', :collection => @contacts) %>
in my parital I have
<%= contact.first_name %>
if I write this way it works fine
<% for contact in @contacts %>
<%= render (:partial
2006 Feb 07
4
Ferret on Rails -- Webrick won''t start?
Hello,
I tried using
http://ferret.davebalmain.com/trac/wiki/FerretOnRails
but Webrick won''t start after implementing the plugin?
I tried both versions but to no avail?
All I get is Booting up ... and then it dies?
No info in log/development.log?
Does anyone has a working copy of acts_as_ferret or has any ideas on what''s wrong? I am placing the plugins
2006 Feb 06
0
sqlserver image columns
I am trying to upload word docs to an image column. I followed the
cookbook for how to upload files and it works on a MySQL db (upload
and download) on SQLServer however I get the following error
DBI::DatabaseError: Execute
OLE error code:80040E07 in Microsoft OLE DB Provider for SQL Server
Operand type clash: text is incompatible with image
HRESULT error code:0x80020009
Also I when