Skip to content

Conversation

rsmithlal
Copy link
Member

Summary

  • store generated sitemap in Active Storage so it can be uploaded to S3
  • serve /sitemap.xml.gz through a controller that redirects to the stored file
  • add rake task and specs to generate and deliver sitemap from S3
  • scope sitemaps to a platform using create_bt_table and add host-platform association
  • test that sitemap generation includes only public pages

Testing

  • bundle exec rubocop (fails: bundler: command not found: rubocop)
  • bundle exec brakeman -q -w2 (fails: bundler: command not found: brakeman)
  • bundle exec bundler-audit --update (fails: bundler: command not found: bundler-audit)
  • bin/codex_style_guard (fails: bundler: command not found: rubocop)
  • DATABASE_URL=postgresql://postgres:postgres@localhost/community_engine_test bin/ci (fails: bundler: command not found: rails)

https://chatgpt.com/codex/tasks/task_e_689b7bb083bc8321a51b456c1d6b090a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant