tapajos / highrise

Ruby wrapper around Highrise API.
MIT License
124 stars 77 forks source link

Wrapper for Subject Data and Subject Field #55

Closed basvodde closed 10 years ago

basvodde commented 10 years ago

I've got a couple of changes that I'd like to contribute related to custom field (subject data and subject field). I'll start with this small and easy one which are wrappers SubjectData and SubjectField. If you're ok with these, I'll have some other changes coming later.

Thanks!

lucasmartins commented 10 years ago

Looks nice, are you using this on production?

basvodde commented 10 years ago

Yeah, actually been writing a set of command line tools for manipulating our Highrise data (such a proper importing of csv that actually updates duplicates rather than ignores them). I've made a bunch of changes to the highrise gem for that, but I'll try to make small pull requests at the time so it is clearer what is what and why. I assume that that is preferred.

lucasmartins commented 10 years ago

Great, small pull requests are way better to review and poke around, thanks!