An open API service indexing awesome lists of open source software.

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.

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.