RubyGems Navigation menu

rewritten 0.2.1

Rewritten is a lookup-based rewriting engine that rewrites requested URLs on the fly. The URL manipulations depend on translations found in a redis database. If a matching translation is found, the result of a request is either a redirection or a modification of path and request parameters. For URLs without translation entries the request is left unmodified. Rewritten takes larges parts from the Resque codebase (which rocks). The gem is compromised of four parts: 1. A Ruby library for creating, modifying and querying translations 2. A Sinatra app for displaying and managing translations 3. A Rack app for rewriting and redirecting request (Rack::Rewritten::Url) 4. A Rack app for substituting URLs in HTML pages with their current translation (Rack::Rewritten::Html) 5. A Rack app for recording successful request (Rack::Rewritten::Record)

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.16.5 - March 17, 2016 (52KB)
  2. 0.16.4 - March 16, 2016 (52KB)
  3. 0.16.3 - March 16, 2016 (51.5KB)
  4. 0.16.2 - March 16, 2016 (51.5KB)
  5. 0.16.1 - December 14, 2015 (51.5KB)
  6. 0.2.1 - September 23, 2011 (45KB)
全てのバージョンを表示(全40件)

Runtime依存関係 (4):

multi_json ~> 1.0
redis-namespace ~> 1.0.2
sinatra >= 0.9.2
vegas ~> 0.1.2

所有者:

作者:

  • Kai Rubarth

SHA 256チェックサム:

af32e67e4a44b68413bf4d78e866bf820a867eca9c498a208ffed071e61a9adb

累計ダウンロード数 106,313

このバージョンのみ 3,116

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: