All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Load web-console extensions explicitly to fix blank page in production
- Add full-page CSS for console element to ensure proper display
- Use modern viewport units (100svh) for better mobile compatibility
- Allow console access from all IPs in production (with authentication)
- Fix blank page issue on cloud platforms like Render
- Add security note about IP allowlist in README
- Add proper GitHub repository metadata links
- Add bug tracker and documentation URIs
- Specify minimum Ruby version (>= 3.0)
- Include CHANGELOG.md in gem files
- Configure web-console earlier in boot process using before_initialize
- Properly initialize web_console config to prevent production deployment errors
- Configure web-console to allow production mode deployment
- Prevent "Web Console is activated in production" error on Render and similar platforms
0.1.0 - 2025-09-15
- Initial release
- Auto-mounting at
/rails/console - Production authentication via environment variables
- Full-page console interface
- Development mode with no authentication required
- Standard Ruby style guide compliance