
Security News
Node.js TSC Votes to Stop Distributing Corepack
Corepack will be phased out from future Node.js releases following a TSC vote.
rails-dashboard
Advanced tools
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 by 1 row |
k or ↑ | move up by 1 row |
space | move down by 1 page |
shift + space | move up by 1 page |
g | move to top |
shift + g | move to bottom |
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 |
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 0 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
Corepack will be phased out from future Node.js releases following a TSC vote.
Research
Security News
Research uncovers Black Basta's plans to exploit package registries for ransomware delivery alongside evidence of similar attacks already targeting open source ecosystems.
Security News
Oxlint's beta release introduces 500+ built-in linting rules while delivering twice the speed of previous versions, with future support planned for custom plugins and improved IDE integration.