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