文件名称:grape-rails-routes:为 Grape with Rails 添加路由打印
文件大小:7KB
文件格式:ZIP
更新时间:2024-06-27 04:09:28
Ruby
葡萄轨道路线 将 Grape API 路由装入 Rails 后,Grape API 路由通常不会打印在rake routes或/rails/info/routes 。 这个 gem 将 Grape 的路由打印功能添加到 Rails 中。 用法 将此行添加到您的Gemfile gem 'grape-rails-routes' 然后通过以下方式查看您的路线 rake routes_with_grape 或(推荐)访问 http://localhost:3000/rails/info/routes_with_grape 获取所有路线的 HTML 表格视图。 享受:P
【文件预览】:
grape-rails-routes-master
----.gitignore(583B)
----README.md(520B)
----Gemfile(37B)
----grape-rails-routes.gemspec(1KB)
----LICENSE(1KB)
----app()
--------views()
----lib()
--------rails()
--------grape-rails-routes.rb(403B)