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-2011.12.28 examples/basic/hello.rb
ramaze-2011.10.23 examples/basic/hello.rb
ramaze-2011.07.25 examples/basic/hello.rb
ramaze-2011.01.30 examples/basic/hello.rb
ramaze-2011.01 examples/basic/hello.rb
ramaze-2010.06.18 examples/basic/hello.rb
ramaze-2010.04.04 examples/basic/hello.rb
ramaze-2010.04 examples/basic/hello.rb
ramaze-2010.03 examples/basic/hello.rb
ramaze-2010.01 examples/basic/hello.rb
ramaze-2009.10 examples/basic/hello.rb
ramaze-2009.07 examples/basic/hello.rb
ramaze-2009.05 examples/basic/hello.rb
ramaze-2009.04 examples/basic/hello.rb
ramaze-2009.06 examples/basic/hello.rb
ramaze-2009.06.12 examples/basic/hello.rb
ramaze-2009.06.04 examples/basic/hello.rb