10-day longest streak
Here are my main open source repos. Ruby / Rails quo_vadis - multifactor authentication for Rails (backward compatible to Rails 6). - Devise is over-engineered; rodauth and Rails are different…
Here are my main open source repos.
Ruby / Rails
- [quo_vadis](//github.com/airblade/quo_vadis) - multifactor authentication for Rails (backward compatible to Rails 6).
- [factor](//github.com/airblade/factor-public) - a zero-dependency Ruby client for FreeAgent's API.
- [template_form](//github.com/airblade/template_form) - simple Rails form builder using templates to define the HTML.
- [logicum](//github.com/airblade/logicum) - a simple, consistent interface for executing a unit of business logic.
- [paper_trail](//github.com/paper-trail-gem/paper_trail) - tracks changes to your Rails models.
CSS
- [tcs](//github.com/airblade/tcs) - Tailwind class sorter.
- [css_dryer](//github.com/airblade/css_dryer) - the first nested-CSS plugin for Rails (2006!).
JavaScript
- headlessui-stimulus - Headless UI components ported to Stimulus.
- [stimulus-datepicker](//github.com/airblade/stimulus-datepicker) - Stimulus-powered, accessible date picker.
Vim
- [vim-gitgutter](//github.com/airblade/vim-gitgutter) - shows git diff markers in the sign column and stages/unstages/undoes hunks and partial hunks.
- [vim-rooter](//github.com/airblade/vim-rooter) - changes Vim working directory to project root.
- [vim-tailwind](//github.com/airblade/vim-tailwind) - autocomplete Tailwind class names without LSP.
- [vim-localorie](//github.com/airblade/vim-localorie) - easy lookup of translations for Rails i18n YAML keys.
- [vim-interdental](//github.com/airblade/vim-interdental) - indent guides that span empty lines.
- [vim-matchquote](//github.com/airblade/vim-matchquote) - %-style motion for single/double quotation marks, backticks, and pipe.
- [vim-tag-closer](//github.com/airblade/vim-tag-closer) - close HTML tags on demand.
- [vim-highline](//github.com/airblade/vim-highline) - toggle a line highlight for any line.
- [vim-accent](//github.com/airblade/vim-accent) - type accented characters without remembering their pseudo versions.
- [vim-current-search-match](//github.com/airblade/vim-current-search-match) - highlights the current search match.
- [vim-tcs](//github.com/airblade/vim-tcs) - integrates [tcs](//github.com/airblade/tcs) with Vim.
- [voom](//github.com/airblade/voom) - a simplest-thing-that-works plugin manager for Vim.
Other
- [git-stager](//github.com/airblade/git-stager) - stage and unstage files using only your space bar.
git add path/to/deeply/nested/file.
- Written in Ruby but I feel it should be bash or POSIX shell.
- [volksbanker-awk](//github.com/airblade/volksbanker-awk) - AWK program to convert Volksbank bank statements into FreeAgent-compatible ones.
- [sinter](//github.com/airblade/sinter) - Barebones syntax-error checking.
-
quo_vadis ★ PINNED
Multifactor authentication for Rails.
Ruby ★ 34 2mo agoExplain → -
stimulus-datepicker ★ PINNED
Stimulus-powered accessible datepicker
JavaScript ★ 99 2y agoExplain → -
vim-gitgutter ★ PINNED
A Vim plugin which shows git diff markers in the sign column and stages/previews/undoes hunks and partial hunks.
Vim Script ★ 8.5k 5d agoExplain → -
vim-rooter ★ PINNED
Changes Vim working directory to project root.
Vim Script ★ 1.3k 1y agoExplain → -
vim-localorie ★ PINNED
A Vim plugin for easy look-up of translations for Rails i18n YAML keys.
Vim Script ★ 31 1y agoExplain → -
vim-tailwind ★ PINNED
A Vim plugin to autocomplete Tailwind classes without LSP. Also looks up Tailwind classes' CSS properties.
Vim Script ★ 11 2y agoExplain → -
chartjs-ror
[Not supported - see #53] Simplifies using Chart.js in Rails
Ruby ★ 184 11mo agoExplain → -
acts_as_enterprisey
Rails make life easy for us but -- and it's a big but -- we don't want it to look easy. ActsAsEnterprisey makes it look hard.
Ruby ★ 78 3y agoExplain → -
dotvim
How I configure the one true text editor.
Vim Script ★ 41 2y agoExplain → -
vim-matchquote
A Vim plugin to provide %-style motion for single / double quotation marks, backticks and pipe.
Vim Script ★ 34 2y agoExplain → -
air_budd_form_builder
[Deprecated] A form builder that generates semantic HTML as advocated by Andy Budd in CSS Mastery.
Ruby ★ 33 15y agoExplain → -
voom
A simplest-thing-that-works Vim plugin manager. Use with Vim 8 or Pathogen.
Batchfile ★ 29 27d agoExplain → -
css_dryer
[Deprecated] Please use https://github.com/neopoly/css_dryer instead.
Ruby ★ 27 15y agoExplain → -
vim-system-escape
Aims to become the definitive reference for escaping commands for system()
★ 22 12y agoExplain → -
dotfiles
How one rolls.
Shell ★ 18 4d agoExplain → -
headlessui-stimulus
Stimulus components for Headless UI
JavaScript ★ 17 3y agoExplain → -
geo_tools
Easier latitudes and longitudes on forms (and validation in model) for Rails 2.3.
Ruby ★ 14 14y agoExplain → -
bin
It's not rubbish.
Perl ★ 13 3mo agoExplain → -
tcs
Tailwind class sorter - sorts the classes in your HTML into Tailwind's recommended class order, without Prettier
Ruby ★ 12 3y agoExplain → -
fyi
Find out what cron is doing.
Ruby ★ 11 10y agoExplain → -
mys3ql
Simple backup of your MySQL database onto Amazon S3.
Ruby ★ 10 11mo agoExplain → -
git-stager
Easily stage and unstage files.
Ruby ★ 9 3y agoExplain → -
vim-accent
A Vim plugin for typing accented characters without remembering their pseudo versions.
Vim Script ★ 9 3y agoExplain → -
vim-interdental
Indent guides that span empty lines
Vim Script ★ 9 2y agoExplain → -
vim-helptab
Ensure Vim's help docs always open in their own, single tab.
VimL ★ 7 10y agoExplain → -
template_form
Rails form builder using templates to define the HTML
Ruby ★ 6 5mo agoExplain → -
vim-current-search-match
Highlights the current search match.
Vim script ★ 5 4y agoExplain → -
brocade
[Deprecated] Generates barcodes for Rails ActiveRecord models.
Ruby ★ 5 12y agoExplain → -
entitlement
Simple page titles in Rails 3 and 4.
Ruby ★ 4 12y agoExplain → -
mysql_s3_backup ⑂
[DEPRECATED - use mys3ql instead] A simple backup script for Mysql and S3 with incremental backups.
Ruby ★ 4 14y agoExplain → -
vim-tcs
Integrates tcs (Tailwind class sorter) with Vim
Vim Script ★ 3 3y agoExplain → -
vim-highline
A Vim plugin which lets you toggle a line highlight for any line
Vim script ★ 3 4y agoExplain → -
base_look_and_feel
Generates a basic, neat look and feel for a Rails app.
Ruby ★ 3 18y agoExplain → -
fuzzyfinder_textmate ⑂
A vim script that extends the fuzzyfinder plugin to support TextMate style file searches (e.g. cmd-T)
VimL ★ 3 16y agoExplain → -
gem-versions
(Gem command plugin to) list all published versions of a gem.
Ruby ★ 3 15y agoExplain → -
label_definitions
An open source list of label dimensions.
Ruby ★ 2 8y agoExplain → -
vim-tag-closer
A Vim plugin to close HTML tags on demand.
Vim Script ★ 2 2y agoExplain → -
acts_as_parent_of
Implements the parent model code from Advanced Rails Recipe 13.
Ruby ★ 2 17y agoExplain → -
vim-contest
A runner for Vimscript tests.
VimL ★ 2 9y agoExplain → -
flippeur
Simple feature flipping.
Ruby ★ 2 12y agoExplain → -
jquery-rhythm
Fit images to the vertical baseline rhythm without distortion.
JavaScript ★ 2 17y agoExplain → -
right_aws
RightScale's RightAws (they don't seem to have a Git repository)
Ruby ★ 2 17y agoExplain → -
acts-as-importable ⑂
Acts as Importable
Ruby ★ 2 15y agoExplain → -
kamal ⑂
Deploy web apps anywhere.
Ruby ★ 1 2mo agoExplain → -
air_blade_tools
[DEPRECATED] Foreign key support in Rails 2.x migrations.
Ruby ★ 1 15y agoExplain → -
sqlpkg-ruby ⑂
No description.
★ 1 11mo agoExplain → -
sinter
Sinter checks files for syntax errors.
Shell ★ 1 4y agoExplain → -
vim-test ⑂
Run your tests at the speed of thought
★ 1 5y agoExplain → -
targets.vim ⑂
Vim plugin that provides additional text objects
VimL ★ 1 12y agoExplain → -
acts_as_audited ⑂
acts_as_audited is an ActiveRecord extension that logs all changes to your models in an audits table.
Ruby ★ 1 17y agoExplain → -
plugin_routing
Rails plugin which is a port of James Adam's RailsEngine routing extension.
Ruby ★ 1 18y agoExplain → -
vim-fugitive ⑂
fugitive.vim: a Git wrapper so awesome, it should be illegal
VimL ★ 1 10y agoExplain → -
roo ⑂
Roo provides an interface to spreadsheets of several sorts.
Ruby ★ 1 11y agoExplain → -
pubmed
A few hacky scripts to load PubMed baseline files into a database.
Ruby ★ 1 15y agoExplain → -
Chart.js ⑂
Simple HTML5 Charts using the <canvas> tag
JavaScript ★ 1 13y agoExplain → -
respecta
Measures how well an abbreviation matches a string.
Ruby ★ 1 12y agoExplain → -
pdf-print
How to print a PDF at 100%
Ruby ★ 1 14y agoExplain → -
fuzzily ⑂
Fast fuzzy string searching/matching for Rails
Ruby ★ 1 12y agoExplain → -
is_paranoid ⑂
ActiveRecord 2.3 compatible gem "allowing you to hide and restore records without actually deleting them." Yes, like acts_as_paranoid, only with less code and less complexity.
Ruby ★ 1 17y agoExplain → -
airblade
No description.
★ 0 27d agoExplain → -
volksbanker-awk
Prepares Volksbank's electronic statements for upload to Freeagent.
Awk ★ 0 1y agoExplain → -
railsdiff ⑂
What you should change about your app's configuration when upgrading Rails versions
TypeScript ★ 0 1y agoExplain → -
bulma-calendar ⑂
Bulma's extension to display a calendar
JavaScript ★ 0 7y agoExplain → -
rails ⑂
Ruby on Rails
★ 0 1y agoExplain → -
turbo_power ⑂
Power-pack for Turbo Streams
★ 0 3y agoExplain → -
prefixed_ids ⑂
Friendly Prefixed IDs for your Ruby on Rails models
★ 0 3y agoExplain → -
vim-plugin ⑂
The Kite plugin for Vim.
Vim script ★ 0 9y agoExplain → -
vim-mjml ⑂
Basic MJML syntax support for Vim
★ 0 3y agoExplain → -
propshaft ⑂
Deliver assets for Rails
★ 0 4y agoExplain → -
nokogiri.org ⑂
Documentation site for Nokogiri (a ruby library)
★ 0 4y agoExplain → -
logicum
A simple, consistent interface for executing a unit of business logic.
Ruby ★ 0 4y agoExplain → -
volksbanker
Prepares Volksbank's electronic statements for upload to Freeagent.
Ruby ★ 0 4y agoExplain → -
nested-data-structure-traversal ⑂
No description.
★ 0 5y agoExplain → -
filelock ⑂
Heavily tested, but simple filelocking solution using flock command.
Ruby ★ 0 8y agoExplain → -
vim-endwise ⑂
endwise.vim: wisely add "end" in ruby, endfunction/endif/more in vim script, etc
Vim script ★ 0 9y agoExplain → -
thinking-sphinx ⑂
Sphinx plugin for ActiveRecord/Rails
Ruby ★ 0 9y agoExplain → -
delocalize ⑂
Date/time and number parsing for Rails.
Ruby ★ 0 10y agoExplain → -
gutentag-multitenancy
Extends Gutentag with multitenancy support.
Ruby ★ 0 10y agoExplain → -
contact_sport
Simple importing of contacts from Outlook and vCard.
Ruby ★ 0 13y agoExplain → -
filterer ⑂
:mag: Object-oriented query building for ActiveRecord.
Ruby ★ 0 11y agoExplain → -
paperclip ⑂
Easy file attachment management for ActiveRecord
Ruby ★ 0 10y agoExplain → -
backup ⑂
Backup is a RubyGem, written for UNIX-like operating systems, that allows you to easily perform backup operations on both your remote, as well as your local environment. It provides you with an elegant DSL in Ruby for modeling (configuring) your backups. Backup has built-in support for various databases, storage protocols/services, syncers, compressors, encryptors and notifiers which you can mix and match. It was built with modularity, extensibility and simplicity in mind.
Ruby ★ 0 13y agoExplain → -
vim
Manually maintained mirror of https://code.google.com/p/vim/
C ★ 0 11y agoExplain → -
macvim ⑂
Vim - the text editor - for Mac OS X
C ★ 0 11y agoExplain → -
ievms ⑂
Automated installation of the Microsoft IE App Compat virtual machines
Shell ★ 0 11y agoExplain → -
prawn ⑂
Fast, Nimble PDF Writer for Ruby
★ 0 11y agoExplain → -
perltv.org ⑂
The source code of the Perl TV
Perl ★ 0 12y agoExplain → -
rails-templates
Template scripts for creating new Rails applications.
Ruby ★ 0 17y agoExplain → -
file-line ⑂
Plugin for vim to enabling opening a file in a given line
VimL ★ 0 12y agoExplain → -
barby ⑂
The Ruby barcode generator
Ruby ★ 0 13y agoExplain → -
pukka
A handful of custom ActiveModel validators.
Ruby ★ 0 15y agoExplain → -
selecta ⑂
A fuzzy text selector for files and anything else you need to select.
Ruby ★ 0 12y agoExplain → -
emailer
Sends stdin via email
Ruby ★ 0 14y agoExplain → -
shunt
No description.
Ruby ★ 0 15y agoExplain → -
middleman-syntax ⑂
Code syntax highlighting plugin via rouge for Middleman
Ruby ★ 0 13y agoExplain → -
middleman-blog ⑂
Blog engine for Middleman
Ruby ★ 0 13y agoExplain → -
groupdate ⑂
The simplest way to group temporal data
Ruby ★ 0 13y agoExplain → -
magic_encoding ⑂
Easily manage magic comments for encoding for your ruby 1.9 applications
Ruby ★ 0 13y agoExplain → -
bugspots ⑂
Implementation of simple bug prediction hotspot heuristic
Ruby ★ 0 14y agoExplain → -
tconsole ⑂
Testing console for Rails. Helps out with test performance and also makes it easier to run specific tests
Ruby ★ 0 14y agoExplain → -
sitemap_generator ⑂
A Rails 3-compatible gem/plugin to generate 'enterprise-class' Sitemaps using a familiar Rails Routes-like DSL. Sitemaps are readable by all search engines and adhere to the 'Sitemap protocol specification'. Automatically pings search engines to notify them of new sitemaps (including Google, Yahoo and Bing). Provides rake tasks to easily manage your sitemaps. Supports image sitemaps and handles millions of links.
Ruby ★ 0 15y agoExplain →
No repos match these filters.