Short review of the JSON generation methodsAs for today in Rails there are several ways to serialize the objects in JSON: Call to_json().RABL.Active model serialisersJBuilderFirst way fits perfectly for the situations when it is not needed to serialize the nested object @posts.to_json(:include => [...], :methods => [...])However, when creating the JSON reply with the list of models, it is needed t