Sha256: c1dca498c205ae842b4c28c8382d89779b2b8916375fd44be18d4fe4553cb364

Contents?: true

Size: 1.24 KB

Versions: 1

Compression:

Stored size: 1.24 KB

Contents

=== 0.2.1 / 2010-01-06
* API
  * Implement $& substitution pattern (thanks to {Ben Brinckerhoff}[http://github.com/bhb])
  
* Maintenance
  * Ignore empty captures instead of failing during subsitution (thanks to {Ben Brinckerhoff}[http://github.com/bhb])
  * Play nice with Rack::Test requests which only set PATH_INFO and not REQUEST_URI (thanks to {@docunext}[http://github.com/docunext])
  * Use QUERY_STRING instead of QUERYSTRING as per Rack spec.  Closes Issue #1.

=== 0.2.0 / 2009-11-14
* API
  * Allow Proc's to be be passed as the 'to' argument to rule declarations
  * Introduce rule guard support using :if => Proc.new option.
  * :send_file and :x_send_file rules
  * proxy rack_env to rule guards for arbitrary rule writing

* Documentation
  * Add example of writing capistrano maintenance page rewrite rules
  * Add examples of rule guards and arbitrary rewriting
  * Add examples of :send_file and :x_send_file rules    

=== 0.1.3 / 2009-11-14
* Maintenance
  * Ensure Content-Type header is set for 301's and 302's (thanks to Sebastian Röbke)
* Documentation
  * Add HISTORY.rdoc
  
=== 0.1.2 / 2009-10-13

* Initial Feature Set
  * :r301, :r302 and :redirect are supported in the rewrite DSL
  * Regex matching/substitution patterns supported in rules

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-rewrite-0.2.1 History.rdoc