Sha256: cd9a0f71a47cbc32f2149a7e659223a158d9972207490706ddf7cd7cb53f11f3

Contents?: true

Size: 208 Bytes

Versions: 24

Compression:

Stored size: 208 Bytes

Contents

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

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

CustomDependencies.controllers do
  get "/" do
    "foo"
  end
end

Version data entries

24 entries across 24 versions & 1 rubygems

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