Env aggregate
Reported by bahuvrihi | March 16th, 2009 @ 10:33 AM
Envs make it seem like the files of nested environments are all in the same directory. Why not make a method that actually collects the nested environments into one place. This would facilitate freezing a development structure, and a variety of distribution models.
Comments and changes to this ticket
-
bahuvrihi May 25th, 2009 @ 12:06 PM
More or less:
env.hlob(:root).each_pair do |key, value| FileUtils.mkdir_p(File.dirname(key)) FileUtils.copy(value, key) end
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
A framework for making configurable, file-based tasks and workflows.