Skip to content

Instantly share code, notes, and snippets.

@lcuevastodoit
Last active January 31, 2023 20:54
Show Gist options
  • Save lcuevastodoit/6b0e300d23c21c7af32567dcedeaa411 to your computer and use it in GitHub Desktop.
Save lcuevastodoit/6b0e300d23c21c7af32567dcedeaa411 to your computer and use it in GitHub Desktop.
Rails Panel

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

group :development do
  gem 'meta_request'
end

For Firefox:

clone this https://github.com/dejan/rails_panel repository to your local drive and in in Debug add-ons (URL: about:debugging#/runtime/this-firefox) you can load Rails Panel by clicking "Load Temporary Add-on…" and selecting manifest.json from your local copy. The addon will be dissapear on every firefox reboot, just repeat the operation.

imagen

only works in localhost addresses

only open the developer tools in your firefox and you will see the Rails tab

imagen

For Chrome:

https://chrome.google.com/webstore/detail/railspanel/gjpfobpafnhjhbajcjgccbbdofdckggg

Settings

with your favorite code editor

open options.html

imagen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment