Located here are various scripts that differ significantly in usefulness. Some of them were created with the intention of being single use scripts, and some of them were created as general use libraries that are used on my sites.
QuickGraph
Requirements: none
Type: library
A Ruby library that can build simple, easy to use html bar graphs.
LightsoutR
Requirements: none
Type: terminal game
A Ruby version of the LightsOut game in the games. This was the very first program I wrote in Ruby, so it's circa January 2005.
Tooltips
Requirements: Prototype
Type: library
Provides customizable and simple to use javascript tooltips.
RailsToDjango
Requirements: A schema.rb file
Type: single use
A Ruby script that generates default models for the Django web framework from a Rails schema.rb file. This was created with the intent to stuff Django admin interfaces on all of my Rails applications.
LoadAllFixtures
Requirements: Fixtures
Type: single use
A single use Ruby script that loads all fixtures into the database. This was created for use in irb to give myself some junk data for developing.
ReplaceAllEmailsInDevelopmentData
Requirements: none
Type: single use
Single use Ruby script to update all columns in the database that should contain emails, with the provided email. This script was originally written to add my email address in place of the junk email addresses that were loaded from fixtures via the script above.