umts / microservices-engine

Rails engine for attaching to our microservices and handling inter-service communication.
MIT License
0 stars 1 forks source link

Adding initializer / YML file and modifying the generator #9

Closed ennukee closed 8 years ago

ennukee commented 8 years ago

New initializer, modified generator, and skeleton YML file.

Some local testing to be done first but the code should stay (relatively) the same.

dfaulken commented 8 years ago

I realized it might be nicer if I let you merge these incremental PRs at your leisure, rather than just doing it for you. Let me know if you disagree.

ennukee commented 8 years ago

I usually just PR whatever I did that day (if I finish it) then just let it sit until the next day then merge it myself if nothing major comes up.

Unless it's something small like tweaks / file removals, then I usually just merge those instantly.