First  |  Prev |  Next  |  Last
Pages: 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178
SOAP error: Cannot map <class> to SOAP/OM
Hi, Ruby 1.8.7 soap 1.5.8 Linux & Mac I'm getting an odd error from the soap library while attempting to connect to a Sympa 5 server in one of our production apps: A SOAP::Mapping::MappingError occurred in mail_list#display_list: Cannot map Array to SOAP/OM. [RAILS_ROOT]/vendor/gems/soap4r-1.5.8/lib... 2 Feb 2010 15:08
UTF8 hell
On Tuesday 02 February 2010, Xavier Noëlle wrote: |Hello, |I'm trying to deal with Ruby flaws with encoding, which I thought |would be almost past with Ruby 1.9. I managed to find a solution for |Ruby 1.8 and thought I did for Ruby 1.9...but in fact, no ! | |I fetch rows from an UTF8 database and try ... 23 Feb 2010 23:50
Ruby Threads From C
Hi, I'd like to know how can I do to create ( or instantiate ) a Ruby Thread from C . actually , I have to Bind Some C Modules to Ruby , So I have to manage The ruby Thread inside my C code ( Start , Stop , Resume ...ect ) Thx ;) -- Posted via http://www.ruby-forum.com/. ... 3 Feb 2010 11:41
Creating Arrays Through a Loop
I was wondering if it was possible to create a series of arrays through a loop. This doesn't work (I think): for num in 1..10 array_num = Array.new end -- Posted via http://www.ruby-forum.com/. ... 2 Feb 2010 15:07
Bitwise 2010 ( IIT Kharagpur ) An Annual Algorithm Intensive Online Programing Contest
Bitwise is an Annual Algorithm Intensive Online Programming Contest, organized by the Department of Computer Science and Engineering, Indian Institute of Technology Kharagpur (IIT Kgp), one of the premier institutes of technology in India. Bitwise has earned its position over the years and the last edition held i... 2 Feb 2010 15:06
GServer and SSL
I've got some code that uses GServer rather heavily, and I'm wondering, if I need to use secure sockets, is there any example of how to use GServer with and SSL layer? -- Posted via http://www.ruby-forum.com/. ... 2 Feb 2010 15:06
What am I doing wrong?
I didn't see a beginners forum - hope it's ok to post this here. I feel so daft as this must be the simplest question you've probably been asked! Anyway I'm new to Ruby and want to create a very simple script that generates 100 random words and puts them into an array. I want to put them into an array so I can... 2 Feb 2010 15:05
gsub not working to replace a 'Chinese' Charater.
gsub not works for me when replace 'DBCS'(double byte character set) character, using last version ruby 1.8.6 when "strºº×Öend".gsub(/ºº×Ö/,"hanzi"), output still is: strºº×Öend , but not strhanziend which I want to get. Searched web two whole night with no clue found. Anyone can help are much appreciat... 2 Feb 2010 15:06
Mapping error in soap4r
Hi, I am getting this error in client side when I expect an array in response . Response with single element works fine C:/Ruby/lib/ruby/1.8/soap/mapping/encodedregistry.rb:530:in `soap2typedobj': unknown class: (SOAP::Mapping::MappingError) InputList class InputList < ::Array end class SubData attr... 2 Feb 2010 15:05
Class with Multi Constrcutor ( initialize )
Hey .. I'm Tryin' to port Some Java Module into Ruby , but I have a small probleme , how can I do to declare multi 'initialize Method' depending of the number of user argument i.e in Java we can have a Class with many constructor class myClass { //... public MyClass () { ... } // Defualt One p... 2 Feb 2010 15:05
First  |  Prev |  Next  |  Last
Pages: 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178