
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
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-featuregit 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.
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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.