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

Summary

RailsPanel is a valuable Chrome extension for Rails developers, providing essential insights into request data directly within the browser's Developer Tools. By integrating detailed information on database queries, rendering times, and parameters, RailsPanel streamlines the development process and enhances the debugging experience for Rails 5, 6, and 7 environments.