Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
rails-dashboard
Advanced tools
This application is dev-tool for rails, to improve your rails log.
This application is dev-tool for rails, to improve your rails log.
$ npm install -g rails-dashboard
$ cd your/rails/project
$ rails-dashboard bin/rails s
# If you use npm 5.2 or higher
$ cd your/rails/project
$ npx rails-dashboard bin/rails s
and go to 'http://localhost:3000', then any operate.
key | desc |
---|---|
j or ↓ | move down main-view by 1 row |
k or ↑ | move up main-view by 1 row |
space | move down main-view by 1 page |
shift + space | move up main-view by 1 page |
g | move to top |
shift + g | move to bottom |
shift + j | move down sub-view(currently [Log] tab only) by 1 row |
shift + k | move up sub-view(currently [Log] tab only) by 1 row |
enter | show detail about selected row |
escape | hide detail |
b | show detail with Breakdown tab |
p | show detail with Params tab |
a | show detail with ActiveRecord tab |
r | show detail with Rendering tab |
l | show detail with Log tab |
Try to run following command, and restart iTerm2.
$ defaults write com.googlecode.iterm2 AlternateMouseScroll -bool true
FYI: https://stackoverflow.com/a/24695541
You'll need to allow mouse reporting. on menu [View] → [Allow Mouse Reporting].
Thanks!
Pull requests and issues are always welcome.
For bugs and feature requests, please create an issue.
git checkout -b my-new-feature
git commit -am 'Add some feature'
git push origin my-new-feature
$ git clone https://github.com/y-takey/dmy-rails
$ cd dmy-rails && bundle && bin/rails db:migrate
$ git clone https://github.com/y-takey/rails-dashboard.git
$ cd rails-dashboard && yarn install # or npm install
$ cd your/rails/project/path # e.g. cd dmy-rails
$ NODE_ENV=dev ../rails-dashboard/node_modules/.bin/babel-node ../rails-dashboard/bin/rails-dashboard.js bin/rails s
# or to generate dummy request, use this
$ NODE_ENV=dmy ../rails-dashboard/node_modules/.bin/babel-node ../rails-dashboard/bin/rails-dashboard.js bin/rails s
FAQs
This application is dev-tool for rails, to improve your rails log.
The npm package rails-dashboard receives a total of 10 weekly downloads. As such, rails-dashboard popularity was classified as not popular.
We found that rails-dashboard demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.