Rafael Bacchi

Results 3 comments of Rafael Bacchi

I also have this issue using ruby-oci8 and oracle-enhanced

Hello everybody, I was having the same problem using Rails. When I used a rake task to use tesseract it worked perfectly but when using Rails on Apache, for some...

@robin850 I changed the implementation the way you suggested, however I changed respond_to?(:fetch) to respond_to?(:[]) to avoid problems when an object have a custom fetch method for other purposes.