Nathan Colgate

Results 5 issues of Nathan Colgate

ActiveGraph relies on [a Rails 3.x method for cache clearing](https://github.com/neo4jrb/activegraph/blob/master/lib/active_graph/node/labels/reloading.rb): `before_remove_const`. We are running with the gem in a Rails 7 app. So the method is never called, and as...

### Use Case Our application allows users to create employees within their organization. Authorization is handled by the CanCanCan gem. The ability file reads: ```ruby can :manage, Employee, organization: user.organizations.find(Current.organization.id)...

Leaving this here as a rough start to writing the docs for adding [mention](https://tiptap.dev/api/nodes/mention) support: We are going to be @mentioning Users, who have names. ### The Rails Stuff Let's...

Leaving this here as a rough start to writing the docs for adding tables: We have a custom editor: ```js // This custom editor // extends the default tiptap editor...

Support splatted params in Ruby 3