Matt Broadstone

Results 210 comments of Matt Broadstone

@breandr okay cool, thanks for the very helpful insight here (sorry everyone this seems like a pain but I'd rather get the feature done right the first try :smile:). So...

@johngiudici @dchester do you guys have any insight you could lend to this?

Hey guys, sorry I've been distracted with the job, but this feature in the works. Preliminary work will only support one level of association (this has been referred to as...

@tilomitra I've been sucked into refactoring sequelize hooks, and adding multiple-database support (in sequelize, not here :smile:). Pull requests are certainly welcome here, but I should have time this week...

@tilomitra I've pushed my initial work [here](https://github.com/dchester/epilogue/tree/auto-associations). It's very much a work in progress, and quite ugly at the moment, but it provides simple "read" and "list" support for associations.

@mikemimik unfortunately I've been incredibly pressed for time and no further work has been put into the feature. The existing code works for a number of paths, and I would...

@mikemimik if you want to try it out in another project you'll want to replace your dependency with a git url as documented [here](https://docs.npmjs.com/files/package.json#git-urls-as-dependencies). So you'll want something like: ```...

@mikemimik shouldn't be, it was all being hidden behind a top level "associations" flag. Look at the added test cases for help, I also think the commits should be incremental...

@Fridus any interest in taking a stab at this? looks like the broken test is already provided

@Fridus hm, okay looks like we're both pretty slammed :smile: ~~FYI, I rebased the auto-associations branch and there are a number of failing tests~~ Looks like this was due to...