Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Build Rails applications with proper conventions, performance patterns, and security practices.
Build Rails applications with proper conventions, performance patterns, and security practices.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Summarize what changed and any follow-up checks I should run.
TopicFileN+1, callbacks, validations, scopesactiverecord.mdStrong params, filters, rendercontrollers.mdRoute conflicts, constraintsrouting.mdPartials, helpers, caching, XSSviews.mdActiveJob, Sidekiq, retriesjobs.mdMass assignment, CSRF, SQL injectionsecurity.md
save returns false on failure โ save! raises, check return or use bang update_all/delete_all skip callbacks and validations โ data corruption if unaware find_each for batches โ Model.all.each loads entire table into memory redirect_to doesn't halt execution โ code after it runs, use and return dependent: :destroy missing โ orphan records accumulate forever default_scope pollutes all queries including joins โ almost always wrong Callbacks chain silently โ throw :abort stops save but returns false, not exception includes without references in where string โ N+1 still happens ||= memoization caches nil/false โ use defined?(@var) ? @var : @var = compute has_many through: vs has_and_belongs_to_many โ latter has no join model for attrs Nested before_action โ multiple inheritance makes flow unreadable render doesn't stop action โ code continues, duplicate render crashes
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.