Sha256: 67ec2b2bb1e42d4e361c3a2c1b547e7d989d4aa981cab2ccd299a1f7602287a4

Contents?: true

Size: 426 Bytes

Versions: 35

Compression:

Stored size: 426 Bytes

Contents

module ActionController
  module Testing
    extend ActiveSupport::Concern

    # Behavior specific to functional tests
    module Functional # :nodoc:
      def recycle!
        @_url_options = nil
        self.formats = nil
        self.params = nil
      end
    end

    module ClassMethods
      def before_filters
        _process_action_callbacks.find_all{|x| x.kind == :before}.map(&:name)
      end
    end
  end
end

Version data entries

35 entries across 35 versions & 4 rubygems

Version Path
actionpack-5.0.7.2 lib/action_controller/metal/testing.rb
actionpack-5.0.7.1 lib/action_controller/metal/testing.rb
actionpack-5.0.7 lib/action_controller/metal/testing.rb
actionpack-5.0.6 lib/action_controller/metal/testing.rb
actionpack-5.0.6.rc1 lib/action_controller/metal/testing.rb
actionpack-5.0.5 lib/action_controller/metal/testing.rb
actionpack-5.0.5.rc2 lib/action_controller/metal/testing.rb
actionpack-5.0.5.rc1 lib/action_controller/metal/testing.rb
actionpack-5.0.4 lib/action_controller/metal/testing.rb
actionpack-5.0.4.rc1 lib/action_controller/metal/testing.rb
actionpack-5.0.3 lib/action_controller/metal/testing.rb
enju_leaf-1.2.1 vendor/bundle/ruby/2.3/gems/actionpack-5.0.2/lib/action_controller/metal/testing.rb
actionpack-5.0.2 lib/action_controller/metal/testing.rb
actionpack-5.0.2.rc1 lib/action_controller/metal/testing.rb
autocompl-0.2.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.1/lib/action_controller/metal/testing.rb
autocompl-0.2.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.1/lib/action_controller/metal/testing.rb
autocompl-0.2.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.1/lib/action_controller/metal/testing.rb
autocompl-0.1.2 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.1/lib/action_controller/metal/testing.rb
autocompl-0.1.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.1/lib/action_controller/metal/testing.rb
autocompl-0.1.0 test/dummy/vendor/bundle/ruby/2.3.0/gems/actionpack-5.0.1/lib/action_controller/metal/testing.rb