Taylor Brooks

Results 29 comments of Taylor Brooks

Yeah I don't need to keep the databases in sync. The mongodb is small enough that I can drop and reimport periodically. What branch of your fork have you worked...

Thanks @dpatti. Want to make sure I understand this clearly... In your example, users_liked is an array of user ids embedded with the posts collection and this yaml file will...

Cool. Yeah off the top of my head I don't think I have a case where I'd need to do that. Thanks a ton!

Hrm, anything I'm missing here? I can't get the embedded array to unwind into a new table. ``` yml mongodb: accounts: :columns: - id: :source: _id :type: VARCHAR(24) - name:...

Changed type to VARCHAR(24), didn't change the import. Here's a sample doc: https://gist.github.com/taylorbrooks/15204ce0fd219b6e9c3d Trying your way of running it now.

I think I got it working. I deleted all versions of mosql, install from your fork and used your CLI stuff. I still get this error (from what I can...

@nischaalc Are you sure? https://github.com/zurb/bower-foundation/tree/master/js/foundation

Will you open up a PR for that fix and I can test and merge?