--
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@googlegroups.com.
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.
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.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com<rubyonrails-talk%2Bunsubscribe@googlegroups.com>
.
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?
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
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?
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
>>
>
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@googlegroups.com.
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com<rubyonrails-talk%2Bunsubscribe@googlegroups.com>
.
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.