Projects

Here are some of the projects that Boston Rubyists have created

Add a new project

ActiveObject

ActiveObject is an ActiveRecord- and DataMapper-inspired wrapper around Ruby object serialization.

Edit

Ambitious Ultrasphinx

An Ambition adapter to Sphinx, a full-text search engine.

Edit

Craps

A craps simulator to help you plan your next trip to the casino by minimizing the house advantage and setting basic constraints on your play.

Edit

Factory Girl

A gem that lets you easily define and use Factories in your test suite for ActiveRecord projects.

Edit

No Cache

Rails plugin. Force major browsers (IE, Firefox, Safari) to reload a page, even when triggered by 'back' button.

Edit

Paperclip

Paperclip is an easy file attachment library for ActiveRecord. Setup is easy and files are treated like other attributes on your model. They aren’t saved to their final locations on disk, nor are they deleted if set to nil, until ActiveRecord::Base#save is called. It manages validations based on size and presence, if required. It can transform its assigned image into thumbnails if needed, and the prerequisites are as simple as installing ImageMagick. Attached files are saved to the filesystem and referenced in the browser by an easily understandable specification, which has sensible and useful defaults.

Edit