Pinned Repositories
accept_headers
A ruby library that does content negotiation and parses and sorts http accept headers
ajaxful_rating_jquery
Provides a simple way to add rating functionality to your application. This fork adds unobtrusive javascript and uses jquery instead of prototype.
authlogic-activation-reset-password-example
Authlogic Example with Email Activation and Password Resetting for Rails 2.3.x
docker-postgresql
Dockerfile for PostgreSQL 9.3 with configurable login/database. Stores data in /data volume.
heroku_cloud_backup
Uploads heroku pgbackups into the cloud using fog.
nanoc-deploy
nanoc extension adds cloud deployment options using fog.
nanoc-fuel
nanoc extension that adds useful helpers (facebook, google analytics, etc).
redmine-campfire_notifications
A plugin to display Redmine activity on Campfire
retriable
Retriable is an simple DSL to retry failed code blocks with randomized exponential backoff.
kamui's Repositories
kamui/authlogic-activation-reset-password-example
Authlogic Example with Email Activation and Password Resetting for Rails 2.3.x
kamui/redmine-campfire_notifications
A plugin to display Redmine activity on Campfire
kamui/authlogic-activation-tutorial
Tutorial on authlogic account activation modified from matthooks version.
kamui/restful-authentication
Add --include-forgot-password option to generate forgot my password functionality. This version is a fork of a version with --email_as_login functionality too.
kamui/ajaxful_rating_jquery_demo
Working demo app for the ajaxful_rating_jquery plugin for Rails 2.3.x
kamui/test-http-clients
A comparison of some ruby http clients. This fork adds a rake file, fixes some tests, and extracts json parsing, uri method calls outside of the individual tests.
kamui/asset_sync
Synchronises Assets between Rails and S3
kamui/fabrication
Object generator with some syntactic sugar and lazy generation of activerecord associations.
kamui/heroku_s3_backup
Backup your PostgreSQL database from Heroku to Amazon S3. Gem to wrap the code by Trevor Turk. This fork swaps out right_aws for fog and gzips all sql files.
kamui/heroku_tools
A series of tools I wrote for working with Heroku day to day. Added pg_dump version ignore, and require aws-s3 statement to rake task.
kamui/minitest-rails
MiniTest extension for Rails. This fork detects ActiveRecord, Mongoid, MongoMapper, DataMapper for model spec type registration.
kamui/paperclippolymorph
This plugin when used in conjunction with the paperclip file attachment plugin allows you to attach more than one file to the model. This fork acts acts_as_list to the attaching model.
kamui/redis-store
Namespaced Rack::Session, Rack::Cache, I18n and cache Redis stores for Ruby web frameworks