I just wanted to give you guys an update on Mongol - the package recently surpassed 500 downloads, gained automatic configuration, and seems to work for most use cases (it now even has support for SimpleSchema).
If you haven’t heard of it yet - it basically lets visualizes all the documents in your mini-mongo and lets you make changes that persist in the database.
If you haven’t tried it yet - just run “meteor add msavin:mongol”, then press control + m in the browser to activate it. The package has virtually no intrusion to your application code, and because its debugOnly, it won’t compile to production code.
This package is going to single-handedly save me the dramas of setting up RockMongo (written in php*) when I get a new mac or need to help someone else set up their mac with some good tooling for Meteor. (Yes, I know there’s RoboMongo, but I prefer RockMongo’s interface – it’s more like Mongol’s .)
* it’s an absolute dog trying to get mongo working with php on a Mac – anyone ever tried that? A massive rabbit-warren of not-installed-by-default libraries are required. Ugh … it’s making me shudder just thinking about it …
Thanks @babrahams - it’s great to see your enthusiasm towards the project! Let’s bury the dark days of PHP and bring the type of specialness only Meteor can deliver.
Mongol is great, but I have the same need as @chos89. @babrahamsmeteor deploy mylivetestsitename --debug will only work if deploying to meteor, but do you know of a way to do it on local? Any help will be greatly appreciated!
Comrades, the preview for JetSetter is here. It’s basically Mongol for Session variables. I’m working on the announcement, would be great to get some feedback/testing on it before announcing it
It works on its own; just run:
meteor add msavin:jetsetter