Sha256: 72a20662026e3f6a54c922cd81fcdf2abbec28d2f0bf87a86ec5b37473ab3c1d

Contents?: true

Size: 428 Bytes

Versions: 73

Compression:

Stored size: 428 Bytes

Contents

Jets.application.routes.draw do
  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

73 entries across 73 versions & 2 rubygems

Version Path
jets-1.9.9 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.9.8 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.9.7 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.9.6 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.9.5 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.9.4 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.9.3 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.9.2 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.9.1 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.9.0 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.8.14 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.8.13 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.8.12 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.8.11 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.8.10 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.8.9 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.8.8 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.8.7 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.8.6 lib/jets/commands/templates/skeleton/config/routes.rb
jets-1.8.5 lib/jets/commands/templates/skeleton/config/routes.rb