action-controller

Installation
SKILL.md

Action Controller

Comprehensive guide to Rails controllers, request handling, filters, and responses.

Controller Basics

Naming Conventions

Convention Example
Class name ArticlesController (plural + Controller)
File name articles_controller.rb
Views directory app/views/articles/
Route resource resources :articles

Standard RESTful Actions

class ArticlesController < ApplicationController
Related skills

More from bastos/ruby-plugin-marketplace

Installs
1
GitHub Stars
2
First Seen
Apr 16, 2026