1. Skip to navigation
  2. Skip to content

The ELC Community Blog

A knowledge exchange on Ruby on Rails and Agile Development


Rails Plugins

by tkeller on July 12, 2007
Rails Plugins

Sliding Session Timeout

Allows your sessions to time out relative to the last page view

Read More

Swfchart Generator

Swfchart generator provides an easy way to integrate maani.us's SWF/XML Chart library into your Rails App.

Read More

HitTracker

HitTracker is a very simple plugin to give you quick and easy functionality to track access to your records using ActiveRecord.

Read More

MigrateTestDB

MigrateTestDB plugin was created to allow migrations to be used to generate the test database in rake test commands.

Read More

PreloadFixtures

Ever wonder why it takes so gosh darn long to run your tests? Do you hate it when forgetting to load a valuable fixture breaks your test? In my experience, long test times are due to two reasons: fixture loading and fixture instantiation.

Read More

Use_db

I recently wrote a rails plugin called "use_db", which allowed you to use a different database for some of your ActiveRecord models. I started by reading this article (which was borrowed from the rails wiki), and decided to make a plugin out of it.

Read More

Sortable_Column_Headers (SCH)

I wanted the ability to sort my tabular data using column header links. I wanted the links for each column to toggle between ASC and DESC depending on the current sort direction for that column. I also wanted the system to remember the sort order of a given table even after I navigated away from and back to the page that contained it. My current solution is the sortable_column_headers plugin (SCH).

Read More

LiquidFilterExtensions

Inspired by the need to truncate text containing html tags without losing any closing tags, Ryan and I have created a plugin that we're hoping others will add to. The plugin is called LiquidFilterExtensions and hosts extensions to Liquid's StandardFilters module.

Read More

Comments

Add a comment


home | services | Ruby on Rails Development | code | blog | company