From: Fernand Galiana Date: 2005-10-19T09:36:57+09:00 Subject: Applying ActiveRecord path... Hi, I am trying to use Rails with Oracle 9 on a legacy schema. Each table has its own sequence. I have downloaded the oci driver and I have been looking around to see how to customize the sequence name. I've found a patch #1798 that seems to fix the issue around the single sequence problem by either defaulting to table_name_seq or allows you to customize the sequence name The question here is : How do I apply this patch for ActiveRecord for my rails installation ? Do I need to download the whole source ? Thanks, Fernand