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? -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Hej, does anybody have a good experience with a CRM system written in ROR that could be used instead of vtiger? Best regards Karl -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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 Brodowsky <listen-y/VRGs7q77DqlBn2x/YWAg@public.gmane.org>wrote:> Hej, > > does anybody have a good experience with a CRM system written in ROR > that could be used instead of vtiger? > > Best regards > > Karl > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" group. > To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org > To unsubscribe from this group, send email to > rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > . > 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. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
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?-- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.