active?() Ver: 2.0.0
From: ActiveRecord::ConnectionAdapters::AbstractAdapter Version 2.0.0
Comments

Is this connection active and ready to perform queries?

Sourcecode
# File /Users/nshb/svn/svn.inimit.com/railsmanual.com/www/trunk/src/rails-2.0.0/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb, line 83
      def active?
        @active != false
      end
Add New Note User Added Notes