vigetlabs / sprig-reap

Sprig-Reap is a gem that allows you to output your application's data state to seed files.
MIT License
18 stars 18 forks source link

Enhance Sprig-Reap's Abilities to Handle Polymorphism #3

Closed h0tl33t closed 10 years ago

h0tl33t commented 10 years ago

Sprig-Reap was unable to properly identify dependencies and polymorphic-associated classes. This PR adds some additional intelligence around that logic.

Eli and I paired on this stuff. We also cleaned up small things here and there.

ltk commented 10 years ago

cool, looks good. :cactus: :cake:

mackermedia commented 10 years ago

A little tricky at times, but overall looks good. Seems like it'd be nice to use actual classes rather than all the mocks/stubs. :+1: :minibus: :candy:

h0tl33t commented 10 years ago

Thanks @ltk & @mackermedia!