Fix migration table naming and migrate:commit exit code

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
root
2025-11-19 22:56:36 +00:00
parent 2fdf0ab9be
commit c8d87f47b7
116 changed files with 90 additions and 77 deletions

View File

@@ -263,6 +263,7 @@ Rsx.Route('Login_Controller::logout', {redirect: '/dashboard'});
**Signature**: `Rsx::Route($action, $params = null)` / `Rsx.Route(action, params = null)`
- `$action` - Controller class, SPA action, or "Class::method" (defaults to 'index' if no `::` present)
- `$params` - Integer sets 'id', array/object provides named params
- **Unimplemented routes**: Prefix method with `#``Rsx::Route('Feature::#index')` generates `href="#"` and bypasses validation
**Query Parameters**: Extra params become query string - automatically URL-encoded