mina 1.0.6 → 1.0.7

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 73103fe66f71c00d761643c4a0af9bee29b4652e
4
- data.tar.gz: f268b3b197cd04e703a32b6ddeb5546a10794687
3
+ metadata.gz: 67b4c29c103a5a281be9c76e900b060da586a293
4
+ data.tar.gz: 9580cbbd7dd3c27313b35a7457a9578e5fc87e32
5
5
  SHA512:
6
- metadata.gz: 1101684f8f0e8e94ca40a22e24acfb5a8e381bd41f047c5086c2e6fa4e163c082052fe406eb4dfa18fc01f1cea66928d06c9aee6981929730c881adde825660e
7
- data.tar.gz: 4f93643a681fb6682f1fbe4cda05ed2cd85462489e324c6c8370450ccd22c96b3bc3c37f470f71dd9f6869f54ca1e66c261cb8f7c2431d2dc333c66794e1a583
6
+ metadata.gz: 8fe517b01c18aaf896fb487dae32d7ac3f5ed1c4524ede2847e76a1f92c5bb879050ded1a53a91e9df7a58e15c9e2bce489723398874e3fea9f4b1a824a61b00
7
+ data.tar.gz: 22c0cfe800c09189c70970b3ae168df494ff6532ba0d381c9c11c00717e11135c16e4dbbc55e2e6ecae84ae439c4401c5b80c76653221c9ef00e7daff89d3524
@@ -0,0 +1 @@
1
+ since-tag=v0.3.8
@@ -2,17 +2,203 @@
2
2
 
3
3
  ## [Unreleased](https://github.com/mina-deploy/mina/tree/HEAD)
4
4
 
5
- [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta2...HEAD)
5
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.6...HEAD)
6
6
 
7
7
  **Closed issues:**
8
8
 
