Joji Wakairo

Results 4 issues of Joji Wakairo

In `rails test`, the following test code causes an error: `SystemStackError: stack level too deep`. ```ruby node = nodes(:one) node.update(parent_id: node.id) ``` Node (class of the node) has closure tree...

### Motivation / Background This Pull Request has been created because I met `ActionController::UrlGenerationError: No route matches` when I follow "2.2.2 Setting the Locale from URL Params" of rails guides...

docs

On rails 7.1, [password length validation was improved](https://github.com/rails/rails/pull/47708) and password_too_long was added to activemodel/lib/active_model/locale/en.yml. Therefore, if rails-i18n supports password_too_long, it will be beneficial for users.

[`cwrap` function calls `ccall`](https://github.com/emscripten-core/emscripten/blob/4.0.5/src/lib/libccall.js#L144), which does [not accept "array" as a return type](https://github.com/emscripten-core/emscripten/blob/4.0.5/src/lib/libccall.js#L61). Consequently, the current documentation for cwrap's returnType and argTypes parameters is inaccurate, and this PR updates it...