EZ

Results 4 issues of EZ

The consecutive submits of the form fail as timestamp is deleted from the session after validation `timestamp = session.delete(:invisible_captcha_timestamp)` No form is rendered - no timestamp is added - validation...

If there had been a form on a page (comment form, for example) and the same form is loaded again (reply on a comment) the spinner validation fails for "older"...

If you add tags one by one, ```ruby acts_as_taggable_on :tags acts_as_taggable_on :attributes acts_as_taggable_on :tags2 ``` `initialize_acts_as_taggable_on_ownership` does not run right with Rails 7 (7.0.8.7, or something changed between gem versions...

Hi Have some issues testing this in development. Maybe i'm doing something wrong. if i set ``` config.action_dispatch.rack_cache = { meta_store: ::Rack::Cache::MetaStore::Redis.new("#{Rails.credentials.redis_url}/1/rack_cache_metastore", default_ttl: 120), entity_store: ::Rack::Cache::EntityStore::Redis.new("#{Rails.credentials.redis_url}/1/rack_cache_entitystore", default_ttl: 120) # NOTE:...