houston
houston copied to clipboard
A zero-config, Django Admin-like admin for Meteor
Houston custom link to / without IronRouter is broken. 1.Grab repo at https://github.com/AlexeyMK/repro-houston-bugs, 2. Run it (you'll need to create a Facebook app to work on localhost, sorry) - log...
Is it possible to prevent a collection from loading if it's very large? It would be great if I could filter before getting the initial list. My collection has 12,000+...
Array fields enumerate instead of being put together. This results in a strange property where you have to go way down to the edge in order to see them. They're...
Hello, Just installed it and noticed this on console: Exception in template helper: TypeError: Cannot read property 'method_names' of undefined at Object.Template._houston_custom_actions.helpers.actions (http://localhost:3000/packages/houston_admin.js?bc552154727556d17377c447991fb0e4b75d59ca:1292:29) at bindDataContext (http://localhost:3000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:2880:16) at Blaze._wrapCatchingExceptions (http://localhost:3000/packages/blaze.js?a5c324925e5f6e800a4c618d71caf2848b53bf51:1651:16) at...
Can the ability to unset fields in documents be added?
I've noticed collections have a max of 30 keys (29 + _id) in the UI. Seems a bit arbitrary which keys are present and which are truncated. - This is...
Any way to hide this?
How do I add myself as an admin? Or if I've forgotten the admin password? Very embarrassing, but human error!
If I remove a collection by running `db.the_collection.drop()` in Mongo, and remove the declaration itself: ``` TheCollection = new Mongo.Collection('the_collection'); ``` Houston still shows the collection, even after a server...
Read the docs. I see how to create a button which appears on each row/Document. How can we create a button that creates an action which will apply to the...