norman/friendly_id-globalize

Create RubyGems release for 1.0.0.alpha4

Opened this issue · 2 comments

Hello!

This issue is just a request for an update to the gem distributed at RubyGems.

In my project I use friendly_id-globalize at 1.0.0.alpha3. After upgrading to Rails 5.2 I am getting many of the following warning:

DEPRECATION WARNING: Dangerous query method (method whose arguments 
  are used as raw SQL) called with non-attribute argument(s): 
  "\"friendly_id_slugs\".id DESC".  

  Non-attribute arguments will be disallowed in Rails 6.0. This method should
  not be called with user-provided values, such as request parameters or model
  attributes. Known-safe values can be passed by wrapping them in Arel.sql(). 

I see this issue was already fixed in #26.

I'm happy to explicitly install the gem using the master ref instead of the RubyGems version in the meantime.

Thanks for your work on this gem and globalize!

Hi @norman ,

Could you please upload the alpha4 version? This version was set in 2018 and would be great if you could push the gem to RubyGems.

Thank you!

Hi, could anyone release the latest changes? :-)
Unfortunately I'm not able to use it now after upgrading Ruby version as the mentioned release is not pushed.