This is the Linux app named Ridgepole whose latest release can be downloaded as ridgepolev3.0.4sourcecode.tar.gz. It can be run online in the free hosting provider OnWorks for workstations.
Download and run online this app named Ridgepole with OnWorks for free.
Follow these instructions in order to run this app:
- 1. Downloaded this application in your PC.
- 2. Enter in our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 3. Upload this application in such filemanager.
- 4. Start the OnWorks Linux online or Windows online emulator or MACOS online emulator from this website.
- 5. From the OnWorks Linux OS you have just started, goto our file manager https://www.onworks.net/myfiles.php?username=XXXXX with the username that you want.
- 6. Download the application, install it and run it.
SCREENSHOTS:
Ridgepole
DESCRIPTION:
Ridgepole is a schema management tool for Ruby on Rails that allows you to define your database schema in a DSL (Domain Specific Language) Ruby file, and then synchronize it with the database (migrate up or down). Instead of writing migrations manually, Ridgepole lets you represent the entire schema (tables, columns, indexes, foreign keys) in a schema file, diff it against the current database schema, and apply only the necessary changes. This can help in maintaining schema drift, in deploying schema changes in a more controlled way, or syncing schema in CI/CD.
Features
- DSL for describing database schema: tables, columns, indexes, foreign keys etc in Ruby syntax rather than raw SQL or many migrations
- Ability to diff between current database schema and the schema file and generate migrations automatically or apply changes needed to bring the database in sync
- Support for multiple database adapters (e.g. MySQL, PostgreSQL, maybe others)
- Schema versioning / change tracking so that only required changes get applied (not wholesale drop and recreate)
- Safety features: e.g. warning about destructive changes (dropping columns/tables), ability to review diffs before applying
- Integration with Rails and migration systems, so you can use Ridgepole alongside or in place of regular migrations workflows in certain cases
Programming Language
Ruby
Categories
This is an application that can also be fetched from https://sourceforge.net/projects/ridgepole.mirror/. It has been hosted in OnWorks in order to be run online in an easiest way from one of our free Operative Systems.