Wednesday, March 14, 2007
If you want to use the Ruby Oracle OCI driver with Ruby on Rails, you might run into problems with the configuration. In the database.yml file, the following should be used to specify the host :
host: localhost/mydatabase
The mydatabase part is the the name of your database. For the adapter ‘oci’ should be [...]
Wednesday, March 14, 2007
Ruby is a scripting language, in the same league as Perl and Python. It is fully object-oriented, and comes batteries includes like Python, which means it comes with a full library installed by default. It is receiving a lot of attention these days due to the Ruby on Rails web application framework, which is indeed [...]
Also filed in
|
|