Skip to content

Instantly share code, notes, and snippets.

@wesgarrison
Created August 18, 2014 21:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wesgarrison/40a334ce5eed48a239a9 to your computer and use it in GitHub Desktop.
Save wesgarrison/40a334ce5eed48a239a9 to your computer and use it in GitHub Desktop.
[127]
[#<Thing id: 127, ...>]
[127]
ActiveRecord::Base.logger.debug " #{things.map(&:id)}"
ActiveRecord::Base.logger.debug " #{things.shift(2)}"
ActiveRecord::Base.logger.debug " #{things.map(&:id)}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment