crepe / jsonite

A tiny, HAL-compliant JSON presenter for your Ruby APIs.
28 stars 2 forks source link

1.0.0 updates #13

Closed stephencelis closed 7 years ago

stephencelis commented 10 years ago

Assorted fixes and enhancements. Comments, @kainosnoema?

stephencelis commented 10 years ago

@kainosnoema Done.

kainosnoema commented 10 years ago

I'd like to give this a quick try in a project or two since there are so many changes here, but it all looks pretty good. The additions solve real-world problems in elegant ways, so unless something pops up while integrating, I say this is good for 1.0.

kainosnoema commented 10 years ago

I’m going to need a little more time with this branch. I removed the special code in our API and set up the mappings, but it’s not smooth yet. We have multiple presenters for some classes, so I want to see how to best handle that, and sometimes objects aren’t getting presented at all for some reason (Jsonite is just passing through the model object untouched), even though the mapping seems to be correct. I’ll keep you posted.

stephencelis commented 10 years ago

:+1: Interested to hear if there are any bugs, etc.

stephencelis commented 7 years ago

Spring cleaning 📥

kainosnoema commented 7 years ago

@stephencelis ya, it's been too long. Believe it or not Zinc is still running strong on Jsonite, so we should probably contribute back to this soon and go 1.0 still. Would be good to move into maintenance mode.