Railsify!

Geoffrey Grosenbach (topfunky)

ar_mailer_generator by Geoffrey Grosenbach (topfunky) in Miscellaneous

Generate model and migration files for using Eric Hodel's ar_mailer. Queue emails and send them all at once instead of monopolizing a Rails process to send email.

Calendar Helper by Geoffrey Grosenbach (topfunky) in HTML Helpers

Make an HTML calendar with nice CSS styling. Non-interactive, but Javascript events can be attached unobtrusively.

dom_id by Geoffrey Grosenbach (topfunky) in HTML Helpers

Creates a dom_id method for generating unique id's in HTML pages.

Hodel 300 Compliant Logger by Geoffrey Grosenbach (topfunky) in Utilities

Log in a format that can be parsed by Eric Hodel's pl_analyze performance reporting script.

Memory Test Fix by Geoffrey Grosenbach (topfunky) in Testing

Run tests with Sqlite's memory database. Faster than some other databases, but doesn't have the full functionality of MySQL or Postgres.