{"id":16061095,"url":"https://github.com/amancevice/activerecord-aws","last_synced_at":"2026-02-16T08:03:33.901Z","repository":{"id":52927767,"uuid":"108409964","full_name":"amancevice/activerecord-aws","owner":"amancevice","description":"Using AWS with ActiveRecord","archived":false,"fork":false,"pushed_at":"2024-06-12T14:00:06.000Z","size":18,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T09:26:38.966Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/amancevice.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-26T12:42:16.000Z","updated_at":"2024-06-12T14:00:10.000Z","dependencies_parsed_at":"2024-10-27T17:20:55.729Z","dependency_job_id":"49b2afd5-af6d-42d4-bfba-8766d457d748","html_url":"https://github.com/amancevice/activerecord-aws","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/amancevice/activerecord-aws","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancevice%2Factiverecord-aws","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancevice%2Factiverecord-aws/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancevice%2Factiverecord-aws/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancevice%2Factiverecord-aws/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amancevice","download_url":"https://codeload.github.com/amancevice/activerecord-aws/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amancevice%2Factiverecord-aws/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279007031,"owners_count":26084226,"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-11T02:00:06.511Z","response_time":55,"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-09T04:07:51.396Z","updated_at":"2025-10-11T11:10:25.484Z","avatar_url":"https://github.com/amancevice.png","language":"Ruby","readme":"# AWS Helpers for ActiveRecord\n\n[![build](https://travis-ci.org/amancevice/activerecord-aws.svg?branch=master)](https://travis-ci.org/amancevice/activerecord-aws)\n\n\n## Installation\n\nAdd this line(s) to your application's Gemfile:\n\n```ruby\ngem 'activerecord-aws' github:'amancevice/activerecord-aws',\n                       require:'active_record/aws',\n                       tag:'\u003cversion\u003e'\n```\n\nAnd then execute:\n\n```bash\nbundle\n```\n\n## Usage\n\nCurrently the only helper is a tool to use encrypted passwords in your `database.yml` files.\n\nInstead of providing a `password` key in a configuration definition, use `ciphertext`:\n\n```yaml\nproduction:\n  adapter:    mysql\n  ciphertext: AQECAHhXdRbgz8ljDIWpU51...=\n  database:   production\n  host:       localhost\n  port:       3306\n  username:   produser\n```\n\nThen, add the following line to your `Rakefile`:\n\n```ruby\nActiveRecord::Base.decrypt_password if ActiveRecord::Base.encrypted_password?\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famancevice%2Factiverecord-aws","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famancevice%2Factiverecord-aws","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famancevice%2Factiverecord-aws/lists"}