AdamBrodzinski / meteor-generate

Meteor Generate - A Rails Inspired File Generator for Meteor
MIT License
65 stars 2 forks source link

Meteor.Collection is called Mongo.Collection now #8

Open wizonesolutions opened 9 years ago

wizonesolutions commented 9 years ago

meteor-generate is still using Meteor.Collection. This still works, but it's not the current API.

AdamBrodzinski commented 9 years ago

Great catch. I'll add this to my todo. I'm also hoping on merging in the models branch this Sunday or Monday.

wizonesolutions commented 9 years ago

Looking forward to it. I used meteor-generate to create an entire app skeleton so that another developer and I could collaborate on it. It's handy, and it does things in a more flexible way than I would myself. I wouldn't bother with route controllers for each route, for example, but it is definitely better to have them.