Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 137542 - rails needs to allow oracle db
Summary: rails needs to allow oracle db
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Ruby Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-21 22:15 UTC by Matthew Marlowe (RETIRED)
Modified: 2006-06-22 06:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matthew Marlowe (RETIRED) gentoo-dev 2006-06-21 22:15:57 UTC
per rails docs, oracle is supported but the rails ebuild only supports mysql/postgresql.
Comment 1 Caleb Tennis (RETIRED) gentoo-dev 2006-06-22 03:27:49 UTC
I dunno what you're talking about.  The ebuild supports any db you want.  If you want oracle, emerge it.  Rails will work just fine with it.
Comment 2 Caleb Tennis (RETIRED) gentoo-dev 2006-06-22 04:48:19 UTC
Note that this requires the ruby-oci8 gem which isn't in portage. This is because I have no way to test it (since I'm not an oracle guy).  

If you need it, you probably need to talk to the people who maintain the rest of the oracle stuff in Gentoo.
Comment 3 Matthew Marlowe (RETIRED) gentoo-dev 2006-06-22 06:55:17 UTC
OK.  It looks like you are right that this may be more of a general ruby/oracle thing than anything to do with rails.  My bad, the useflags for mysql/postgres/sqllite for rails threw me off.  

Anyhow, I have created a draft version of a ruby-oci8 ebuild and will test it later today. It makes it through repoman scan and seems to install correctly.  
Comment 4 Caleb Tennis (RETIRED) gentoo-dev 2006-06-22 06:56:27 UTC
ok, if it works for you feel free to commit it and useflag rails for oracle if so desired.