Nick Schwaderer
Nick Schwaderer
@Siggs2000 - you've probably already gone through this, but when I first did a big ol' migration on a 7,000 commit application from squeel to baby_squeel I got a lot...
@jimmycuadra
This is exactly true. Although it focuses on supporting 'all' versions of sprockets, the deprecation warning I am getting is that this gem's syntax is deprecated in Sprockets 3 and...
@jimmycuadra I came here trying to upgrade my gems to handle sprockets deprecations such as this: ``` DEPRECATION WARNING: Sprockets method `register_engine` is deprecated. Please register a mime type using...
That all being said, it looks like these changes now are calling for more than the current PR.
Am having a crack at committing the deprecated changes, if they pass our tests I'll file a PR :)
Let's link this to [this rubygems.org issue](https://github.com/rubygems/rubygems.org/pull/3115) I still think there's something worth tracking here but if this gets merged it could solve _the vast majority_ of cases here! because...
Idea: [we actually have the power to do this in the API already](https://github.com/rubygems/rubygems.org/pull/3115#issuecomment-1187647097) ; using `built_at` e.g. ```ruby if gem_version.created_at == RUBYGEMS_IMPORT_DATE gem_version.built_at else gem_version.created_at end ```
There may not be a priority to test this on multiple ruby versions. In that case I can scope this down.
@jarodreyes :fire: You're a legend, thanks for that comment.