Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #6881 (new enhancement)

Opened 3 years ago

[PATCH] InterBase ActiveRecord support

Reported by: rvowles Assigned to: core
Priority: normal Milestone: 2.x
Component: ActiveRecord Version: edge
Severity: normal Keywords:
Cc:

Description

This implements InterBase capability for the ActiveRecord sub-project of Rails. Some changes needed to be made in the core (validation for example being UPPER rather than LOWER), but changes are kept to an absolute minimum. Includes full support for migrations. Some tests don't fully run as there appear to be bugs in the tests (there is a tests.txt file in the native_interbase directory that tells you what passed and what didn't).

Attachments

interbase_ActiveRecord.patch (62.0 kB) - added by rvowles on 12/23/06 10:04:52.

Change History

12/23/06 10:04:52 changed by rvowles

  • attachment interbase_ActiveRecord.patch added.