Skip to content

Instantly share code, notes, and snippets.

@ka8725
Last active August 24, 2023 13:46
Travel in time in Rails production console
eval(open("https://raw.githubusercontent.com/rails/rails/2a2a6ab6219b12e9e77931a60fe83c658db44ac7/activesupport/lib/active_support/testing/time_helpers.rb").read)
include ActiveSupport::Testing::TimeHelpers
travel_to(1.day.ago) { Time.current }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment