RubyGems Navigation menu

restful_routing 1.0.1

While developing Rails apps, it is often difficult to remember which prefixes route to which controller#action. That is why it is useful to run `rake routes` (or `rails routes` in Rails 5) and put that output in a file for later reference. This gem does that for you. After installing the gem in your Rails project, it is listening for saved changes in your `config/routes.rb`. Every time you make a change to routes.rb and you save it, restful_routing will look for `restful_routing.rb` in your root directory. It will update it if there or make it if not. `restful_routing.rb` will contain the output of `rake routes` or `rails routes`.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.1.4.1 November 29, 2017 (11MB)
  2. 1.1.4 November 29, 2017 (22MB)
  3. 1.1.2 January 12, 2017 (11MB)
  4. 1.0.3 January 10, 2017 (2.75MB)
  5. 1.0.2 January 10, 2017 (1.38MB)
  6. 1.0.1 January 09, 2017 (706KB)
全てのバージョンを表示(全18件)

Development依存関係 (3):

bundler ~> 1.13
listen ~> 3.0
rake ~> 10.0

所有者:

作者:

  • Casey Stinnett

SHA 256チェックサム:

=

累計ダウンロード数 25,774

このバージョンのみ 1,806

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

ライセンス:

MIT

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

リンク: