meteor / postgres-packages

Early preview of PostgreSQL support for Meteor (deprecated, here for historical reasons)
http://meteor-postgres.readthedocs.org/
158 stars 25 forks source link

Upgrade to meteor 1.2 #27

Closed marcmunro closed 8 years ago

marcmunro commented 8 years ago

Is there any projected timescale for an upgrade to meteor 1.2

If not, I'm going to try to do it for myself. This will necesarily involve making substantial changes to the local packages to incorporate several months of changes to the core packages. I'd like not to do that if it is already in progress.

This is a precursor to attempting a proof of concept for a real application.

If you are already working on it, I'd be happy to try out whatever you may already have.

stubailo commented 8 years ago

No I haven't started anything - are you talking about the Accounts changes? I don't know if there is much else relevant to this package that changed in Meteor 1.2.

marcmunro commented 8 years ago

So far, the account changes are all I've looked at. I'd like to get to the point where I can move the modified core packages out of local and have only pg-specific local stuff. That may not be entirely possible but I want to have only minimal changes to the core packages, and be in a position to track and merge upstream updates. I'll let you know how it goes.

stubailo commented 8 years ago

Thanks!

marcmunro commented 8 years ago

I've given up on this. I've realised that the accounts stuff does notthing for me, and it was way more of a task than I had the time to take on as a learning exercise.

I guess it's back to you guys.