You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Strip newlines from titles. Also consider stripping non-alphanumeric chars from the title and "uncase" (all lowercase) when making hash_ids to catch more duplicates.
The text was updated successfully, but these errors were encountered:
article.generate_id_string()
do you mean that strip new_lines modifies article.title, meaning the displayed article changes, whereas strip non-alphanum and uncase happen in article.generate_id_string(), meaning it won't affect how it's displayed later on?
Strip newlines from titles. Also consider stripping non-alphanumeric chars from the title and "uncase" (all lowercase) when making hash_ids to catch more duplicates.
The text was updated successfully, but these errors were encountered: