RubyGems Navigation menu

capistrano-faster-rails 1.0.1

What does this gem do? 1. Execute copy `linked_files` and `linked_dirs` with one command on deployed servers. Capistrano runs each command separately on their own SSH session and it takes too long to deploy an application, copy `linked_files` and `linked_dirs` on deployed servers with one command will speedup deploying process. 2. Skip `bundle install` if Gemfile isn't changed. `bundle install` takes few or dozens of seconds, most of the time your project's Gemfile will not be changed, and you don't have to execute `bundle install` if your Gemfile isn't changed. 3. Skip `rake assets:precompile` if asset files not chagned. `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 execute `rake assets:precompile` if your asset files not chagned.

Gemfile:
=

安裝:
=

版本列表:

  1. 1.1.2 October 16, 2024 (8.5 KB)
  2. 1.1.1 January 13, 2022 (8.5 KB)
  3. 1.1.0 November 24, 2021 (8.5 KB)
  4. 1.0.9 November 15, 2021 (8.5 KB)
  5. 1.0.8 November 15, 2021 (8.5 KB)
  6. 1.0.1 November 11, 2019 (8.5 KB)
顯示所有版本(共 13)

Development 相依性套件 (2):

bundler ~> 1.17
rake ~> 10.0

擁有者:

推送者:

作者:

  • lifuzhong

SHA 256 總和檢查碼:

=

總下載次數 29,583

這個版本 1,943

版本发布:

授權:

MIT

Ruby 版本需求: >= 0

相關連結: