On Thu, Jul 23, 2009 at 9:30 PM, dk<[email protected]> wrote: > Hi, > > I'm trying to add a gem that would normally be installed by adding the > following to environment.rb: > > config.gem "justinfrench-formtastic", :lib => "formtastic", :source => > "http://gems.github.com" > > However, I can't get the lib parameter to work in heroku's .gems > manifest file. Is there support for this option or a workaround?
The following .gems entry should do the trick: justinfrench-formtastic --source gems.github.com No "lib" option required. Also, leave the "config.gem" entry in your environment.rb exactly as it is in your example. Thanks, Ryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
