Cs Webgrl
2008-Nov-05 21:07 UTC
How can I deploy gems in vendor/gems across multiple OS''s
Hi. Does anyone know about how to deal with deploying applications across multiple OS''s and how to deal with gems that are saved in vendor/gems? I asked an earlier questions about how to make sure that gems are available wherever the applications are deployed, but now I''ve run into various version of gems for Windows or Linux. Has anyone encountered this and found a solution? Thanks! -- 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Cs Webgrl wrote:> Hi. > > Does anyone know about how to deal with deploying applications across > multiple OS''s and how to deal with gems that are saved in vendor/gems? > I asked an earlier questions about how to make sure that gems are > available wherever the applications are deployed, but now I''ve run into > various version of gems for Windows or Linux. > > Has anyone encountered this and found a solution? > > Thanks! >I think the answer is freeze and install the gems (I assume plugins) into vendor/plugins. Thats how I have handled them. If you are talking about gems like the db interface or mongrel I don''t have an answer for that. Notm --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---