Pinned Repositories
bluecollar
Bluecollar: a simple yet full featured distributed background processing solution written in Clojure.
cucumber-selenium-standalone
archetype/generator for standalone cucumber selenium projects
jruby-quartz
A JRuby implementation of the Quartz scheduling framework that makes it easy to integrate into Ruby and Rails based projects.
magic_meta_methods
A gem that serializes text and data structures into one column and makes that data readable/writable through meta-programmed methods on ActiveRecord as defined by :column. This gem is particularly useful for storing display data or meta data that isn't intended to be queried directly via SQL. It reduces the number of "one-off" columns and the clutter of serialized declarations with getter/setters on your model.
r2_tweet2
A Rails plugin that wraps the Twitter API, provides AR/class twitter action callbacks, and "bot-like" functionality
rack-api-key
rack-api-versioning
Version your Rack based API's using headers either through middleware or routing constraints
sidekiq-bossman
sinatra_slideshow_code
techwhizbang's Repositories
techwhizbang/jruby-quartz
A JRuby implementation of the Quartz scheduling framework that makes it easy to integrate into Ruby and Rails based projects.
techwhizbang/magic_meta_methods
A gem that serializes text and data structures into one column and makes that data readable/writable through meta-programmed methods on ActiveRecord as defined by :column. This gem is particularly useful for storing display data or meta data that isn't intended to be queried directly via SQL. It reduces the number of "one-off" columns and the clutter of serialized declarations with getter/setters on your model.
techwhizbang/cucumber-selenium-standalone
archetype/generator for standalone cucumber selenium projects
techwhizbang/r2_tweet2
A Rails plugin that wraps the Twitter API, provides AR/class twitter action callbacks, and "bot-like" functionality
techwhizbang/sinatra_slideshow_code
techwhizbang/sinatra_slideshow
Sinatra PPT, code examples, etc for Silicon Valley August '10 Ruby Meetup
techwhizbang/static_resource
A Rails plugin that leverages the slick XML parsing into objects of ActiveResource without making any network calls
techwhizbang/activerecord-jdbc-adapter
ActiveRecord adapter for JDBC and JRuby<br>Alternate clone at git://kenai.com/activerecord-jdbc~main
techwhizbang/dotfiles
vim, vimrc, .profile dotfiles
techwhizbang/imagemonger
A Sinatra app utilizing JRuby and the Java Image API written to be a re-usable RESTful imaging service for uploads and dynamic re-sizing.
techwhizbang/inheritance.js
Simple lightweight JavaScript library to provide basic inheritance
techwhizbang/jruby
JRuby, an implementation of Ruby on the JVM
techwhizbang/js_techtalk
techwhizbang/mongoid
Ruby ODM framework for MongoDB
techwhizbang/sinatra_db_connection
Quickly and easily establish a DB connection with ActiveRecord and a typical database.yml file in your Sinatra app
techwhizbang/techwhizbang.github.com
techwhizbang github index page
techwhizbang/Ubuntu-10-Developers-Setup
Installs build-essentials, libs, rvm, mysql, mongo, sqlite3, etc...
techwhizbang/uploadable_file
A wrapper class around File that make them acts as a multipart uploaded file