Just wanted to add that some gems need some special config.

The following, for example, is how to get the ruby-openid gem working
(at least in my case):
in config/environment.rb ...
config.gem "ruby-openid", :lib => "openid", :version => '2.1.2'

-Peter

On Sep 11, 2:29 am, DavidPaquet <[EMAIL PROTECTED]> wrote:
> Ok, I reinstalled the gem via the console. (had to gem build the
> twitter one)
>
> Then, I had to rename it to add the version number and after that it
> worked.
>
> On Sep 11, 12:11 am, DavidPaquet <[EMAIL PROTECTED]> wrote:
>
> > Hi everyone !
>
> > Trying to upload a new app that is almost ready for production.  This
> > app make us of a gem found on github.  I added this to my
> > environnement.rb :
>
> > config.gem "dancroak-twitter-search",:lib => 'twitter_search', :source
> > => "http://gems.github.com";
>
> > I also dit gem:unpack so I have the gem in my vendors directory.
> > Everything work fine on my computer but on heroku I get a no such file
> > to load -- twitter_search everytime I try to run a rake job including
> > db:migrate.
>
> > Any idea why ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Heroku" 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/heroku?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to