Alex Balhatchet
Alex Balhatchet
Duplicating my comment from https://github.com/rack/rack/issues/1522 here, with some small updates to include ActiveRecord Session Store versions: **Rack 2.1.1, ActiveRecord Session Store 1.1.3** ``` NoMethodError undefined method `transform_keys' for # rack...
I like the idea of adding an initializer-based configuration block, but it feels like quite a big departure from how `prefixed_ids` are configured per-model at the moment. Were you thinking...
@excid3 thanks for closing this and apologies for never implementing it! 😳🙏🏻
Amazing, thanks for sharing @olliebennett! I'll give that a go and let you know how I get on 😄 👍
I think this could be related to https://github.com/kytrinyx/etsy/issues/107 and https://github.com/kytrinyx/etsy/pull/108 ?
@kytrinyx cool, I'll see if I can write up a pull request for you :+1: Sadly my Etsy app is "waiting for approval" so until the folks over at Etsy...
I'm getting the same issue but with less useful error messages. ``` $ gem install sassc Building native extensions. This could take a while... ERROR: Error installing sassc: ERROR: Failed...
I managed to get it to build by changing the Makefile from `CXX = false` to `CXX = clang++`. ``` $ vim Makefile # CXX = clang++ $ make compiling...
For me rebuilding Ruby was the cause of the problem rather than the solution 😅 My timeline went something like this: 1. `rbenv install 3.3.5` on macOS 14.7 - everything...
It looks like a new version of "Command Line Tools for Xcode" just released and might have fixed this 🤞 ``` $ softwareupdate --history | grep "Command Line Tools for...