Ssh Rails Runner
Enables secure remote execution of Rails console commands over SSH for data wrangling and analysis.
About
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
- Remote Rails console execution over SSH
- Resource management for code snippets
- Safe read-only operations
- Dry-run capability for mutations
- 7 GitHub stars
- Execution of approved mutations
Use Cases
- Remote data analysis of a Rails application database
- Performing database mutations with dry-run and approval processes
- Automating Rails console tasks over SSH