I really aren''t sure why but my interpreter continues to fail after an unknown amount of requests or time on my local (home) computer. I''ve tried following instructions from people who have encountered similar problems with no success. Is it necessary for me to provide you with version details for Ruby, Rails and MySQL? Does anyone know of this problem, or, better still, a way to solve it? -- 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.
try to use ree http://www.rubyenterpriseedition.com/ Ivan Nastyukhin dieinzige-BUHhN+a2lJ4@public.gmane.org On Jun 17, 2010, at 3:17 PM, Pale Horse wrote:> I really aren''t sure why but my interpreter continues to fail after an > unknown amount of requests or time on my local (home) computer. I''ve > tried following instructions from people who have encountered similar > problems with no success. > > Is it necessary for me to provide you with version details for Ruby, > Rails and MySQL? > > Does anyone know of this problem, or, better still, a way to solve it? > -- > 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. >-- 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.
On 17 June 2010 12:17, Pale Horse <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I really aren''t sure why but my interpreter continues to fail after an > unknown amount of requests or time on my local (home) computer. I''ve > tried following instructions from people who have encountered similar > problems with no success. > > Is it necessary for me to provide you with version details for Ruby, > Rails and MySQL? > > Does anyone know of this problem, or, better still, a way to solve it?I think some details of the problem seen would be useful. What do you mean by ''my interpreter continues to fail''? What is the symptom? Is there anything in the log that gives clues? Versions of rails etc and which OS may be useful. Colin -- 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.
Colin Law wrote:> On 17 June 2010 12:17, Pale Horse <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> I really aren''t sure why but my interpreter continues to fail after an >> unknown amount of requests or time on my local (home) computer. I''ve >> tried following instructions from people who have encountered similar >> problems with no success. >> >> Is it necessary for me to provide you with version details for Ruby, >> Rails and MySQL? >> >> Does anyone know of this problem, or, better still, a way to solve it? > > I think some details of the problem seen would be useful. What do you > mean by ''my interpreter continues to fail''? What is the symptom? Is > there anything in the log that gives clues? > > Versions of rails etc and which OS may be useful. > > Colin"Ruby interpreter (CUI) 1.8.6 [i386-mswin32] has stopped working". This occurs when script/server is running. I''ve tried upgrading my version of Ruby to a more recent version, such as 1.9.1 and downgrading my version of Ruby to an older version. My Rails version is 2.3.5 and I''m running Vista HP 32bit on my development computer. -- 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.
On 17 June 2010 16:06, Pale Horse <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> > "Ruby interpreter (CUI) 1.8.6 [i386-mswin32] has stopped working". This > occurs when script/server is running. > > I''ve tried upgrading my version of Ruby to a more recent version, such > as 1.9.1 and downgrading my version of Ruby to an older version. > > My Rails version is 2.3.5 and I''m running Vista HP 32bit on my > development computer.Googling for the error string found numerous hits suggesting that this is a problem with MySQL version 5.1 on Vista, and reverting to 5.0 fixed it. Are you on 5.1? Colin -- 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.
Colin Law wrote:> > Googling for the error string found numerous hits suggesting that this > is a problem with MySQL version 5.1 on Vista, and reverting to 5.0 > fixed it. Are you on 5.1? > > ColinThat, I have already tried with no success. -- 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.