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