Categories: None [Edit]

api_url_generator

https://rubygems.org/gems/api_url_generator
https://github.com/matao/api-url-generator
After writing a few RESTful APIs with Rails, I was always running into issues with generating URL for my resources. Either, I would try to force `url_for` or `path_to` to work, but it was never ideal. Since, I couldn't find any other solutions, I decide to write my own. This gem helps create urls for your RESTful API to make it easier for client applications to navigate without using `ActionView::Helpers`

Total

Ranking: 143,292 of 196,612
Downloads: 4,416

Daily

Ranking: 58,947 of 196,584
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,708,767,552bundler
81,405,583,906rake

Owners

#GravatarHandle
1iconmatao