Sha256: 0bfc5870e164b4893ae27a9a516ced7472b12d604a93be7a34971bfda2531f6a

Contents?: true

Size: 678 Bytes

Versions: 1

Compression:

Stored size: 678 Bytes

Contents

== 0.1.0 / 2012-08-24
* Middleware for redirecting users based on rules stored in the database.
* Rules can have a regex or string source to match against.
* Regex rules can evaluate the destination using groupings from the source.
* Rules can have further request environment conditions to match based on HTTP Headers or Rack environment variables.
* RequestEnvironmentRules can be exact string matches or regex matches.
* Make regex's case sensitivity configurable


== 0.1.1 / 2012-08-24
* Destroy RequestEnvironmentRules when the parent RedirectRule is destroyed
* Add some more indexes to redirect_rules table
* Allow query strings to be part of the match on RedirectRules

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redirector-0.1.1 HISTORY