Tanawat Limungkura
2010-Sep-25 14:54 UTC
How to get database gem installed for Windows and Netbeans ?
I change the platform from Linux to Windows and use netbeans to develop The problem about database creation stay still Could not find gem ''mysql2 (>= 0, runtime)'' in any of the gem sources. Could not find gem ''pg (>= 0, runtime)'' in any of the gem sources. I this problem occur because I still not install gem for database yet. How to install it ? many 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 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.
NARKOZ
2010-Sep-26 10:49 UTC
Re: How to get database gem installed for Windows and Netbeans ?
First install ruby and rubygems, then install necessary gems with `gem install` command. Btw, mysql2 gem is not working on windows, try old mysql gem. On Sep 25, 7:54 pm, Tanawat Limungkura <li...-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> I change the platform from Linux to Windows and use netbeans to develop > The problem about database creation stay still > > Could not find gem ''mysql2 (>= 0, runtime)'' in any of the gem sources. > Could not find gem ''pg (>= 0, runtime)'' in any of the gem sources. > > I this problem occur because I still not install gem for database yet. > How to install it ? > > many thanks > -- > Posted viahttp://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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.