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.15k stars 591 forks source link

Add Rails 6.1 to CI test matrix #975

Closed parndt closed 3 years ago

parndt commented 3 years ago

Rails 6.1 is the latest stable release of Rails, so it makes sense to use CI to test that we're compatible with it.