jeremyevans
Principal Software Engineer at @ubicloud. Ruby Committer. Author of "Polished Ruby Programming". Maintainer of many ruby gems. OpenBSD ruby ports maintainer.
Ubicloud, Inc.Sacramento, California, USA
Pinned Repositories
erubi
Small ERB Implementation
forme
HTML forms library for ruby
home_run
Fast Date/DateTime classes for ruby :: Unmaintained, unnecessary on ruby 1.9.3+
minitest-hooks
Around and before_all/after_all/around_all hooks for Minitest
roda
Routing Tree Web Toolkit
roda-sequel-stack
Application Skeleton For Roda/Sequel stack
rodauth
Ruby's Most Advanced Authentication Framework
ruby-warning
Add custom processing for warnings
sequel
Sequel: The Database Toolkit for Ruby
sequel_pg
Faster SELECTs when using Sequel with pg
jeremyevans's Repositories
jeremyevans/sequel
Sequel: The Database Toolkit for Ruby
jeremyevans/roda
Routing Tree Web Toolkit
jeremyevans/rodauth
Ruby's Most Advanced Authentication Framework
jeremyevans/forme
HTML forms library for ruby
jeremyevans/ruby-warning
Add custom processing for warnings
jeremyevans/ruby-refrigerator
Freeze all core ruby classes
jeremyevans/sequel_pg
Faster SELECTs when using Sequel with pg
jeremyevans/sequel_postgresql_triggers
Database enforced timestamps, immutable columns, and counter/sum caches
jeremyevans/autoforme
Web Administrative Console for Roda/Sinatra/Rails and Sequel::Model
jeremyevans/tilt
Generic interface to multiple Ruby template engines
jeremyevans/aqualung
Advanced music player
jeremyevans/sequel-annotate
Annotate your Sequel models
jeremyevans/simple_ldap_authenticator
Simple authentication for Ruby using LDAP
jeremyevans/ruby-pledge
Ruby Interface to OpenBSD pledge(2) system call
jeremyevans/thamble
Create HTML Tables from Enumerables
jeremyevans/ruby-subset_sum
Simple Subset Sum Solver with C and Pure Ruby Versions
jeremyevans/ruby-deprecate_public
Warn when calling private methods via public interface
jeremyevans/unicorn-lockdown
Helper library for running Unicorn on OpenBSD with chroot, privdrop, fork+exec, and pledge
jeremyevans/visibility_checker
Detect method visibility changes
jeremyevans/sequel-postgres-pr
A pure-Ruby (pr) library for accessing PostgreSQL databases
jeremyevans/openbsd-ruby-ports
Ports for Ruby Versions Removed from OpenBSD ports tree
jeremyevans/simple_mailer
Simple email library with testing support
jeremyevans/ruby
The Ruby Programming Language [mirror]
jeremyevans/ruby-vorbis_comment
Ruby library for reading/writing vorbis comments
jeremyevans/showoff
Showoff fork with many features removed
jeremyevans/tagged-ruby-bugs
Tagged Open Ruby Bugs
jeremyevans/jeremyevans.github.com
Personal Website
jeremyevans/pp
Provides a PrettyPrinter for Ruby objects
jeremyevans/rack
a modular Ruby webserver interface
jeremyevans/rack-test
Rack::Test is a layer on top of Rack's MockRequest similar to Merb's RequestHelper