dejan/rails_panel

Chrome extension for Rails development

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 42 minutes ago
Added to GitGenius on September 17th, 2026
Created on November 18th, 2012
Open Issues & Pull Requests: 26 (+0)
GitHub issues: Enabled
Number of forks: 189
Total Stargazers: 3,869 (+0)
Total Subscribers: 51 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 13.4 days
Mean response time: 25.1 days
90th percentile: 54.1 days
Tracked items: 3

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 557 days
Stale 30+ days: 2
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Rails Panel is a Chrome extension that provides in-browser debugging and inspection tools for Rails applications.

The extension solves the problem of monitoring Rails application behavior during development by intercepting and displaying detailed information about requests, responses, and server-side activity directly in the browser's developer tools. It works by integrating with the Rails request-response cycle to capture timing data, database queries, view rendering information, and other diagnostic details that would otherwise require switching between the browser and server logs.

Developers working on Rails applications should choose this tool if they want to streamline their debugging workflow by keeping all diagnostic information accessible within the browser rather than juggling multiple windows or log files. It suits any Rails project where developers need quick visibility into request performance and server-side behavior. The extension is particularly valuable for developers who spend significant time in the browser's developer tools and want Rails-specific insights without leaving that context.

The project shows consistent maintenance with regular updates addressing compatibility and functionality improvements. Development activity demonstrates responsiveness to user-reported issues and ongoing refinement of the extension's capabilities. The codebase receives periodic enhancements to support evolving Rails versions and Chrome extension APIs.