optimism icon indicating copy to clipboard operation
optimism copied to clipboard

The missing drop-in solution for realtime remote form validation in Rails.

Results 21 optimism issues
Sort by recently updated
recently updated
newest added

Bumps [activerecord](https://github.com/rails/rails) from 6.1.4.1 to 7.0.3.1. Release notes Sourced from activerecord's releases. 7.0.3 Active Support No changes. Active Model No changes. Active Record Some internal housekeeping on reloads could break...

dependencies

Bumps [rails-html-sanitizer](https://github.com/rails/rails-html-sanitizer) from 1.4.2 to 1.4.3. Release notes Sourced from rails-html-sanitizer's releases. 1.4.3 / 2022-06-09 Address a possible XSS vulnerability with certain configurations of Rails::Html::Sanitizer. Prevent the combination of select...

dependencies

Bumps [rack](https://github.com/rack/rack) from 2.2.3 to 2.2.3.1. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.12.3 to 1.13.6. Release notes Sourced from nokogiri's releases. 1.13.6 / 2022-05-08 Security [CRuby] Address CVE-2022-29181, improper handling of unexpected data types, related to untrusted inputs to...

dependencies

Bumps [actionview](https://github.com/rails/rails) from 6.1.4.1 to 7.0.2.4. Release notes Sourced from actionview's releases. 7.0.2.3 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

Bumps [actionpack](https://github.com/rails/rails) from 6.1.4.1 to 7.0.2.4. Release notes Sourced from actionpack's releases. 7.0.2.3 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...

dependencies

Bumps [activestorage](https://github.com/rails/rails) from 6.1.4.1 to 7.0.2.3. Release notes Sourced from activestorage's releases. 7.0.2 Active Support Fix ActiveSupport::EncryptedConfiguration to be compatible with Psych 4 Stephen Sugden Improve File.atomic_write error handling. Daniel...

dependencies

Rails 6.1 is introducing a check to verify if the class is the class is not a Singleton, and if it is raises a TypeError. This PR simply changes the...

@leastbad I hope you are doing well. I have found a small lull in my day-to-days and have a little time to spare. If you were to pursue some initial...

Implementation of class-wrapped attribute names as discussed in #15 I did my best to do this in a way that is friendly with internationalization, and I _think_ I got it...