Skip to content

Instantly share code, notes, and snippets.

@kilfu0701
Created March 8, 2017 03:21
Show Gist options
  • Save kilfu0701/157034436d464b98c9525e407b8ca2cb to your computer and use it in GitHub Desktop.
Save kilfu0701/157034436d464b98c9525e407b8ca2cb to your computer and use it in GitHub Desktop.
Output JSON format in Rails Console (including query log)
ActiveRecord::Base.logger = Logger.new(STDOUT)
post = Post.find(3936)
ActiveModel::ArraySerializer.new([post], serializer: PostSerializer).to_json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment