instance method clean_up_error_pages

Ruby on Rails 2.7.0

Since v2.6.1 Last seen in v2.11.0

Available in: v2.6.1 v2.7.0 v2.8.2 v2.9.0 v2.10.1 v2.11.0

Signature

clean_up_error_pages()

No documentation comment.

Source
# File lib/kamal/commands/app/error_pages.rb, line 6
  def clean_up_error_pages
    [ :find, config.proxy_boot.error_pages_directory, "-mindepth", "1", "-maxdepth", "1", "!", "-name", KAMAL.config.version, "-exec", "rm", "-rf", "{} +" ]
  end

Defined in lib/kamal/commands/app/error_pages.rb line 6 · View on GitHub · Improve this page · Find usages on GitHub

Defined in Kamal::Commands::App::ErrorPages

Type at least 2 characters to search.

↑↓ navigate · open · esc close