All Tags » gem (RSS)

Browse by Tags

  • Ruby Gem 1.3.0 Released

    Significant changes to the SDK Gem have been made over the last week especially around upload and download. Previously we relied on SOAP to handle the uploads. This has been rewritten to use HTTP uploads and a gain of ~30% was realized. Also part of these recently releases was the ability to recover...
    Posted to Ruby (Forum) by BarryR on 05-21-2009
  • Nirvanix Ruby SDK Gem 1.3.2

    The Nirvanix Ruby SDK Gem. This file is also hosted at Rubyforge for download http://nvx-sds.rubyforge.org/. Release Notes June 22, 2009 - 1.3.2 Modified headers being sent in transfer so older versions of Ruby will work properly. June 1, 2009 - 1.3.1 Renamed folders APIClasses and SOAP to fix case sensitivity...
    Posted to Ruby (FileGallery) by BarryR on 05-19-2009
  • Re: How to upload file with http post on ruby on rails

    We have a ruby gem available to help simplify calling our system. You can get it by typing "gem i nvx-sds" or you can download and install it from: http://nvx-sds.rubyforge.org/ . On that page you will find the documentation for doing an http upload in the second section and the rubydoc for...
    Posted to Ruby (Forum) by BarryR on 01-24-2008
  • Re: Get Upload Node for HTTP Post

    Currently the Ruby Gem uses Soap to upload files using the AppendFile method and does not have HTTP uploads implemented yet. If you wish to use this method you can do the following: [quote] session = Session.new(APP_KEY, USERNAME, APP_NAME, PASSWORD) SoapUpload.UploadFile('remote_file', 'local_file'...
    Posted to Ruby (Forum) by BarryR on 11-16-2007
  • Ruby Gem 1.1.0 Released

    Changes: Fixed Path issues on case sensitive Operating systems Added SetAccountLimits method on Master account. Added GetAccountLimits for child accounts from MasterAccount object. Instructions: The Gem library that acts as a full API for the web services is available for download at http://developer...
    Posted to Ruby (Forum) by BarryR on 10-22-2007
Page 1 of 1 (5 items)