# Action Merge > [!WARNING] > This is a work-in-progress which does not persist changes as there are no Automerge bindings for Ruby as of now. Work on those is being done over [here](https://codeberg.org/reesericci/automerge) An engine to create collaborative, local-first apps with Rails and [Automerge](https://automerge.org). Per-model syncing over Action Cable, change tracking, live editing and more. ## Usage How to use my plugin. ## Installation Add this line to your application's Gemfile: ```ruby gem "action_merge" ``` And then execute: ```bash $ bundle ``` Or install it yourself as: ```bash $ gem install action_merge ``` ## Contributing Contribution directions go here. ## License Action Merge Copyright (C) 2024 Reese Armstrong and contributors This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program. If not, see .