Skip to content

Commit 0eff1ee

Browse files
authored
Update README.md
1 parent 9cc4af9 commit 0eff1ee

File tree

1 file changed

+3
-26
lines changed

1 file changed

+3
-26
lines changed

README.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ RailsPanel
33

44
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.
55

6-
![railspanel](https://github.com/dejan/rails_panel/assets/4494/c205d2ea-298f-448e-8d03-1deb0825c44f)
7-
6+
![railspanel](https://github.com/dejan/rails_panel/assets/4494/d79be73b-abd1-4803-9830-3d8352f8900b)
87

98
## Installation
109

@@ -16,39 +15,17 @@ group :development do
1615
end
1716
```
1817

19-
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.
2019

2120
## Install unpacked version
2221

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`.
2423

2524
## Supported environments
2625

2726
* Rails 5, 6 and 7
2827
* Ruby 3
2928

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.
51-
5229
## Licence
5330

5431
Copyright (c) 2012 Dejan Simic

0 commit comments

Comments
 (0)