Pinned Repositories
argumentation
core_utilities
This gem is now located at https://github.com/caleon/justools where it will continue to be maintained. This one remains just to support existing apps hooking into this version of the gem.Ruby-level extensions, utilities, convenience methods that I’ve found I’m constantly using in all my projects.
ehammy
hash_with_dot_access
Fetch values of a hash using dot methods instead of the brackets. This particular Hash is designed with configuration file loading in mind.
js_optimization
juscribe.alpha
This was my pet project that is currently offline as it awaits a full rewrite with Rails > 3
justools
Ruby-level extensions to simplify common coding patterns, as well as general, all-purpose utilities.
pagemaster
schrodinger
Schrodinger's Cat is a library for dealing with the uncertainty of whether or not a variable references an existing object or is, in fact, nil. Usually dealing with this common situation involves running chained methods and then rescuing in case of NoMethodError's, or the usage of ugly conditionals to ascertain the presence of a variable reference, but Schrodinger's Cat offers a potentially more elegant way to handle this common pattern.
caleon's Repositories
caleon/juscribe.alpha
This was my pet project that is currently offline as it awaits a full rewrite with Rails > 3
caleon/schrodinger
Schrodinger's Cat is a library for dealing with the uncertainty of whether or not a variable references an existing object or is, in fact, nil. Usually dealing with this common situation involves running chained methods and then rescuing in case of NoMethodError's, or the usage of ugly conditionals to ascertain the presence of a variable reference, but Schrodinger's Cat offers a potentially more elegant way to handle this common pattern.
caleon/argumentation
caleon/core_utilities
This gem is now located at https://github.com/caleon/justools where it will continue to be maintained. This one remains just to support existing apps hooking into this version of the gem.Ruby-level extensions, utilities, convenience methods that I’ve found I’m constantly using in all my projects.
caleon/ehammy
caleon/hash_with_dot_access
Fetch values of a hash using dot methods instead of the brackets. This particular Hash is designed with configuration file loading in mind.
caleon/js_optimization
caleon/justools
Ruby-level extensions to simplify common coding patterns, as well as general, all-purpose utilities.
caleon/pagemaster
caleon/personhood
Common attributes for a person model (i.e. User) for things like names, age, sex, etc.
caleon/quarter_system
Gem for dealing with predefined division of a year, such as the US Fiscal Quarters system
caleon/regexp-validator
Centralized Regexp validations for Rails projects
caleon/significance
Similar in behavior to Object#presence defined in ActiveSupport, Significance is a state which determines not just the blank-ness of an object but whether or not the non-blank object has any real-world value. The utility of this gem can best be demonstrated when considering the merging of two hashes. Under normal circumstances the mere existence of an equivalent key in the second hash results in its overriding the corresponding value in the original hash. Using Hash#significant_merge, however, the second hash will retain only key-value pairs whose values are “significant,” even applying the significance filter recursively into child hashes or arrays.
caleon/verbs
English verb conjugation for Ruby (and Rails)
caleon/asuswrt-merlin
Enhanced version of Asus's router firmware (Asuswrt)
caleon/GPGKeychainAccess
New Universal Binary version of the GPG Keychain for Mac OS X >= 10.6
caleon/GPGPreferences
GPGTools System Preference Pane
caleon/health-level-7
caleon/iTerm2
iTerm2 is a terminal emulator for Mac OS X that does amazing things.
caleon/knife-ec2
Opscode Chef knife plug-in for EC2
caleon/MacGPG2
Mac GNU Privacy Guard v2.x
caleon/money
Ruby class representing Money (and exchange rates) for use with Rails and ActiveRecord
caleon/phantomjs
Scriptable Headless WebKit
caleon/quickening
"There can only be one."
caleon/Quicksilver
Quicksilver Mac OS X Project Source
caleon/rails
Ruby on Rails
caleon/rspec-rails
Rspec-2 for Rails-3
caleon/ruby-hl7
The ruby-hl7 gem
caleon/Textual
Textual is a lightweight IRC client for Mac OS X.
caleon/turnip
Gherkin extension for RSpec