Will's starred repositories
acts_as_nullobject
Instead of using a null reference to convey absence of an object (for instance, a non-existent customer), one uses an object which implements the expected interface, but whose method body is empty. The advantage of this approach over a working default implementation is that a Null Object is very predictable and has no side effects: it does nothing. This project is Rails plugin.
acts_as_commentable_with_threading
Similar to acts_as_commentable; however, utilizes awesome_nested_set to provide threaded comments
delayed_job
Database based asynchronous priority queue system -- Extracted from Shopify
validates_timeliness
Date and time validation plugin for ActiveModel and Rails. Supports multiple ORMs and allows custom date/time formats.
state_machine
Adds support for creating state machines for attributes on any Ruby class
subdomain-fu
A new plugin approach to attempting to solve the usage of subdomains in linking and routing in Rails projects.
formtastic
A Rails form builder plugin with semantically rich and accessible markup.
acts-as-taggable-on
A tagging plugin for Rails applications that allows for custom tagging along dynamic contexts.
awesome_nested_set
An awesome replacement for acts_as_nested_set and better_nested_set.