Skip to content

Conversation

david-a-wheeler
Copy link
Collaborator

  • Delete a few old config files: config/initializers/callback_terminator.rb config/initializers/new_framework_defaults.rb

  • Change JavaScript minifier (compressor) from uglifier to terser. Uglifier isn't as well-maintained and doesn't support many modern JS costructs. We'll still use one, because they make a big difference on slow networks.

  • Tweak to better use Claude Code. Do whitespace check early (that's a common mistake it makes), so we can fix those fast. Tell Claude to do rake default so we can auto-approve it. Document our application conventions to it.

* Delete a few old config files:
  config/initializers/callback_terminator.rb
  config/initializers/new_framework_defaults.rb

* Change JavaScript minifier (compressor) from uglifier to terser.
  Uglifier isn't as well-maintained and doesn't support many
  modern JS costructs. We'll still use one, because they make
  a big difference on slow networks.

* Tweak to better use Claude Code. Do whitespace check *early*
  (that's a common mistake it makes), so we can fix those fast.
  Tell Claude to do `rake default` so we can auto-approve it.
  Document our application conventions to it.

Signed-off-by: David A. Wheeler <[email protected]>
Copy link

codecov bot commented Aug 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (8f265ae) to head (cf64762).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main     #2436   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           57        57           
  Lines         2287      2287           
=========================================
  Hits          2287      2287           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@david-a-wheeler david-a-wheeler merged commit 7f34459 into main Aug 31, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant