- Explicitly warn users NOT to copy the gem's JavaScript file
- Clarify that activeadmin_quill_editor.js should be imported from the gem
- Add complete working examples from dummy app:
- Full app/javascript/active_admin.js with proper imports
- Complete tailwind.config.js with all safelist classes
- lib/tasks/active_admin.rake for Tailwind builds
- Remove incorrect symlink from dummy app
This prevents users from mistakenly copying the gem's JS file into their
app instead of properly importing it from vendor/assets/javascripts/
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
- Switch to ActiveAdmin 4 beta with Tailwind CSS
- Replace Sprockets with Propshaft for Rails 8
- Migrate from jQuery to vanilla JavaScript
- Implement proper module initialization without setTimeout hacks
- Add esbuild for JavaScript bundling with clean import aliases
- Configure Tailwind CSS build process with ActiveAdmin plugin
- Update engine configuration for both Propshaft and Sprockets
- Add comprehensive documentation for AA4 gem updates
- Maintain backward compatibility with legacy AA versions
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>