I think your gem program points to gem1.9, and therefore output is empty. If you do "gem1.8 list" you will get all the gems installed with rubu1.8.
Also if "ruby -v" outputs ruby 1.9, and you still want to use ruby1.8 then perhaps you need to symlink ruby1.8 to ruby. -- अभिनव http://twitter.com/abhinav On Mon, Aug 31, 2009 at 12:35 PM, Abhishek Singh < [email protected]> wrote: > > hi > i have installed ruby 1.9.0 > now when i type 'gem list', it shows: > > *** LOCAL GEMS *** > > how can i get the list of installed gems?? > nd how can i check rails version? > after installing ruby 1.9.0 my webrick server is not starting for any of > my rails apps which i had developed using ruby 1.8.7. > If i have to made any changes in my rails application after installing > ruby 1.9.0 ??? > i am using ubuntu 9.04 and i have installed ruby 1.9.0 in /usr/local/bin > > thanx. > -- > 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

