Pinned Repositories
commit-messages
Common commit messages
django-check-admin
A Django app to check that all models have been added to the Django admin site.
emacs-init
My Emacs init.el
fakesmtpd
Fake SMTP Server
feedit
Feed reader web application
feedme
flake8-raise
A flake8 plugin that finds that finds improvements for raise statements.
staticsauce
Python Static Website Generator
system-scripts
Ansible scripts to bootstrap environment
trimws
Recursively trim trailing white space across all files
jdufresne's Repositories
jdufresne/system-scripts
Ansible scripts to bootstrap environment
jdufresne/active_record_doctor
Identify database issues before they hit production.
jdufresne/audited
Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
jdufresne/Chart.js
Simple HTML5 Charts using the <canvas> tag
jdufresne/codespell
check code for common misspellings
jdufresne/delayed_job
Database based asynchronous priority queue system -- Extracted from Shopify
jdufresne/delayed_job_active_record
ActiveRecord backend integration for DelayedJob 3.0+
jdufresne/dom-testing-library
🐙 Simple and complete DOM testing utilities that encourage good testing practices.
jdufresne/fix-webm-duration
navigator.mediaDevices.getUserMedia + MediaRecorder create WEBM files without duration metadata. This library appends missing metadata section right to the file blob.
jdufresne/jsdom
A JavaScript implementation of various web standards, for use with Node.js
jdufresne/mailgun-ruby
Mailgun's Official Ruby Library
jdufresne/pvb-rubocop
jdufresne/rack-timeout
Abort requests that are taking too long
jdufresne/rails
Ruby on Rails
jdufresne/rails-rebase-migrations
jdufresne/rails-response-dumper
jdufresne/rails_admin
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
jdufresne/ransack
Object-based searching.
jdufresne/react-select
The Select Component for React.js
jdufresne/rspec-rails
RSpec for Rails 5+
jdufresne/rubocop
A Ruby static code analyzer and formatter, based on the community Ruby style guide.
jdufresne/rubocop-rails
A RuboCop extension focused on enforcing Rails best practices and coding conventions.
jdufresne/rubocop-rspec
Code style checking for RSpec files
jdufresne/strong_migrations
Catch unsafe migrations in development
jdufresne/thor
Thor is a toolkit for building powerful command-line interfaces.
jdufresne/TypeScript-DOM-lib-generator
Tool for generating dom related TypeScript and JavaScript library files
jdufresne/undici
An HTTP/1.1 client, written from scratch for Node.js
jdufresne/user-event
🐕 Simulate user events
jdufresne/validates_email_format_of
Validate e-mail addreses against RFC 2822 and RFC 3696 with this Ruby on Rails plugin and gem.
jdufresne/xsv
Fast, lightweight xlsx parser for Ruby that provides nothing a CSV parser wouldn't