radiegtya / meteoris2

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

mugen allows "-" in collection name, causes massive failure when used #13

Closed ssteinerx closed 9 years ago

ssteinerx commented 9 years ago

Mongo seems pretty unhappy with dash characters in collection names.

Should be enforced on input.

radiegtya commented 9 years ago

nice catch, good job @ssteinerx

radiegtya commented 9 years ago

already fixed in latest version of meteoris. Thanks