<div dir="ltr"><div style>I thought I might have a copy because I did some work on a project that was going to ship against Oracle.  Turns out it was such a frustrating process that I deleted the project after it didn't go ahead, rather than keeping it lying around just in case.  Sorry!</div>
<div style><br></div>You could always check the last version that shipped with rails, depending on where the changes have been made, this might be good enough.<div><br></div><div><a href="https://github.com/rails/rails/blob/1-2-stable/activerecord/lib/active_record/connection_adapters/oracle_adapter.rb">https://github.com/rails/rails/blob/1-2-stable/activerecord/lib/active_record/connection_adapters/oracle_adapter.rb</a><br>
</div><div><br></div><div style>Adapters other than mysql, pg and sqlite were all extracted from rails for 2.0, so you are looking for something 5 or 6 years old now.  Which is, of course, deep archaeology in code years.</div>
<div style><br></div><div style>I think the real problem might be that activerecord-oracle-adapter might never have been pushed to <a href="http://rubygems.org">rubygems.org</a> and only have lived on <a href="http://gems.rubyonrails.org">gems.rubyonrails.org</a>, which doesn't exist now.  Neither does <a href="http://svn.rubyonrails.org">svn.rubyonrails.org</a> where the code used to live.<br>
</div><div style><br></div><div style>Perhaps the first commit to the current oracle enhanced adapter might be what you are looking for as it was forked from v1.0.0.9216 (I assume that's an svn rev?) of the original adapter.  This does assume that the initial commit has no work other than importing the original adapter, which might not be true (based on a cursory glance).</div>
<div style><br></div><div style><a href="https://github.com/rsim/oracle-enhanced/commit/57279809156fc089a70d9780eed958b4db3dc13c">https://github.com/rsim/oracle-enhanced/commit/57279809156fc089a70d9780eed958b4db3dc13c</a><br>
</div><div><br></div><div style>Muz</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On 30 September 2013 09:48, Michael Pavling <span dir="ltr"><<a href="mailto:pavling@gmail.com" target="_blank">pavling@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hello,<div><br></div><div>I'm doing a bit of maintenance on a Rails 2.1 app with Oracle 10, and historically, someone has edited the oracle_adapter.rb file to fudge some date transformations. Does anyone have a copy (or a link to a gem source) for the original activerecord-oracle-adapter so I can diff them to see what has actually been fiddled with here.</div>


<div><br></div><div>The only sources I can find point to the enhanced adapter - which we need to move to as part of an Oracle upgrade, but can't until I know what changes have been made to the old adapter in use.</div>


<div><br></div><div>TIA</div><div><br></div><div><br></div><div><br></div><div><br></div></div>
<br>_______________________________________________<br>
Chat mailing list<br>
<a href="mailto:Chat@lists.lrug.org">Chat@lists.lrug.org</a><br>
<a href="http://lists.lrug.org/listinfo.cgi/chat-lrug.org" target="_blank">http://lists.lrug.org/listinfo.cgi/chat-lrug.org</a><br>
<br></blockquote></div><br></div>