I have been trying to use Rails with our Oracle backend. While I can create a test script that connects to the db and print out its rows, I cannot do so in Rails, using every connection string known to Google and the Rails site.
I am done with it.
Re:so try maypole or catalyst
sigzero on 2006-01-30T22:01:50
I have used CGI::Application and Template::Toolkit. I was trying Rails because of the "hype". I am watching Catalyst but it still seems to be in a state of flux (the recent "which config to use" saga). I am Windows as well so Catalyst is updated a little slower.
I will probably install it tomorrow and try it. It being Catalyst.
catalyst
kennyg on 2006-01-31T15:00:17
Run, do not walk, and get Catalyst. Installing it using cpan on windows is a bit of a trick,but, if you add Randy Kobes' ppm repository, it wipes out most of the hard work.Re:catalyst
sigzero on 2006-02-01T00:53:53
I meant to do it today, but I fruitlessly gave Rails another try.
Tomorrow I take the plunge.
Re:catalyst
csh on 2006-02-27T00:29:04
Know any good books that cover catalyst, especially for database driven applications?
BTW... long time no see...
Re:Connection string?
sigzero on 2006-02-01T15:18:20
Yes? I know about that. I have changed it to every one they show on the Rails site and more. No go. I can connect normally through Ruby's dbi and return stuff so I know it isn't a problem with Oracle or Ruby...just Rails.