José Valim 9a93844aba Add :only and :except to controllers MiddlewareStack. This allows
you to do the following:

  class PostsController < ApplicationController
    use AutheMiddleware, :except => [:index, :show]
  end
2010-05-30 15:53:14 +02:00
2010-05-23 09:46:31 -07:00
2010-05-27 23:50:34 +02:00
2010-04-13 14:23:38 -07:00
2008-06-22 10:38:25 -07:00
2010-05-20 15:18:57 +02:00
2010-04-04 21:05:54 -07:00
2010-04-13 12:26:15 -07:00
Description
No description provided
85 MiB
Languages
Ruby 97.9%
CSS 1.5%
HTML 0.5%