Enables secure remote execution of Rails console commands over SSH for data wrangling and analysis.
Sponsored
SSH Rails Runner facilitates secure remote execution of Rails console commands via SSH, enabling both read-only operations and carefully managed mutations in a deployed Rails environment. It allows developers and data analysts to perform data wrangling and analysis without the complexities of traditional Admin UIs. Featuring dry-run capabilities for mutations and explicit approval processes, it offers a safe and efficient way to interact with your Rails application's database.
Key Features
01Remote Rails console execution over SSH
02Resource management for code snippets
03Safe read-only operations
04Dry-run capability for mutations
057 GitHub stars
06Execution of approved mutations
Use Cases
01Remote data analysis of a Rails application database
02Performing database mutations with dry-run and approval processes