Sha256: b0df58613f59638bd74c0158a46dc82facf1cd0e9552a1412d3c5e6edffe1b75

Contents?: true

Size: 239 Bytes

Versions: 22

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true

PADRINO_ROOT = File.dirname(__FILE__) unless defined? PADRINO_ROOT

class SystemDemo < Padrino::Application
  set :reload, true
end

SystemDemo.controllers do
  get '/' do
    resolv
  end
end

Padrino.load!

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
padrino-core-0.16.0.pre3 test/fixtures/apps/system.rb
padrino-core-0.16.0.pre2 test/fixtures/apps/system.rb
padrino-core-0.15.3 test/fixtures/apps/system.rb
padrino-core-0.15.2 test/fixtures/apps/system.rb
padrino-core-0.15.1 test/fixtures/apps/system.rb
padrino-core-0.15.0 test/fixtures/apps/system.rb
padrino-core-0.14.4 test/fixtures/apps/system.rb
padrino-core-0.14.3 test/fixtures/apps/system.rb
padrino-core-0.12.9 test/fixtures/apps/system.rb
padrino-core-0.14.2 test/fixtures/apps/system.rb
padrino-core-0.13.3.4 test/fixtures/apps/system.rb
padrino-core-0.14.1.1 test/fixtures/apps/system.rb
padrino-core-0.14.1 test/fixtures/apps/system.rb
padrino-core-0.14.0.2 test/fixtures/apps/system.rb
padrino-core-0.14.0.1 test/fixtures/apps/system.rb
padrino-core-0.14.0 test/fixtures/apps/system.rb
padrino-core-0.14.0.rc2 test/fixtures/apps/system.rb
padrino-core-0.14.0.rc1 test/fixtures/apps/system.rb
padrino-core-0.13.3.3 test/fixtures/apps/system.rb
padrino-core-0.13.3.2 test/fixtures/apps/system.rb