RubyFlow : The Ruby Community Blog

Home   Submit   Sign Up   Log In   leaders   Twitter   RSS Feed  
 

jtrupiano — 6 posts

http://www.smartlogicsolutions.com/john

BohConf 2010: A Retrospective  blog.smartlogicsolutions.com
A little late, but we thought it would be interesting and helpful to share our experiences organizing BohConf, the official unconf of RailsConf 2010. Thanks to all those who attended!
A short blog post on directory/file structure conventions for Rack middlewares released as RubyGems.
I just released v1.0.0 of Rack::Rewrite. Check out the release notes. The most notable improvement is that it is now rails 3 compatible. Hurry up and upgrade!
Rack::Rewrite 0.2.1 Released  blog.smartlogicsolutions.com
I just released Rack::Rewrite 0.2.1. Rack::Rewrite is a web-server agnostic rack middleware for defining and applying rewrite rules. In many cases you can get away with Rack::Rewrite instead of writing Apache mod_rewrite rules. To install, simply run gem install rack-rewrite.
Learn how to very simply ensure that a site rewrite or transition is executed smoothly by leveraging Rack::Rewrite and Google Analytics.
Here I demonstrate how to use Rack::Rewrite as an alternative to the Apache rewrite ruleset common to many capistrano-based deployments.