rails--rails/actionpack/lib/action_dispatch
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
..
http Rely on set and delete cookie logic from rack. 2010-05-18 01:51:45 +02:00
middleware Add :only and :except to controllers MiddlewareStack. This allows 2010-05-30 15:53:14 +02:00
routing Allow root to be given in the resources scope without need to specify :on => collection. 2010-05-17 17:39:32 +02:00
testing fix assert_select messages to its declaration behaviour 2010-05-15 16:31:36 +02:00
railtie.rb Kill legacy dispatcher. 2010-05-18 02:07:59 +02:00
routing.rb Remove routing implementation details from RDoc 2010-03-31 14:54:07 +01:00