You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-26Lines changed: 3 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@ RailsPanel
3
3
4
4
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.
After this, install RailsPanel extension for [Chrome](https://chrome.google.com/webstore/detail/railspanel/gjpfobpafnhjhbajcjgccbbdofdckggg) or [Firefox](https://addons.mozilla.org/en-US/firefox/addon/rails-panel). This is recommended way of installing the extension, since it will auto-update on every new version.
18
+
After this, install RailsPanel extension for [Chrome](https://chrome.google.com/webstore/detail/railspanel/gjpfobpafnhjhbajcjgccbbdofdckggg). This is recommended way of installing the extension, since it will auto-update on every new version.
20
19
21
20
## Install unpacked version
22
21
23
-
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`.
22
+
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/extension`.
24
23
25
24
## Supported environments
26
25
27
26
* Rails 5, 6 and 7
28
27
* Ruby 3
29
28
30
-
## Editor integration
31
-
32
-
Select your preferred editor on the extension options page. Following editors are supported:
33
-
34
-
* MacVim
35
-
* TextMate
36
-
* Sublime
37
-
* Emacs
38
-
* Atom
39
-
* RubyMine
40
-
41
-
## Compatibility Warnings
42
-
43
-
If you're using [LiveReload](http://livereload.com/) or
44
-
[Rack::LiveReload](https://github.com/johnbintz/rack-livereload) make sure to
45
-
exclude watching your tmp/ folder because meta_request writes a lot of data there
46
-
and your browser will refresh like a madman.
47
-
48
-
## Clearing the Console
49
-
50
-
You can clear the panel with the usual shortcuts of ⌘+K or ctrl+L.
0 commit comments