Convox-assistant: Use js instead of yaml

This one allow you to use js instead of yaml for convox configuration:

The way to be used is that you use convox-js2yaml to generate yaml from js file prior to convox build.

Also there is convox-deploy-and-migrate-rails provided the package for rails application. It will build rails app, then migrate db before promoting the app.

The source code is on github and PR are welcome.

Heya, this sounds interesting!

Do you have an examples you can share to make it easier for others to use if they want to?

I updated README.md with an example:

Thanks, looks interesting!