Provides a simplified DSL allowing arrays of objects to be searched by their attributes https://github.com/shuber/queryable_array
shuber — 24 posts
Apply regular expression replacements to strings while presenting the result in a “diff” like format: https://github.com/shuber/sub_diff
Calls Module#defined AFTER a ruby class or module is (re)defined shuber/defined
encrypt and decrypt attributes - shuber/attr_encrypted
abstract classes in ruby https://github.com/shuber/abstract_class
implementable interfaces in ruby - https://github.com/shuber/interface
gem install validates_as_hostname_label github.com
Checks for valid hostname labels (i.e. subdomains) - http://github.com/shuber/validates_as_hostname_label.
gem install encryptor github.com
A simple wrapper for the standard ruby OpenSSL library http://github.com/shuber/encryptor.
gem install svnignore github.com
git style ignores for those still using subversion: http://github.com/shuber/svnignore
gem install woot woot.com
Scrapes woot.com sites: http://github.com/shuber/woot. Also allows you to receive live updates from woot's twitter streams.
Inquiry - manage FAQs for your apps huberry.com
Inquiry has just entered open beta! Check out the blog post or head over to http://inquiryapp.com and sign up for a free account!
Check out the blog post and the code at http://github.com/shuber/proxy
sortable 1.0.5 gem is out github.com
Allows you to sort ActiveRecord items similar to the acts_as_list plugin but with added support for multiple scopes and lists. Check it out at http://github.com/shuber/sortable
proxy gem 1.3.0 is out github.com
Fixes all compatibility issues with actionpack >= 2.0.0. This gem/plugin allows rails applications to dynamically respond to proxied requests by detecting forwarded host/uri headers and setting the session domain, default host, and relative url root. Check it out at http://github.com/shuber/proxy
svnignore - Git-style file ignoring for SVN github.com
git style ignores with subversion http://github.com/shuber/svnignore
encryptor - OpenSSL wrapper github.com
A simple wrapper for the standard ruby OpenSSL library http://github.com/shuber/encryptor
sortable - for ActiveRecord github.com
Sort your records in multiple lists with multiple scopes - http://github.com/shuber/sortable
validates_as_hostname_label github.com
Easily validate your users' custom subdomains. http://github.com/shuber/validates_as_hostname_label
hattr_accessor - attributes for your hash github.com
Allows you to define attr_accessors that reference members of a hash. See http://github.com/shuber/hattr_accessor for more information.
subdomain_account github.com
A gem/plugin for rails that allows applications to scope resources to accounts by subdomains like basecamp does. http://github.com/shuber/subdomain_account. Plays nicely with http://github.com/shuber/authentication and subdomain-fu.
authorization github.com
A simple and very flexible gem/plugin for rails that handles authorization. It requires you to write your own "authorized?" method on your User model (or whatever class you're authorizing) which allows it to work with ANY type of permissions architecture. http://github.com/shuber/authorization.
attr_encrypted github.com
Generates attr_accessors that encrypt and decrypt attributes transparently. It can be used with ANY class, although you get a few more features if you're using it with ActiveRecord. Its plugable encrypting backend makes it very flexible. http://github.com/shuber/attr_encrypted
http://github.com/shuber/proxy - A gem/plugin that allows rails applications to dynamically respond to proxied requests by detecting forwarded host/uri headers and setting the session domain, default host, and relative url root
rails proxy plugin github.com
rails proxy plugin: http://github.com/shuber/proxy: A rails plugin that allows applications to dynamically respond to proxied requests by detecting forwarded host/uri headers and setting the session domain, default host, and relative url root. The plugin adds this functionality to calls to url_for, named route helpers, and view url helpers while still allowing you to specifically set the :host and :only_path options to override this behavior.
