Hello, I am attempting to do a new db migration on an existing project however when I try to run the migration wizard it fails with the following error in my console window.>script/generate migration --force testsUnable to locate the Ruby interpreter. Please configure one via ''Window | Preferences... | Ruby/Interpreters''.>I have already specified "Generic Ruby" Located at: C:\Ruby200-x64\bin\ruby.exe I also tried "Generic Ruby" Located at: C:\Ruby187\bin\ruby.exe since I do have both versions installed. I am on windows 7 x64 running 3rdrail and eclipse. I am bran new to ruby development and look forward to learning! Thanks -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/e336c163946577afc2d1d1aa447e311d%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
On 23 July 2013 17:31, brian sur <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hello, > I am attempting to do a new db migration on an existing project however > when I try to run the migration wizard it fails with the following error > in my console window. > >>script/generate migration --force tests > Unable to locate the Ruby interpreter. Please configure one via ''Window > | Preferences... | Ruby/Interpreters''. >> > > I have already specified "Generic Ruby" Located at: > C:\Ruby200-x64\bin\ruby.exe > > I also tried "Generic Ruby" Located at: C:\Ruby187\bin\ruby.exeWhat do you mean you "tried" them? What happens if you do C:\Ruby200-x64\bin\ruby.exe script/generate migration --force tests or the same with the other Ruby?> > since I do have both versions installed. > > I am on windows 7 x64 running 3rdrail and eclipse.I am sorry to hear that, you have my sympathies.> > I am bran new to ruby development and look forward to learning!Work right through a good tutorial such as railstutorial.org (which is free to use online). That will show you the basics of rails. If at all possible move to a Linux OS such as Ubuntu for your rails development. You will find fewer problems and will find it easier to get help as most rails developers use Linux or Mac. You can run Ubuntu in a virtual machine in Windows or set your PC up to dual boot Win and Ubuntu. I suspect the problem you have described is a Win issue. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuR0O3fZOJc2qdhN%3Dv3Vhh%2BgT-5CVorY661fNxSFH4DYQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Colin Law wrote in post #1116404:> On 23 July 2013 17:31, brian sur <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> I have already specified "Generic Ruby" Located at: >> C:\Ruby200-x64\bin\ruby.exe >> >> I also tried "Generic Ruby" Located at: C:\Ruby187\bin\ruby.exe > > What do you mean you "tried" them? > > What happens if you do > C:\Ruby200-x64\bin\ruby.exe script/generate migration --force tests > or the same with the other Ruby? > >> >> since I do have both versions installed. >> >> I am on windows 7 x64 running 3rdrail and eclipse. > > I am sorry to hear that, you have my sympathies. > >> >> I am bran new to ruby development and look forward to learning! > > Work right through a good tutorial such as railstutorial.org (which is > free to use online). That will show you the basics of rails. If at > all possible move to a Linux OS such as Ubuntu for your rails > development. You will find fewer problems and will find it easier to > get help as most rails developers use Linux or Mac. You can run > Ubuntu in a virtual machine in Windows or set your PC up to dual boot > Win and Ubuntu. I suspect the problem you have described is a Win > issue. > > ColinI made some progress, I removed the 187 interpreter I then re-added it and my migration ran. However I had auto build checked and now its been building at 4% for 2 hours. I have read other had this issue as well but I have not found any information on fixing builds that last forever. My project is not that big. I have done several tutorials and they worked great, But this is an existing project that I did not write that I am currently working in. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/71a4307b2ec3d529e66fa2f5a881964d%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
On 23 July 2013 20:32, brian sur <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> > I made some progress, I removed the 187 interpreter I then re-added it > and my migration ran. However I had auto build checked and now its been > building at 4% for 2 hours. I have read other had this issue as well but > I have not found any information on fixing builds that last forever. My > project is not that big. I have done several tutorials and they worked > great, But this is an existing project that I did not write that I am > currently working in.What is autobuild? There is normally nothing to build on a Rails project (at least in development mode). Just start the server and off it goes. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLu8Ctt2e-EoGtiNwdA1_B1%3DaxByUreWQXhJ1cZ76khPLg%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Colin Law wrote in post #1116406:> On 23 July 2013 20:32, brian sur <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> >> I made some progress, I removed the 187 interpreter I then re-added it >> and my migration ran. However I had auto build checked and now its been >> building at 4% for 2 hours. I have read other had this issue as well but >> I have not found any information on fixing builds that last forever. My >> project is not that big. I have done several tutorials and they worked >> great, But this is an existing project that I did not write that I am >> currently working in. > > What is autobuild? There is normally nothing to build on a Rails > project (at least in development mode). Just start the server and off > it goes. > > ColinI am using 3rdrail and eclipse At the top of screen: Project->Build Automatically -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/3f3a26d088225290678f551009e3b49a%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.
On 23 July 2013 20:42, brian sur <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Colin Law wrote in post #1116406: >> On 23 July 2013 20:32, brian sur <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >>> >>> I made some progress, I removed the 187 interpreter I then re-added it >>> and my migration ran. However I had auto build checked and now its been >>> building at 4% for 2 hours. I have read other had this issue as well but >>> I have not found any information on fixing builds that last forever. My >>> project is not that big. I have done several tutorials and they worked >>> great, But this is an existing project that I did not write that I am >>> currently working in. >> >> What is autobuild? There is normally nothing to build on a Rails >> project (at least in development mode). Just start the server and off >> it goes. >> >> Colin > > I am using 3rdrail and eclipse At the top of screen: > Project->Build AutomaticallyNo idea what that does, sorry. You will have to find someone with 3rdrail or eclipse knowledge (you have not made it clear whether that is an eclipse action or 3rdrail). 3rdrail is a paid for product is it not? Presumably they offer support. Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLvDPFKuFxMYCNhL96Eqm0hf%3DChLS4EB5942%2BgiYU0dshQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Colin Law wrote in post #1116409:> On 23 July 2013 20:42, brian sur <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >>> >>> What is autobuild? There is normally nothing to build on a Rails >>> project (at least in development mode). Just start the server and off >>> it goes. >>> >>> Colin >> >> I am using 3rdrail and eclipse At the top of screen: >> Project->Build Automatically > > No idea what that does, sorry. You will have to find someone with > 3rdrail or eclipse knowledge (you have not made it clear whether that > is an eclipse action or 3rdrail). 3rdrail is a paid for product is it > not? Presumably they offer support. > > ColinThis is a feature of eclipse, I also found out that what is triggering these builds is when I select the ruby interpreter, It apparently needs to do an initial build. -- 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 unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c65b0774e8384a626aedd7add9e1e085%40ruby-forum.com. For more options, visit https://groups.google.com/groups/opt_out.