const Projects = ({ github_repos }) => {
return (
{/* RAILWAY TEMPLATE */}
A ready-to-use Railway starter template for fast prototyping with Rails 8 using Docker & Solid Stack multi databases.
rails8_starter is a production-ready Ruby on Rails 8 template built for instant deployment on Railway. It comes pre-configured with Solid Stack (Rails 8 defaults), PostgreSQL, and Docker, all wired to run on Railway’s infrastructure with minimal setup.
This template is designed to streamline the process of deploying a modern Rails 8 app to Railway. It uses a Dockerfile (without Thruster) and connects to four separate PostgreSQL databases, one for each part of the Solid Stack (cache, queue, cable, and primary).
Optional: Devise handles authentication, letter_opener is used in development, and Postmark is configured for outbound email in production.
A persistent volume is mounted to /rails/storage for Active Storage or can be replaced with S3.
This template also includes Mission Control Jobs at /jobs, giving you real-time visibility into your background jobs powered by Solid Queue.
)
}
export default Projects;