All Projects → dejan → Rails_panel

dejan / Rails_panel

Licence: mit
Chrome extension for Rails development

Programming Languages

ruby
36898 projects - #4 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
Roff
2310 projects
Dockerfile
14818 projects
Makefile
30231 projects

Projects that are alternatives of or similar to Rails panel

Extension Boilerplate
⚡️ A template for building cross browser extensions for Chrome, Opera & Firefox.
Stars: ✭ 2,958 (-19.58%)
Mutual labels:  chrome-extension, firefox-addon
Daily
Building the homepage every developer deserves 👩🏽‍💻 👨‍💻
Stars: ✭ 4,632 (+25.94%)
Mutual labels:  chrome-extension, firefox-addon
Jjb
一个帮助你自动申请京东价格保护的chrome拓展
Stars: ✭ 3,083 (-16.18%)
Mutual labels:  chrome-extension, firefox-addon
Startpage
A minimal starpage for Chrome and Firefox
Stars: ✭ 240 (-93.47%)
Mutual labels:  chrome-extension, firefox-addon
Extanalysis
Browser Extension Analysis Framework - Scan, Analyze Chrome, firefox and Brave extensions for vulnerabilities and intels
Stars: ✭ 351 (-90.46%)
Mutual labels:  chrome-extension, firefox-addon
Twitch Hls Adblock
Block advertisements that are inserted in Twitch streams directly.
Stars: ✭ 242 (-93.42%)
Mutual labels:  chrome-extension, firefox-addon
Memex
Browser Extension to full-text search your browsing history & bookmarks.
Stars: ✭ 3,344 (-9.08%)
Mutual labels:  chrome-extension, firefox-addon
Bandwidth Hero
💂 Saves data by compressing images on web page
Stars: ✭ 220 (-94.02%)
Mutual labels:  chrome-extension, firefox-addon
Medium Unlimited
A browser extension to read medium.com articles for free without membership.
Stars: ✭ 4,482 (+21.86%)
Mutual labels:  chrome-extension, firefox-addon
Singlefile
Web Extension for Firefox/Chrome/MS Edge and CLI tool to save a faithful copy of an entire web page in a single HTML file
Stars: ✭ 4,417 (+20.09%)
Mutual labels:  chrome-extension, firefox-addon
Refined Github
Browser extension that simplifies the GitHub interface and adds useful features
Stars: ✭ 16,446 (+347.15%)
Mutual labels:  chrome-extension, firefox-addon
Codercalendar
DEPRECATED -> Checkout nishanthvijayan/CoderCalendar-Extensions
Stars: ✭ 348 (-90.54%)
Mutual labels:  chrome-extension, firefox-addon
Bypass Paywalls Chrome
Bypass Paywalls web browser extension for Chrome and Firefox.
Stars: ✭ 20,876 (+467.59%)
Mutual labels:  chrome-extension, firefox-addon
Minimal Twitter
Minimal Theme for the new Twitter UI 🐦
Stars: ✭ 247 (-93.28%)
Mutual labels:  chrome-extension, firefox-addon
What Have You Made Today
Chrome & FireFox extension to replace the default home page. What have you made today?
Stars: ✭ 223 (-93.94%)
Mutual labels:  chrome-extension, firefox-addon
Turbo Download Manager
a multi-browser download manager with multi-threading support
Stars: ✭ 282 (-92.33%)
Mutual labels:  chrome-extension, firefox-addon
Wallabagger
Chrome / Firefox / Opera plugin for wallabag v2.
Stars: ✭ 202 (-94.51%)
Mutual labels:  chrome-extension, firefox-addon
Simpread Little
简悦( SimpRead ) · 轻阅版
Stars: ✭ 216 (-94.13%)
Mutual labels:  chrome-extension, firefox-addon
Reddit Enhancement Suite
Reddit Enhancement Suite
Stars: ✭ 3,326 (-9.57%)
Mutual labels:  chrome-extension, firefox-addon
Lovely Forks
💚 🍴 Show notable forks of GitHub repositories under their names.
Stars: ✭ 365 (-90.08%)
Mutual labels:  chrome-extension, firefox-addon

RailsPanel

RailsPanel is a Chrome/Firefox extension for Rails development that will end your tailing of development.log. Have all information about your Rails app requests in the browser - in the Developer Tools panel. Provides insight to db/rendering/total times, parameter list, rendered views and more.

railspanel

Installation

To use this extension you need to add meta_request gem to your app's Gemfile:

group :development do
  gem 'meta_request'
end

After this, install RailsPanel extension for Chrome or Firefox. This is recommended way of installing the extension, since it will auto-update on every new version.

Install unpacked version

If you have a problem installing extension from Chrome Store or just want to run latest and hack on it, just clone the repo (say under ~/workspace/rails_panel) and in "Developer mode" Chrome Extensions page select "Load Unpacked extension..." and select ~/workspace/rails_panel/rails_panel.

Supported environments

  • Rails 4, 5 and 6
  • Ruby 2.x

Editor integration

Select your preferred editor on the extension options page. Following editors are supported:

  • MacVim
  • TextMate
  • Sublime
  • Emacs
  • Atom
  • RubyMine

Compatibility Warnings

If you're using LiveReload or Rack::LiveReload make sure to exclude watching your tmp/ folder because meta_request writes a lot of data there and your browser will refresh like a madman.

Clearing the Console

You can clear the panel with the usual shortcuts of ⌘+K or ctrl+L.

Code status

CircleCI

Licence

Copyright (c) 2012 Dejan Simic

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].