(from /home/chedong/.local/share/rdoc)
| Use Case | Command | Description |
|---|---|---|
| ✅ Define a callback before an action | before_action :method |
Register a callback to run before controller actions. |
| ✅ Define a callback after an action | after_action :method |
Register a callback to run after controller actions. |
| ✅ Define a callback around an action | around_action :method |
Register a callback that wraps controller actions. |
| ✅ Skip a before callback | skip_before_action :method |
Remove a previously registered before callback. |
| ✅ Skip an after callback | skip_after_action :method |
Remove a previously registered after callback. |
| ✅ Skip an around callback | skip_around_action :method |
Remove a previously registered around callback. |
| ✅ Prepend a before callback | prepend_before_action :method |
Add a before callback to the beginning of the callback chain. |
| ✅ Prepend an after callback | prepend_after_action :method |
Add an after callback to the beginning of the callback chain. |
| ✅ Prepend an around callback | prepend_around_action :method |
Add an around callback to the beginning of the callback chain. |
| ✅ Append a before callback | append_before_action :method |
Add a before callback to the end of the callback chain. |
| ✅ Append an after callback | append_after_action :method |
Add an after callback to the end of the callback chain. |
| ✅ Append an around callback | append_around_action :method |
Add an around callback to the end of the callback chain. |
_insert_callbacks_normalize_callback_optionsafter_actionappend_after_actionappend_around_actionappend_before_actionaround_actionbefore_actionprepend_after_actionprepend_around_actionprepend_before_actionskip_after_actionskip_around_actionskip_before_actionGenerated by phpman v4.9.26-1-g511901d · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-27 18:53 @216.73.216.199
CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format