{"id":13509670,"url":"https://github.com/aforward/ar2ecto","last_synced_at":"2025-10-21T15:55:30.259Z","repository":{"id":32550016,"uuid":"36132322","full_name":"aforward/ar2ecto","owner":"aforward","description":"Migrate your active record migrations to ecto compatible migrations","archived":false,"fork":false,"pushed_at":"2015-06-07T03:50:07.000Z","size":180,"stargazers_count":13,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-06T17:54:19.526Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/aforward.png","metadata":{"files":{"readme":"README.md","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":"2015-05-23T16:41:32.000Z","updated_at":"2023-09-06T17:42:51.000Z","dependencies_parsed_at":"2022-09-10T21:51:30.887Z","dependency_job_id":null,"html_url":"https://github.com/aforward/ar2ecto","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aforward%2Far2ecto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aforward%2Far2ecto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aforward%2Far2ecto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aforward%2Far2ecto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aforward","download_url":"https://codeload.github.com/aforward/ar2ecto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246324255,"owners_count":20759101,"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","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-08-01T02:01:11.224Z","updated_at":"2025-10-21T15:55:25.239Z","avatar_url":"https://github.com/aforward.png","language":"Elixir","funding_links":[],"categories":["Utilities"],"sub_categories":[],"readme":"Ar2ecto\n=======\n\nThis project is to help you migrate a ruby project that is using ActiveRecord towards an Elixir project that uses Ecto.  The first feature is to transform your migrations from ruby (rb) to elixir (exs).\n\n\nGetting Started\n=======\n\nInstall the latest version\n\n```\ngit clone git@github.com:aforward/ar2ecto.git\ncd ar2ecto\nmix do deps.get, compile\n```\n\nTransform from your ruby ActiveRecord migrations to\nEcto migrations.\n\n```\nmix ar2ecto MyApp \\\n  /path/to/rubyproj/db/migrate \\\n  /path/to/elixirproj/priv/repo/migrations\n```\n\nThe output should look similar to\n\n```\nMigrating MyApp from ActiveRecord to Ecto...\n  -- Looking for migrations in /path/to/rubyproj/db/migrate\n  -- Migrating to /path/to/elixirproj/priv/repo/migrations\nDONE, Migrating from ActiveRecord to Ecto.\n```\n\nAnd within that directory you should see your new migrations.\n\nThis is under active development so please be vocal when you encounter issues.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faforward%2Far2ecto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faforward%2Far2ecto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faforward%2Far2ecto/lists"}