开发者

Does anyone have a Rake task to find the routes generated by Sinatra?

开发者 https://www.devze.com 2023-02-17 19:40 出处:网络
Does anyone have a Rake task to find the routes generated by Si开发者_如何学JAVAnatra?Take a look at Sinatra::Base.routes. With those information you can easily generate the rake-task.

Does anyone have a Rake task to find the routes generated by Si开发者_如何学JAVAnatra?


Take a look at Sinatra::Base.routes. With those information you can easily generate the rake-task.

Update: There's a sinatra-rake-routes gem you could check.


Sinatra doesn't generate routes like Rails does. You need to define them yourself:

http://www.sinatrarb.com/intro#Routes

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号