At the core of Cloud Foundry, or your own DIY PaaS, is a way to run arbitrary applications - Ruby, Java, PHP. The DEA, which actually runs applications, doesn’t know anything about types of applications. Something else needs to create the droplets for the DEAs which know about Ruby la...