{"id":19474650,"url":"https://github.com/tomasc/mongo_mapper_permalink_datatype","last_synced_at":"2026-04-18T12:32:43.486Z","repository":{"id":1224847,"uuid":"1152890","full_name":"tomasc/mongo_mapper_permalink_datatype","owner":"tomasc","description":"[DEAD] MongoMapper datatype that automatically creates slugs from strings","archived":false,"fork":false,"pushed_at":"2011-02-27T20:57:28.000Z","size":100,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T15:49:41.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"Gerdregnery/SeminarverwaltungTest","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tomasc.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-12-09T11:08:21.000Z","updated_at":"2015-02-24T16:18:47.000Z","dependencies_parsed_at":"2022-07-17T11:47:27.751Z","dependency_job_id":null,"html_url":"https://github.com/tomasc/mongo_mapper_permalink_datatype","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tomasc/mongo_mapper_permalink_datatype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fmongo_mapper_permalink_datatype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fmongo_mapper_permalink_datatype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fmongo_mapper_permalink_datatype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fmongo_mapper_permalink_datatype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tomasc","download_url":"https://codeload.github.com/tomasc/mongo_mapper_permalink_datatype/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tomasc%2Fmongo_mapper_permalink_datatype/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31969677,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-10T19:26:00.491Z","updated_at":"2026-04-18T12:32:43.450Z","avatar_url":"https://github.com/tomasc.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"MongoMapper datatype that automatically creates slugs from strings that can be used in URLs.\n\nSee test for more details.\n\n== Example\n\n  require 'mongo_mapper/datatypes/permalink'\n\n  class Category\n    include MongoMapper::Document\n\n    key :title, String\n    key :permalink, Permalink\n    \n    before_save :set_permalink\n    \n    def set_permalink\n      self.permalink = title\n    end\n  end\n\n== Note on Patches/Pull Requests\n\n* Fork the project.\n* Make your feature addition or bug fix.\n* Add tests for it. This is important so I don't break it in a future version unintentionally.\n* Commit, do not mess with rakefile, version, or history. (if you want to have your own version, that is fine but bump version in a commit by itself I can ignore when I pull)\n* Send me a pull request. Bonus points for topic branches.\n\n== Copyright\n\nCopyright (c) 2010 Tomas Celizna, released under the MIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasc%2Fmongo_mapper_permalink_datatype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftomasc%2Fmongo_mapper_permalink_datatype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftomasc%2Fmongo_mapper_permalink_datatype/lists"}