RubyGems Navigation menu

api_url_generator 0.1.0

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`

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.1.0 - December 23, 2014 (7.5KB)

Development依存関係 (2):

bundler ~> 1.7
rake ~> 10.0

所有者:

作者:

  • M. A. Owens

SHA 256チェックサム:

=

累計ダウンロード数 4,003

このバージョンのみ 4,003

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: