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

Is this connection active and ready to perform queries?

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