muraaano/cursor-project-rules-on-rails

Rails向けのCursorプロジェクトルールのテンプレートです!

2Stars on the repository
9Mods indexed here, across every type
1y agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

controllers

01

muraaano/cursor-project-rules-on-rails

Cursor rule Cursor

A set of Rails rules for controller actions. Controllers receive web requests, and the rules limit them to the standard actions used by Rails resource routes, such as listing, viewing, creating, updating, and deleting records.

not rated 2 1y ago A 0 tokens original MIT

general

02

muraaano/cursor-project-rules-on-rails

Cursor rule Cursor

Ruby on Rails coding rules for organising application code, naming things, designing APIs, documenting methods, and monitoring errors and performance.

not rated 2 1y ago A 761 tokens original MIT

i18n

03

muraaano/cursor-project-rules-on-rails

Cursor rule Cursor

A set of Rails rules for translating an application into multiple languages and defining its error messages. Rails is a Ruby web framework, and I18n is its built-in translation system.

not rated 2 1y ago A 0 tokens original MIT

migration

04

muraaano/cursor-project-rules-on-rails

Cursor rule Cursor

A set of Rails database-migration rules covering file locations, names, table columns, foreign keys, and comments. Database migrations are versioned files that change an application's data structure.

not rated 2 1y ago A 0 tokens original MIT

models

05

muraaano/cursor-project-rules-on-rails

Cursor rule Cursor

A set of Rails rules for organizing models and application domain logic. Models represent data or business events, while PORO means a plain Ruby class without framework inheritance.

not rated 2 1y ago A 0 tokens original MIT

policies

06

muraaano/cursor-project-rules-on-rails

Cursor rule Cursor

A set of project rules for implementing authorization policies in a Rails application. Authorization policies decide which actions a user is allowed to perform.

not rated 2 1y ago A 0 tokens original MIT

serializers

07

muraaano/cursor-project-rules-on-rails

Cursor rule Cursor

A set of Ruby on Rails rules for serializers, which define the shape and field names of API responses. It also explains where serializers belong and what logic should stay in models or decorators.

not rated 2 1y ago A 0 tokens original MIT

testing

08

muraaano/cursor-project-rules-on-rails

Cursor rule Cursor

A set of Japanese-language backend testing rules for RSpec, a Ruby testing framework, and Factory Bot, a tool for creating test data.

not rated 2 1y ago A 0 tokens original MIT

validators

09

muraaano/cursor-project-rules-on-rails

Cursor rule Cursor

Rules for writing custom validators in a Ruby on Rails application. A validator checks whether model data is acceptable and reports errors when it is not.

not rated 2 1y ago A 0 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: