Below you’ll find the Ruby libraries we have available as Ruby Gems. Our other open source projects can be found at the Fingertips GitHub page. You can also read our weblog or follow us on twitter.
A library to make online payments using ABN-AMRO (Dutch bank) Internetkassa.
$ sudo gem install Fingertips-abn-amro_internetkassa -s http://gems.github.com$ git clone git://github.com/Fingertips/abn-amro_internetkassa.gitThe AsNewSan mixin makes it easier to create associations on a new Active Record instance. Use the as_new method to instantiate new empty objects that are immediately saved to the database with a special flag marking them as new. Because new instances are already stored in the database, you always have an id available for creating associations. This means you can use the same views and controller logic for new and edit actions which is especially helpful when you are creating new associated objects using Ajax calls.
$ sudo gem install Fingertips-as_new-san -s http://gems.github.com$ git clone git://github.com/Fingertips/as_new-san.gitA plugin converting between value objects and record columns.
$ sudo gem install Fingertips-attribute-views -s http://gems.github.com$ git clone git://github.com/Fingertips/attribute-views.gitA thin wrapper around the Rails `flash' object to assist in redirecting the user `back' after authentication.
$ sudo gem install Fingertips-authentication-needed-san -s http://gems.github.com$ git clone git://github.com/Fingertips/authentication-needed-san.gitA plugin for authorization in a ReSTful application.
$ sudo gem install Fingertips-authorization-san -s http://gems.github.com$ git clone git://github.com/Fingertips/authorization-san.gitExecute CLI utilities
$ sudo gem install Fingertips-executioner -s http://gems.github.com$ git clone git://github.com/Fingertips/executioner.gitFakutoriSan is a lean model factory plugin which uses vanilla Ruby to define the factories, allowing you to optimally use inheritance etc.
$ sudo gem install Fingertips-fakutori-san -s http://gems.github.com$ git clone git://github.com/Fingertips/fakutori-san.gitA OS X command line tool to run JavaScript (Prototype) unit tests from the comfort of your terminal.
$ sudo gem install Fingertips-headless-squirrel -s http://gems.github.com$ git clone git://github.com/Fingertips/headless-squirrel.gitImagine writing an erb template once and use rake portfolio:release to generate and push the index.html for your GitHub pages. If that sounds good to you, you're in luck. Because that's exactly what this gem does.
$ sudo gem install Fingertips-jewelry_portfolio -s http://gems.github.com$ git clone git://github.com/Fingertips/jewelry_portfolio.gitMiso is a unified API for simple image operations commonly used on the web.
$ sudo gem install Fingertips-miso -s http://gems.github.com$ git clone git://github.com/Fingertips/miso.gitNap is a really simple REST API.
$ sudo gem install Fingertips-nap -s http://gems.github.com$ git clone git://github.com/Fingertips/nap.gitRails plugin to make testing Rails on test/spec easier.
$ sudo gem install Fingertips-on-test-spec -s http://gems.github.com$ git clone git://github.com/Fingertips/on-test-spec.gitPeijiSan is a Rails plugin which uses named scopes to create a thin pagination layer.
$ sudo gem install Fingertips-peiji-san -s http://gems.github.com$ git clone git://github.com/Fingertips/peiji-san.gitA simple Rails plugin which creates revisions of your model and comes with an equally simple HTML differ.
$ sudo gem install Fingertips-revision-san -s http://gems.github.com$ git clone git://github.com/Fingertips/revision-san.git