Jeff Blake

Results 20 comments of Jeff Blake

This perhaps? https://github.com/norman/friendly_id/commit/fd2d379d03ed926c995324fd6fefb89f2f19be9d

Agreed - this would be a great addition. Similar to Gemfile.lock I like to see which packages were updated so I know what to look out for

This would also help me out a lot in trying to migrate off of AMS

@yosiat First of all, I've been playing with the library for a few hours and I'm really liking it so far. It takes all of the bloat and bad performance...

I've also tried passing it into the `ArraySerializer` as such: ``` fields = { instance: [:id, :name, :start, :end], registration_types: { instance: [:id, :name], prices: { instance: [:currency, :amount] }...