radiegtya / meteoris2

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

camel hump collection name support #27

Closed john916zhang closed 9 years ago

john916zhang commented 9 years ago

mugen just changes all collection names to lower case, but sometimes I'd like to use DeviceParameters as the collection name.

Please consider to support this. Thanks.

radiegtya commented 9 years ago

Do you mean that You want a collection named "DeviceParameters"?

Btw I'll try to support this.

Thanks @anderson916

radiegtya commented 9 years ago

@anderson916: check the latest update of meteoris 0.9.6. I have add camel hump collection name support for meteoris.

I'll close this for now, if you find bug, please reopen this. Thanks