Janko Marohnić
Janko Marohnić
### Steps to reproduce ```rb require "active_record" ActiveRecord::Base.establish_connection(adapter: "sqlite3", database: ":memory:") ActiveRecord::Schema.define do create_table :items do |t| t.string :name end end class Item < ActiveRecord::Base end items = [Item.create!, Item.create!,...
We use an ordered set for registering heartbeats of devices connected to our backend via websockets. Discovering that Kredis stores scores as float timestamps, I realized I could use `ZRANGE`...
I was looking to replace the [Annotate](https://github.com/ctran/annotate_models) gem with Ruby LSP, but I noticed that its schema information is much slimmer than what Annotate offers. I'm often looking at `NOT...