https://github.com/feapaydin/ruby-on-rails-instructions
Instruction file tailored with best practices and well-known patterns for AI assisted Ruby on Rails development using Github Copilot.
https://github.com/feapaydin/ruby-on-rails-instructions
copilot instructions ruby ruby-on-rails
Last synced: about 2 months ago
JSON representation
Instruction file tailored with best practices and well-known patterns for AI assisted Ruby on Rails development using Github Copilot.
- Host: GitHub
- URL: https://github.com/feapaydin/ruby-on-rails-instructions
- Owner: feapaydin
- License: mit
- Created: 2025-07-07T21:22:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-07T21:33:12.000Z (12 months ago)
- Last Synced: 2025-10-04T22:27:02.012Z (9 months ago)
- Topics: copilot, instructions, ruby, ruby-on-rails
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Copilot Instructions for Ruby on Rails Development
An [instruction file](https://code.visualstudio.com/docs/copilot/copilot-customization#_custom-instructions) for GitHub Copilot containing best practices and well known patterns for a better AI assisted coding experience, tailored using personal preferences and past experiences.
I tried to keep the contents as generic as possible, allowing different developer preferences to be supported, and tried to avoid pushing the agent to a certain style of development. However it is possible that some of the instructions may not be suitable for all developers or projects.
## How to Use
Copy the [instructions/ruby-on-rails.instructions.md](instructions/ruby-on-rails.instructions.md) file into your `.github/instructions/` folder in your repository.
The file will be automatically picked up by GitHub Copilot and used to guide the AI's suggestions when you are working on ruby files (`.rb`).
## Contributing
This repository is not suited for contributions.
Refer to [GitHub Awesome Copilot](https://github.com/github/awesome-copilot/) repository for open-sourced contributions and a more comprehensive list of Copilot instructions and resources.