Let's say, that I need the gem pdf-writer for a rails project. And I define it inside environment.rb and run rake gems:unpack
No problem there, pdf-writer is installed into vender/gems. But pdf-writer itself depends on some other gems like "color" and "transaction-simple". AND "color" depends on another gem "hoe". How do I get these gems unpacked into vendor/gems automatically? - Carsten -- Posted via http://www.ruby-forum.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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

