Pedro Fayolle
Pedro Fayolle
I'm also getting a "Hook error", although with a different error message: ``` (…)/ruby-oci8-2.2.12/lib/oci8/properties.rb:74:in `__set_prop': Hook error: Could not replace function read in /Users/pilaf/Downloads/instantclient_23_3/libclntsh.dylib.23.1 (RuntimeError) from (…)/ruby-oci8-2.2.12/lib/oci8/properties.rb:74:in `[]=' from (…)/activerecord-oracle_enhanced-adapter-6.1.6/lib/active_record/connection_adapters/oracle_enhanced/oci_connection.rb:337:in...
@michaellenaghan Odd, when I reported this the other day I could very easily reproduce it with just those steps in both trix-editor.org and my own app, but now I'm having...
Here's a screencap with what I think is a sure way to reproduce it (I consistently reproduced it on both Macs this way). Better if you watch it with audio...
@michaellenaghan > One thought: do you have any extensions running? No, zero Safari extensions in both machines that I tested on. > we're using different versions of Safari Yeah, maybe...
@turino > do you know how to get our FM test server to prevent deletion of a record? I looked into referential integrity options, but it seems there's nothing like...
@turino On second thought, should `.destroy` return the record object instead? That's what AR does, so if we're aiming for consistency with it...
Token store classes now have autoloading, but symbol-based autoloading is still missing.
@ioquatix Sorry for the delay, please check the latest commit, I think it mostly addresses your comments. Again I couldn't write tests for it, but I did test that this...
@balvig @ioquatix AFAIK this is only missing tests, but I'm still unsure how to best approach that. If there were any good ideas I could give it a shot at...
@ioquatix Awesome!