Rails Devtools
A set of devtools for rails projects
No ratings yet
- Gem
- rails_devtools
- Repository
- beaucouplus/rails_devtools
- License
- MIT
- Stars
- 63
- Added
- August 16, 2026
About
A set of devtools for rails projects
Rails Devtools is a set of "quality of life" tools for your rails project, distributed as a rails engine. This is inspired by the likes of Nuxt Devtools, Laravel Telescope...
What you get
- List all your application routes
- Display details about it, along with helpful actions and snippets
- Warn if a route is not linked to a controller / action (details provide more information)
- Search for routes by name
Mounting it
ruby
# Gemfile
gem "rails_devtools"
# config/routes.rb
mount RailsDevtools::Engine, at: "/rails-devtools"
Details
63 stars on GitHub · MIT licensed · maintained by beaucouplus. Source: https://github.com/beaucouplus/rails_devtools
Discussion (0)
Sign in to join the discussion.
No comments yet.