issues
search
norman
/
friendly_id
FriendlyId is the “Swiss Army bulldozer” of slugging and permalink plugins for ActiveRecord. It allows you to create pretty URL’s and work with human-friendly strings as if they were numeric ids for ActiveRecord models.
http://norman.github.io/friendly_id/
MIT License
6.16k
stars
592
forks
source link
Add Rails 7.1 to CI Matrix and drop support for Ruby 2.6
#1022
Closed
alejandroperea
closed
11 months ago
alejandroperea
commented
12 months ago
This PR does three things:
Add Rails 7.1 to the matrix
Drops support for Ruby 2.6 (almost 2 years EOL)
Removes Gemfile for Rails 5.2 (well, in the code diff looks like renamed and modified because I've added the Gemfile for Rails 7.1)
parndt
commented
11 months ago
Thank you!
This PR does three things: