Sha256: d543076514f171b713c451fe1d19f332a6dbd30646054617c4367685e0171afa

Contents?: true

Size: 663 Bytes

Versions: 18

Compression:

Stored size: 663 Bytes

Contents

Jets.application.routes.draw do
  # Default homepage. This should be replaced. Replacing requires using JETS_ENV_EXTRA
  # or deleting and deploying twice.
  # More info:
  #   http://rubyonjets.com/docs/routes-workaround/
  #   http://rubyonjets.com/docs/env-extra/
  root "jets/public#show"

  # The jets/public#show controller can serve static utf8 content out of the public folder.
  # Note, as part of the deploy process Jets uploads files in the public folder to s3
  # and serves them out of s3 directly. S3 is well suited to serve static assets.
  # More info here: http://rubyonjets.com/docs/assets-serving/
  any "*catchall", to: "jets/public#show"
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
jets-1.2.0 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.1.5 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.1.4 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.1.3 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.1.2 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.1.1 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.1.0 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.18 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.17 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.16 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.15 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.13 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.12 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.11 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.10 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.9 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.8 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.0.7 lib/jets/commands/templates/skeleton/config/routes.rb