execution_time icon indicating copy to clipboard operation
execution_time copied to clipboard

How fast is your code? See it directly in Rails console.

Results 1 execution_time issues
Sort by recently updated
recently updated
newest added

After our project was upgraded to Rails 7.1 I've noticed deprecation warnings when using the rails console. ``` [1] pry(main)> test = 'foo' DEPRECATION WARNING: ActiveRecord::LogSubscriber.reset_runtime is deprecated and will...