RubyGems Navigation menu

activerecord_dumper 0.9.1

ActiveRecordDumper is a fork of YamlDb gem without any explicit Rails dependencies. This way it can be used by any AR-enabled app (e.g. Sinatra) without pulling whole Rails in. YamlDB/ActiveRecordDumper is a database-independent format for dumping and restoring data. It complements the database-independent schema format found in db/schema.rb. The data is saved into db/data.yml. This can be used as a replacement for mysqldump or pg_dump, but it only supports features found in ActiveRecord-based (Rails, etc.) apps. Users, permissions, schemas, triggers, and other advanced database features are not supported by design. Any database that has an ActiveRecord adapter should work.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.9.1 February 09, 2026 (14.5KB)
  2. 0.9.0 February 09, 2026 (14.5KB)

Runtime依存関係 (1):

activerecord >= 3.2.22, < 8.2

Development依存関係 (3):

bundler >= 1.14
rspec ~> 3.13
sqlite3 >= 2.1

所有者:

プッシュ者:

作者:

  • Adam Wiggins, Orion Henry, Serge Tkatchouk

SHA 256チェックサム:

=

累計ダウンロード数 240

このバージョンのみ 133

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.3

リンク: