Sha256: 42d97c06030f1d9e71cc5483606aa76943f13cf5faa4138c204e9104e4ae7929

Contents?: true

Size: 166 Bytes

Versions: 23

Compression:

Stored size: 166 Bytes

Contents

require 'rho'
puts 'RHO loaded'
r = Rho::RHO.new
req = Hash.new
req['application']="Rhosugar"
req['model'] = 'Account'
req['request-method']='GET'
puts r.serve(req)

Version data entries

23 entries across 23 versions & 2 rubygems

Version Path
rhodes-0.2.0 lib/TestServe.rb
rhodes-0.2.1 lib/TestServe.rb
rhodes-0.1.3 lib/TestServe.rb
rhodes-0.1.2 lib/TestServe.rb
rhodes-0.1.1 lib/TestServe.rb
rhodes-0.1.0 lib/TestServe.rb
rhodes-0.2.4 lib/TestServe.rb
rhodes-0.2.3 lib/TestServe.rb
rhodes-0.2.2 lib/TestServe.rb
rhodes-0.2.5 lib/TestServe.rb
rhodes-0.3.0 lib/TestServe.rb
rhodes-0.2.6 lib/TestServe.rb
rhodes-framework-1.0.1 lib/TestServe.rb
rhodes-framework-1.0.0 lib/TestServe.rb
rhodes-framework-1.0.10 lib/TestServe.rb
rhodes-framework-1.0.3 lib/TestServe.rb
rhodes-framework-1.0.5 lib/TestServe.rb
rhodes-framework-1.0.4 lib/TestServe.rb
rhodes-framework-1.0.2 lib/TestServe.rb
rhodes-framework-1.0.7 lib/TestServe.rb