Also try to check your gemsets with this command:
rvm gemset list
maybe the gems are installing in a different gemset and even a different
ruby installation.
Hope this helps!
2012/1/4 Peter Vandenabeele
<peter-jNuWw7i2w7syMbTcgqFhxg@public.gmane.org>
> On Wed, Jan 4, 2012 at 11:04 AM, Muruga
<murugu2012-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
>
>> Hi all
>> After I try to install a gem locally using .gem file.My gem
>> list is showing empty.
>>
>> I am using RVM.
>>
>> But my app is running and gems are there in directory.
>>
>> $gem list
>> o/p:
>> *** LOCAL GEMS ***
>>
>> Please help me out this issue.Thanks in advance...
>>
>
> Are you using bundler (with a Gemfile ?)
>
> What is output of
>
> $ gem list # full output please
> $ bundle exec gem list # this should really show activerecord etc.
>
> The output from above commands can be different !
>
> To use a locally installed gem in a Gemfile with bundler,
> something like this may be required:
>
> Gemfile:
> ...
> gem ''linecache19'', ''0.5.13'', :path
=>
> "~/.rvm/gems/ruby-1.9.3-p0/gems/linecache19-0.5.13/"
> ...
>
> HTH,
>
> Peter
>
> --
> Peter Vandenabeele
> http://twitter.com/peter_v
> http://rails.vandenabeele.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.
>
--
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.