matthewrudy
Technical Architect @ministryofjustice, former Architect @GoGoVan, Organiser of @hkcodeconf and @codeaholicshk. Mandarin (and semi-Cantonese) speaker
GoGoVanLondon / Hong Kong
Pinned Repositories
acts_as_configurable
Avoid cluttering your Rails models, ActsAsConfigurable abstracts all your configuration away with a polymorphic config store
cmon
C'mon, lets make monitoring simpler
fake-code4hk-app
Decompiling a fake code4hk / occupy central app distributed via whatsapp
memoist
ActiveSupport::Memoizable with a few enhancements
memoist2
Simple Memoization for Ruby 2.0
rcov_rails
Ruby, Rails, Rcov put together into a neat Rake task
regexpert
A collection of common Regexps for Ruby. Validation for emails, uk postcode, etc.
rudeq
A rails DB-based queue plugin
solr_query
a ruby library designed to make building nested Solr queries simple and standardized.
the-rude-book-of-elixir
Who knows?
matthewrudy's Repositories
matthewrudy/acts_as_configurable
Avoid cluttering your Rails models, ActsAsConfigurable abstracts all your configuration away with a polymorphic config store
matthewrudy/aspicious
Super-simple implementation of Aspects for Ruby
matthewrudy/rudebay
an ebay watching twitter bot written in ruby
matthewrudy/has_one_accessor
Access attributes on HasOne Associations as though they were on the base class
matthewrudy/make_specs_better
the perfect plugin to make your Rspec tests run like a dream.
matthewrudy/rude-blog
A hastily written blogging application - apparently Tumblr isn't available in China.
matthewrudy/classy_tee
Class Table Inheritance for ActiveRecord and Rails
matthewrudy/defenders_of_the_erb
Defend your ERb in Rails. Protect your database from too many uncached database calls in your views!
matthewrudy/make_tests_better
A rails plugin to make your Test Unit tests much much better automagically
matthewrudy/workling
easily do background work in rails, without commiting to a particular runner. comes with starling and spawn runners.