Sha256: 86113b574fadf2b851bc7b934d2243ff4ae6980d3e3c62583c760768f48d778a

Contents?: true

Size: 286 Bytes

Versions: 9

Compression:

Stored size: 286 Bytes

Contents

#          Copyright (c) 2006 Michael Fellinger m.fellinger@gmail.com
# All files in this distribution are subject to the terms of the Ruby license.

require 'rubygems'
require 'ramaze'

require 'controller/main'
#require 'layout/page'
require 'model/tasks'

Ramaze.start :port => 3000

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
starapor-slippers-0.0.5 examples/todolist/start.rb
starapor-slippers-0.0.6 examples/todolist/start.rb
starapor-slippers-0.0.8 examples/todolist/start.rb
starapor-slippers-0.0.9 examples/todolist/start.rb
slippers-0.0.14 examples/todolist/start.rb
slippers-0.0.13 examples/todolist/start.rb
slippers-0.0.12 examples/todolist/start.rb
slippers-0.0.11 examples/todolist/start.rb
slippers-0.0.10 examples/todolist/start.rb