umts / microservices-engine

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

Engine installation process needs to make a migration #40

Closed dfaulken closed 7 years ago

dfaulken commented 7 years ago

Since the engine requires a table to be made in the database of the app it's required in, we need the install process to generate a migration which will create that table.

dfaulken commented 7 years ago

Addressed by https://github.com/umts/microservices-engine/commit/627ec492c424651751a769bc536fa262611496a0.

dfaulken commented 7 years ago

Some difficulties doing this, see http://stackoverflow.com/questions/41728556/rails-engine-invoking-container-apps-native-migration-generator.

dfaulken commented 7 years ago

We got an answer on that question which @Anbranin will check out.

Anbranin commented 7 years ago

closeed with 96bfcc4f60ab30b5cb0f57be11bb00228454874a