Sha256: da0f55a3839dc26a60f04160b5d8967cf9e151cfc15e5e825c430c9204624a02

Contents?: true

Size: 201 Bytes

Versions: 8

Compression:

Stored size: 201 Bytes

Contents

require File.expand_path('../../../../../lib/ramaze', __FILE__)

class MainController < Ramaze::Controller
  map '/'

  def index; end
end

Ramaze.start(:root => __DIR__, :started => true)

run Ramaze

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
ramaze-2023.01.06 spec/ramaze/bin/app/config.ru
ramaze-2012.12.08 spec/ramaze/bin/app/config.ru
ramaze-2012.12.08b spec/ramaze/bin/app/config.ru
ramaze-2012.04.14 spec/ramaze/bin/app/config.ru
ramaze-2012.03.07 spec/ramaze/bin/app/config.ru
ramaze-2011.12.28 spec/ramaze/bin/app/config.ru
ramaze-2011.10.23 spec/ramaze/bin/app/config.ru
ramaze-2011.07.25 spec/ramaze/bin/app/config.ru