rubber 1.5.0 → 1.5.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +81 -0
- data/VERSION +1 -1
- data/lib/rubber/recipes/rubber/setup.rb +1 -1
- metadata +3 -3
data/CHANGELOG
CHANGED
@@ -1,3 +1,84 @@
|
|
1
|
+
1.5.0
|
2
|
+
-----
|
3
|
+
|
4
|
+
Added a warning message about upgrading rubber and RVM. <0d30207> [Kevin Menard]
|
5
|
+
New rubber version. <0d786b5> [Kevin Menard]
|
6
|
+
Fixed issues in using rubber for non-Rails projects. <0f32f2c> [Kevin Menard]
|
7
|
+
Support optional files in templates.yml for Rails 2 apps, too. <56cd5e2> [Kevin Menard]
|
8
|
+
Fixed an issue with vulcanize on Rails 2. <0151382> [Kevin Menard]
|
9
|
+
Added ability to diverge template behavior for Rails 2 & Rails 3. <682e40f> [Kevin Menard]
|
10
|
+
Fixed a spacing bug. <7e56d16> [Kevin Menard]
|
11
|
+
Added utility methods to clean things up a bit. <97f50cd> [Kevin Menard]
|
12
|
+
Install gems for Rails 2. <ab3fa74> [Kevin Menard]
|
13
|
+
Avoiding adding dependencies that screw up Rails 2 & Rails 3. <22c3008> [Kevin Menard]
|
14
|
+
Updated vulcanize to work with both Rails 2 and Rails 3. <c2f3ceb> [Kevin Menard]
|
15
|
+
Symlink generators directory for Rails 2.x support. <30a0b41> [Kevin Menard]
|
16
|
+
Prevent conflict with Zerigo loading in ActiveSupport. <fe9438d> [Kevin Menard]
|
17
|
+
fix resque roles <ed5491b> [Matt Conway]
|
18
|
+
cleanup some monit patterns <66f1bb0> [Matt Conway]
|
19
|
+
fix environment in resque web monit <45336ce> [Matt Conway]
|
20
|
+
Updated gemspec <3638682> [Matt Conway]
|
21
|
+
more rigorous stopping of stuff to prevent errors in create_staging <5c2425d> [Matt Conway]
|
22
|
+
fix postgres backup <d92e1de> [Matt Conway]
|
23
|
+
better directory aliases <0169b47> [Matt Conway]
|
24
|
+
munin package doesn't seem to be creating directory <e2a9ca2> [Matt Conway]
|
25
|
+
fix updating existing zerigo record <cb5bfdd> [Matt Conway]
|
26
|
+
Merge branch 'cassandra' into rails3 <400e814> [Matt Conway]
|
27
|
+
postgresql working for a single master configuration <269cb7a> [Matt Conway]
|
28
|
+
extracted out helper method for prompting from non-capistrano code <27c77e0> [Matt Conway]
|
29
|
+
calculate dependencies as a separate step <b304f9c> [Matt Conway]
|
30
|
+
avoid multiple deploy:update_code <eec7c55> [Matt Conway]
|
31
|
+
Merge branch 'rails3' into postgresql <2b8f728> [Matt Conway]
|
32
|
+
replace init.d scripts with call to service <69a34a4> [Matt Conway]
|
33
|
+
monit nowe needs mailserver set <61d3710> [Matt Conway]
|
34
|
+
fix rvm environment issue that breaks initial rake fcall from rubber:config <e6bdec2> [Matt Conway]
|
35
|
+
updated to lucid 10.04 <5238701> [Matt Conway]
|
36
|
+
only add gem if rubber not a plugin <a09102a> [Matt Conway]
|
37
|
+
set ssh connection timeout <39dbc45> [Matt Conway]
|
38
|
+
only add rubber to gemfile in base template <d04f306> [Matt Conway]
|
39
|
+
allow loading of initial schema <c431688> [Matt Conway]
|
40
|
+
working cassandra <9402a7a> [Matt Conway]
|
41
|
+
Merge branch 'rails3' into cassandra <4965a07> [Matt Conway]
|
42
|
+
Don't rely on ":on_error => :continue" due to capistrano bug https://capistrano.lighthouseapp.com/projects/8716/tickets/110-using-on_error-continue-doesnt-work-when-chaining-callbacks <2d5415e> [Matt Conway]
|
43
|
+
fix redis boostrap <3113246> [Matt Conway]
|
44
|
+
some fixes to resque process management <68c43c5> [Matt Conway]
|
45
|
+
refactor, make worker management smoother <c1c35e3> [Matt Conway]
|
46
|
+
allow calling generator helpers <35a9f0e> [Matt Conway]
|
47
|
+
set exe <b3c6c47> [Matt Conway]
|
48
|
+
mv files for rails3 <68a5bb2> [Matt Conway]
|
49
|
+
Merge remote branch 'origin/new_resque' into rails3 <151c3bf> [Matt Conway]
|
50
|
+
Better handling of resque worker queues. <c288253> [Kevin Menard]
|
51
|
+
Redis version bump. <74ed93a> [Kevin Menard]
|
52
|
+
Merge branch 'master' into rails3 <13bf17a> [Matt Conway]
|
53
|
+
initial incomplete cassandra support <b0beaf4> [Matt Conway]
|
54
|
+
initial incomplete postgres support <4eff243> [Matt Conway]
|
55
|
+
version bump <1f00825> [Matt Conway]
|
56
|
+
fix railties dependency <b302bcd> [Matt Conway]
|
57
|
+
Merge branch 'master' into rails3 <6c11203> [Matt Conway]
|
58
|
+
Set rubber version to the one being installed by Gemfile <29a3fdf> [Matt Conway]
|
59
|
+
make sure ec2 config directory exists <50878d5> [Matt Conway]
|
60
|
+
Add rubber to gemfile when generating if needed <ef0a279> [Matt Conway]
|
61
|
+
version bump <ad08522> [Matt Conway]
|
62
|
+
ec2 tools need system ruby as they don't currently work with 1.9 <015dfaa> [Matt Conway]
|
63
|
+
use RUBBER_ENV to select DB so task can be used with staging, etc <120bf11> [Matt Conway]
|
64
|
+
new version <a013cce> [Matt Conway]
|
65
|
+
new version <9ee1a64> [Matt Conway]
|
66
|
+
regenerated gemspec <0c96963> [Matt Conway]
|
67
|
+
make sure ec2-ami-tools is installed on canonical ami for rubber:bundle <ca1dc3d> [Matt Conway]
|
68
|
+
get vulcanize helper script working in rails3 <a14f59e> [Matt Conway]
|
69
|
+
copy file permissions too so executable files work <f579248> [Matt Conway]
|
70
|
+
fix rvm environment for cron/munin <58fb2e6> [Matt Conway]
|
71
|
+
handle prescence of config.ru, fix bundle install, minor other tweaks <8fbc50f> [Matt Conway]
|
72
|
+
fix passenger/rvm activation <8739480> [Matt Conway]
|
73
|
+
enable passenger support in rvm <e99e5c5> [Matt Conway]
|
74
|
+
more rails3 support, using rvm to select ruby runtime, make run/sudo load profile to get rvm environment <ef1afa7> [Matt Conway]
|
75
|
+
initial rails3 changes <9a30414> [Matt Conway]
|
76
|
+
optional rakefile for non-rails projects <c45931a> [Matt Conway]
|
77
|
+
mv new template since sam's changes <3f6689a> [Matt Conway]
|
78
|
+
Merge branch 'sam-mcingvale/master' into rails3 <df7ecd7> [Matt Conway]
|
79
|
+
Fixed template issues <8916817> [Sam McIngvale]
|
80
|
+
Preliminary Rails 3 generator changes <412cfb4> [Sam McIngvale]
|
81
|
+
|
1
82
|
1.3.2
|
2
83
|
-----
|
3
84
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.5.
|
1
|
+
1.5.1
|
@@ -261,7 +261,7 @@ namespace :rubber do
|
|
261
261
|
DESC
|
262
262
|
after "rubber:config", "rubber:install_rails_gems" if Rubber::Util::is_rails2?
|
263
263
|
task :install_rails_gems do
|
264
|
-
|
264
|
+
rsudo "cd #{current_release} && RAILS_ENV=#{RUBBER_ENV} rake gems:install"
|
265
265
|
end
|
266
266
|
|
267
267
|
desc <<-DESC
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubber
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 1
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 5
|
9
|
-
-
|
10
|
-
version: 1.5.
|
9
|
+
- 1
|
10
|
+
version: 1.5.1
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Matt Conway
|