alloy / rucola

A Framework for rapidly building RubyCocoa applications

This URL has Read+Write access

rucola / Manifest.txt
100644 151 lines (150 sloc) 5.73 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
ChangeLog
History.txt
License.txt
Manifest.txt
README.txt
Rakefile
TODO
app_generators/rucola/USAGE
app_generators/rucola/rucola_generator.rb
app_generators/rucola/templates/Rakefile.erb
app_generators/rucola/templates/Rakefile.erb.old
app_generators/rucola/templates/app/controllers/application_controller.rb
app_generators/rucola/templates/config/Info.plist.erb
app_generators/rucola/templates/config/boot.rb
app_generators/rucola/templates/config/dependencies.rb
app_generators/rucola/templates/config/environment.rb
app_generators/rucola/templates/config/environments/debug.rb
app_generators/rucola/templates/config/environments/release.rb
app_generators/rucola/templates/config/environments/test.rb
app_generators/rucola/templates/config/ib_external_class_defs.yml
app_generators/rucola/templates/misc/English.lproj/InfoPlist.strings.erb
app_generators/rucola/templates/misc/English.lproj/MainMenu.nib/classes.nib
app_generators/rucola/templates/misc/English.lproj/MainMenu.nib/info.nib
app_generators/rucola/templates/misc/English.lproj/MainMenu.nib/keyedobjects.nib
app_generators/rucola/templates/misc/main.m.erb
app_generators/rucola/templates/misc/rb_main.rb.erb
app_generators/rucola/templates/project.pbxproj.erb
app_generators/rucola/templates/script/console
app_generators/rucola/templates/script/plugin
app_generators/rucola/templates/test/controllers/test_application_controller.rb
app_generators/rucola/templates/test/test_helper.rb
bin/rucola
config/hoe.rb
config/requirements.rb
lib/autotest/discover.rb
lib/autotest/fail.png
lib/autotest/growl_images.rb
lib/autotest/pass.png
lib/autotest/rucola.rb
lib/autotest/sound.rb
lib/rucola.rb
lib/rucola/dependencies.rb
lib/rucola/dependencies/exclusions.rb
lib/rucola/dependencies/override_require_and_gem.rb
lib/rucola/dependencies/resolver.rb
lib/rucola/fsevents.rb
lib/rucola/info_plist.rb
lib/rucola/initializer.rb
lib/rucola/log.rb
lib/rucola/nib.rb
lib/rucola/plugin.rb
lib/rucola/reloader.rb
lib/rucola/ruby_debug.rb
lib/rucola/rucola_support.rb
lib/rucola/rucola_support/controllers.rb
lib/rucola/rucola_support/controllers/rc_controller.rb
lib/rucola/rucola_support/controllers/rc_window_controller.rb
lib/rucola/rucola_support/core_ext.rb
lib/rucola/rucola_support/core_ext/objc.rb
lib/rucola/rucola_support/core_ext/objc/nsimage.rb
lib/rucola/rucola_support/core_ext/objc/nsobject.rb
lib/rucola/rucola_support/core_ext/ruby.rb
lib/rucola/rucola_support/core_ext/ruby/file.rb
lib/rucola/rucola_support/core_ext/ruby/kernel.rb
lib/rucola/rucola_support/core_ext/ruby/object.rb
lib/rucola/rucola_support/core_ext/ruby/string.rb
lib/rucola/rucola_support/initialize_hooks.rb
lib/rucola/rucola_support/models.rb
lib/rucola/rucola_support/models/rc_document.rb
lib/rucola/rucola_support/notifications.rb
lib/rucola/rucola_support/notifications/notifications.rb
lib/rucola/rucola_support/rc_app.rb
lib/rucola/tasks/dependencies.rake
lib/rucola/tasks/deploy.rake
lib/rucola/tasks/freeze.rake
lib/rucola/tasks/interface_builder.rake
lib/rucola/tasks/main.rake
lib/rucola/tasks/xcode.rake
lib/rucola/test_case.rb
lib/rucola/test_helper.rb
lib/rucola/version.rb
lib/rucola/xcode.rb
log/debug.log
rucola_generators/controller/USAGE
rucola_generators/controller/controller_generator.rb
rucola_generators/controller/templates/controller_template.rb.erb
rucola_generators/controller/templates/test_controller_template.rb.erb
rucola_generators/document_model/USAGE
rucola_generators/document_model/document_model_generator.rb
rucola_generators/document_model/templates/document_model_template.rb.erb
rucola_generators/document_model/templates/test_document_model_template.rb.erb
rucola_generators/rucola_plugin/USAGE
rucola_generators/rucola_plugin/rucola_plugin_generator.rb
rucola_generators/rucola_plugin/templates/init.rb.erb
rucola_generators/simple_model/USAGE
rucola_generators/simple_model/simple_model_generator.rb
rucola_generators/simple_model/templates/simple_model.rb.erb
rucola_generators/simple_model/templates/test_simple_model.rb.erb
rucola_generators/window_controller/USAGE
rucola_generators/window_controller/templates/Window.nib/classes.nib.erb
rucola_generators/window_controller/templates/Window.nib/info.nib
rucola_generators/window_controller/templates/Window.nib/keyedobjects.nib
rucola_generators/window_controller/templates/test_window_controller_template.rb.erb
rucola_generators/window_controller/templates/window_controller_template.rb.erb
rucola_generators/window_controller/window_controller_generator.rb
script/destroy
script/generate
script/txt2html
setup.rb
tasks/deployment.rake
tasks/environment.rake
tasks/website.rake
test/fixtures/Info.plist
test/fixtures/MainMenu.nib/classes.nib
test/fixtures/MainMenu.nib/info.nib
test/fixtures/MainMenu.nib/keyedobjects.nib
test/fixtures/dependencies/foo.rb
test/fixtures/dependencies/foo/bar.rb
test/fixtures/dependencies/foo/baz.rb
test/fixtures/dependencies/requires_fileutils.rb
test/fixtures/some_reloadable_class.rb
test/test_controller_generator.rb
test/test_core_ext.rb
test/test_dependencies.rb
test/test_document_model_generator.rb
test/test_fsevents.rb
test/test_generator_helper.rb
test/test_helper.rb
test/test_info_plist.rb
test/test_initializer.rb
test/test_log.rb
test/test_nib.rb
test/test_notifications.rb
test/test_objc_core_ext.rb
test/test_plugin.rb
test/test_rc_app.rb
test/test_rc_document.rb
test/test_rc_window_controller.rb
test/test_reloader.rb
test/test_rucola.rb
test/test_rucola_generator.rb
test/test_rucola_plugin_generator.rb
test/test_simple_model_generator.rb
test/test_window_controller_generator.rb
test/test_xcode.rb
website/index.html
website/index.txt
website/javascripts/rounded_corners_lite.inc.js
website/stylesheets/screen.css
website/template.rhtml