Skip to content

Instantly share code, notes, and snippets.

@lulalala
Created October 23, 2015 04:50
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 lulalala/7293adfec12b428532ef to your computer and use it in GitHub Desktop.
Save lulalala/7293adfec12b428532ef to your computer and use it in GitHub Desktop.
Rails 4.2 millisecond not persisted
foo.save
foo.end_at.strftime('%H:%M:%S.%L')
"20:38:34.447"
foo.reload.end_at.strftime('%H:%M:%S.%L')
"20:38:34.000"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment