jbuilder vs rails-api/active_model_serializers for JSON handling in Rails 4
It depends on your preference and needs. If you are working with Ember.js front-end, I’d lean towards active_model_serializers since Ember.js was basically crafted to work well with it (Yehuda Katz is one of the maintainers of active_model_serializers and is on the core team for Ember.js; he gave a talk on the topic a while back). … Read more