Problem with file_column

I’m having a problem with file_column running in mongrel in Windows
2003. My app runs perfectly but, when I try to upload a picture, this
message is shown:

c:/ruby/bin/mongrel_rails: No such file or directory - file -bi
“C:/apps/myapplication/public/user/picture/tmp/1274046007.99000.2388/avatar.jpg”

When I check if the picture was uploaded, it is there.

The problem is that the name of the picture is not updated in my
database.

Have you guys had any problem like that?

Hej,

does anybody have a good experience with a CRM system written in ROR
that could be used instead of vtiger?

Best regards

Karl

Funny you should ask… I’m currently working on an open source business
management (CRM, document management, accounting) application built on
Ruby
on Rails. It’s called Journey Business Management. Expecting a release
within the next month or so with basic functionality.

Inquire if you’d like to help with development, interesting in using, or
just want to know more…

On Sun, May 16, 2010 at 6:13 PM, Karl B.
[email protected]wrote:

You received this message because you are subscribed to the Google G.
“Ruby on Rails: Talk” group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected][email protected]
.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.


Joshua S. Martin

CONFIDENTIALITY NOTE: This e-mail message, including any attachment(s),
contains information that may be confidential, protected by the attorney
client or other legal privileges, and or proprietary non public
information.
If you are not an intended recipient of this message or an authorized
assistant to an intended recipient, please notify the sender by replying
to
this message and then delete it from your system. Use, dissemination,
distribution, or reproduction of this message and or any of its
attachments
(if any) by unintended recipients is not authorized and may be unlawful.

I’ve just found an alternative solution by taking file_column away and
use paperclip instead.

Rafael Oshiro wrote:

I’m having a problem with file_column running in mongrel in Windows
2003. My app runs perfectly but, when I try to upload a picture, this
message is shown:

c:/ruby/bin/mongrel_rails: No such file or directory - file -bi
“C:/apps/myapplication/public/user/picture/tmp/1274046007.99000.2388/avatar.jpg”

When I check if the picture was uploaded, it is there.

The problem is that the name of the picture is not updated in my
database.

Have you guys had any problem like that?