{"id":17234392,"url":"https://github.com/sija/seedling","last_synced_at":"2025-02-24T13:30:31.821Z","repository":{"id":3744949,"uuid":"4819428","full_name":"Sija/seedling","owner":"Sija","description":"Rails 3 plugin for a database-independent YAML seeds import/export.","archived":true,"fork":false,"pushed_at":"2012-10-31T03:57:16.000Z","size":116,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-17T02:52:58.201Z","etag":null,"topics":["rails","ruby","yaml"],"latest_commit_sha":null,"homepage":"","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/Sija.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}},"created_at":"2012-06-28T10:43:41.000Z","updated_at":"2023-08-19T11:05:49.000Z","dependencies_parsed_at":"2022-09-13T09:50:16.599Z","dependency_job_id":null,"html_url":"https://github.com/Sija/seedling","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/Sija%2Fseedling","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sija%2Fseedling/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sija%2Fseedling/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sija%2Fseedling/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sija","download_url":"https://codeload.github.com/Sija/seedling/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240487153,"owners_count":19809313,"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":["rails","ruby","yaml"],"created_at":"2024-10-15T05:29:17.319Z","updated_at":"2025-02-24T13:30:31.534Z","avatar_url":"https://github.com/Sija.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Seedling\n\nSeedling is a database-independent tool for dumping and loading seed data. It complements the `db:seed` rake task with loading/dumping data from/into YAML files. Provided data can be used to setup model attributes, properties and invoke methods with arguments. Exported data is saved to db/seed/dump/*.yml files, one per table.\n\nThis tool can be used as a replacement for mysqldump or pg_dump, but only for the ActiveRecord backed models. Users, permissions, schemas, triggers, and other advanced database features are not supported - by design.\n\nAny database that has an ActiveRecord adapter should work.\nThis gem is Rails 3 only.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'seedling', :github =\u003e 'Sija/seedling'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install seedling\n\nAll rake tasks will then be available to you.\n\n## Usage\n\n    rake db:seed:dump[dir]  -\u003e   Dump contents of ActiveRecord models to db/seed/dump/*.yml\n    rake db:seed:load[dir]  -\u003e   Seed the database with developments/ seeds.\n    rake db:seed            -\u003e   Seed the database with once/ and always/ seeds.\n\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Added some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsija%2Fseedling","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsija%2Fseedling","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsija%2Fseedling/lists"}