In a fresh ruby install you usually have no installed gems.

First you might update the gem utility itself to the latest:

 > gem update --system

Then install the gems you need with 'gem install <gem-name>'

You can get a list of what gems are available for install with:
> gem list --remote rails

regards,
Janos

On Mon, Aug 31, 2009 at 9:05 AM, Abhishek Singh <
rails-mailing-l...@andreas-s.net> 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/.
>
> >
>


-- 
Üdv,
Sebi

--~--~---------~--~----~------------~-------~--~----~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to