hyperstack
hyperstack copied to clipboard
Hyperstack ALPHA https://hyperstack.org
`server_method` applies to a record and returns a value computed on that record from the server, `finder_method` applies to a scope (all a model class) and returns a single record...
We are currently sending full records down on every change. Why this is happening is not clear. Something changed probably during a policy update.
This is testing the very tricky defaultValue operation. Something has changed in react and it no longer works properly.
you get this error: `undefined method `stdio' for Puma::Events:Class` For now locking development dependencies to puma at
in the after_commit method of hypermodel, the `SendPacket` operation is run which will return a promise, but it is not checked for an error state. ```ruby def self.after_commit(operation, model) #...
Hyperspec uses the Filecache gem, which uses Time.now. But if Timecop freezes time in a spec, then Time.now is not returning the system time, and the Filecache does not work....
just like rails does
In commit 36516765f840eade6a8862682dd5a12774b259cd a fix was made so that ActiveRecord#changed? would accept optionally the attribute that was changing. I.e. Job.changed? means anything in the job changes, vs Job.changed(:name) means did...
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.1. Changelog Sourced from addressable's changelog. Addressable 2.8.1 refactor Addressable::URI.normalize_path to address linter offenses (#430) remove redundant colon in Addressable::URI::CharacterClasses::AUTHORITY regex (#438) update gemspec to...
Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.11.2 to 1.13.9. Release notes Sourced from nokogiri's releases. 1.13.9 / 2022-10-18 Security [CRuby] Vendored libxml2 is updated to address CVE-2022-2309, CVE-2022-40304, and CVE-2022-40303. See GHSA-2qc6-mcvw-92cw for...