9
+ - Set command in task to use at another task [\#556](https://github.com/mina-deploy/mina/issues/556)
10
+ - rvm:use not working in Mina 1.0.6 [\#555](https://github.com/mina-deploy/mina/issues/555)
11
+ - Why mina default link shared directory to public/assets? [\#550](https://github.com/mina-deploy/mina/issues/550)
12
+ - bash: line 50: cd: /home/deploy/app/current: No such file or directory [\#549](https://github.com/mina-deploy/mina/issues/549)
13
+ - Is the project dead? [\#541](https://github.com/mina-deploy/mina/issues/541)
14
+ - I am simply trying to restart my nginx server [\#539](https://github.com/mina-deploy/mina/issues/539)
15
+ - why mina setup new a file use makdir -p [\#538](https://github.com/mina-deploy/mina/issues/538)
16
+ - Don't know how to build task 'rake:db\_migrate' [\#536](https://github.com/mina-deploy/mina/issues/536)
17
+ - Could not install to path `vendor/bundle` because of an invalid symlink [\#535](https://github.com/mina-deploy/mina/issues/535)
18
+ - Failed with status 1 [\#530](https://github.com/mina-deploy/mina/issues/530)
19
+ - bash: bundle: command not found [\#528](https://github.com/mina-deploy/mina/issues/528)
20
+ - NoMethodError: undefined method `to' for main:Object [\#522](https://github.com/mina-deploy/mina/issues/522)
21
+ - Add rake after\_party:run [\#517](https://github.com/mina-deploy/mina/issues/517)
22
+ - Rails doesn't recognize my project [\#514](https://github.com/mina-deploy/mina/issues/514)
23
+ - Install nginx as module [\#512](https://github.com/mina-deploy/mina/issues/512)
24
+ - Mina console 'bash: bundle: command not found' [\#510](https://github.com/mina-deploy/mina/issues/510)
25
+ - Execution mode / Don't know how to build task [\#508](https://github.com/mina-deploy/mina/issues/508)
26
+ - Mina setup and migrations: Files /home/base/rails/current/db/migrate/xxx.rb and ./db/migrate/xxx.rb differ [\#502](https://github.com/mina-deploy/mina/issues/502)
27
+ - mina 1.0.6 problem on migration [\#499](https://github.com/mina-deploy/mina/issues/499)
28
+ - mina 1.0.6 Identity file [\#498](https://github.com/mina-deploy/mina/issues/498)
29
+ - Integrate puma and its configuration as default in mina [\#493](https://github.com/mina-deploy/mina/issues/493)
30
+
31
+ **Merged pull requests:**
32
+
33
+ - Allow use of Minafile or deploy.rb outside of config directory [\#554](https://github.com/mina-deploy/mina/pull/554) ([coreyworrell](https://github.com/coreyworrell))
34
+ - rails commands - assets:clean and schema:load [\#545](https://github.com/mina-deploy/mina/pull/545) ([coderhs](https://github.com/coderhs))
35
+ - DOCS: Adds mina-supervisord [\#543](https://github.com/mina-deploy/mina/pull/543) ([hovancik](https://github.com/hovancik))
36
+ - Fix chruby invocation example [\#532](https://github.com/mina-deploy/mina/pull/532) ([aptinio](https://github.com/aptinio))
37
+ - Documentation: Migrating shared paths example [\#526](https://github.com/mina-deploy/mina/pull/526) ([sunny](https://github.com/sunny))
38
+ - Update 3rd\_party\_plugins.md [\#509](https://github.com/mina-deploy/mina/pull/509) ([lorenzosinisi](https://github.com/lorenzosinisi))
39
+ - Add mina-hanami [\#495](https://github.com/mina-deploy/mina/pull/495) ([mgrachev](https://github.com/mgrachev))
40
+
41
+ ## [v1.0.6](https://github.com/mina-deploy/mina/tree/v1.0.6) (2016-12-15)
42
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.5...v1.0.6)
43
+
44
+ ## [v1.0.5](https://github.com/mina-deploy/mina/tree/v1.0.5) (2016-12-15)
45
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.4...v1.0.5)
46
+
47
+ ## [v1.0.4](https://github.com/mina-deploy/mina/tree/v1.0.4) (2016-12-15)
48
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.3...v1.0.4)
49
+
50
+ **Implemented enhancements:**
51
+
52
+ - Add application\_name [\#480](https://github.com/mina-deploy/mina/issues/480)
53
+
54
+ **Fixed bugs:**
55
+
56
+ - Mina 1.0.2+ error "bash: bundle: command not found" when using `mina console` [\#476](https://github.com/mina-deploy/mina/issues/476)
57
+
58
+ **Closed issues:**
59
+
60
+ - mkdir: cannot create directory ‘config’: File exists [\#491](https://github.com/mina-deploy/mina/issues/491)
61
+ - Mina fails to deploy release folders [\#490](https://github.com/mina-deploy/mina/issues/490)
62
+ - run :local deletes local files and directories [\#489](https://github.com/mina-deploy/mina/issues/489)
63
+ - Test ticket from Code Climate [\#486](https://github.com/mina-deploy/mina/issues/486)
64
+ - Can't get SSH agent forwarding to work [\#484](https://github.com/mina-deploy/mina/issues/484)
65
+ - undefined local variable or method current\_path [\#483](https://github.com/mina-deploy/mina/issues/483)
66
+ - Rails console is not interactive [\#482](https://github.com/mina-deploy/mina/issues/482)
67
+ - WordPress current symlink [\#481](https://github.com/mina-deploy/mina/issues/481)
68
+ - mina deploy [\#479](https://github.com/mina-deploy/mina/issues/479)
69
+ - Issue when change the directory before git:clone [\#477](https://github.com/mina-deploy/mina/issues/477)
70
+ - NameError: undefined local variable or method `deploy\_to' for main:Object [\#475](https://github.com/mina-deploy/mina/issues/475)
71
+ - Requiring ruby 2+ from version 1 [\#474](https://github.com/mina-deploy/mina/issues/474)
72
+
73
+ **Merged pull requests:**
74
+
75
+ - mina-systemd [\#487](https://github.com/mina-deploy/mina/pull/487) ([stereodenis](https://github.com/stereodenis))
76
+ - fix ruby syntax in deploy.rb comment [\#485](https://github.com/mina-deploy/mina/pull/485) ([kuboon](https://github.com/kuboon))
77
+ - Restore previous path after in\_path block [\#478](https://github.com/mina-deploy/mina/pull/478) ([sobrinho](https://github.com/sobrinho))
78
+
79
+ ## [v1.0.3](https://github.com/mina-deploy/mina/tree/v1.0.3) (2016-11-08)
80
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.2...v1.0.3)
81
+
82
+ **Closed issues:**
83
+
84
+ - Less obscure behaviour while copying the assets [\#473](https://github.com/mina-deploy/mina/issues/473)
85
+ - Set variables via command line is not captured in method set? [\#470](https://github.com/mina-deploy/mina/issues/470)
86
+ - Shared paths can not take effect [\#469](https://github.com/mina-deploy/mina/issues/469)
87
+ - Fall back to last commit on fail [\#466](https://github.com/mina-deploy/mina/issues/466)
88
+ - How can I append options to "rake db:migrate"? [\#464](https://github.com/mina-deploy/mina/issues/464)
89
+ - Mina fails on git clone [\#461](https://github.com/mina-deploy/mina/issues/461)
90
+ - How to prevent delete uploaded images\(by paperclip\) when depoly? [\#460](https://github.com/mina-deploy/mina/issues/460)
91
+ - Changing git host [\#458](https://github.com/mina-deploy/mina/issues/458)
92
+ - Get deploy error [\#431](https://github.com/mina-deploy/mina/issues/431)
93
+
94
+ **Merged pull requests:**
95
+
96
+ - Configuration\#set?\(key\) also checks ENV [\#471](https://github.com/mina-deploy/mina/pull/471) ([Zhomart](https://github.com/Zhomart))
97
+ - Add a note about new invoke syntax [\#465](https://github.com/mina-deploy/mina/pull/465) ([scarfacedeb](https://github.com/scarfacedeb))
98
+ - fix mina deploy link [\#463](https://github.com/mina-deploy/mina/pull/463) ([hendricius](https://github.com/hendricius))
99
+ - Show lock file modify time [\#459](https://github.com/mina-deploy/mina/pull/459) ([SG5](https://github.com/SG5))
100
+ - corrected typo [\#457](https://github.com/mina-deploy/mina/pull/457) ([janhoffmann](https://github.com/janhoffmann))
101
+ - Improved shared\_dirs example + Fix typo in deploy.rb [\#456](https://github.com/mina-deploy/mina/pull/456) ([ralfebert](https://github.com/ralfebert))
102
+ - Allow to overwrite existing :shared\_files with the symlink to shared \(fixes \#452\) [\#455](https://github.com/mina-deploy/mina/pull/455) ([ralfebert](https://github.com/ralfebert))
103
+
104
+ ## [v1.0.2](https://github.com/mina-deploy/mina/tree/v1.0.2) (2016-10-12)
105
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0...v1.0.2)
106
+
107
+ **Fixed bugs:**
108
+
109
+ - mina 1.0.0 and local repository [\#443](https://github.com/mina-deploy/mina/issues/443)
110
+
111
+ **Closed issues:**
112
+
113
+ - Undefined method 'to' for main:Object [\#454](https://github.com/mina-deploy/mina/issues/454)
114
+ - rvm:use not working as intended [\#453](https://github.com/mina-deploy/mina/issues/453)
115
+ - failed to create symbolic link ‘./config/database.yml’: File exists [\#452](https://github.com/mina-deploy/mina/issues/452)
116
+ - going back to 0.3.8 [\#451](https://github.com/mina-deploy/mina/issues/451)
117
+ - Prompts Are not displayed - or displayed after killing process [\#449](https://github.com/mina-deploy/mina/issues/449)
118
+ - deploy:link\_shared\_paths Fails! Too many levels of symbolic links [\#448](https://github.com/mina-deploy/mina/issues/448)
119
+ - Mina not loading prompt to ask for Git password [\#446](https://github.com/mina-deploy/mina/issues/446)
120
+ - Mina::Error: Setting :shared\_paths is not set [\#445](https://github.com/mina-deploy/mina/issues/445)
121
+ - rvm:use doesn't actually switch rubies. [\#442](https://github.com/mina-deploy/mina/issues/442)
122
+ - Problem deploying since commit d547ea10 [\#439](https://github.com/mina-deploy/mina/issues/439)
123
+
124
+ **Merged pull requests:**
125
+
126
+ - Fix FAQ doc typo [\#447](https://github.com/mina-deploy/mina/pull/447) ([gabskoro](https://github.com/gabskoro))
127
+ - Fix rvm:use task [\#444](https://github.com/mina-deploy/mina/pull/444) ([devvmh](https://github.com/devvmh))
128
+
129
+ ## [v1.0.0](https://github.com/mina-deploy/mina/tree/v1.0.0) (2016-09-27)
130
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.rc2...v1.0.0)
131
+
132
+ **Closed issues:**
133
+
134
+ - No cache for bundler [\#441](https://github.com/mina-deploy/mina/issues/441)
135
+ - Support for nvm [\#440](https://github.com/mina-deploy/mina/issues/440)
136
+
137
+ ## [v1.0.0.rc2](https://github.com/mina-deploy/mina/tree/v1.0.0.rc2) (2016-09-19)
138
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.rc1...v1.0.0.rc2)
139
+
140
+ ## [v1.0.0.rc1](https://github.com/mina-deploy/mina/tree/v1.0.0.rc1) (2016-09-19)
141
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta5...v1.0.0.rc1)
142
+
143
+ **Implemented enhancements:**
144
+
145
+ - Change output precompiling asset color [\#434](https://github.com/mina-deploy/mina/issues/434)
146
+
147
+ **Fixed bugs:**
148
+
149
+ - open4 error if run :local do block does not contain any commands [\#424](https://github.com/mina-deploy/mina/issues/424)
150
+ - can't set rvm\_path in 1.x [\#414](https://github.com/mina-deploy/mina/issues/414)
151
+
152
+ **Closed issues:**
153
+
154
+ - Default tasks? [\#436](https://github.com/mina-deploy/mina/issues/436)
155
+ - Can't open rails console when doing ssh through mina [\#435](https://github.com/mina-deploy/mina/issues/435)
156
+ - Restart doesn't work [\#432](https://github.com/mina-deploy/mina/issues/432)
157
+ - mina 1.0 not picking up rvm [\#430](https://github.com/mina-deploy/mina/issues/430)
158
+ - run `mina deploy` failed,because of activesupport [\#429](https://github.com/mina-deploy/mina/issues/429)
159
+ - Cant 'mina setup' but can 'mina ssh' [\#423](https://github.com/mina-deploy/mina/issues/423)
160
+
161
+ **Merged pull requests:**
162
+
163
+ - rvm\_path replace with rvm\_use\_path [\#438](https://github.com/mina-deploy/mina/pull/438) ([devvmh](https://github.com/devvmh))
164
+ - fix mina rake bug [\#428](https://github.com/mina-deploy/mina/pull/428) ([devvmh](https://github.com/devvmh))
165
+ - strip whitespace from commands by default [\#427](https://github.com/mina-deploy/mina/pull/427) ([devvmh](https://github.com/devvmh))
166
+
167
+ ## [v1.0.0.beta5](https://github.com/mina-deploy/mina/tree/v1.0.0.beta5) (2016-08-30)
168
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta4...v1.0.0.beta5)
169
+
170
+ **Closed issues:**
171
+
172
+ - How to do a proper finish hook? [\#425](https://github.com/mina-deploy/mina/issues/425)
173
+
174
+ ## [v1.0.0.beta4](https://github.com/mina-deploy/mina/tree/v1.0.0.beta4) (2016-08-28)
175
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta3...v1.0.0.beta4)
176
+
177
+ ## [v1.0.0.beta3](https://github.com/mina-deploy/mina/tree/v1.0.0.beta3) (2016-08-28)
178
+ [Full Changelog](https://github.com/mina-deploy/mina/compare/v1.0.0.beta2...v1.0.0.beta3)
179
+
180
+ **Implemented enhancements:**
181
+
182
+ - Spring cleaning [\#380](https://github.com/mina-deploy/mina/issues/380)
183
+ - Git helper for pending push [\#295](https://github.com/mina-deploy/mina/issues/295)
184
+
185
+ **Closed issues:**
186
+
187
+ - No error when Host key verification failed. [\#422](https://github.com/mina-deploy/mina/issues/422)
188
+ - Broken link in documentation [\#421](https://github.com/mina-deploy/mina/issues/421)
189
+ - Mina beta2 bugs with mina-unicorn [\#420](https://github.com/mina-deploy/mina/issues/420)
190
+ - How do I prevent mina from removing images uploaded on production server? [\#419](https://github.com/mina-deploy/mina/issues/419)
191
+ - rbenv support is broken on 1.x [\#418](https://github.com/mina-deploy/mina/issues/418)
192
+ - Mina doesn't enclose commands in parenthesis. [\#417](https://github.com/mina-deploy/mina/issues/417)
9
193
  - Undefined method queue with mina v1.0.0-beta2 [\#408](https://github.com/mina-deploy/mina/issues/408)
10
194
  - mina init error message in 1.0.0.beta2 [\#407](https://github.com/mina-deploy/mina/issues/407)
11
195
 
12
196
  **Merged pull requests:**
13
197
 
198
+ - change docs about invoking rvm:use with arguments [\#413](https://github.com/mina-deploy/mina/pull/413) ([devvmh](https://github.com/devvmh))
14
199
  - add Rbenv and RVM notes [\#412](https://github.com/mina-deploy/mina/pull/412) ([pinewong](https://github.com/pinewong))
15
200
  - fix issues with rbenv:load [\#411](https://github.com/mina-deploy/mina/pull/411) ([devvmh](https://github.com/devvmh))
201
+ - ensure git pushed function - code props to @fgarcia [\#410](https://github.com/mina-deploy/mina/pull/410) ([devvmh](https://github.com/devvmh))
16
202
  - fix infinite loop in suggested default config [\#409](https://github.com/mina-deploy/mina/pull/409) ([devvmh](https://github.com/devvmh))
17
203
 
18
204
  ## [v1.0.0.beta2](https://github.com/mina-deploy/mina/tree/v1.0.0.beta2) (2016-07-30)
@@ -91,10 +277,6 @@
91
277
  ## [v1.0.0.beta1](https://github.com/mina-deploy/mina/tree/v1.0.0.beta1) (2016-06-30)
92
278
  [Full Changelog](https://github.com/mina-deploy/mina/compare/v0.3.8...v1.0.0.beta1)
93
279
 
94
- **Fixed bugs:**
95
-
96
- - Rails schema\_format = :sql makes Mina never migrate the database [\#74](https://github.com/mina-deploy/mina/issues/74)
97
-
98
280
  **Closed issues:**
99
281
 
100
282
  - foreman stop mina create current folder issue [\#396](https://github.com/mina-deploy/mina/issues/396)
@@ -105,279 +287,12 @@
105
287
  - Repository not found, Multiple github deploy keys for a single user on a single server [\#382](https://github.com/mina-deploy/mina/issues/382)
106
288
  - RVM not found [\#379](https://github.com/mina-deploy/mina/issues/379)
107
289
  - Too many \('s with FREEBSD [\#375](https://github.com/mina-deploy/mina/issues/375)
108
- - mina error invalid byte sequence in US-ASCII [\#360](https://github.com/mina-deploy/mina/issues/360)
109
- - Weird command lines with "" folder added after 'mina setup' [\#357](https://github.com/mina-deploy/mina/issues/357)
110
- - 'current' simlink - no such file or directory [\#354](https://github.com/mina-deploy/mina/issues/354)
111
- - i deploy my project with mina and puma but cannot load gems [\#351](https://github.com/mina-deploy/mina/issues/351)
112
- - ssh-keyscan issue on `mina setup` [\#344](https://github.com/mina-deploy/mina/issues/344)
113
- - Warning: Identity file ~/.ec2/gsg-keypair not accessible: No such file or directory. [\#340](https://github.com/mina-deploy/mina/issues/340)
114
- - Operation timed out [\#338](https://github.com/mina-deploy/mina/issues/338)
115
- - I can't use mina setup to EC2 with .pem file, is there any way to support? [\#334](https://github.com/mina-deploy/mina/issues/334)
116
- - ssh could not resolve hostname [\#333](https://github.com/mina-deploy/mina/issues/333)
117
- - mina deploy failed with status 1 \(256\) [\#330](https://github.com/mina-deploy/mina/issues/330)
118
- - New setup project cannot deploy, "Failed with status 1 \(1\)" [\#328](https://github.com/mina-deploy/mina/issues/328)
119
- - How to do mina rake task invocation if rake task has arguments? [\#325](https://github.com/mina-deploy/mina/issues/325)
120
- - master failed to start, check stderr log for details [\#322](https://github.com/mina-deploy/mina/issues/322)
121
- - can not connect to VPS [\#319](https://github.com/mina-deploy/mina/issues/319)
122
- - Cleaning up old releases fails [\#317](https://github.com/mina-deploy/mina/issues/317)
123
- - Integrate with sitemap generator. [\#313](https://github.com/mina-deploy/mina/issues/313)
124
- - Mina ssh doesn't load bash\_profile? [\#311](https://github.com/mina-deploy/mina/issues/311)
125
- - Mina::LocalHelpers::Local.invoke is broken for non-pretty term modes [\#309](https://github.com/mina-deploy/mina/issues/309)
126
- - Git commit is lost after checkout [\#308](https://github.com/mina-deploy/mina/issues/308)
127
- - sudo command in configuration [\#302](https://github.com/mina-deploy/mina/issues/302)
128
- - Why does rails:db\_migrate run on the previous release? [\#300](https://github.com/mina-deploy/mina/issues/300)
129
- - secrets.yml in shared\_paths by default [\#298](https://github.com/mina-deploy/mina/issues/298)
130
- - mina don't support deployment by tag [\#296](https://github.com/mina-deploy/mina/issues/296)
131
- - More control on command verbosity [\#294](https://github.com/mina-deploy/mina/issues/294)
132
- - when Skipping asset precompilation, it copied assets to wrong path [\#293](https://github.com/mina-deploy/mina/issues/293)
133
- - db\_migrate not migrating [\#292](https://github.com/mina-deploy/mina/issues/292)
134
- - Best way to reload nginx.conf [\#291](https://github.com/mina-deploy/mina/issues/291)
135
- - bash : bundle: command not found [\#290](https://github.com/mina-deploy/mina/issues/290)
136
- - Mina deploy: I have set up SSH, but can't connect to git@github.com [\#288](https://github.com/mina-deploy/mina/issues/288)
137
- - Mina chokes handling STDIN [\#286](https://github.com/mina-deploy/mina/issues/286)
138
- - invoke does not work after a to block [\#285](https://github.com/mina-deploy/mina/issues/285)
139
- - Deploy locked without deploy.lock file [\#283](https://github.com/mina-deploy/mina/issues/283)
140
- - Error while precompiling assets \*\*bash: line 232: 21006 Killed\*\* [\#282](https://github.com/mina-deploy/mina/issues/282)
141
- - mina setup improperly documented [\#280](https://github.com/mina-deploy/mina/issues/280)
142
- - unable to run rails console [\#279](https://github.com/mina-deploy/mina/issues/279)
143
- - Setup task should not be trying to chown or chmod [\#278](https://github.com/mina-deploy/mina/issues/278)
144
- - Hangs on confirming host key phase. [\#277](https://github.com/mina-deploy/mina/issues/277)
145
- - Unicorn not starting when using mina [\#272](https://github.com/mina-deploy/mina/issues/272)
146
- - Issue on loading an ENV variables in \*.yml files [\#269](https://github.com/mina-deploy/mina/issues/269)
147
- - Prevent queue method to display output [\#268](https://github.com/mina-deploy/mina/issues/268)
148
- - Whenever tasks do not dependent :environment [\#267](https://github.com/mina-deploy/mina/issues/267)
149
- - Can I safely embed `.env` in the Mina deploy script? [\#265](https://github.com/mina-deploy/mina/issues/265)
150
- - Didn't get the current folder after mina setup [\#264](https://github.com/mina-deploy/mina/issues/264)
151
- - RVM is not a function [\#262](https://github.com/mina-deploy/mina/issues/262)
152
- - to :launch ... [\#261](https://github.com/mina-deploy/mina/issues/261)
153
- - git pull instead of git clone [\#259](https://github.com/mina-deploy/mina/issues/259)
154
- - Mina - Foreman - Bundle problem [\#257](https://github.com/mina-deploy/mina/issues/257)
155
- - :preapre stage to happen before creating a new temp build [\#256](https://github.com/mina-deploy/mina/issues/256)
156
- - How do I run rake tasks before the current symlink is created? [\#255](https://github.com/mina-deploy/mina/issues/255)
157
- - rbenv system-wide install [\#253](https://github.com/mina-deploy/mina/issues/253)
158
- - How can i deploy thinking\_sphinx [\#250](https://github.com/mina-deploy/mina/issues/250)
159
- - link\_shared\_paths links to user folder [\#248](https://github.com/mina-deploy/mina/issues/248)
160
- - Deploy failed 'no tty present', but no sudo? [\#247](https://github.com/mina-deploy/mina/issues/247)
161
- - Skipping asset precompilation: wrong copy paths [\#246](https://github.com/mina-deploy/mina/issues/246)
162
- - problems with restarting puma [\#245](https://github.com/mina-deploy/mina/issues/245)
163
- - logfile on server? [\#242](https://github.com/mina-deploy/mina/issues/242)
164
- - mina deploy --help should not cause a deploy [\#238](https://github.com/mina-deploy/mina/issues/238)
165
- - migrations aren't being run [\#236](https://github.com/mina-deploy/mina/issues/236)
166
- - mina/foreman should not call sudo to start/stop/restart foreman [\#234](https://github.com/mina-deploy/mina/issues/234)
167
- - mina/foreman does not work due to sudo [\#233](https://github.com/mina-deploy/mina/issues/233)
168
- - \[solved\] Initial deploy after installing 'whenever' gem: "...whenever is not part of the bundle. Add it to Gemfile." [\#231](https://github.com/mina-deploy/mina/issues/231)
169
- - During launch stage, current symlink points to previous release [\#224](https://github.com/mina-deploy/mina/issues/224)
170
- - Starting a resque worker [\#223](https://github.com/mina-deploy/mina/issues/223)
171
- - Cleanup not run after deploy [\#218](https://github.com/mina-deploy/mina/issues/218)
172
- - Multiple Server Support / Timestamp Release Support [\#217](https://github.com/mina-deploy/mina/issues/217)
173
- - git:clone on win7 x64 had error [\#216](https://github.com/mina-deploy/mina/issues/216)
174
- - Integration with Rollbar? [\#215](https://github.com/mina-deploy/mina/issues/215)
175
- - Carrierwave: how to share public/uploads path? [\#214](https://github.com/mina-deploy/mina/issues/214)
176
- - Should tmp dir be shared? [\#213](https://github.com/mina-deploy/mina/issues/213)
177
- - Installing gems on JRuby [\#211](https://github.com/mina-deploy/mina/issues/211)
178
- - link\_shared\_paths don't execute [\#210](https://github.com/mina-deploy/mina/issues/210)
179
- - How to display logs when I call the mina system command continuously in my sinatra app? [\#209](https://github.com/mina-deploy/mina/issues/209)
180
- - Is there a plan to release a new version? [\#206](https://github.com/mina-deploy/mina/issues/206)
181
- - Deploy fails with 'cannot create directory' [\#205](https://github.com/mina-deploy/mina/issues/205)
182
- - Checkout to HEAD? [\#203](https://github.com/mina-deploy/mina/issues/203)
183
- - Alter the setup task [\#202](https://github.com/mina-deploy/mina/issues/202)
184
- - "invoke :task, reenable: true" doesn't work in certain configurations [\#201](https://github.com/mina-deploy/mina/issues/201)
185
- - Simple `mina git:clone` fails on step "Using git branch 'master'" [\#200](https://github.com/mina-deploy/mina/issues/200)
186
- - ssh command assumes the user's shell on the server is bashish [\#199](https://github.com/mina-deploy/mina/issues/199)
187
- - mistypen exit\_status in bin/mina [\#198](https://github.com/mina-deploy/mina/issues/198)
188
- - set :keep\_releases does not work [\#196](https://github.com/mina-deploy/mina/issues/196)
189
- - Wrong assets path when precompilation i skipped [\#193](https://github.com/mina-deploy/mina/issues/193)
190
- - Mina support mercurial? [\#192](https://github.com/mina-deploy/mina/issues/192)
191
- - rake db:migrate fails to run on first deploy [\#191](https://github.com/mina-deploy/mina/issues/191)
192
- - git clone '.' path already exists [\#190](https://github.com/mina-deploy/mina/issues/190)
193
- - Update shared paths [\#188](https://github.com/mina-deploy/mina/issues/188)
194
- - mina deploy error [\#187](https://github.com/mina-deploy/mina/issues/187)
195
- - Installing Mina on Debian [\#186](https://github.com/mina-deploy/mina/issues/186)
196
- - Dead project? [\#181](https://github.com/mina-deploy/mina/issues/181)
197
- - current\_path up one directory breaks current symlink [\#180](https://github.com/mina-deploy/mina/issues/180)
198
- - Why don't you also read the `.bash\_profile`? [\#176](https://github.com/mina-deploy/mina/issues/176)
199
- - "to :launch" creates restart.txt in the wrong directory [\#175](https://github.com/mina-deploy/mina/issues/175)
200
- - deploy\_to does not expand path [\#174](https://github.com/mina-deploy/mina/issues/174)
201
- - Nothing happens when running "mina setup" [\#172](https://github.com/mina-deploy/mina/issues/172)
202
- - launch block don't works [\#170](https://github.com/mina-deploy/mina/issues/170)
203
- - Deployment with Github WebHook URLs.. [\#165](https://github.com/mina-deploy/mina/issues/165)
204
- - AWS EC2 .pem file [\#164](https://github.com/mina-deploy/mina/issues/164)
205
- - mina setup freezes at password [\#163](https://github.com/mina-deploy/mina/issues/163)
206
- - Rails 4 and binstubs [\#162](https://github.com/mina-deploy/mina/issues/162)
207
- - Migrating database fail [\#160](https://github.com/mina-deploy/mina/issues/160)
208
- - sudo: no tty present and no askpass program specified [\#157](https://github.com/mina-deploy/mina/issues/157)
209
- - shared bundle path not symlinked [\#156](https://github.com/mina-deploy/mina/issues/156)
210
- - How to select project folder under git control [\#155](https://github.com/mina-deploy/mina/issues/155)
211
- - Zero downtime deploys [\#152](https://github.com/mina-deploy/mina/issues/152)
212
- - Add support for ssh proxies [\#151](https://github.com/mina-deploy/mina/issues/151)
213
- - Broken JRuby support [\#147](https://github.com/mina-deploy/mina/issues/147)
214
- - Question: Mina Deploy Precompile Error [\#146](https://github.com/mina-deploy/mina/issues/146)
215
- - How to refactor \(?\) a long deploy.rb [\#145](https://github.com/mina-deploy/mina/issues/145)
216
- - Trust foreman binary [\#144](https://github.com/mina-deploy/mina/issues/144)
217
- - Changes of assets under lib/assets does not trigger assets\_precompile [\#143](https://github.com/mina-deploy/mina/issues/143)
218
- - can't convert Fixnum into String [\#142](https://github.com/mina-deploy/mina/issues/142)
219
- - mina console with dvm [\#141](https://github.com/mina-deploy/mina/issues/141)
220
- - Enable wiki to list plugins/gems [\#140](https://github.com/mina-deploy/mina/issues/140)
221
- - foreman module exports using the development environment [\#135](https://github.com/mina-deploy/mina/issues/135)
222
- - `mina deploy` hangs [\#134](https://github.com/mina-deploy/mina/issues/134)
223
- - rvm is sourced, which just prints the help message [\#131](https://github.com/mina-deploy/mina/issues/131)
224
- - How to restart nginx without enter password like you [\#129](https://github.com/mina-deploy/mina/issues/129)
225
- - When config.assets.prefix was setting, the assets was precompiled every deploy [\#125](https://github.com/mina-deploy/mina/issues/125)
226
- - rvm\_path setting not picking up [\#124](https://github.com/mina-deploy/mina/issues/124)
227
- - Release new gem version [\#122](https://github.com/mina-deploy/mina/issues/122)
228
- - Problem with rake db:migrate [\#121](https://github.com/mina-deploy/mina/issues/121)
229
- - Identity file \[/home/candidosg/.ec2/mirafloris.pem\] not accessible: No such file or directory. [\#120](https://github.com/mina-deploy/mina/issues/120)
230
- - Still maintained? [\#118](https://github.com/mina-deploy/mina/issues/118)
231
- - Whenever support: fix 'bundle exec' [\#114](https://github.com/mina-deploy/mina/issues/114)
232
- - Why my rvm gemset is empty? [\#108](https://github.com/mina-deploy/mina/issues/108)
233
- - when using verbose strict encoding conversion is required [\#107](https://github.com/mina-deploy/mina/issues/107)
234
- - Export RBENV\_ROOT before rbenv init for system-wide install [\#106](https://github.com/mina-deploy/mina/issues/106)
235
- - mina/foreman is not wokring [\#100](https://github.com/mina-deploy/mina/issues/100)
236
- - Password prompt in mina doesn't work [\#99](https://github.com/mina-deploy/mina/issues/99)
237
- - Do some tasks after deploy [\#98](https://github.com/mina-deploy/mina/issues/98)
238
- - invoke "whenever" tasks [\#97](https://github.com/mina-deploy/mina/issues/97)
239
- - link to current doesn't work if someboyd has the current as working directory [\#96](https://github.com/mina-deploy/mina/issues/96)
240
- - Deploy to a Vagrant box locally [\#94](https://github.com/mina-deploy/mina/issues/94)
241
- - trying to fix permission for tmp directory [\#92](https://github.com/mina-deploy/mina/issues/92)
242
- - Mina aborts during setup [\#91](https://github.com/mina-deploy/mina/issues/91)
243
- - First deploy to a server fails if repo is not included to the list of known hosts [\#90](https://github.com/mina-deploy/mina/issues/90)
244
- - Mina hangs after entering SSH password [\#88](https://github.com/mina-deploy/mina/issues/88)
245
- - how to run mina deploy with sudo? [\#86](https://github.com/mina-deploy/mina/issues/86)
246
- - Command runs during deploy, but not when called independently [\#82](https://github.com/mina-deploy/mina/issues/82)
247
- - Early Deletion of .git repo [\#80](https://github.com/mina-deploy/mina/issues/80)
248
- - symlink to current is broken [\#79](https://github.com/mina-deploy/mina/issues/79)
249
- - Could not location Gemfile for rails tasks [\#73](https://github.com/mina-deploy/mina/issues/73)
250
- - Testing against rake 10 [\#70](https://github.com/mina-deploy/mina/issues/70)
251
- - Local shell commands [\#69](https://github.com/mina-deploy/mina/issues/69)
252
- - Git commit message with non ASCII character raises error [\#68](https://github.com/mina-deploy/mina/issues/68)
253
- - Delayed Job [\#66](https://github.com/mina-deploy/mina/issues/66)
254
- - How to ENV variables [\#65](https://github.com/mina-deploy/mina/issues/65)
255
- - Support for multi-stage deployment [\#62](https://github.com/mina-deploy/mina/issues/62)
256
- - Can not access Rails from within Mina tasks [\#61](https://github.com/mina-deploy/mina/issues/61)
257
- - Asset precompilation skip issue [\#60](https://github.com/mina-deploy/mina/issues/60)
258
- - Mina does not work on windows due to open4 gem [\#58](https://github.com/mina-deploy/mina/issues/58)
259
- - warning: --depth is ignored in local clones; use file:// instead. [\#56](https://github.com/mina-deploy/mina/issues/56)
260
- - Deploying local repositories? [\#54](https://github.com/mina-deploy/mina/issues/54)
261
- - FATAL: Ident authentication failed for user "name" [\#52](https://github.com/mina-deploy/mina/issues/52)
262
- - which -s doesn't work on Debain [\#44](https://github.com/mina-deploy/mina/issues/44)
263
- - Git password prompt does not work with "mina deploy" [\#41](https://github.com/mina-deploy/mina/issues/41)
264
- - Task Argument Error [\#36](https://github.com/mina-deploy/mina/issues/36)
265
- - Rename domain as host? [\#33](https://github.com/mina-deploy/mina/issues/33)
266
- - Even faster asset compilation [\#32](https://github.com/mina-deploy/mina/issues/32)
267
- - prompt for command-line input [\#30](https://github.com/mina-deploy/mina/issues/30)
268
- - \[Bug\] Precompile Assets with JRuby [\#29](https://github.com/mina-deploy/mina/issues/29)
269
- - Locally cached git repository [\#28](https://github.com/mina-deploy/mina/issues/28)
270
- - deploy:link\_shared\_paths is broken [\#27](https://github.com/mina-deploy/mina/issues/27)
271
- - Ability to overwrite the default tasks [\#26](https://github.com/mina-deploy/mina/issues/26)
272
- - Assets compiling on redeploy [\#25](https://github.com/mina-deploy/mina/issues/25)
273
- - clean up old releases [\#24](https://github.com/mina-deploy/mina/issues/24)
274
- - \[Feature\] Agent Forwarding [\#23](https://github.com/mina-deploy/mina/issues/23)
275
- - Specifying an environment [\#21](https://github.com/mina-deploy/mina/issues/21)
276
- - Error when checking out to current\_revision [\#19](https://github.com/mina-deploy/mina/issues/19)
277
- - Skip database migrations [\#18](https://github.com/mina-deploy/mina/issues/18)
278
- - ln -sfn is NOT atomic [\#16](https://github.com/mina-deploy/mina/issues/16)
279
- - branching [\#13](https://github.com/mina-deploy/mina/issues/13)
280
- - Support for SVN [\#12](https://github.com/mina-deploy/mina/issues/12)
281
- - Invoked tasks don't pick up ENV variables [\#11](https://github.com/mina-deploy/mina/issues/11)
282
- - Optimize Git clone/checkout [\#10](https://github.com/mina-deploy/mina/issues/10)
283
- - Rolling back to previous release [\#9](https://github.com/mina-deploy/mina/issues/9)
284
- - working with rbenv/rvm etc? [\#5](https://github.com/mina-deploy/mina/issues/5)
285
- - Run deploy outside of app directory [\#3](https://github.com/mina-deploy/mina/issues/3)
286
290
 
287
291
  **Merged pull requests:**
288
292
 
289
293
  - Fix syntax [\#372](https://github.com/mina-deploy/mina/pull/372) ([KamilLelonek](https://github.com/KamilLelonek))
290
294
  - Update Readme.md [\#371](https://github.com/mina-deploy/mina/pull/371) ([amoludage](https://github.com/amoludage))
291
295
  - update contrib guide [\#364](https://github.com/mina-deploy/mina/pull/364) ([jsimpson](https://github.com/jsimpson))
292
- - add mina-laravel to 3rd party modules [\#352](https://github.com/mina-deploy/mina/pull/352) ([kikyous](https://github.com/kikyous))
293
- - fix for starting server path [\#349](https://github.com/mina-deploy/mina/pull/349) ([Freeza91](https://github.com/Freeza91))
294
- - Add license to gemspec [\#343](https://github.com/mina-deploy/mina/pull/343) ([mfinelli](https://github.com/mfinelli))
295
- - Fixed bug where the whenever\_name was not getting set properly, causing multiple crontab entries. [\#335](https://github.com/mina-deploy/mina/pull/335) ([ipd](https://github.com/ipd))
296
- - fix missing shell repo variable in setup [\#329](https://github.com/mina-deploy/mina/pull/329) ([flowerett](https://github.com/flowerett))
297
- - Suggest force\_unlock when deploy.lock file exists [\#327](https://github.com/mina-deploy/mina/pull/327) ([stevendaniels](https://github.com/stevendaniels))
298
- - added support for ry [\#315](https://github.com/mina-deploy/mina/pull/315) ([kmmndr](https://github.com/kmmndr))
299
- - Fix for \#309 [\#310](https://github.com/mina-deploy/mina/pull/310) ([13k](https://github.com/13k))
300
- - Save deployed git sha in deploy/current/.mina\_git\_revision [\#306](https://github.com/mina-deploy/mina/pull/306) ([gaizka](https://github.com/gaizka))
301
- - fix broken command\_queue link [\#289](https://github.com/mina-deploy/mina/pull/289) ([bartj3](https://github.com/bartj3))
302
- - Reorder die parameters [\#281](https://github.com/mina-deploy/mina/pull/281) ([Bilge](https://github.com/Bilge))
303
- - Allow you to optionally set an alternate procfile name [\#275](https://github.com/mina-deploy/mina/pull/275) ([henare](https://github.com/henare))
304
- - Fix up formatting of code block in readme [\#274](https://github.com/mina-deploy/mina/pull/274) ([henare](https://github.com/henare))
305
- - Fix link typo in readme [\#273](https://github.com/mina-deploy/mina/pull/273) ([henare](https://github.com/henare))
306
- - Ability to customise Rails' public assets path [\#266](https://github.com/mina-deploy/mina/pull/266) ([dwfait](https://github.com/dwfait))
307
- - Fix host verification error at first deploy if repo is not included to the list of known hosts [\#263](https://github.com/mina-deploy/mina/pull/263) ([flowerett](https://github.com/flowerett))
308
- - 3rd party modules [\#258](https://github.com/mina-deploy/mina/pull/258) ([stereodenis](https://github.com/stereodenis))
309
- - Fix link in the support guide [\#254](https://github.com/mina-deploy/mina/pull/254) ([jartek](https://github.com/jartek))
310
- - mention .ruby-version for rbenv comment [\#249](https://github.com/mina-deploy/mina/pull/249) ([equivalent](https://github.com/equivalent))
311
- - Prevent foreman export from expanding the current/ symlink [\#241](https://github.com/mina-deploy/mina/pull/241) ([postmodern](https://github.com/postmodern))
312
- - Ruby 1.8.7 doesn't support empty symbols [\#240](https://github.com/mina-deploy/mina/pull/240) ([PChambino](https://github.com/PChambino))
313
- - Add foreman\_location and foreman\_sudo configs [\#239](https://github.com/mina-deploy/mina/pull/239) ([PChambino](https://github.com/PChambino))
314
- - Support pretty\_system on Ruby 1.8.7 [\#237](https://github.com/mina-deploy/mina/pull/237) ([PChambino](https://github.com/PChambino))
315
- - Updated deploy.rb template to use shared\_path [\#235](https://github.com/mina-deploy/mina/pull/235) ([postmodern](https://github.com/postmodern))
316
- - Allow the foreman export format to be configurable. [\#232](https://github.com/mina-deploy/mina/pull/232) ([postmodern](https://github.com/postmodern))
317
- - Treat absent files as empty when changes script [\#230](https://github.com/mina-deploy/mina/pull/230) ([rodolfospalenza](https://github.com/rodolfospalenza))
318
- - Make tmp directory if it doesn't exist [\#229](https://github.com/mina-deploy/mina/pull/229) ([dvdhsu](https://github.com/dvdhsu))
319
- - Add npm support with a simple npm:install task [\#227](https://github.com/mina-deploy/mina/pull/227) ([paulRbr](https://github.com/paulRbr))
320
- - Update doc on \#invoke helper [\#226](https://github.com/mina-deploy/mina/pull/226) ([paulRbr](https://github.com/paulRbr))
321
- - Revert "fix tmp/restart.txt path" [\#225](https://github.com/mina-deploy/mina/pull/225) ([gabskoro](https://github.com/gabskoro))
322
- - Make rails console task dependent on the environment [\#220](https://github.com/mina-deploy/mina/pull/220) ([lucapette](https://github.com/lucapette))
323
- - Remove binstubs options from defaults [\#219](https://github.com/mina-deploy/mina/pull/219) ([lucapette](https://github.com/lucapette))
324
- - fix: bin/mina exit\_status -\> exitstatus [\#212](https://github.com/mina-deploy/mina/pull/212) ([Zhomart](https://github.com/Zhomart))
325
- - fix tmp/restart.txt path [\#208](https://github.com/mina-deploy/mina/pull/208) ([zigomir](https://github.com/zigomir))
326
- - add rescue for rubinius SignalException [\#204](https://github.com/mina-deploy/mina/pull/204) ([qen](https://github.com/qen))
327
- - Update .travis.yml [\#197](https://github.com/mina-deploy/mina/pull/197) ([lucianosousa](https://github.com/lucianosousa))
328
- - Using `bundle\_bin` instead `bundle` in whenever tasks. [\#195](https://github.com/mina-deploy/mina/pull/195) ([mdorfin](https://github.com/mdorfin))
329
- - Convert specs to RSpec expect syntax with transpec [\#194](https://github.com/mina-deploy/mina/pull/194) ([loganhasson](https://github.com/loganhasson))
330
- - Parse task string to reenable task [\#189](https://github.com/mina-deploy/mina/pull/189) ([PChambino](https://github.com/PChambino))
331
- - tense fix [\#184](https://github.com/mina-deploy/mina/pull/184) ([brandondrew](https://github.com/brandondrew))
332
- - Allow for a build step [\#178](https://github.com/mina-deploy/mina/pull/178) ([dchancogne](https://github.com/dchancogne))
333
- - Check db/migrate/ instead of schema.rb [\#177](https://github.com/mina-deploy/mina/pull/177) ([chuckd](https://github.com/chuckd))
334
- - Fix typo [\#173](https://github.com/mina-deploy/mina/pull/173) ([Bounga](https://github.com/Bounga))
335
- - Fix typo in Rake url [\#168](https://github.com/mina-deploy/mina/pull/168) ([jfcartkeep](https://github.com/jfcartkeep))
336
- - Adding support for server environment variables in deploy.rb, \(:env\_vars\) [\#161](https://github.com/mina-deploy/mina/pull/161) ([pricees](https://github.com/pricees))
337
- - Fix copy command for assets [\#150](https://github.com/mina-deploy/mina/pull/150) ([joshdover](https://github.com/joshdover))
338
- - stop using fork, which means JRuby support [\#148](https://github.com/mina-deploy/mina/pull/148) ([mrbrdo](https://github.com/mrbrdo))
339
- - Added `mina ssh` command to connect to server [\#139](https://github.com/mina-deploy/mina/pull/139) ([adie](https://github.com/adie))
340
- - Fix directory-structure anchor [\#137](https://github.com/mina-deploy/mina/pull/137) ([christophermanning](https://github.com/christophermanning))
341
- - Set RBENV\_ROOT [\#136](https://github.com/mina-deploy/mina/pull/136) ([trkoch](https://github.com/trkoch))
342
- - Use consistent precision for time measurements. [\#133](https://github.com/mina-deploy/mina/pull/133) ([alloy-d](https://github.com/alloy-d))
343
- - fixed 404 to foreman, changed link [\#132](https://github.com/mina-deploy/mina/pull/132) ([taxaos](https://github.com/taxaos))
344
- - Update Readme.md [\#130](https://github.com/mina-deploy/mina/pull/130) ([vredniy](https://github.com/vredniy))
345
- - Include full path in edit message [\#128](https://github.com/mina-deploy/mina/pull/128) ([nathanbertram](https://github.com/nathanbertram))
346
- - Using rails env in whenever [\#127](https://github.com/mina-deploy/mina/pull/127) ([Reprazent](https://github.com/Reprazent))
347
- - Bundler: Allow configuration of groups to be skipped during installation [\#123](https://github.com/mina-deploy/mina/pull/123) ([luislavena](https://github.com/luislavena))
348
- - Correct Ruby 1.9 Hash syntax [\#116](https://github.com/mina-deploy/mina/pull/116) ([luislavena](https://github.com/luislavena))
349
- - Support for chruby [\#115](https://github.com/mina-deploy/mina/pull/115) ([zaiste](https://github.com/zaiste))
350
- - Add helper method "capture", to get the output of ssh commands simply. [\#113](https://github.com/mina-deploy/mina/pull/113) ([ainoya](https://github.com/ainoya))
351
- - Add comment for system-wide RVM install. [\#112](https://github.com/mina-deploy/mina/pull/112) ([samqiu](https://github.com/samqiu))
352
- - Use `set -e` to fail fast [\#111](https://github.com/mina-deploy/mina/pull/111) ([5long](https://github.com/5long))
353
- - \[✔\] Fixed “print\_error”. [\#105](https://github.com/mina-deploy/mina/pull/105) ([mkempe](https://github.com/mkempe))
354
- - Fix keep\_releases bug [\#103](https://github.com/mina-deploy/mina/pull/103) ([rex79](https://github.com/rex79))
355
- - Fix "can't modify frozen String" occurred in \#ssh\_command [\#102](https://github.com/mina-deploy/mina/pull/102) ([sonots](https://github.com/sonots))
356
- - Incorrect exit status if deploy fails [\#95](https://github.com/mina-deploy/mina/pull/95) ([borovsky](https://github.com/borovsky))
357
- - Properly fixed tmp/restart issue [\#93](https://github.com/mina-deploy/mina/pull/93) ([ineu](https://github.com/ineu))
358
- - Fix \#84 command not found [\#89](https://github.com/mina-deploy/mina/pull/89) ([grigio](https://github.com/grigio))
359
- - Fix git commit message encoding issue [\#85](https://github.com/mina-deploy/mina/pull/85) ([fuadsaud](https://github.com/fuadsaud))
360
- - Foreman's stop task should stop [\#84](https://github.com/mina-deploy/mina/pull/84) ([andrewhr](https://github.com/andrewhr))
361
- - Added '--create' to rvm:use and a new task to create rvm wrappers [\#81](https://github.com/mina-deploy/mina/pull/81) ([marcosbeirigo](https://github.com/marcosbeirigo))
362
- - Full path to tmp/restart.txt [\#77](https://github.com/mina-deploy/mina/pull/77) ([ineu](https://github.com/ineu))
363
- - Add :reenable option to Mina::Helper\#invoke [\#67](https://github.com/mina-deploy/mina/pull/67) ([uneco](https://github.com/uneco))
364
- - add echo to last command of :setup task [\#64](https://github.com/mina-deploy/mina/pull/64) ([muxcmux](https://github.com/muxcmux))
365
- - fix ssh method when { :return =\> true } [\#53](https://github.com/mina-deploy/mina/pull/53) ([jpascal](https://github.com/jpascal))
366
- - Allow changing :term\_mode for setup task [\#51](https://github.com/mina-deploy/mina/pull/51) ([alfuken](https://github.com/alfuken))
367
- - Rewrote deploy:cleanup task to put it all in the same queue. [\#50](https://github.com/mina-deploy/mina/pull/50) ([dariocravero](https://github.com/dariocravero))
368
- - added support whenever and fix exit from console [\#47](https://github.com/mina-deploy/mina/pull/47) ([jpascal](https://github.com/jpascal))
369
- - Cleanup fails to cd releases\_path [\#45](https://github.com/mina-deploy/mina/pull/45) ([dariocravero](https://github.com/dariocravero))
370
- - Fix check for arguments in make\_run\_task lambda [\#43](https://github.com/mina-deploy/mina/pull/43) ([tmak](https://github.com/tmak))
371
- - Prevent git log from using a pager [\#42](https://github.com/mina-deploy/mina/pull/42) ([tmak](https://github.com/tmak))
372
- - Add helpful error message when there is a problem with deploy.rb or a custom Rakefile [\#37](https://github.com/mina-deploy/mina/pull/37) ([jesse-sge](https://github.com/jesse-sge))
373
- - Add in\_directory directory, to execute commands within a particular path [\#35](https://github.com/mina-deploy/mina/pull/35) ([jmibanez](https://github.com/jmibanez))
374
- - bundle\_path can't be nil [\#31](https://github.com/mina-deploy/mina/pull/31) ([sfate](https://github.com/sfate))
375
- - Fix string interpolation in :init task output [\#15](https://github.com/mina-deploy/mina/pull/15) ([soulim](https://github.com/soulim))
376
- - Added support for an ssh port [\#14](https://github.com/mina-deploy/mina/pull/14) ([chip](https://github.com/chip))
377
- - link\_shared\_paths task was creating relative links instead of absolute ones [\#7](https://github.com/mina-deploy/mina/pull/7) ([Flink](https://github.com/Flink))
378
- - add bundle\_bin option [\#6](https://github.com/mina-deploy/mina/pull/6) ([Arcath](https://github.com/Arcath))
379
- - Test git [\#2](https://github.com/mina-deploy/mina/pull/2) ([sosedoff](https://github.com/sosedoff))
380
- - Gem tasks [\#1](https://github.com/mina-deploy/mina/pull/1) ([sosedoff](https://github.com/sosedoff))
381
296
 
382
297
 
383
298
 
@@ -11,6 +11,7 @@
11
11
  * [mina-faye](https://github.com/NingenUA/mina-faye)
12
12
  * [mina-foreman](https://github.com/mina-deploy/mina-foreman)
13
13
  * [mina-ftp](https://github.com/stas/mina-ftp)
14
+ * [mina-hanami](https://github.com/mgrachev/mina-hanami)
14
15
  * [mina-hipchat](https://github.com/apertureless/mina-hipchat)
15
16
  * [mina-hooks](https://github.com/elskwid/mina-hooks)
16
17
  * [mina-mercurial](https://github.com/rainlabs/mina-mercurial)
@@ -28,7 +29,9 @@
28
29
  * [mina-sidekiq](https://github.com/Mic92/mina-sidekiq)
29
30
  * [mina-slack](https://github.com/TAKAyukiatkwsk/mina-slack)
30
31
  * [mina-stack](https://github.com/div/mina-stack)
32
+ * [mina-supervisord](https://github.com/hovancik/mina-supervisord)
31
33
  * [mina-systemd](https://github.com/alexkojin/mina-systemd)
32
34
  * [mina-tail](https://github.com/modomoto/mina-tail)
33
35
  * [mina-unicorn](https://github.com/openteam/mina-unicorn)
34
36
  * [mina-whenever](https://github.com/mina-deploy/mina-whenever)
37
+ * [mina-lock] (https://github.com/lorenzosinisi/mina-lock)
@@ -27,7 +27,14 @@ Migrating from 0.3.x to 1.0
27
27
 
28
28
  # Deploy variables
29
29
 
30
- * `shared_paths` -> separate into `shared_dirs` & `shared_files`
30
+ * `shared_paths` -> separated into `shared_dirs` & `shared_files`
31
+
32
+ For example:
33
+
34
+ ```rb
35
+ set :shared_dirs, fetch(:shared_dirs, []).push('somedir')
36
+ set :shared_files, fetch(:shared_files, []).push('config/database.yml', 'config/secrets.yml')
37
+ ```
31
38
 
32
39
  All `*_path` variables (`:current_path`, `:shared_path`, ...) now include `:deploy_to`
33
40
  * `#{fetch(:deploy_to)}/#{fetch(:current_path)}` -> `fetch(:current_path)`
@@ -4,7 +4,7 @@ module Mina
4
4
 
5
5
  def initialize
6
6
  super
7
- @rakefiles = ['config/deploy.rb', minafile]
7
+ @rakefiles = ['Minafile', '.deploy.rb', 'deploy.rb', 'config/deploy.rb', minafile]
8
8
  end
9
9
 
10
10
  def name
@@ -1,3 +1,3 @@
1
1
  module Mina
2
- VERSION = '1.0.6'.freeze
2
+ VERSION = '1.0.7'.freeze
3
3
  end
@@ -0,0 +1,2 @@
1
+ echo "-----> Removing older assets"
2
+ RAILS_ENV="production" bundle exec rake assets:clean
@@ -0,0 +1,2 @@
1
+ echo "-----> DB schema load"
2
+ RAILS_ENV="production" bundle exec rake db:schema:load
@@ -37,6 +37,17 @@ RSpec.describe 'rails', type: :rake do
37
37
  end
38
38
  end
39
39
 
40
+ describe 'rails:assets_clean' do
41
+ it 'rails assets clean' do
42
+ expect { invoke_all }.to output(output_file('rails_assets_clean')).to_stdout
43
+ end
44
+ end
45
+
46
+ describe 'rails:db_schema_load' do
47
+ it 'rails db schema load' do
48
+ expect { invoke_all }.to output(output_file('rails_db_schema_load')).to_stdout
49
+ end
50
+ end
40
51
  # describe 'rollback' do
41
52
  # it 'rollback' do
42
53
  # expect { invoke_all }.to output(output_file('rollback')).to_stdout
@@ -3,7 +3,7 @@ set :chruby_path, '/etc/profile.d/chruby.sh'
3
3
  task :chruby, :env do |_, args|
4
4
  unless args[:env]
5
5
  puts "Task 'chruby' needs a Ruby version as an argument."
6
- puts "Example: invoke :'chruby[ruby-1.9.3-p392]'"
6
+ puts "Example: invoke :chruby, 'ruby-2.4'"
7
7
  exit 1
8
8
  end
9
9
 
@@ -69,6 +69,18 @@ namespace :rails do
69
69
  ), quiet: true
70
70
  end
71
71
  end
72
+
73
+ desc 'Clear older assets'
74
+ task :assets_clean do
75
+ comment %{Removing older assets}
76
+ command %{#{fetch(:rake)} assets:clean}
77
+ end
78
+
79
+ desc 'DB schema load'
80
+ task :db_schema_load do
81
+ comment %{DB schema load}
82
+ command %{#{fetch(:rake)} db:schema:load}
83
+ end
72
84
  end
73
85
 
74
86
  def check_for_changes_script(options)
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mina
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stjepan Hadjić
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-12-15 00:00:00.000000000 Z
11
+ date: 2017-09-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rake
@@ -117,6 +117,7 @@ extensions: []
117
117
  extra_rdoc_files: []
118
118
  files:
119
119
  - ".codeclimate.yml"
120
+ - ".github_changelog_generator"
120
121
  - ".gitignore"
121
122
  - ".rspec"
122
123
  - ".rubocop.yml"
@@ -176,10 +177,12 @@ files:
176
177
  - spec/support/outputs/git_clone_commit.txt
177
178
  - spec/support/outputs/git_revision.txt
178
179
  - spec/support/outputs/log.txt
180
+ - spec/support/outputs/rails_assets_clean.txt
179
181
  - spec/support/outputs/rails_assets_precompile.txt
180
182
  - spec/support/outputs/rails_db_create.txt
181
183
  - spec/support/outputs/rails_db_migrate.txt
182
184
  - spec/support/outputs/rails_db_rollback.txt
185
+ - spec/support/outputs/rails_db_schema_load.txt
183
186
  - spec/support/outputs/rbenv_load.txt
184
187
  - spec/support/outputs/rollback.txt
185
188
  - spec/support/outputs/run.txt
@@ -227,7 +230,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
230
  version: '0'
228
231
  requirements: []
229
232
  rubyforge_project:
230
- rubygems_version: 2.5.1
233
+ rubygems_version: 2.6.11
231
234
  signing_key:
232
235
  specification_version: 4
233
236
  summary: Blazing fast application deployment tool.