Rails_panel

screenshot of Rails_panel

Chrome extension for Rails development

Overview

RailsPanel is a Chrome extension designed for Rails development, providing detailed information about requests in your Rails app directly in the Developer Tools panel, eliminating the need to tail the development log.

Features

  • Insightful Data: View db, rendering, and total times of requests
  • Parameter List: Easily access a list of parameters for each request
  • Rendered Views: See which views are rendered for each request
  • Compatible Environments: Supports Rails 5, 6, and 7 as well as Ruby 3