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: 135,456 of 182,301
Downloads: 3,996

Daily

Ranking: 70,195 of 182,287
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
12,305,508,860bundler
12923,109,992rake

Owners

#GravatarHandle
1iconmatao