Install gems for all bundled projects

Posted Over 13 years ago. Visible to the public.

This is a bash script for those of you who need to install all gems for all projects (e.g. to get started quickly on a newly installed system).

Put it into your ~/bin/ and run it from the directory that holds your projects.

Note that, like the vanilla bundle install, this will fail whenever a new gem compiles native components and requires a missing system dependency.

Arne Hartherz
Last edit
Over 12 years ago
Attachments
Keywords
linux, shell, bundler
License
Source code in this card is licensed under the MIT License.
Posted by Arne Hartherz to makandra dev (2010-11-05 09:05)