search for: kurnavenkov

Displaying 3 results from an estimated 3 matches for "kurnavenkov".

2006 Aug 15
5
ActiveRecord inheritance
...upport-1.3.1/lib/active_support/dependencies.rb:147:in `require'' script/server:3| |This error occured while loading the following files: country.rb account_extended.rb --------------------------------------- | Please, can anybody explain me what I do wrongly ? Thanks. -- Vladimir Kurnavenkov -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/x-pkcs7-signature Size: 5181 bytes Desc: S/MIME Cryptographic Signature Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060815/38cb6783/smime-0001.bin
2006 Oct 13
5
RoR + oracle + bind vars
Hi, I have a question about bundle: RoR + oracle + bind variables. Heaving read forums/blogs/etc I found out RoR does not use bind vars for oracle particularly (and for all adapters in general). Then I found Michael''s patch (http://dev.rubyonrails.org/attachment/ticket/5199/oracle_bind.patch) but it was not added to the following RoR versions (since the end of May). As I suppose it was
2007 Feb 09
0
Oracle ADT columns
Hi, has anybody worked with oracle adt columns in the Rails ? I have a table with a column what has DER data type, described below: create or replace TYPE "DER" AS OBJECT (READABLE VARCHAR2(4000) ,DER BLOB ) obviously as a result I always have ''unsupported datatype'' error message. I''ve tried to add to oracle adapter and then to oci8 processing of this data