state_pattern icon indicating copy to clipboard operation
state_pattern copied to clipboard

A Ruby state pattern implementation

Results 16 state_pattern issues
Sort by recently updated
recently updated
newest added

Bumps [loofah](https://github.com/flavorjones/loofah) from 2.0.1 to 2.3.1. Release notes *Sourced from [loofah's releases](https://github.com/flavorjones/loofah/releases).* > ## 2.3.1 / 2019-10-22 > > ### Security > > Address CVE-2019-15587: Unsanitized JavaScript may occur in...

dependencies

I need to use state_pattern gem dozens times every second and I observe that memory usage is growing fast. I might reckon that state transitions keep an activation record in...

Please move calling of 'enter' method from initialize to set_state(). I need check some conditions and call tansition_to another state in 'enter' metod. When it's in initialze transition_to not working.

Bumps [activerecord](https://github.com/rails/rails) from 4.2.1 to 6.1.7.1. Release notes Sourced from activerecord's releases. v6.1.7.1 Active Support Avoid regex backtracking in Inflector.underscore [CVE-2023-22796] Active Model No changes. Active Record Make sanitize_as_sql_comment more...

dependencies

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.0.2 to 1.4.4. Release notes Sourced from rails-html-sanitizer's releases. 1.4.4 / 2022-12-13 Address inefficient regular expression complexity with certain configurations of Rails::Html::Sanitizer. Fixes CVE-2022-23517. See GHSA-5x79-w82f-gw8w for...

dependencies

Bumps [loofah](https://github.com/flavorjones/loofah) from 2.0.1 to 2.19.1. Release notes Sourced from loofah's releases. 2.19.1 / 2022-12-13 Security Address CVE-2022-23514, inefficient regular expression complexity. See GHSA-486f-hjj9-9vhh for more information. Address CVE-2022-23515, improper...

dependencies