We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have deployed a static site using https://devcenter.heroku.com/articles/static-sites-ruby
https://devcenter.heroku.com/articles/static-sites-ruby
Does anyone know how to set up the config.ru for use of rack-offline on Heroku?
I have tried use Rack::Offline, :cache => "images", :root => "public" , but it complains of wrong number of arguments.
use Rack::Offline, :cache => "images", :root => "public"
The text was updated successfully, but these errors were encountered:
If your site is static (plain HTML files) then you won't be using config.ru since you won't need an app server.
config.ru
Sorry, something went wrong.
No branches or pull requests
I have deployed a static site using
https://devcenter.heroku.com/articles/static-sites-ruby
Does anyone know how to set up the config.ru for use of rack-offline on Heroku?
I have tried
use Rack::Offline, :cache => "images", :root => "public"
, but it complains of wrong number of arguments.The text was updated successfully, but these errors were encountered: