Sha256: 1dde87b31e4ebd3b9d693716fc560e3bfe9f76e767261d50f61784b974ccbdc7
Contents?: true
Size: 301 Bytes
Versions: 22
Compression:
Stored size: 301 Bytes
Contents
require 'rubygems' require 'ramaze' # Add directory start.rb is in to the load path, so you can run the app from # any other working path $LOAD_PATH.unshift(__DIR__) # Initialize controllers and models require 'controller/init' require 'model/init' Ramaze.start :adapter => :webrick, :port => 7000
Version data entries
22 entries across 22 versions & 6 rubygems