Skip to content
railsengines.com

Playground

Access and play with rails console straight from your browser

No ratings yet
Gem
playground
Repository
AlexB52/rails-playground
License
MIT
Stars
12
Added
August 07, 2026

About

Access and play with rails console straight from your browser.

Inspired by the Go playground and SQL Server Management Studio (SSMS) Query Editor, rails-playground is a rails engine that eases experiments with your application domain.

What you get

  • Select your code in the editor and press cmd+Enter
  • Put your cursor on any line (no selection) and press cmd+Enter
  • Type your code straight in the terminal box just like in a rails console

Mounting it

ruby
# Gemfile
gem "playground"

# config/routes.rb
mount Playground::Engine, at: "/playground"

Details

12 stars on GitHub · MIT licensed · maintained by AlexB52. Source: https://github.com/AlexB52/rails-playground

Discussion (0)

Sign in to join the discussion.

No comments yet.