Skip to content

Releases: cachapascript/railsforge

v1.1.1 - Fix PostgreSQL Image

Choose a tag to compare

@cachapascript cachapascript released this 25 May 03:14
  • 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

Choose a tag to compare

@cachapascript cachapascript released this 25 May 02:42

What's New

Features

  • Generate custom README with project name and ./run commands documentation
  • Add RELEASES.md with release workflow documentation

Improvements

  • Replace default Rails README with personalized version
  • Include Docker setup instructions
  • Document all available ./run commands

v1.0.0 - Zero-Ruby Rails Bootstrapper

Choose a tag to compare

@cachapascript cachapascript released this 25 May 02:20

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