Sha256: 6af025407d54da1852551800e121986fe9cec3a77a8ba3e3d7d889f0c0e364e2

Contents?: true

Size: 436 Bytes

Versions: 111

Compression:

Stored size: 436 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: https://rubyonjets.com/docs/extras/assets-serving/
  any "*catchall", to: "jets/public#show"
end

Version data entries

111 entries across 111 versions & 3 rubygems

Version Path
jets-4.0.12 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.11 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.10 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.9 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.8 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.7 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.6 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.5 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.4 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.3 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.2 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.1 lib/jets/commands/templates/skeleton/config/routes.rb
jets-4.0.0 lib/jets/commands/templates/skeleton/config/routes.rb
jets-3.2.2 lib/jets/commands/templates/skeleton/config/routes.rb
jets-3.2.1 lib/jets/commands/templates/skeleton/config/routes.rb
jets.benforeva-3.0.17.pre.mount.pre.fix lib/jets/commands/templates/skeleton/config/routes.rb
jets-3.2.0 lib/jets/commands/templates/skeleton/config/routes.rb
jets-3.1.5 lib/jets/commands/templates/skeleton/config/routes.rb
jets-3.1.4 lib/jets/commands/templates/skeleton/config/routes.rb
jets-3.1.3 lib/jets/commands/templates/skeleton/config/routes.rb