jacob-carlborg-apoex
jacob-carlborg-apoex
I'm trying to use puma-dev with the proxy support. If I specify `local` as the domain when starting puma-dev, the proxy feature doesn't work. It looks like the requests are...
All macOS application have a couple of standard menu items. google-chat-electron is missing the "Hide google-chat-electron" and "Hide Others" menu items. These are located in the application menu. Here's an...
If I have a class structure like this: ```ruby class Foo < ActiveRecord::Base has_many :items, class_name: "FooItem" end class FooItem < ActiveRecord::Base end ``` And try to import using `recursive_on_duplicate_key_update`,...
This manages the Dartsass watch process from `rails server`. Most of this is taken from https://github.com/rails/tailwindcss-rails.
When running RSpec with the default output for the following code snippet: ```ruby # require "super_diff/rspec" Product = Data.define(:name, :price) RSpec.describe "subject" do it "does something" do p1 = Product.new(name:...