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,977 of 188,822
Downloads: 4,227

Daily

Ranking: 85,206 of 188,802
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
13,122,537,226bundler
101,203,608,622rake

Owners

#GravatarHandle
1iconmatao