public
Description: CruiseControl.rb is a continuous integration tool, written in Ruby. It is quick to install, simple to use and easy to hack.
Homepage: http://cruisecontrolrb.thoughtworks.com/
Clone URL: git://github.com/benburkert/cruisecontrolrb.git
100644 106 lines (96 sloc) 1.596 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
DELTA 8 0 101
SVN }module ActiveRecord
  class Base
  
    def self.configurations
      {"test" => {"adapter" => "mysql"}}
    end
    
    def self.establish_connection(arg)
      puts "ESTABLISH_CONNECTION"
    end
  end
end
 
namespace :db do
    desc 'Apply migrations to database'
    task :migrate do
        puts "ENV_RAILS=#{ENV['ENV_RAILS']}"
    end
end
 
desc 'Default: do nothing'
task :default doENDREP
id: 6.0.r24/447
type: file
pred: 6.0.r23/432
count: 4
text: 24 0 426 416 1c045a377dbc9c598f2e699aeda9397b
cpath: /project_with_db_migrate/Rakefile
copyroot: 0 /
 
PLAIN
K 8
Rakefile
V 16
file 6.0.r24/447
K 6
config
V 17
dir 2x.0.r15/2987
K 2
db
V 17
dir 2z.0.r15/3571
END
ENDREP
id: 5.0.r24/725
type: dir
pred: 5.0.r23/710
count: 5
text: 24 609 103 103 06b95bcb0fd622dfce89617f906cd909
cpath: /project_with_db_migrate
copyroot: 0 /
 
PLAIN
K 15
failing_project
V 14
dir 1.1.r7/379
K 3
foo
V 18
dir 9.0.r11/104870
K 15
passing_project
V 14
dir 1.0.r7/832
K 27
project_with_central_config
V 16
dir 3d.0.r20/338
K 37
project_with_cruise_and_default_tasks
V 15
dir 7.0.r10/386
K 29
project_with_custom_rake_task
V 16
dir 2t.0.r13/364
K 23
project_with_db_migrate
V 15
dir 5.0.r24/725
K 38
project_with_db_test_purge_and_migrate
V 16
dir 2v.0.r21/597
K 57
project_with_no_migration_scripts_but_database_yml_exists
V 17
dir 37.0.r15/2601
END
ENDREP
id: 0.0.r24/1388
type: dir
pred: 0.0.r23/1373
count: 24
text: 24 879 496 496 8d807e3909ee6f9633bce54ff0df382c
cpath: /
copyroot: 0 /
 
6.0.t23-1 modify true false /project_with_db_migrate/Rakefile
 
 
1388 1522