Hi, When i open the rails application by netbeans i got the error as below, "Rails requires RubyGems >= 1.3.1 (you have 1.2.0). Please `gem update --system` and try again." I have the ruby version "ruby 1.8.7 (2009-04-08 patchlevel 160) [i686-linux]" And the below list are gem list actionmailer (2.3.5) actionpack (2.3.5) activerecord (2.3.5) activeresource (2.3.5) activesupport (2.3.5) fastercsv (1.5.0) linecache (0.43) rack (1.0.1) rails (2.3.5) rake (0.8.7) ruby-debug-base (0.10.2) ruby-debug-ide (0.3.1) rubygems-update (1.3.5) How can i fix the error. Did i miss anything?. Thanks, Periyasamy -- 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.
> "Rails requires RubyGems >= 1.3.1 (you have 1.2.0). Please `gem update > --system` and try again."Its all there for you sudo gem update --system On 23 January 2010 03:34, Periyasamy Ramachandiran <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> > > Hi, > > When i open the rails application by netbeans i got the error as below, > > "Rails requires RubyGems >= 1.3.1 (you have 1.2.0). Please `gem update > --system` and try again." > > I have the ruby version "ruby 1.8.7 (2009-04-08 patchlevel 160) > [i686-linux]" > > And the below list are gem list > > actionmailer (2.3.5) > actionpack (2.3.5) > activerecord (2.3.5) > activeresource (2.3.5) > activesupport (2.3.5) > fastercsv (1.5.0) > linecache (0.43) > rack (1.0.1) > rails (2.3.5) > rake (0.8.7) > ruby-debug-base (0.10.2) > ruby-debug-ide (0.3.1) > rubygems-update (1.3.5) > > How can i fix the error. Did i miss anything?. > > Thanks, > Periyasamy > -- > 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. > >-- Rob Lacey contact-+WAvBcCRUVA@public.gmane.org http://www.robl.me -- 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.
Rob Lacey wrote:>> "Rails requires RubyGems >= 1.3.1 (you have 1.2.0). Please `gem update >> --system` and try again." > > Its all there for you > > sudo gem update --system > > On 23 January 2010 03:34, Periyasamy Ramachandiran > <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> [i686-linux]" >> rack (1.0.1) >> -- >> 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. >> >> > > > > -- > Rob Lacey > contact-+WAvBcCRUVA@public.gmane.org > http://www.robl.meHi Rob Lacey, Thanks for your quick response. I tried the command "sudo gem update --system" and also the gem version 1.3.5 is updated successfully. But the problem is still exists when open the netbeans it says the same above error. Anything elso to update?. Thanks Periyasamy. -- 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 only "sudo gem update" and reply if its not works On Sat, Jan 23, 2010 at 10:48 AM, Periyasamy Ramachandiran < lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Rob Lacey wrote: > >> "Rails requires RubyGems >= 1.3.1 (you have 1.2.0). Please `gem update > >> --system` and try again." > > > > Its all there for you > > > > sudo gem update --system > > > > On 23 January 2010 03:34, Periyasamy Ramachandiran > > <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > >> [i686-linux]" > >> rack (1.0.1) > >> -- > >> 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-/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. > >> > >> > > > > > > > > -- > > Rob Lacey > > contact-+WAvBcCRUVA@public.gmane.org > > http://www.robl.me > > > Hi Rob Lacey, > > Thanks for your quick response. I tried the command "sudo gem update > --system" and also the gem version 1.3.5 is updated successfully. But > the problem is still exists when open the netbeans it says the same > above error. > > Anything elso to update?. > > Thanks > Periyasamy. > > > -- > 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-/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. > >-- Regards: Rajeev sharma +919813270707 -- 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.
kannav rajeev wrote:> try only "sudo gem update" > and reply if its not works > > On Sat, Jan 23, 2010 at 10:48 AM, Periyasamy Ramachandiran < > lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > >> >> [i686-linux]" >> . >> > http://www.robl.me >> >> 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. >> >> > > > -- > Regards: > Rajeev sharma > +919813270707Hi sharma, Thanks for your response. I tried as you have mentioned ''sudo gem update''. I got some gem update for rack and ruby-debug. Please find the result below, [root@localhost ~]# sudo gem update Updating installed gems Updating rack Successfully installed rack-1.1.0 Updating ruby-debug-base Building native extensions. This could take a while... Successfully installed ruby-debug-base-0.10.3 Updating ruby-debug-ide Building native extensions. This could take a while... Successfully installed ruby-debug-ide-0.4.9 Gems updated: rack, ruby-debug-base, ruby-debug-ide Installing ri documentation for rack-1.1.0... Installing ri documentation for ruby-debug-base-0.10.3... Installing ri documentation for ruby-debug-ide-0.4.9... Installing RDoc documentation for rack-1.1.0... Installing RDoc documentation for ruby-debug-base-0.10.3... Installing RDoc documentation for ruby-debug-ide-0.4.9... [root@localhost ~]# gem -v 1.3.5 Here Eventhough i have updated gem version 1.3.5. But the problem exits. Any other solution? Thanks Periyasamy. -- 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.
goto http://rubyforge.org/frs/?group_id=126&release_id=37073 download ruby gem 1.3.1 unpack it in your application then "gem install (which is unziiped full name) -- local " thats it it looks like that rails_app>sudo gem install (which is unziiped full name) -- local ok its over On Sat, Jan 23, 2010 at 11:18 AM, Periyasamy Ramachandiran < lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> kannav rajeev wrote: > > try only "sudo gem update" > > and reply if its not works > > > > On Sat, Jan 23, 2010 at 10:48 AM, Periyasamy Ramachandiran < > > lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > > >> >> [i686-linux]" > >> . > >> > http://www.robl.me > >> > >> 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> > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > >> . > >> For more options, visit this group at > >> http://groups.google.com/group/rubyonrails-talk?hl=en. > >> > >> > > > > > > -- > > Regards: > > Rajeev sharma > > +919813270707 > > > Hi sharma, > > Thanks for your response. I tried as you have mentioned ''sudo gem > update''. I got some gem update for rack and ruby-debug. Please find the > result below, > > [root@localhost ~]# sudo gem update > Updating installed gems > Updating rack > Successfully installed rack-1.1.0 > Updating ruby-debug-base > Building native extensions. This could take a while... > Successfully installed ruby-debug-base-0.10.3 > Updating ruby-debug-ide > Building native extensions. This could take a while... > Successfully installed ruby-debug-ide-0.4.9 > Gems updated: rack, ruby-debug-base, ruby-debug-ide > Installing ri documentation for rack-1.1.0... > Installing ri documentation for ruby-debug-base-0.10.3... > Installing ri documentation for ruby-debug-ide-0.4.9... > Installing RDoc documentation for rack-1.1.0... > Installing RDoc documentation for ruby-debug-base-0.10.3... > Installing RDoc documentation for ruby-debug-ide-0.4.9... > [root@localhost ~]# gem -v > 1.3.5 > > Here Eventhough i have updated gem version 1.3.5. But the problem exits. > Any other solution? > > Thanks > Periyasamy. > -- > 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-/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. > >-- Regards: Rajeev sharma +919813270707 -- 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.
> Hi sharma, > > Thanks for your response. I tried as you have mentioned ''sudo gem > update''. I got some gem update for rack and ruby-debug. Please find the > result below, > > [root@localhost ~]# sudo gem update > Updating installed gems > Updating rack > Successfully installed rack-1.1.0 > Updating ruby-debug-base > Building native extensions. This could take a while... > Successfully installed ruby-debug-base-0.10.3 > Updating ruby-debug-ide > Building native extensions. This could take a while... > Successfully installed ruby-debug-ide-0.4.9 > Gems updated: rack, ruby-debug-base, ruby-debug-ide > Installing ri documentation for rack-1.1.0... > Installing ri documentation for ruby-debug-base-0.10.3... > Installing ri documentation for ruby-debug-ide-0.4.9... > Installing RDoc documentation for rack-1.1.0... > Installing RDoc documentation for ruby-debug-base-0.10.3... > Installing RDoc documentation for ruby-debug-ide-0.4.9... > [root@localhost ~]# gem -v > 1.3.5 > > Here Eventhough i have updated gem version 1.3.5. But the problem exits. > Any other solution? > > Thanks > Periyasamy.Hi, Please find the screenshot for the same error. Thanks Periyasamy Attachments: http://www.ruby-forum.com/attachment/4410/error.png -- 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.
kannav rajeev wrote:> goto http://rubyforge.org/frs/?group_id=126&release_id=37073 > download ruby gem 1.3.1 unpack it in your application > then "gem install (which is unziiped full name) -- local " thats it it > looks > like that > rails_app>sudo gem install (which is unziiped full name) -- local > ok its over > > On Sat, Jan 23, 2010 at 11:18 AM, Periyasamy Ramachandiran < > lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > >> >> >> > >> update''. I got some gem update for rack and ruby-debug. Please find the >> Building native extensions. This could take a while... >> >> "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. >> >> > > > -- > Regards: > Rajeev sharma > +919813270707Hi sharama, I will try this ruby gem 1.3.1 unpack and reply you. Thanks -Periyasamy -- 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.
sudo **gem install rubygems-update -v 1.3.1 On Sat, Jan 23, 2010 at 11:33 AM, Periyasamy Ramachandiran < lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> kannav rajeev wrote: > > goto http://rubyforge.org/frs/?group_id=126&release_id=37073 > > download ruby gem 1.3.1 unpack it in your application > > then "gem install (which is unziiped full name) -- local " thats it it > > looks > > like that > > rails_app>sudo gem install (which is unziiped full name) -- local > > ok its over > > > > On Sat, Jan 23, 2010 at 11:18 AM, Periyasamy Ramachandiran < > > lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > > > >> >> > >> > > >> update''. I got some gem update for rack and ruby-debug. Please find the > >> Building native extensions. This could take a while... > >> > >> "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> > <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > > > >> . > >> For more options, visit this group at > >> http://groups.google.com/group/rubyonrails-talk?hl=en. > >> > >> > > > > > > -- > > Regards: > > Rajeev sharma > > +919813270707 > > Hi sharama, > > I will try this ruby gem 1.3.1 unpack and reply you. > > Thanks > -Periyasamy > > > -- > 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-/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. > >-- Regards: Rajeev sharma +919813270707 -- 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.
is tat work last one or not ? On Sat, Jan 23, 2010 at 11:44 AM, kannav rajeev <rajeevsharma86-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote:> sudo **gem install rubygems-update -v 1.3.1 > > > On Sat, Jan 23, 2010 at 11:33 AM, Periyasamy Ramachandiran < > lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: > >> kannav rajeev wrote: >> > goto http://rubyforge.org/frs/?group_id=126&release_id=37073 >> > download ruby gem 1.3.1 unpack it in your application >> > then "gem install (which is unziiped full name) -- local " thats it it >> > looks >> > like that >> > rails_app>sudo gem install (which is unziiped full name) -- local >> > ok its over >> > >> > On Sat, Jan 23, 2010 at 11:18 AM, Periyasamy Ramachandiran < >> > lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote: >> > >> >> >> >> >> > >> >> update''. I got some gem update for rack and ruby-debug. Please find the >> >> Building native extensions. This could take a while... >> >> >> >> "Ruby on Rails: Talk" group. >> >> To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@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> >> <rubyonrails-talk%2Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org<rubyonrails-talk%252Bunsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> >> > >> >> . >> >> For more options, visit this group at >> >> http://groups.google.com/group/rubyonrails-talk?hl=en. >> >> >> >> >> > >> > >> > -- >> > Regards: >> > Rajeev sharma >> > +919813270707 >> >> Hi sharama, >> >> I will try this ruby gem 1.3.1 unpack and reply you. >> >> Thanks >> -Periyasamy >> >> >> -- >> 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-/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. >> >> > > > -- > Regards: > Rajeev sharma > +919813270707 >-- Regards: Rajeev sharma +919813270707 -- 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.
kannav rajeev wrote:> is tat work last one or not ? > On Sat, Jan 23, 2010 at 11:44 AM, kannav rajeev > <rajeevsharma86-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>wrote: > >>> > looks >>> >> Building native extensions. This could take a while... >>> >> http://groups.google.com/group/rubyonrails-talk?hl=en. >>> >>> You received this message because you are subscribed to the Google Groups >> >> -- >> Regards: >> Rajeev sharma >> +919813270707 >>Hi Sharma, Thanks for your support. Now the problem is solved.I chosen the ruby platform "ruby 1.8.7-p160" in the configuration of the project. Its solved. Thanks, Periyasamy. -- 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.