
public repositories
mongrel-proxy
After a bit of hacking on Friday, I wound up writing a mongrel handler to act as a dumb proxy.
timestamped_booleans
Rails plugin to allow allow particular datetime attributes to also be treated as booleans
resource_search
Easy to use RESTful searching convention
google_ads
Rails plugin for inserting Google ads into a page. Nicely parameterised so that you can specify default values for particular ad groups and override on an individual basis
default_scope
Set the default scope for an ActiveRecord model in Rails. Usually, I use it to set a default ordering for results...
zetta
ZFS bindings for Ruby
fsevent
Mechanism for watching filesystem changes on Mac OS X. Might be, err, useful for autotest at some point? ;-)
yet_another_form_builder
Form builder that simplifies the process of building forms in rails
authentication
This is the authentication plugin/engine Rubaidh have built and been using of late.
namespaced_nested_resources
If you're looking at /posts/1/comments, then that's going to be Posts::CommentsController#index. Simple, really.
enhance_composed_of
Tweaks composed_of slightly so that the value object can take a hash in its initializer instead of a list of arguments. Makes it feel more like an AR model.
google_analytics
Automatically insert Google Analytics code into your pages