File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog for easy-deployment
22
3+ ## 0.5.1 (2013-05-27)
4+
5+ Bugfixes:
6+
7+ * Backup gem requirements for rails 3.2.13 fixed: should be the same as the rails 4 ones, not earlier rails 3 releases
8+ * Fixed ` cap deploy:initial ` for cases where the deploy stage name didn't match the rails_env name
9+ * Fixed backup template not pulling the environment specific hash out of database config
10+
11+ New Features:
12+
13+ * Tail the rails log of your remote servers (either streaming live or the last N lines) ` cap tail:live_logs ` + ` cap tail:recent logs `
14+ * Load the capistrano rails assetpipeline support by default (can be skipped via generator option)
15+ * Apache/passenger config template now sets ` PassengerMinInstances ` and provides some disabled example tuning options
16+ * Specified license in the gemspec
17+
318## 0.5.0 - 2013-04-05
419
520Large rewrite of both templates, and generator code.
You can’t perform that action at this time.
0 commit comments