A great deal of my commitment to open source is courtesy of my employer.
At Flux Inc we use open source every day and
whenever something needs to be fixed we try to push our changes upstream.
You can check out my GitHub and Gitorious profiles.
You can check out my GitHub and Gitorious profiles.
Spree: E-Commerce for Ruby on Rails
Spree is a complete e-commerce solution for your Ruby on Rails application.
Originally created by Sean Schofield it is now maintaned by core team of
developers and available for commercial use.
Spree Simple Volume Pricing
Simple Volume Pricing is an extension to Spree that I've created while working
on a not yet announced Flux Inc project. It allows shop administrators to
define quantity discounts. Currently maintained by myself.
Enki: Ruby on Rails blogging app
Enki is a simple blogging app that I use for
my own
blog. It's created by Xavier Shay and is based on the assumption that if
you're a coder then it's easier for you to hack code than edit preferences.
Sparkle: software updates for OS X apps
Sparkle is a framework that makes it easy to add automatic software update
feature to your mac application. There's literally hundreds of applications
that use Sparkle for this purpose. Sparkle is created and maintained by
Andy Matuschak.
QJSON: JSON library for Qt framework
QJSON is a library that maps JSON data to QVariant objects. There's no better
way to read or write JSON in your Qt-based application. QJSON is a project
started and maintained by Flavio Castelli.
CutyCapt
CutyCapt is a command line tool that uses WebKit that comes with Qt to render
and capture web pages. In addition to many image formats you can also save
a web page to PDF which allows copying and pasting of text. WebKit is a great
standards-compliant browser engine (along others used in Chrome and Safari)
and CutyCapt's command line interface is particulary handy if you want to
capture webpage contents in a shell script. CutyCapt was written and is
maintained by Björn Höhrmann.
Ruby Gem: Inherited Resources
Inherited resources is a gem that helps Ruby on Rails applications to follow
Skinny controller - fat model paradigm. It speeds up development and
allows developer to focus on what makes his controllers different. The gem is
maintained by Jose Valim.
Ruby Gem: Awesome Nested Set
Awesome Nested Set is an implementation of the nested set pattern for
ActiveRecord models. Initially created by Collective Idea, now maintained
by different people in several forks. I'm following the fork created at
RailsDog and it's where I've sent my patch.
Ruby Gem: CanCan
CanCan is an authorization library for Ruby on Rails. It checks whether the
user is allowed to access specific resources. All permissions are defined in
a single location instead of being scattered across controllers and views.
CanCan is developed and maintained by Ryan Bates.