Projects by RubyGreenBlue

Enumerable Constants

Enumerable Constants provides a nice simple way of specifying that an Active Record model object attribute should be tied to a fixed set of values.

Markdown on Rails

Markdown on Rails is a Ruby on Rails template handler for the markdown format.

Convertible to csv

Convertible to csv allows you to specify that an ActiveRecord model should respond to a to_csv message. You can also specify if a header row of field names should be used and which fields (and their order) should be used in the csv output.