This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
README.textile
has-adjacent-finders
This plugin allows you to find rows adjacent to an arbitrary row by adding the following methods to ActiveRecord models:
- find_next_row - find record to the right of current record
- find_previous_row - find record to the left of current record
- find_next_rows - find records to the right of current record
- find_previous_rows - find records to the left of current record
- find_adjacent_rows - find records to the right and left of current record
***************************************************************************








