Skip to content

Instantly share code, notes, and snippets.

@originalpete
Last active December 20, 2015 17:59
Show Gist options
  • Save originalpete/6172964 to your computer and use it in GitHub Desktop.
Save originalpete/6172964 to your computer and use it in GitHub Desktop.
Safegas page fixtures: find Comfy CMS pages that have a missing page title
Dir["db/cms_fixtures/safegas/pages/**/*"].map{|d| d if File.directory?(d) && !Dir[d+"/*"].map{|f| File.basename(f)}.include?("title.html")}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment