radiegtya / meteoris2

a Realtime Javascript Boilerplate base on Meteor Js Framework
MIT License
246 stars 45 forks source link

posts conflict #19

Closed MercedesAMG1 closed 9 years ago

MercedesAMG1 commented 9 years ago

There is a package called ryw:blog and it can be added to other meteor projects

Problem with meteoris is you have included collection called posts as standard. When adding ryw:blog it has a conflicting collection that does not play well with posts - they actually match names.

radiegtya commented 9 years ago

You can just remove the current Posts collection. It will not make meteoris code broken.

Thanks, and I will close this ok?