{"id":15634781,"url":"https://github.com/jnunemaker/joint","last_synced_at":"2025-10-06T21:47:24.172Z","repository":{"id":851288,"uuid":"581165","full_name":"jnunemaker/joint","owner":"jnunemaker","description":"[DEAD AND UNMAINTAINED] MongoMapper and GridFS joined in file upload love.","archived":false,"fork":false,"pushed_at":"2015-04-29T14:28:32.000Z","size":605,"stargazers_count":127,"open_issues_count":1,"forks_count":30,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-09-04T21:40:33.533Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"collectiveidea/delayed_job","license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jnunemaker.png","metadata":{"files":{"readme":"README.rdoc","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2010-03-26T19:12:49.000Z","updated_at":"2025-06-09T22:37:22.000Z","dependencies_parsed_at":"2022-08-16T11:10:34.230Z","dependency_job_id":null,"html_url":"https://github.com/jnunemaker/joint","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/jnunemaker/joint","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fjoint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fjoint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fjoint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fjoint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jnunemaker","download_url":"https://codeload.github.com/jnunemaker/joint/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jnunemaker%2Fjoint/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278686637,"owners_count":26028325,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"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-10-03T10:57:12.576Z","updated_at":"2025-10-06T21:47:24.157Z","avatar_url":"https://github.com/jnunemaker.png","language":"Ruby","readme":"= DEAD AND UNMAINTAINED\n\n== Joint\n\nMongoMapper and GridFS joined in file upload love.\n\n== Usage\n\nDeclare the plugin and use the attachment method to make attachments.\n\n  class Foo\n    include MongoMapper::Document\n    plugin Joint\n\n    attachment :image\n    attachment :pdf\n  end\n\nThis gives you #image, #image=, #pdf, and #pdf=. The = methods take any IO that responds to read (File, Tempfile, etc). The image and pdf methods return a GridIO instance (can be found in the ruby driver).\n\nAlso, #image and #pdf are proxies so you can do stuff like:\n\n    doc.image.id, doc.image.size, doc.image.type, doc.image.name\n\nIf you call a method other than those in the proxy it calls it on the GridIO instance so you can still get at all the GridIO instance methods.\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\n  future version unintentionally.\n* Commit, do not mess with rakefile, version, or history.\n  (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 John Nunemaker. See LICENSE for details.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnunemaker%2Fjoint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjnunemaker%2Fjoint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjnunemaker%2Fjoint/lists"}