1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actionpack/lib/action_controller
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
..
caching Change event namespace ordering to most-significant first [#4504 state:resolved] 2010-05-02 22:45:54 +02:00
deprecated Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
metal Fix a bug where responders were not working properly on method override. 2010-05-24 13:12:40 +02:00
railties Consistent routing language 2010-03-30 14:05:42 -05:00
vendor Flip deferrable autoload convention 2009-12-22 17:27:37 -06:00
base.rb add HTTP Token Authorization support to complement Basic and Digest Authorization. 2010-04-30 07:46:30 -07:00
caching.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
deprecated.rb Make ActionController::Routing::Routes a DeprecatedProxy 2010-02-26 17:31:32 -08:00
metal.rb Add :only and :except to controllers MiddlewareStack. This allows 2010-05-30 15:53:14 +02:00
middleware.rb Simplify the action endpoint: 2010-03-08 16:50:00 -08:00
polymorphic_routes.rb fix stack trace lines on class_eval 2010-04-09 21:28:49 +02:00
railtie.rb Clean up the config object in ActionPack. Create config_accessor which just delegates to the config object, reducing the number of deprecations and add specific tests. 2010-04-22 12:00:13 +02:00
record_identifier.rb revises some <%= in rdoc 2010-04-05 02:51:26 -07:00
test_case.rb Eliminate false positives when passing symbols to assert_template 2010-05-03 13:46:12 +02:00