| 1 | 30,114 | 51,809 | metabolical | This is an ActiveRecord Model & mixin to add meta data to any AR object |
| 2 | 97,942 | 106,140 | internet_connection | Checks if the internet connection is on or off. Useful for choosing CDN vs local asset... |
| 3 | 135,696 | 139,079 | Sluggish | aliases [] to find_by_(name|slug|key) or your own preference |
| 4 | 139,932 | 139,079 | delayed_fu | adds a delayed_job compatible syntax to background_fu |
| 5 | 157,399 | 106,140 | magic_hash | h = MagicHash.new
h[:foo][:bar] = :baz
#=> :baz
h
#=> {:foo=>... |
| 6 | 181,706 | 139,079 | billing_logic | There are only a few way to calculate prorations & manage recurring payments. |