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: 140,596 of 188,635
Downloads: 4,224

Daily

Ranking: 140,898 of 188,368
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,094,829,933bundler
101,193,676,273rake

Owners

#GravatarHandle
1iconmatao