public
Description: The web app builder for Rails
Homepage: http://hobocentral.net
Clone URL: git://github.com/tablatom/hobo.git
hobo / hobo / Manifest
100644 148 lines (147 sloc) 5.815 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
bin/hobo
CHANGES.txt
dryml_generators/rapid/cards.dryml.erb
dryml_generators/rapid/forms.dryml.erb
dryml_generators/rapid/pages.dryml.erb
init.rb
lib/action_view_extensions/helpers/tag_helper.rb
lib/active_record/association_collection.rb
lib/active_record/association_proxy.rb
lib/active_record/association_reflection.rb
lib/extensions/test_case.rb
lib/hobo/authentication_support.rb
lib/hobo/bundle.rb
lib/hobo/composite_model.rb
lib/hobo/controller.rb
lib/hobo/dev_controller.rb
lib/hobo/dryml/dryml_builder.rb
lib/hobo/dryml/dryml_generator.rb
lib/hobo/dryml/dryml_support_controller.rb
lib/hobo/dryml/parser/attribute.rb
lib/hobo/dryml/parser/base_parser.rb
lib/hobo/dryml/parser/document.rb
lib/hobo/dryml/parser/element.rb
lib/hobo/dryml/parser/elements.rb
lib/hobo/dryml/parser/source.rb
lib/hobo/dryml/parser/text.rb
lib/hobo/dryml/parser/tree_parser.rb
lib/hobo/dryml/parser.rb
lib/hobo/dryml/part_context.rb
lib/hobo/dryml/scoped_variables.rb
lib/hobo/dryml/tag_parameters.rb
lib/hobo/dryml/taglib.rb
lib/hobo/dryml/template.rb
lib/hobo/dryml/template_environment.rb
lib/hobo/dryml/template_handler.rb
lib/hobo/dryml.rb
lib/hobo/find_for.rb
lib/hobo/generator.rb
lib/hobo/guest.rb
lib/hobo/hobo_helper.rb
lib/hobo/include_in_save.rb
lib/hobo/lifecycles/actions.rb
lib/hobo/lifecycles/creator.rb
lib/hobo/lifecycles/lifecycle.rb
lib/hobo/lifecycles/state.rb
lib/hobo/lifecycles/transition.rb
lib/hobo/lifecycles.rb
lib/hobo/mass_assignment.rb
lib/hobo/model.rb
lib/hobo/model_controller.rb
lib/hobo/model_router.rb
lib/hobo/model_support.rb
lib/hobo/rapid_helper.rb
lib/hobo/scopes/apply_scopes.rb
lib/hobo/scopes/association_proxy_extensions.rb
lib/hobo/scopes/automatic_scopes.rb
lib/hobo/scopes/named_scope_extensions.rb
lib/hobo/scopes.rb
lib/hobo/static_tags
lib/hobo/undefined.rb
lib/hobo/undefined_access_error.rb
lib/hobo/user.rb
lib/hobo/user_controller.rb
lib/hobo.rb
LICENSE.txt
Manifest
rails_generators/hobo/hobo_generator.rb
rails_generators/hobo/templates/application.css
rails_generators/hobo/templates/application.dryml
rails_generators/hobo/templates/dryml-support.js
rails_generators/hobo/templates/guest.rb
rails_generators/hobo/templates/initializer.rb
rails_generators/hobo/templates/patch_routing.rb
rails_generators/hobo_front_controller/hobo_front_controller_generator.rb
rails_generators/hobo_front_controller/templates/controller.rb
rails_generators/hobo_front_controller/templates/functional_test.rb
rails_generators/hobo_front_controller/templates/helper.rb
rails_generators/hobo_front_controller/templates/index.dryml
rails_generators/hobo_front_controller/USAGE
rails_generators/hobo_model/hobo_model_generator.rb
rails_generators/hobo_model/templates/fixtures.yml
rails_generators/hobo_model/templates/model.rb
rails_generators/hobo_model/templates/unit_test.rb
rails_generators/hobo_model/USAGE
rails_generators/hobo_model_controller/hobo_model_controller_generator.rb
rails_generators/hobo_model_controller/templates/controller.rb
rails_generators/hobo_model_controller/templates/functional_test.rb
rails_generators/hobo_model_controller/templates/helper.rb
rails_generators/hobo_model_controller/USAGE
rails_generators/hobo_model_resource/hobo_model_resource_generator.rb
rails_generators/hobo_model_resource/templates/controller.rb
rails_generators/hobo_model_resource/templates/functional_test.rb
rails_generators/hobo_model_resource/templates/helper.rb
rails_generators/hobo_rapid/hobo_rapid_generator.rb
rails_generators/hobo_rapid/templates/blank.gif
rails_generators/hobo_rapid/templates/hobo-rapid.css
rails_generators/hobo_rapid/templates/hobo-rapid.js
rails_generators/hobo_rapid/templates/IE7.js
rails_generators/hobo_rapid/templates/lowpro.js
rails_generators/hobo_rapid/templates/reset.css
rails_generators/hobo_rapid/templates/themes/clean/public/images/fieldbg.gif
rails_generators/hobo_rapid/templates/themes/clean/public/images/pencil.png
rails_generators/hobo_rapid/templates/themes/clean/public/images/small_close.png
rails_generators/hobo_rapid/templates/themes/clean/public/images/spinner.gif
rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css
rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/rapid-ui.css
rails_generators/hobo_rapid/templates/themes/clean/views/clean.dryml
rails_generators/hobo_subsite/hobo_subsite_generator.rb
rails_generators/hobo_subsite/templates/application.dryml
rails_generators/hobo_subsite/templates/controller.rb
rails_generators/hobo_subsite/templates/site_taglib.dryml
rails_generators/hobo_user_controller/hobo_user_controller_generator.rb
rails_generators/hobo_user_controller/templates/controller.rb
rails_generators/hobo_user_controller/templates/functional_test.rb
rails_generators/hobo_user_controller/templates/helper.rb
rails_generators/hobo_user_controller/USAGE
rails_generators/hobo_user_model/hobo_user_model_generator.rb
rails_generators/hobo_user_model/templates/fixtures.yml
rails_generators/hobo_user_model/templates/forgot_password.erb
rails_generators/hobo_user_model/templates/mailer.rb
rails_generators/hobo_user_model/templates/model.rb
rails_generators/hobo_user_model/templates/unit_test.rb
rails_generators/hobo_user_model/USAGE
Rakefile
README
script/destroy
script/generate
taglibs/core.dryml
taglibs/rapid.dryml
taglibs/rapid_document_tags.dryml
taglibs/rapid_editing.dryml
taglibs/rapid_forms.dryml
taglibs/rapid_generics.dryml
taglibs/rapid_lifecycles.dryml
taglibs/rapid_navigation.dryml
taglibs/rapid_pages.dryml
taglibs/rapid_plus.dryml
taglibs/rapid_support.dryml
taglibs/rapid_user_pages.dryml
tasks/environments.rake
tasks/fix_dryml.rake
tasks/generate_tag_reference.rb
tasks/hobo_tasks.rake
test/generators/test_generator_helper.rb
test/generators/test_helper.rb
test/generators/test_hobo_model_controller_generator.rb
uninstall.rb