Sha256: aeeee02a901ab07edeb90824dc29c7e8c7be3907968b815ffc4a72eae373b87c

Contents?: true

Size: 305 Bytes

Versions: 37

Compression:

Stored size: 305 Bytes

Contents

require 'rubygems'
require 'ramaze'

# Start this example with `ruby hello.rb`.
# After startup you will be able to access it at 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

37 entries across 37 versions & 4 rubygems

Version Path
ramaze-2023.01.06 examples/basic/hello.rb
Pistos-ramaze-2009.04.08 examples/basic/hello.rb
Pistos-ramaze-2009.06.12 examples/basic/hello.rb
manveru-ramaze-2009.04.01 examples/basic/hello.rb
manveru-ramaze-2009.04.08 examples/basic/hello.rb
manveru-ramaze-2009.04.18 examples/basic/hello.rb
manveru-ramaze-2009.04.22 examples/basic/hello.rb
manveru-ramaze-2009.04 examples/basic/hello.rb
manveru-ramaze-2009.05.08 examples/basic/hello.rb
manveru-ramaze-2009.05 examples/basic/hello.rb
manveru-ramaze-2009.06.04 examples/basic/hello.rb
manveru-ramaze-2009.06.12 examples/basic/hello.rb
manveru-ramaze-2009.06 examples/basic/hello.rb
manveru-ramaze-2009.07 examples/basic/hello.rb
rjspotter-ramaze-2009.06.29 examples/basic/hello.rb
rjspotter-ramaze-2009.06.31 examples/basic/hello.rb
ramaze-2012.12.08 examples/basic/hello.rb
ramaze-2012.12.08b examples/basic/hello.rb
ramaze-2012.04.14 examples/basic/hello.rb
ramaze-2012.03.07 examples/basic/hello.rb