brogrammers / eventhub-api

Eventhub API
1 stars 0 forks source link

Model versioning #26

Closed tsov closed 11 years ago

tsov commented 11 years ago

At one point we need to make our models version compatible like the views and the controllers

tsov commented 11 years ago

Oh yeah, and the tests too!

foFox commented 11 years ago

We would need to run different databases inside PostgreSQL I think ? Can active record manage that ?

tsov commented 11 years ago

It would have to be the same, because we want the same data, but a different interface. The bitch with versioning is: it has to be backwards compatible. Maybe we don't need model versioning, because we can just add functionallity to the models, which can be ignored in older versions. But tests will need versioning, in controllers & views for example

foFox commented 11 years ago

Well at this point we do not need to care that much, as only we are using it. We can push this problem to "before release" .

tsov commented 11 years ago

You are write, but I am just mentioning it here, so we won't forget ;)

tsov commented 11 years ago

I like the issues section, you can match them with PRs too!

tsov commented 11 years ago

Let's not version the models