Sha256: f50f432ce5e9fc3f21f30d58e2014e508380b9cac893a8bb9818f8442a554275

Contents?: true

Size: 243 Bytes

Versions: 21

Compression:

Stored size: 243 Bytes

Contents

require 'rubygems'
require 'ramaze'

# you can access it now with http://localhost:7000/
# This should output
# Hello, World!
# in your browser

class MainController < Ramaze::Controller
  def index
    "Hello, World!"
  end
end

Ramaze.start

Version data entries

21 entries across 21 versions & 5 rubygems

Version Path
Pistos-ramaze-2008.09 examples/basic/hello.rb
Pistos-ramaze-2008.12 examples/basic/hello.rb
Pistos-ramaze-2009.01 examples/basic/hello.rb
Pistos-ramaze-2009.02 examples/basic/hello.rb
clivecrous-ramaze-0.3.9.5 examples/hello.rb
manveru-ramaze-2008.07 examples/basic/hello.rb
manveru-ramaze-2008.08 examples/basic/hello.rb
manveru-ramaze-2008.09 examples/basic/hello.rb
manveru-ramaze-2008.10 examples/basic/hello.rb
manveru-ramaze-2008.12 examples/basic/hello.rb
manveru-ramaze-2009.01 examples/basic/hello.rb
ptomato-ramaze-2009.02.1 examples/basic/hello.rb
ptomato-ramaze-2009.02 examples/basic/hello.rb
ramaze-0.3.5 examples/hello.rb
ramaze-2009.01 examples/basic/hello.rb
ramaze-2008.06 examples/basic/hello.rb
ramaze-2008.11 examples/basic/hello.rb
ramaze-0.3.9.1 examples/hello.rb
ramaze-0.3.9 examples/hello.rb
ramaze-2009.03 examples/basic/hello.rb