slug
slug copied to clipboard
Simple, straightforward slugs for your ActiveRecord models
Bumps [activerecord](https://github.com/rails/rails) from 5.1.4 to 6.1.7.1. Release notes Sourced from activerecord's releases. v6.1.7.1 Active Support Avoid regex backtracking in Inflector.underscore [CVE-2023-22796] Active Model No changes. Active Record Make sanitize_as_sql_comment more...
Bumps [tzinfo](https://github.com/tzinfo/tzinfo) from 1.2.4 to 1.2.10. Release notes Sourced from tzinfo's releases. v1.2.10 Fixed a relative path traversal bug that could cause arbitrary files to be loaded with require when...
Duplicates the source column string so that it's not modified during normalization. Prevents `A long, complex, headline!` from becoming `A long complex headline` before the model is created.
Bumps [rake](https://github.com/ruby/rake) from 12.3.0 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...
I added the ability to scope the slug with the option key validate_uniqueness_scope, it works like the normal validates_uniqueness_of scope option. http://ar.rubyonrails.org/classes/ActiveRecord/Validations/ClassMethods.html#M000086 I also renamed the test from test_slug.rb to...