Very strange, what you could do is to set the path in the config gem to the 
source directly maybe this works.
config.gem 'nameofgem', :source => '.....'
or to the lib
config.gem 'nameofgem', :lib => '....'

got you errors in your console when trying to require the gem? 


Am 18.05.2010 um 09:05 schrieb Rahul Chaudhari:

> Ya I did. Even gem got installed but still it give error gem is
> missing and asking to run rake gems:install
> 
> 
> 
> On May 18, 12:10 am, Gregor Panek <n...@nerdish-by-nature.com> wrote:
>> Hi,
>> did you also define your gem in your application environment?
>> Look into environment.rb in config dir.
>> Then define:
>> config.gem 'nameofgem', 'some options if needed'
>> then rake gems:install
>> and restart your server.
>> 
>> Greetings Greg
>> Am 17.05.2010 um 20:51 schrieb Rahul Chaudhari:
>> 
>> 
>> 
>>> Hi All,
>> 
>>> I am facing problem in installing gem for my application.
>> 
>>> I installed all application dependent gem using rake gems:install but
>>> still it showing some gem are missing ever if I installed gem
>>> manually(sudo gem install gemname).
>> 
>>> Gem is installed and is show by gem list command.
>> 
>>> I tried my level best but I not found any thing.
>> 
>>> Can you guys know what is reason?
>> 
>>> Regards,
>>> Rahul P. Chaudhari
>> 
>>> --
>>> 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-t...@googlegroups.com.
>>> To unsubscribe from this group, send email to 
>>> rubyonrails-talk+unsubscr...@googlegroups.com.
>>> For more options, visit this group 
>>> athttp://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-t...@googlegroups.com.
>> To unsubscribe from this group, send email to 
>> rubyonrails-talk+unsubscr...@googlegroups.com.
>> For more options, visit this group 
>> athttp://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-t...@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.
> 

-- 
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-t...@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