Releases: cachapascript/railsforge
Releases · cachapascript/railsforge
Release list
v1.1.1 - Fix PostgreSQL Image
- fix: Replaced PostGIS image with standard PostgreSQL image (
postgres:16)- Removed unnecessary PostGIS extension dependency
- Using standard PostgreSQL image reduces container size and complexity
- No spatial/GIS features are required for RailsForge projects
v1.1.0 - Custom README Generation
What's New
Features
- Generate custom README with project name and
./runcommands documentation - Add RELEASES.md with release workflow documentation
Improvements
- Replace default Rails README with personalized version
- Include Docker setup instructions
- Document all available
./runcommands
v1.0.0 - Zero-Ruby Rails Bootstrapper
Initial release of RailsForge.
Features:
- Zero-Ruby setup - Docker handles everything
- Auto-detects latest Ruby version from Docker Hub
- Interactive Rails project generator
- Pre-configured with PostgreSQL and Redis
- Production-ready Dockerfile generated from Rails
- Development helper script (run)
Full Changelog: https://github.com/cachapascript/railsforge/commits/v1.0.0