Rails...ugh

sigzero on 2006-01-30T17:29:01

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.


so try maypole or catalyst

TeeJay on 2006-01-30T20:51:09

..assuming you haven't already that is.

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...

Connection string?

djberg96 on 2006-02-01T03:34:06

Strange that you even mention connection strings. Take a look at config/database.yml.

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.