graphiti-api / graphiti

Stylish Graph APIs
https://www.graphiti.dev/
MIT License
974 stars 139 forks source link

Fix incompatibility with actionpack 7.1.1 #456

Closed tkachen closed 7 months ago

tkachen commented 11 months ago

In ActionPack 7.1.1 method ActionDispatch::Routing::RouteSet#recognize_path not working with symbols anymore.

They changed the way to check for substring: (https://github.com/rails/rails/commit/5726b1d1d7665c33830ad114f45258ecf772b7b6#diff-8cb3fb539a8c272b689394a45bc55877071bc4d01a3b4dc69a9c54c7ae6499aa)

jkeen commented 7 months ago

This change has been merged, thanks!