RubyGems Navigation menu

cant_wait 0.0.1

Adds a timeout setting for PostgreSQL databases in a Ruby on Rails application. If any SQL statement takes more time than the timeout value, it will be cancelled, and ActiveRecord would raise a PGError exception. In the config/database.yml file, indicate a timeout in milliseconds for each environment: production: adapter: postgresql timeout: 120_000 # 2 minutes ... (see documentation for more details)

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.1.1 November 24, 2013 (234KB)
  2. 1.1.0 November 24, 2013 (233KB)
  3. 1.0.1 November 21, 2013 (233KB)
  4. 1.0.0 November 21, 2013 (233KB)
  5. 0.0.4 August 15, 2013 (233KB)
  6. 0.0.1 June 04, 2013 (230KB)
全てのバージョンを表示(全8件)

Runtime依存関係 (1):

rails >= 3.0.3

Development依存関係 (5):

bundler ~> 1.3
minitest ~> 4.7.4
minitest-growl ~> 0.0.3
pg ~> 0
rake ~> 10.0

所有者:

作者:

  • Carlos A. Carro Duplá

SHA 256チェックサム:

=

累計ダウンロード数 30,283

このバージョンのみ 3,433

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: なし

リンク: