Sha256: 6eb6108c074e1cd44f77a7275185774816f1ce11a232e7a69c9dbfad9a113d7d

Contents?: true

Size: 771 Bytes

Versions: 1

Compression:

Stored size: 771 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

== 0.1.2 / 2012-08-27
* Change ordering on match to prefer exact matches and longer matches

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
redirector-0.1.2 HISTORY