RubyGems Navigation menu

capistrano-faster-rails 1.0.0

1. Capistrano runs each command separately on their own SSH session and that's why it takes so long to deploy an application, copy `linked_files` and `linked_dirs` with one command will speedup deploying process. 2. `bundle install` takes few or dozens of seconds. generally, you don't have to execute `bundle install` if your Gemfile and Gemfile.lock not changed 3. `rake assets:precompile` is really slow if your Rails project has plenty of assets to precompile, even if they are not changed. You don't have to precompile them if not chagned.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 1.1.2 October 16, 2024 (8.5KB)
  2. 1.1.1 January 13, 2022 (8.5KB)
  3. 1.1.0 November 24, 2021 (8.5KB)
  4. 1.0.9 November 15, 2021 (8.5KB)
  5. 1.0.8 November 15, 2021 (8.5KB)
  6. 1.0.0 November 11, 2019 (8KB)
全てのバージョンを表示(全13件)

Development依存関係 (2):

bundler ~> 1.17
rake ~> 10.0

所有者:

プッシュ者:

作者:

  • lifuzhong

SHA 256チェックサム:

=

累計ダウンロード数 29,583

このバージョンのみ 1,898

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

ライセンス:

MIT

必要なRubyのバージョン: >= 0

リンク: