Welcome to the Rails 7 Test App repository!
This repository comes fully loaded with everything you need to start exploring hands-on your Ruby on Rails project's, with features like:
- Ruby version (3.0.3, but you can switch it up if you're feeling adventurous)
- Rails version (7.0.1, waiting for 8x :))
- Database setup for Postgres (because who even uses SQLite?)
- Tests and linting to keep things neat and tidy. No one likes a messy codebase, right?
Here’s the deal – you’re 3 steps away from magical workflows:
- Fork this repo. If you're reading this, you probably already have a GitHub account. It’s time to press that shiny "Fork" button at the top right. You got this. 🖱️
- Clone your fork: Clone your fork to your local machine and get comfy.
git clone https://github.com/varungadde99/rails_test_app.git cd rails_test_app
This repo is contains GitHub Actions workflow setup.
Explore the ./github
folder along, and you’ll be up and running the Github Actions in no time. 🚀