
Security News
Django Joins curl in Pushing Back on AI Slop Security Reports
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
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 22 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
Django has updated its security policies to reject AI-generated vulnerability reports that include fabricated or unverifiable content.
Security News
ECMAScript 2025 introduces Iterator Helpers, Set methods, JSON modules, and more in its latest spec update approved by Ecma in June 2025.
Security News
A new Node.js homepage button linking to paid support for EOL versions has sparked a heated discussion among contributors and the wider community.