Skip to content

Instantly share code, notes, and snippets.

@Bhacaz
Bhacaz / active_record_irb.rb
Created July 4, 2024 18:30
Single file Rails
require 'bundler/inline'
gemfile do
gem 'activerecord', require: 'active_record'
gem 'sqlite3', '~> 1.4'
end
ActiveRecord::Base.establish_connection adapter: 'sqlite3', database: ':memory:'
ActiveRecord::Base.logger = Logger.new STDOUT
ActiveRecord::Schema.define do
@Bhacaz
Bhacaz / README.md
Last active April 30, 2025 23:30
DaisyUI with Tailwind-cli / standalone

Important

Only for Tailwind 3 and DaisyUI 4.

@Bhacaz
Bhacaz / .gitconfig
Last active September 25, 2025 00:51
git-branch-select.sh
[alias]
bs = git-branch-select.sh
@Bhacaz
Bhacaz / config.toml
Created November 24, 2025 14:50
Helix config
theme = "nightfox"
[editor.auto-save.after-delay]
enable = true
[editor.indent-guides]
render = true
skip-levels = 1
[editor.file-picker]
hidden=false