hobo 0.8.6 → 0.8.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,7 @@
1
+ === Hobo 0.8.7 ===
2
+
3
+ I forgot to refresh the Manifest, so this is a brown paper bag release.
4
+
1
5
  === Hobo 0.8.6 ===
2
6
 
3
7
  Hobo 0.8.6 includes Rails 2.3 support. Rails 2.2 support has been
data/Manifest CHANGED
@@ -1,151 +1,151 @@
1
- bin/hobo
2
- CHANGES.txt
3
- dryml_generators/rapid/cards.dryml.erb
4
- dryml_generators/rapid/forms.dryml.erb
5
- dryml_generators/rapid/pages.dryml.erb
6
- init.rb
7
- lib/action_view_extensions/helpers/tag_helper.rb
8
- lib/active_record/association_collection.rb
9
- lib/active_record/association_proxy.rb
10
- lib/active_record/association_reflection.rb
11
- lib/hobo/accessible_associations.rb
12
- lib/hobo/authentication_support.rb
13
- lib/hobo/bundle.rb
14
- lib/hobo/controller.rb
15
- lib/hobo/dev_controller.rb
16
- lib/hobo/dryml/dryml_builder.rb
17
- lib/hobo/dryml/dryml_doc.rb
18
- lib/hobo/dryml/dryml_generator.rb
19
- lib/hobo/dryml/dryml_support_controller.rb
20
- lib/hobo/dryml/parser/attribute.rb
21
- lib/hobo/dryml/parser/base_parser.rb
22
- lib/hobo/dryml/parser/document.rb
23
- lib/hobo/dryml/parser/element.rb
24
- lib/hobo/dryml/parser/elements.rb
25
- lib/hobo/dryml/parser/source.rb
26
- lib/hobo/dryml/parser/text.rb
27
- lib/hobo/dryml/parser/tree_parser.rb
28
- lib/hobo/dryml/parser.rb
29
- lib/hobo/dryml/part_context.rb
30
- lib/hobo/dryml/scoped_variables.rb
31
- lib/hobo/dryml/tag_parameters.rb
32
- lib/hobo/dryml/taglib.rb
33
- lib/hobo/dryml/template.rb
34
- lib/hobo/dryml/template_environment.rb
35
- lib/hobo/dryml/template_handler.rb
36
- lib/hobo/dryml.rb
37
- lib/hobo/find_for.rb
38
- lib/hobo/generator.rb
39
- lib/hobo/guest.rb
40
- lib/hobo/hobo_helper.rb
41
- lib/hobo/include_in_save.rb
42
- lib/hobo/lifecycles/actions.rb
43
- lib/hobo/lifecycles/creator.rb
44
- lib/hobo/lifecycles/lifecycle.rb
45
- lib/hobo/lifecycles/state.rb
46
- lib/hobo/lifecycles/transition.rb
47
- lib/hobo/lifecycles.rb
48
- lib/hobo/model.rb
49
- lib/hobo/model_controller.rb
50
- lib/hobo/model_router.rb
51
- lib/hobo/permissions/associations.rb
52
- lib/hobo/permissions.rb
53
- lib/hobo/rapid_helper.rb
54
- lib/hobo/scopes/apply_scopes.rb
55
- lib/hobo/scopes/association_proxy_extensions.rb
56
- lib/hobo/scopes/automatic_scopes.rb
57
- lib/hobo/scopes/named_scope_extensions.rb
58
- lib/hobo/scopes.rb
59
- lib/hobo/static_tags
60
- lib/hobo/tasks/rails.rb
61
- lib/hobo/undefined.rb
62
- lib/hobo/undefined_access_error.rb
63
- lib/hobo/user.rb
64
- lib/hobo/user_controller.rb
65
- lib/hobo/view_hints.rb
66
- lib/hobo.rb
67
1
  LICENSE.txt
68
- Manifest
69
- rails_generators/hobo/hobo_generator.rb
70
- rails_generators/hobo/templates/application.css
71
- rails_generators/hobo/templates/application.dryml
72
- rails_generators/hobo/templates/dryml-support.js
73
- rails_generators/hobo/templates/guest.rb
74
- rails_generators/hobo/templates/initializer.rb
75
- rails_generators/hobo_front_controller/hobo_front_controller_generator.rb
76
- rails_generators/hobo_front_controller/templates/controller.rb
77
- rails_generators/hobo_front_controller/templates/functional_test.rb
78
- rails_generators/hobo_front_controller/templates/helper.rb
79
- rails_generators/hobo_front_controller/templates/index.dryml
80
- rails_generators/hobo_front_controller/USAGE
2
+ README
3
+ rails_generators/hobo_model_controller/hobo_model_controller_generator.rb
4
+ rails_generators/hobo_model_controller/USAGE
5
+ rails_generators/hobo_model_controller/templates/functional_test.rb
6
+ rails_generators/hobo_model_controller/templates/helper.rb
7
+ rails_generators/hobo_model_controller/templates/controller.rb
8
+ rails_generators/hobo_user_model/USAGE
9
+ rails_generators/hobo_user_model/templates/forgot_password.erb
10
+ rails_generators/hobo_user_model/templates/fixtures.yml
11
+ rails_generators/hobo_user_model/templates/model.rb
12
+ rails_generators/hobo_user_model/templates/mailer.rb
13
+ rails_generators/hobo_user_model/templates/unit_test.rb
14
+ rails_generators/hobo_user_model/hobo_user_model_generator.rb
81
15
  rails_generators/hobo_model/hobo_model_generator.rb
16
+ rails_generators/hobo_model/USAGE
82
17
  rails_generators/hobo_model/templates/fixtures.yml
83
- rails_generators/hobo_model/templates/hints.rb
84
18
  rails_generators/hobo_model/templates/model.rb
19
+ rails_generators/hobo_model/templates/hints.rb
85
20
  rails_generators/hobo_model/templates/unit_test.rb
86
- rails_generators/hobo_model/USAGE
87
- rails_generators/hobo_model_controller/hobo_model_controller_generator.rb
88
- rails_generators/hobo_model_controller/templates/controller.rb
89
- rails_generators/hobo_model_controller/templates/functional_test.rb
90
- rails_generators/hobo_model_controller/templates/helper.rb
91
- rails_generators/hobo_model_controller/USAGE
92
- rails_generators/hobo_model_resource/hobo_model_resource_generator.rb
93
- rails_generators/hobo_model_resource/templates/controller.rb
94
- rails_generators/hobo_model_resource/templates/functional_test.rb
95
- rails_generators/hobo_model_resource/templates/helper.rb
21
+ rails_generators/hobo_subsite/hobo_subsite_generator.rb
22
+ rails_generators/hobo_subsite/templates/site_taglib.dryml
23
+ rails_generators/hobo_subsite/templates/application.dryml
24
+ rails_generators/hobo_subsite/templates/controller.rb
96
25
  rails_generators/hobo_rapid/hobo_rapid_generator.rb
97
26
  rails_generators/hobo_rapid/templates/blank.gif
98
- rails_generators/hobo_rapid/templates/hobo-rapid.css
99
- rails_generators/hobo_rapid/templates/hobo-rapid.js
100
- rails_generators/hobo_rapid/templates/IE7.js
101
- rails_generators/hobo_rapid/templates/lowpro.js
27
+ rails_generators/hobo_rapid/templates/ie7-recalc.js
102
28
  rails_generators/hobo_rapid/templates/reset.css
103
- rails_generators/hobo_rapid/templates/themes/clean/public/images/fieldbg.gif
104
- rails_generators/hobo_rapid/templates/themes/clean/public/images/pencil.png
105
- rails_generators/hobo_rapid/templates/themes/clean/public/images/small_close.png
106
- rails_generators/hobo_rapid/templates/themes/clean/public/images/spinner.gif
29
+ rails_generators/hobo_rapid/templates/hobo-rapid.css
30
+ rails_generators/hobo_rapid/templates/themes/clean/views/clean.dryml
107
31
  rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css
108
32
  rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/rapid-ui.css
109
- rails_generators/hobo_rapid/templates/themes/clean/views/clean.dryml
110
- rails_generators/hobo_subsite/hobo_subsite_generator.rb
111
- rails_generators/hobo_subsite/templates/application.dryml
112
- rails_generators/hobo_subsite/templates/controller.rb
113
- rails_generators/hobo_subsite/templates/site_taglib.dryml
33
+ rails_generators/hobo_rapid/templates/themes/clean/public/images/fieldbg.gif
34
+ rails_generators/hobo_rapid/templates/themes/clean/public/images/spinner.gif
35
+ rails_generators/hobo_rapid/templates/themes/clean/public/images/small_close.png
36
+ rails_generators/hobo_rapid/templates/themes/clean/public/images/pencil.png
37
+ rails_generators/hobo_rapid/templates/IE7.js
38
+ rails_generators/hobo_rapid/templates/hobo-rapid.js
39
+ rails_generators/hobo_rapid/templates/lowpro.js
40
+ rails_generators/hobo/hobo_generator.rb
41
+ rails_generators/hobo/templates/application.css
42
+ rails_generators/hobo/templates/initializer.rb
43
+ rails_generators/hobo/templates/dryml-support.js
44
+ rails_generators/hobo/templates/application.dryml
45
+ rails_generators/hobo/templates/guest.rb
46
+ rails_generators/hobo_model_resource/templates/functional_test.rb
47
+ rails_generators/hobo_model_resource/templates/helper.rb
48
+ rails_generators/hobo_model_resource/templates/controller.rb
49
+ rails_generators/hobo_model_resource/hobo_model_resource_generator.rb
50
+ rails_generators/hobo_front_controller/hobo_front_controller_generator.rb
51
+ rails_generators/hobo_front_controller/USAGE
52
+ rails_generators/hobo_front_controller/templates/index.dryml
53
+ rails_generators/hobo_front_controller/templates/functional_test.rb
54
+ rails_generators/hobo_front_controller/templates/helper.rb
55
+ rails_generators/hobo_front_controller/templates/controller.rb
114
56
  rails_generators/hobo_user_controller/hobo_user_controller_generator.rb
115
- rails_generators/hobo_user_controller/templates/controller.rb
57
+ rails_generators/hobo_user_controller/USAGE
116
58
  rails_generators/hobo_user_controller/templates/functional_test.rb
117
59
  rails_generators/hobo_user_controller/templates/helper.rb
118
- rails_generators/hobo_user_controller/USAGE
119
- rails_generators/hobo_user_model/hobo_user_model_generator.rb
120
- rails_generators/hobo_user_model/templates/fixtures.yml
121
- rails_generators/hobo_user_model/templates/forgot_password.erb
122
- rails_generators/hobo_user_model/templates/mailer.rb
123
- rails_generators/hobo_user_model/templates/model.rb
124
- rails_generators/hobo_user_model/templates/unit_test.rb
125
- rails_generators/hobo_user_model/USAGE
60
+ rails_generators/hobo_user_controller/templates/controller.rb
61
+ tasks/hobo_tasks.rake
62
+ tasks/environments.rake
126
63
  Rakefile
127
- README
128
- script/destroy
64
+ init.rb
129
65
  script/generate
130
- taglibs/core.dryml
131
- taglibs/rapid.dryml
132
- taglibs/rapid_core.dryml
133
- taglibs/rapid_document_tags.dryml
134
- taglibs/rapid_editing.dryml
135
- taglibs/rapid_forms.dryml
66
+ script/destroy
67
+ bin/hobo
68
+ lib/hobo.rb
69
+ lib/hobo/lifecycles/lifecycle.rb
70
+ lib/hobo/lifecycles/actions.rb
71
+ lib/hobo/lifecycles/creator.rb
72
+ lib/hobo/lifecycles/transition.rb
73
+ lib/hobo/lifecycles/state.rb
74
+ lib/hobo/find_for.rb
75
+ lib/hobo/lifecycles.rb
76
+ lib/hobo/permissions.rb
77
+ lib/hobo/include_in_save.rb
78
+ lib/hobo/bundle.rb
79
+ lib/hobo/generator.rb
80
+ lib/hobo/model_controller.rb
81
+ lib/hobo/scopes/apply_scopes.rb
82
+ lib/hobo/scopes/named_scope_extensions.rb
83
+ lib/hobo/scopes/automatic_scopes.rb
84
+ lib/hobo/scopes/association_proxy_extensions.rb
85
+ lib/hobo/permissions/associations.rb
86
+ lib/hobo/view_hints.rb
87
+ lib/hobo/tasks/rails.rb
88
+ lib/hobo/hobo_helper.rb
89
+ lib/hobo/user.rb
90
+ lib/hobo/undefined_access_error.rb
91
+ lib/hobo/user_controller.rb
92
+ lib/hobo/undefined.rb
93
+ lib/hobo/model.rb
94
+ lib/hobo/authentication_support.rb
95
+ lib/hobo/static_tags
96
+ lib/hobo/scopes.rb
97
+ lib/hobo/model_router.rb
98
+ lib/hobo/accessible_associations.rb
99
+ lib/hobo/dev_controller.rb
100
+ lib/hobo/dryml/part_context.rb
101
+ lib/hobo/dryml/template_handler.rb
102
+ lib/hobo/dryml/dryml_doc.rb
103
+ lib/hobo/dryml/dryml_builder.rb
104
+ lib/hobo/dryml/taglib.rb
105
+ lib/hobo/dryml/parser.rb
106
+ lib/hobo/dryml/dryml_support_controller.rb
107
+ lib/hobo/dryml/template.rb
108
+ lib/hobo/dryml/template_environment.rb
109
+ lib/hobo/dryml/scoped_variables.rb
110
+ lib/hobo/dryml/dryml_generator.rb
111
+ lib/hobo/dryml/parser/elements.rb
112
+ lib/hobo/dryml/parser/element.rb
113
+ lib/hobo/dryml/parser/attribute.rb
114
+ lib/hobo/dryml/parser/source.rb
115
+ lib/hobo/dryml/parser/base_parser.rb
116
+ lib/hobo/dryml/parser/document.rb
117
+ lib/hobo/dryml/parser/tree_parser.rb
118
+ lib/hobo/dryml/parser/text.rb
119
+ lib/hobo/dryml/tag_parameters.rb
120
+ lib/hobo/dryml.rb
121
+ lib/hobo/rapid_helper.rb
122
+ lib/hobo/guest.rb
123
+ lib/hobo/controller.rb
124
+ lib/action_view_extensions/helpers/tag_helper.rb
125
+ lib/active_record/association_reflection.rb
126
+ lib/active_record/association_collection.rb
127
+ lib/active_record/association_proxy.rb
128
+ Manifest
129
+ dryml_generators/rapid/forms.dryml.erb
130
+ dryml_generators/rapid/cards.dryml.erb
131
+ dryml_generators/rapid/pages.dryml.erb
132
+ test/generators/test_generator_helper.rb
133
+ test/generators/test_hobo_model_controller_generator.rb
134
+ test/generators/test_helper.rb
135
+ test/permissions/test_permissions.rb
136
+ test/permissions/models/schema.rb
137
+ test/permissions/models/models.rb
136
138
  taglibs/rapid_generics.dryml
137
- taglibs/rapid_lifecycles.dryml
138
- taglibs/rapid_navigation.dryml
139
+ taglibs/rapid_editing.dryml
139
140
  taglibs/rapid_pages.dryml
141
+ taglibs/rapid.dryml
140
142
  taglibs/rapid_plus.dryml
141
- taglibs/rapid_support.dryml
143
+ taglibs/rapid_navigation.dryml
144
+ taglibs/core.dryml
145
+ taglibs/rapid_forms.dryml
146
+ taglibs/rapid_lifecycles.dryml
142
147
  taglibs/rapid_user_pages.dryml
143
- tasks/environments.rake
144
- tasks/hobo_tasks.rake
145
- test/generators/test_generator_helper.rb
146
- test/generators/test_helper.rb
147
- test/generators/test_hobo_model_controller_generator.rb
148
- test/permissions/models/models.rb
149
- test/permissions/models/schema.rb
150
- test/permissions/models/test.sqlite3
151
- test/permissions/test_permissions.rb
148
+ taglibs/rapid_core.dryml
149
+ taglibs/rapid_support.dryml
150
+ taglibs/rapid_document_tags.dryml
151
+ CHANGES.txt
data/Rakefile CHANGED
@@ -47,11 +47,11 @@ Echoe.new('hobo') do |p|
47
47
  p.project = "hobo"
48
48
 
49
49
  p.changelog = "CHANGES.txt"
50
- p.version = "0.8.6"
50
+ p.version = "0.8.7"
51
51
 
52
52
  p.dependencies = [
53
- 'hobosupport =0.8.6',
54
- 'hobofields =0.8.6',
53
+ 'hobosupport =0.8.7',
54
+ 'hobofields =0.8.7',
55
55
  'rails >=2.2.2',
56
56
  'mislav-will_paginate >=2.2.1']
57
57
 
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = %q{hobo}
5
- s.version = "0.8.6"
5
+ s.version = "0.8.7"
6
6
 
7
7
  s.required_rubygems_version = Gem::Requirement.new(">= 1.2") if s.respond_to? :required_rubygems_version=
8
8
  s.authors = ["Tom Locke"]
@@ -11,8 +11,8 @@ Gem::Specification.new do |s|
11
11
  s.description = %q{The web app builder for Rails}
12
12
  s.email = %q{tom@tomlocke.com}
13
13
  s.executables = ["hobo"]
14
- s.extra_rdoc_files = ["bin/hobo", "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/hobo/accessible_associations.rb", "lib/hobo/authentication_support.rb", "lib/hobo/bundle.rb", "lib/hobo/controller.rb", "lib/hobo/dev_controller.rb", "lib/hobo/dryml/dryml_builder.rb", "lib/hobo/dryml/dryml_doc.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/model.rb", "lib/hobo/model_controller.rb", "lib/hobo/model_router.rb", "lib/hobo/permissions/associations.rb", "lib/hobo/permissions.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/tasks/rails.rb", "lib/hobo/undefined.rb", "lib/hobo/undefined_access_error.rb", "lib/hobo/user.rb", "lib/hobo/user_controller.rb", "lib/hobo/view_hints.rb", "lib/hobo.rb", "LICENSE.txt", "README", "tasks/environments.rake", "tasks/hobo_tasks.rake"]
15
- s.files = ["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/hobo/accessible_associations.rb", "lib/hobo/authentication_support.rb", "lib/hobo/bundle.rb", "lib/hobo/controller.rb", "lib/hobo/dev_controller.rb", "lib/hobo/dryml/dryml_builder.rb", "lib/hobo/dryml/dryml_doc.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/model.rb", "lib/hobo/model_controller.rb", "lib/hobo/model_router.rb", "lib/hobo/permissions/associations.rb", "lib/hobo/permissions.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/tasks/rails.rb", "lib/hobo/undefined.rb", "lib/hobo/undefined_access_error.rb", "lib/hobo/user.rb", "lib/hobo/user_controller.rb", "lib/hobo/view_hints.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_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/hints.rb", "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_core.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/hobo_tasks.rake", "test/generators/test_generator_helper.rb", "test/generators/test_helper.rb", "test/generators/test_hobo_model_controller_generator.rb", "test/permissions/models/models.rb", "test/permissions/models/schema.rb", "test/permissions/models/test.sqlite3", "test/permissions/test_permissions.rb", "hobo.gemspec"]
14
+ s.extra_rdoc_files = ["LICENSE.txt", "README", "tasks/hobo_tasks.rake", "tasks/environments.rake", "bin/hobo", "lib/hobo.rb", "lib/hobo/lifecycles/lifecycle.rb", "lib/hobo/lifecycles/actions.rb", "lib/hobo/lifecycles/creator.rb", "lib/hobo/lifecycles/transition.rb", "lib/hobo/lifecycles/state.rb", "lib/hobo/find_for.rb", "lib/hobo/lifecycles.rb", "lib/hobo/permissions.rb", "lib/hobo/include_in_save.rb", "lib/hobo/bundle.rb", "lib/hobo/generator.rb", "lib/hobo/model_controller.rb", "lib/hobo/scopes/apply_scopes.rb", "lib/hobo/scopes/named_scope_extensions.rb", "lib/hobo/scopes/automatic_scopes.rb", "lib/hobo/scopes/association_proxy_extensions.rb", "lib/hobo/permissions/associations.rb", "lib/hobo/view_hints.rb", "lib/hobo/tasks/rails.rb", "lib/hobo/hobo_helper.rb", "lib/hobo/user.rb", "lib/hobo/undefined_access_error.rb", "lib/hobo/user_controller.rb", "lib/hobo/undefined.rb", "lib/hobo/model.rb", "lib/hobo/authentication_support.rb", "lib/hobo/static_tags", "lib/hobo/scopes.rb", "lib/hobo/model_router.rb", "lib/hobo/accessible_associations.rb", "lib/hobo/dev_controller.rb", "lib/hobo/dryml/part_context.rb", "lib/hobo/dryml/template_handler.rb", "lib/hobo/dryml/dryml_doc.rb", "lib/hobo/dryml/dryml_builder.rb", "lib/hobo/dryml/taglib.rb", "lib/hobo/dryml/parser.rb", "lib/hobo/dryml/dryml_support_controller.rb", "lib/hobo/dryml/template.rb", "lib/hobo/dryml/template_environment.rb", "lib/hobo/dryml/scoped_variables.rb", "lib/hobo/dryml/dryml_generator.rb", "lib/hobo/dryml/parser/elements.rb", "lib/hobo/dryml/parser/element.rb", "lib/hobo/dryml/parser/attribute.rb", "lib/hobo/dryml/parser/source.rb", "lib/hobo/dryml/parser/base_parser.rb", "lib/hobo/dryml/parser/document.rb", "lib/hobo/dryml/parser/tree_parser.rb", "lib/hobo/dryml/parser/text.rb", "lib/hobo/dryml/tag_parameters.rb", "lib/hobo/dryml.rb", "lib/hobo/rapid_helper.rb", "lib/hobo/guest.rb", "lib/hobo/controller.rb", "lib/action_view_extensions/helpers/tag_helper.rb", "lib/active_record/association_reflection.rb", "lib/active_record/association_collection.rb", "lib/active_record/association_proxy.rb"]
15
+ s.files = ["LICENSE.txt", "README", "rails_generators/hobo_model_controller/hobo_model_controller_generator.rb", "rails_generators/hobo_model_controller/USAGE", "rails_generators/hobo_model_controller/templates/functional_test.rb", "rails_generators/hobo_model_controller/templates/helper.rb", "rails_generators/hobo_model_controller/templates/controller.rb", "rails_generators/hobo_user_model/USAGE", "rails_generators/hobo_user_model/templates/forgot_password.erb", "rails_generators/hobo_user_model/templates/fixtures.yml", "rails_generators/hobo_user_model/templates/model.rb", "rails_generators/hobo_user_model/templates/mailer.rb", "rails_generators/hobo_user_model/templates/unit_test.rb", "rails_generators/hobo_user_model/hobo_user_model_generator.rb", "rails_generators/hobo_model/hobo_model_generator.rb", "rails_generators/hobo_model/USAGE", "rails_generators/hobo_model/templates/fixtures.yml", "rails_generators/hobo_model/templates/model.rb", "rails_generators/hobo_model/templates/hints.rb", "rails_generators/hobo_model/templates/unit_test.rb", "rails_generators/hobo_subsite/hobo_subsite_generator.rb", "rails_generators/hobo_subsite/templates/site_taglib.dryml", "rails_generators/hobo_subsite/templates/application.dryml", "rails_generators/hobo_subsite/templates/controller.rb", "rails_generators/hobo_rapid/hobo_rapid_generator.rb", "rails_generators/hobo_rapid/templates/blank.gif", "rails_generators/hobo_rapid/templates/ie7-recalc.js", "rails_generators/hobo_rapid/templates/reset.css", "rails_generators/hobo_rapid/templates/hobo-rapid.css", "rails_generators/hobo_rapid/templates/themes/clean/views/clean.dryml", "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/public/images/fieldbg.gif", "rails_generators/hobo_rapid/templates/themes/clean/public/images/spinner.gif", "rails_generators/hobo_rapid/templates/themes/clean/public/images/small_close.png", "rails_generators/hobo_rapid/templates/themes/clean/public/images/pencil.png", "rails_generators/hobo_rapid/templates/IE7.js", "rails_generators/hobo_rapid/templates/hobo-rapid.js", "rails_generators/hobo_rapid/templates/lowpro.js", "rails_generators/hobo/hobo_generator.rb", "rails_generators/hobo/templates/application.css", "rails_generators/hobo/templates/initializer.rb", "rails_generators/hobo/templates/dryml-support.js", "rails_generators/hobo/templates/application.dryml", "rails_generators/hobo/templates/guest.rb", "rails_generators/hobo_model_resource/templates/functional_test.rb", "rails_generators/hobo_model_resource/templates/helper.rb", "rails_generators/hobo_model_resource/templates/controller.rb", "rails_generators/hobo_model_resource/hobo_model_resource_generator.rb", "rails_generators/hobo_front_controller/hobo_front_controller_generator.rb", "rails_generators/hobo_front_controller/USAGE", "rails_generators/hobo_front_controller/templates/index.dryml", "rails_generators/hobo_front_controller/templates/functional_test.rb", "rails_generators/hobo_front_controller/templates/helper.rb", "rails_generators/hobo_front_controller/templates/controller.rb", "rails_generators/hobo_user_controller/hobo_user_controller_generator.rb", "rails_generators/hobo_user_controller/USAGE", "rails_generators/hobo_user_controller/templates/functional_test.rb", "rails_generators/hobo_user_controller/templates/helper.rb", "rails_generators/hobo_user_controller/templates/controller.rb", "tasks/hobo_tasks.rake", "tasks/environments.rake", "Rakefile", "init.rb", "script/generate", "script/destroy", "bin/hobo", "lib/hobo.rb", "lib/hobo/lifecycles/lifecycle.rb", "lib/hobo/lifecycles/actions.rb", "lib/hobo/lifecycles/creator.rb", "lib/hobo/lifecycles/transition.rb", "lib/hobo/lifecycles/state.rb", "lib/hobo/find_for.rb", "lib/hobo/lifecycles.rb", "lib/hobo/permissions.rb", "lib/hobo/include_in_save.rb", "lib/hobo/bundle.rb", "lib/hobo/generator.rb", "lib/hobo/model_controller.rb", "lib/hobo/scopes/apply_scopes.rb", "lib/hobo/scopes/named_scope_extensions.rb", "lib/hobo/scopes/automatic_scopes.rb", "lib/hobo/scopes/association_proxy_extensions.rb", "lib/hobo/permissions/associations.rb", "lib/hobo/view_hints.rb", "lib/hobo/tasks/rails.rb", "lib/hobo/hobo_helper.rb", "lib/hobo/user.rb", "lib/hobo/undefined_access_error.rb", "lib/hobo/user_controller.rb", "lib/hobo/undefined.rb", "lib/hobo/model.rb", "lib/hobo/authentication_support.rb", "lib/hobo/static_tags", "lib/hobo/scopes.rb", "lib/hobo/model_router.rb", "lib/hobo/accessible_associations.rb", "lib/hobo/dev_controller.rb", "lib/hobo/dryml/part_context.rb", "lib/hobo/dryml/template_handler.rb", "lib/hobo/dryml/dryml_doc.rb", "lib/hobo/dryml/dryml_builder.rb", "lib/hobo/dryml/taglib.rb", "lib/hobo/dryml/parser.rb", "lib/hobo/dryml/dryml_support_controller.rb", "lib/hobo/dryml/template.rb", "lib/hobo/dryml/template_environment.rb", "lib/hobo/dryml/scoped_variables.rb", "lib/hobo/dryml/dryml_generator.rb", "lib/hobo/dryml/parser/elements.rb", "lib/hobo/dryml/parser/element.rb", "lib/hobo/dryml/parser/attribute.rb", "lib/hobo/dryml/parser/source.rb", "lib/hobo/dryml/parser/base_parser.rb", "lib/hobo/dryml/parser/document.rb", "lib/hobo/dryml/parser/tree_parser.rb", "lib/hobo/dryml/parser/text.rb", "lib/hobo/dryml/tag_parameters.rb", "lib/hobo/dryml.rb", "lib/hobo/rapid_helper.rb", "lib/hobo/guest.rb", "lib/hobo/controller.rb", "lib/action_view_extensions/helpers/tag_helper.rb", "lib/active_record/association_reflection.rb", "lib/active_record/association_collection.rb", "lib/active_record/association_proxy.rb", "Manifest", "dryml_generators/rapid/forms.dryml.erb", "dryml_generators/rapid/cards.dryml.erb", "dryml_generators/rapid/pages.dryml.erb", "test/generators/test_generator_helper.rb", "test/generators/test_hobo_model_controller_generator.rb", "test/generators/test_helper.rb", "test/permissions/test_permissions.rb", "test/permissions/models/schema.rb", "test/permissions/models/models.rb", "taglibs/rapid_generics.dryml", "taglibs/rapid_editing.dryml", "taglibs/rapid_pages.dryml", "taglibs/rapid.dryml", "taglibs/rapid_plus.dryml", "taglibs/rapid_navigation.dryml", "taglibs/core.dryml", "taglibs/rapid_forms.dryml", "taglibs/rapid_lifecycles.dryml", "taglibs/rapid_user_pages.dryml", "taglibs/rapid_core.dryml", "taglibs/rapid_support.dryml", "taglibs/rapid_document_tags.dryml", "CHANGES.txt", "hobo.gemspec"]
16
16
  s.has_rdoc = true
17
17
  s.homepage = %q{http://hobocentral.net/}
18
18
  s.rdoc_options = ["--line-numbers", "--inline-source", "--title", "Hobo", "--main", "README"]
@@ -27,19 +27,19 @@ Gem::Specification.new do |s|
27
27
  s.specification_version = 2
28
28
 
29
29
  if Gem::Version.new(Gem::RubyGemsVersion) >= Gem::Version.new('1.2.0') then
30
- s.add_runtime_dependency(%q<hobosupport>, ["= 0.8.6"])
31
- s.add_runtime_dependency(%q<hobofields>, ["= 0.8.6"])
30
+ s.add_runtime_dependency(%q<hobosupport>, ["= 0.8.7"])
31
+ s.add_runtime_dependency(%q<hobofields>, ["= 0.8.7"])
32
32
  s.add_runtime_dependency(%q<rails>, [">= 2.2.2"])
33
33
  s.add_runtime_dependency(%q<mislav-will_paginate>, [">= 2.2.1"])
34
34
  else
35
- s.add_dependency(%q<hobosupport>, ["= 0.8.6"])
36
- s.add_dependency(%q<hobofields>, ["= 0.8.6"])
35
+ s.add_dependency(%q<hobosupport>, ["= 0.8.7"])
36
+ s.add_dependency(%q<hobofields>, ["= 0.8.7"])
37
37
  s.add_dependency(%q<rails>, [">= 2.2.2"])
38
38
  s.add_dependency(%q<mislav-will_paginate>, [">= 2.2.1"])
39
39
  end
40
40
  else
41
- s.add_dependency(%q<hobosupport>, ["= 0.8.6"])
42
- s.add_dependency(%q<hobofields>, ["= 0.8.6"])
41
+ s.add_dependency(%q<hobosupport>, ["= 0.8.7"])
42
+ s.add_dependency(%q<hobofields>, ["= 0.8.7"])
43
43
  s.add_dependency(%q<rails>, [">= 2.2.2"])
44
44
  s.add_dependency(%q<mislav-will_paginate>, [">= 2.2.1"])
45
45
  end
@@ -16,7 +16,7 @@ class HoboError < RuntimeError; end
16
16
 
17
17
  module Hobo
18
18
 
19
- VERSION = "0.8.6"
19
+ VERSION = "0.8.7"
20
20
 
21
21
  class PermissionDeniedError < RuntimeError; end
22
22
 
@@ -73,7 +73,7 @@ module ActionController
73
73
 
74
74
  text = call_dryml_tag(tag_name)
75
75
  if text
76
- return render_for_text text, status
76
+ return render_for_text(text, status)
77
77
  else
78
78
  template.raise_wrapped_exception
79
79
  end
@@ -86,7 +86,7 @@ module ActionController
86
86
 
87
87
  text = call_dryml_tag(tag_name)
88
88
  if text
89
- return render_for_text text, status
89
+ return render_for_text(text, status)
90
90
  else
91
91
  raise ex
92
92
  end
@@ -0,0 +1,2 @@
1
+ /* IE7/IE8.js - copyright 2004-2008, Dean Edwards */
2
+ (function(){if(!IE7.loaded)return;CLASSES=/\sie7_class\d+/g;IE7.CSS.extend({elements:{},handlers:[],reset:function(){this.removeEventHandlers();var a=this.elements;for(var b in a)a[b].runtimeStyle.cssText="";this.elements={};var a=IE7.Rule.elements;for(var b in a){with(a[b])className=className.replace(CLASSES,"")}IE7.Rule.elements={}},reload:function(){this.rules=[];this.getInlineStyles();this.screen.load();if(this.print)this.print.load();this.refresh();this.trash()},addRecalc:function(b,c,d,e){this.base(b,c,function(a){d(a);IE7.CSS.elements[a.uniqueID]=a},e)},recalc:function(){this.reset();this.base()},addEventHandler:function(a,b,c){a.attachEvent(b,c);this.handlers.push(arguments)},removeEventHandlers:function(){var a;while(a=this.handlers.pop()){a[0].detachEvent(a[1],a[2])}},getInlineStyles:function(){var a=document.getElementsByTagName("style"),b;for(var c=a.length-1;(b=a[c]);c--){if(!b.disabled&&!b.ie7){var d=b.cssText||b.innerHTML;this.styles.push(d);b.cssText=d}}},trash:function(){var a=document.styleSheets,b,c;for(c=0;c<a.length;c++){b=a[c];if(!b.ie7&&!b.cssText){b.cssText=b.cssText}}this.base()},getText:function(a){return a.cssText||this.base(a)}});IE7.CSS.addEventHandler(window,"onunload",function(){IE7.CSS.removeEventHandlers()});IE7.Rule.elements={};IE7.Rule.prototype.extend({add:function(a){this.base(a);IE7.Rule.elements[a.uniqueID]=a}});if(IE7.PseudoElement){IE7.PseudoElement.hash={};IE7.PseudoElement.prototype.extend({create:function(a){var b=this.selector+":"+a.uniqueID;if(!IE7.PseudoElement.hash[b]){IE7.PseudoElement.hash[b]=true;this.base(a)}}})}IE7.HTML.extend({elements:{},addRecalc:function(b,c){this.base(b,function(a){if(!this.elements[a.uniqueID]){c(a);this.elements[a.uniqueID]=a}})}});document.recalc=function(a){if(IE7.CSS.screen){if(a)IE7.CSS.reload();IE7.recalc()}}})();
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hobo
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.6
4
+ version: 0.8.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tom Locke
@@ -20,7 +20,7 @@ dependencies:
20
20
  requirements:
21
21
  - - "="
22
22
  - !ruby/object:Gem::Version
23
- version: 0.8.6
23
+ version: 0.8.7
24
24
  version:
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: hobofields
@@ -30,7 +30,7 @@ dependencies:
30
30
  requirements:
31
31
  - - "="
32
32
  - !ruby/object:Gem::Version
33
- version: 0.8.6
33
+ version: 0.8.7
34
34
  version:
35
35
  - !ruby/object:Gem::Dependency
36
36
  name: rails
@@ -59,223 +59,223 @@ executables:
59
59
  extensions: []
60
60
 
61
61
  extra_rdoc_files:
62
+ - LICENSE.txt
63
+ - README
64
+ - tasks/hobo_tasks.rake
65
+ - tasks/environments.rake
62
66
  - bin/hobo
63
- - lib/action_view_extensions/helpers/tag_helper.rb
64
- - lib/active_record/association_collection.rb
65
- - lib/active_record/association_proxy.rb
66
- - lib/active_record/association_reflection.rb
67
- - lib/hobo/accessible_associations.rb
68
- - lib/hobo/authentication_support.rb
69
- - lib/hobo/bundle.rb
70
- - lib/hobo/controller.rb
71
- - lib/hobo/dev_controller.rb
72
- - lib/hobo/dryml/dryml_builder.rb
73
- - lib/hobo/dryml/dryml_doc.rb
74
- - lib/hobo/dryml/dryml_generator.rb
75
- - lib/hobo/dryml/dryml_support_controller.rb
76
- - lib/hobo/dryml/parser/attribute.rb
77
- - lib/hobo/dryml/parser/base_parser.rb
78
- - lib/hobo/dryml/parser/document.rb
79
- - lib/hobo/dryml/parser/element.rb
80
- - lib/hobo/dryml/parser/elements.rb
81
- - lib/hobo/dryml/parser/source.rb
82
- - lib/hobo/dryml/parser/text.rb
83
- - lib/hobo/dryml/parser/tree_parser.rb
84
- - lib/hobo/dryml/parser.rb
85
- - lib/hobo/dryml/part_context.rb
86
- - lib/hobo/dryml/scoped_variables.rb
87
- - lib/hobo/dryml/tag_parameters.rb
88
- - lib/hobo/dryml/taglib.rb
89
- - lib/hobo/dryml/template.rb
90
- - lib/hobo/dryml/template_environment.rb
91
- - lib/hobo/dryml/template_handler.rb
92
- - lib/hobo/dryml.rb
93
- - lib/hobo/find_for.rb
94
- - lib/hobo/generator.rb
95
- - lib/hobo/guest.rb
96
- - lib/hobo/hobo_helper.rb
97
- - lib/hobo/include_in_save.rb
67
+ - lib/hobo.rb
68
+ - lib/hobo/lifecycles/lifecycle.rb
98
69
  - lib/hobo/lifecycles/actions.rb
99
70
  - lib/hobo/lifecycles/creator.rb
100
- - lib/hobo/lifecycles/lifecycle.rb
101
- - lib/hobo/lifecycles/state.rb
102
71
  - lib/hobo/lifecycles/transition.rb
72
+ - lib/hobo/lifecycles/state.rb
73
+ - lib/hobo/find_for.rb
103
74
  - lib/hobo/lifecycles.rb
104
- - lib/hobo/model.rb
105
- - lib/hobo/model_controller.rb
106
- - lib/hobo/model_router.rb
107
- - lib/hobo/permissions/associations.rb
108
75
  - lib/hobo/permissions.rb
109
- - lib/hobo/rapid_helper.rb
76
+ - lib/hobo/include_in_save.rb
77
+ - lib/hobo/bundle.rb
78
+ - lib/hobo/generator.rb
79
+ - lib/hobo/model_controller.rb
110
80
  - lib/hobo/scopes/apply_scopes.rb
111
- - lib/hobo/scopes/association_proxy_extensions.rb
112
- - lib/hobo/scopes/automatic_scopes.rb
113
81
  - lib/hobo/scopes/named_scope_extensions.rb
114
- - lib/hobo/scopes.rb
115
- - lib/hobo/static_tags
82
+ - lib/hobo/scopes/automatic_scopes.rb
83
+ - lib/hobo/scopes/association_proxy_extensions.rb
84
+ - lib/hobo/permissions/associations.rb
85
+ - lib/hobo/view_hints.rb
116
86
  - lib/hobo/tasks/rails.rb
117
- - lib/hobo/undefined.rb
118
- - lib/hobo/undefined_access_error.rb
87
+ - lib/hobo/hobo_helper.rb
119
88
  - lib/hobo/user.rb
89
+ - lib/hobo/undefined_access_error.rb
120
90
  - lib/hobo/user_controller.rb
121
- - lib/hobo/view_hints.rb
122
- - lib/hobo.rb
123
- - LICENSE.txt
124
- - README
125
- - tasks/environments.rake
126
- - tasks/hobo_tasks.rake
127
- files:
128
- - bin/hobo
129
- - CHANGES.txt
130
- - dryml_generators/rapid/cards.dryml.erb
131
- - dryml_generators/rapid/forms.dryml.erb
132
- - dryml_generators/rapid/pages.dryml.erb
133
- - init.rb
134
- - lib/action_view_extensions/helpers/tag_helper.rb
135
- - lib/active_record/association_collection.rb
136
- - lib/active_record/association_proxy.rb
137
- - lib/active_record/association_reflection.rb
138
- - lib/hobo/accessible_associations.rb
91
+ - lib/hobo/undefined.rb
92
+ - lib/hobo/model.rb
139
93
  - lib/hobo/authentication_support.rb
140
- - lib/hobo/bundle.rb
141
- - lib/hobo/controller.rb
94
+ - lib/hobo/static_tags
95
+ - lib/hobo/scopes.rb
96
+ - lib/hobo/model_router.rb
97
+ - lib/hobo/accessible_associations.rb
142
98
  - lib/hobo/dev_controller.rb
143
- - lib/hobo/dryml/dryml_builder.rb
99
+ - lib/hobo/dryml/part_context.rb
100
+ - lib/hobo/dryml/template_handler.rb
144
101
  - lib/hobo/dryml/dryml_doc.rb
145
- - lib/hobo/dryml/dryml_generator.rb
102
+ - lib/hobo/dryml/dryml_builder.rb
103
+ - lib/hobo/dryml/taglib.rb
104
+ - lib/hobo/dryml/parser.rb
146
105
  - lib/hobo/dryml/dryml_support_controller.rb
106
+ - lib/hobo/dryml/template.rb
107
+ - lib/hobo/dryml/template_environment.rb
108
+ - lib/hobo/dryml/scoped_variables.rb
109
+ - lib/hobo/dryml/dryml_generator.rb
110
+ - lib/hobo/dryml/parser/elements.rb
111
+ - lib/hobo/dryml/parser/element.rb
147
112
  - lib/hobo/dryml/parser/attribute.rb
113
+ - lib/hobo/dryml/parser/source.rb
148
114
  - lib/hobo/dryml/parser/base_parser.rb
149
115
  - lib/hobo/dryml/parser/document.rb
150
- - lib/hobo/dryml/parser/element.rb
151
- - lib/hobo/dryml/parser/elements.rb
152
- - lib/hobo/dryml/parser/source.rb
153
- - lib/hobo/dryml/parser/text.rb
154
116
  - lib/hobo/dryml/parser/tree_parser.rb
155
- - lib/hobo/dryml/parser.rb
156
- - lib/hobo/dryml/part_context.rb
157
- - lib/hobo/dryml/scoped_variables.rb
117
+ - lib/hobo/dryml/parser/text.rb
158
118
  - lib/hobo/dryml/tag_parameters.rb
159
- - lib/hobo/dryml/taglib.rb
160
- - lib/hobo/dryml/template.rb
161
- - lib/hobo/dryml/template_environment.rb
162
- - lib/hobo/dryml/template_handler.rb
163
119
  - lib/hobo/dryml.rb
164
- - lib/hobo/find_for.rb
165
- - lib/hobo/generator.rb
166
- - lib/hobo/guest.rb
167
- - lib/hobo/hobo_helper.rb
168
- - lib/hobo/include_in_save.rb
169
- - lib/hobo/lifecycles/actions.rb
170
- - lib/hobo/lifecycles/creator.rb
171
- - lib/hobo/lifecycles/lifecycle.rb
172
- - lib/hobo/lifecycles/state.rb
173
- - lib/hobo/lifecycles/transition.rb
174
- - lib/hobo/lifecycles.rb
175
- - lib/hobo/model.rb
176
- - lib/hobo/model_controller.rb
177
- - lib/hobo/model_router.rb
178
- - lib/hobo/permissions/associations.rb
179
- - lib/hobo/permissions.rb
180
120
  - lib/hobo/rapid_helper.rb
181
- - lib/hobo/scopes/apply_scopes.rb
182
- - lib/hobo/scopes/association_proxy_extensions.rb
183
- - lib/hobo/scopes/automatic_scopes.rb
184
- - lib/hobo/scopes/named_scope_extensions.rb
185
- - lib/hobo/scopes.rb
186
- - lib/hobo/static_tags
187
- - lib/hobo/tasks/rails.rb
188
- - lib/hobo/undefined.rb
189
- - lib/hobo/undefined_access_error.rb
190
- - lib/hobo/user.rb
191
- - lib/hobo/user_controller.rb
192
- - lib/hobo/view_hints.rb
193
- - lib/hobo.rb
121
+ - lib/hobo/guest.rb
122
+ - lib/hobo/controller.rb
123
+ - lib/action_view_extensions/helpers/tag_helper.rb
124
+ - lib/active_record/association_reflection.rb
125
+ - lib/active_record/association_collection.rb
126
+ - lib/active_record/association_proxy.rb
127
+ files:
194
128
  - LICENSE.txt
195
- - Manifest
196
- - rails_generators/hobo/hobo_generator.rb
197
- - rails_generators/hobo/templates/application.css
198
- - rails_generators/hobo/templates/application.dryml
199
- - rails_generators/hobo/templates/dryml-support.js
200
- - rails_generators/hobo/templates/guest.rb
201
- - rails_generators/hobo/templates/initializer.rb
202
- - rails_generators/hobo_front_controller/hobo_front_controller_generator.rb
203
- - rails_generators/hobo_front_controller/templates/controller.rb
204
- - rails_generators/hobo_front_controller/templates/functional_test.rb
205
- - rails_generators/hobo_front_controller/templates/helper.rb
206
- - rails_generators/hobo_front_controller/templates/index.dryml
207
- - rails_generators/hobo_front_controller/USAGE
129
+ - README
130
+ - rails_generators/hobo_model_controller/hobo_model_controller_generator.rb
131
+ - rails_generators/hobo_model_controller/USAGE
132
+ - rails_generators/hobo_model_controller/templates/functional_test.rb
133
+ - rails_generators/hobo_model_controller/templates/helper.rb
134
+ - rails_generators/hobo_model_controller/templates/controller.rb
135
+ - rails_generators/hobo_user_model/USAGE
136
+ - rails_generators/hobo_user_model/templates/forgot_password.erb
137
+ - rails_generators/hobo_user_model/templates/fixtures.yml
138
+ - rails_generators/hobo_user_model/templates/model.rb
139
+ - rails_generators/hobo_user_model/templates/mailer.rb
140
+ - rails_generators/hobo_user_model/templates/unit_test.rb
141
+ - rails_generators/hobo_user_model/hobo_user_model_generator.rb
208
142
  - rails_generators/hobo_model/hobo_model_generator.rb
143
+ - rails_generators/hobo_model/USAGE
209
144
  - rails_generators/hobo_model/templates/fixtures.yml
210
- - rails_generators/hobo_model/templates/hints.rb
211
145
  - rails_generators/hobo_model/templates/model.rb
146
+ - rails_generators/hobo_model/templates/hints.rb
212
147
  - rails_generators/hobo_model/templates/unit_test.rb
213
- - rails_generators/hobo_model/USAGE
214
- - rails_generators/hobo_model_controller/hobo_model_controller_generator.rb
215
- - rails_generators/hobo_model_controller/templates/controller.rb
216
- - rails_generators/hobo_model_controller/templates/functional_test.rb
217
- - rails_generators/hobo_model_controller/templates/helper.rb
218
- - rails_generators/hobo_model_controller/USAGE
219
- - rails_generators/hobo_model_resource/hobo_model_resource_generator.rb
220
- - rails_generators/hobo_model_resource/templates/controller.rb
221
- - rails_generators/hobo_model_resource/templates/functional_test.rb
222
- - rails_generators/hobo_model_resource/templates/helper.rb
148
+ - rails_generators/hobo_subsite/hobo_subsite_generator.rb
149
+ - rails_generators/hobo_subsite/templates/site_taglib.dryml
150
+ - rails_generators/hobo_subsite/templates/application.dryml
151
+ - rails_generators/hobo_subsite/templates/controller.rb
223
152
  - rails_generators/hobo_rapid/hobo_rapid_generator.rb
224
153
  - rails_generators/hobo_rapid/templates/blank.gif
225
- - rails_generators/hobo_rapid/templates/hobo-rapid.css
226
- - rails_generators/hobo_rapid/templates/hobo-rapid.js
227
- - rails_generators/hobo_rapid/templates/IE7.js
228
- - rails_generators/hobo_rapid/templates/lowpro.js
154
+ - rails_generators/hobo_rapid/templates/ie7-recalc.js
229
155
  - rails_generators/hobo_rapid/templates/reset.css
230
- - rails_generators/hobo_rapid/templates/themes/clean/public/images/fieldbg.gif
231
- - rails_generators/hobo_rapid/templates/themes/clean/public/images/pencil.png
232
- - rails_generators/hobo_rapid/templates/themes/clean/public/images/small_close.png
233
- - rails_generators/hobo_rapid/templates/themes/clean/public/images/spinner.gif
156
+ - rails_generators/hobo_rapid/templates/hobo-rapid.css
157
+ - rails_generators/hobo_rapid/templates/themes/clean/views/clean.dryml
234
158
  - rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/clean.css
235
159
  - rails_generators/hobo_rapid/templates/themes/clean/public/stylesheets/rapid-ui.css
236
- - rails_generators/hobo_rapid/templates/themes/clean/views/clean.dryml
237
- - rails_generators/hobo_subsite/hobo_subsite_generator.rb
238
- - rails_generators/hobo_subsite/templates/application.dryml
239
- - rails_generators/hobo_subsite/templates/controller.rb
240
- - rails_generators/hobo_subsite/templates/site_taglib.dryml
160
+ - rails_generators/hobo_rapid/templates/themes/clean/public/images/fieldbg.gif
161
+ - rails_generators/hobo_rapid/templates/themes/clean/public/images/spinner.gif
162
+ - rails_generators/hobo_rapid/templates/themes/clean/public/images/small_close.png
163
+ - rails_generators/hobo_rapid/templates/themes/clean/public/images/pencil.png
164
+ - rails_generators/hobo_rapid/templates/IE7.js
165
+ - rails_generators/hobo_rapid/templates/hobo-rapid.js
166
+ - rails_generators/hobo_rapid/templates/lowpro.js
167
+ - rails_generators/hobo/hobo_generator.rb
168
+ - rails_generators/hobo/templates/application.css
169
+ - rails_generators/hobo/templates/initializer.rb
170
+ - rails_generators/hobo/templates/dryml-support.js
171
+ - rails_generators/hobo/templates/application.dryml
172
+ - rails_generators/hobo/templates/guest.rb
173
+ - rails_generators/hobo_model_resource/templates/functional_test.rb
174
+ - rails_generators/hobo_model_resource/templates/helper.rb
175
+ - rails_generators/hobo_model_resource/templates/controller.rb
176
+ - rails_generators/hobo_model_resource/hobo_model_resource_generator.rb
177
+ - rails_generators/hobo_front_controller/hobo_front_controller_generator.rb
178
+ - rails_generators/hobo_front_controller/USAGE
179
+ - rails_generators/hobo_front_controller/templates/index.dryml
180
+ - rails_generators/hobo_front_controller/templates/functional_test.rb
181
+ - rails_generators/hobo_front_controller/templates/helper.rb
182
+ - rails_generators/hobo_front_controller/templates/controller.rb
241
183
  - rails_generators/hobo_user_controller/hobo_user_controller_generator.rb
242
- - rails_generators/hobo_user_controller/templates/controller.rb
184
+ - rails_generators/hobo_user_controller/USAGE
243
185
  - rails_generators/hobo_user_controller/templates/functional_test.rb
244
186
  - rails_generators/hobo_user_controller/templates/helper.rb
245
- - rails_generators/hobo_user_controller/USAGE
246
- - rails_generators/hobo_user_model/hobo_user_model_generator.rb
247
- - rails_generators/hobo_user_model/templates/fixtures.yml
248
- - rails_generators/hobo_user_model/templates/forgot_password.erb
249
- - rails_generators/hobo_user_model/templates/mailer.rb
250
- - rails_generators/hobo_user_model/templates/model.rb
251
- - rails_generators/hobo_user_model/templates/unit_test.rb
252
- - rails_generators/hobo_user_model/USAGE
187
+ - rails_generators/hobo_user_controller/templates/controller.rb
188
+ - tasks/hobo_tasks.rake
189
+ - tasks/environments.rake
253
190
  - Rakefile
254
- - README
255
- - script/destroy
191
+ - init.rb
256
192
  - script/generate
257
- - taglibs/core.dryml
258
- - taglibs/rapid.dryml
259
- - taglibs/rapid_core.dryml
260
- - taglibs/rapid_document_tags.dryml
261
- - taglibs/rapid_editing.dryml
262
- - taglibs/rapid_forms.dryml
193
+ - script/destroy
194
+ - bin/hobo
195
+ - lib/hobo.rb
196
+ - lib/hobo/lifecycles/lifecycle.rb
197
+ - lib/hobo/lifecycles/actions.rb
198
+ - lib/hobo/lifecycles/creator.rb
199
+ - lib/hobo/lifecycles/transition.rb
200
+ - lib/hobo/lifecycles/state.rb
201
+ - lib/hobo/find_for.rb
202
+ - lib/hobo/lifecycles.rb
203
+ - lib/hobo/permissions.rb
204
+ - lib/hobo/include_in_save.rb
205
+ - lib/hobo/bundle.rb
206
+ - lib/hobo/generator.rb
207
+ - lib/hobo/model_controller.rb
208
+ - lib/hobo/scopes/apply_scopes.rb
209
+ - lib/hobo/scopes/named_scope_extensions.rb
210
+ - lib/hobo/scopes/automatic_scopes.rb
211
+ - lib/hobo/scopes/association_proxy_extensions.rb
212
+ - lib/hobo/permissions/associations.rb
213
+ - lib/hobo/view_hints.rb
214
+ - lib/hobo/tasks/rails.rb
215
+ - lib/hobo/hobo_helper.rb
216
+ - lib/hobo/user.rb
217
+ - lib/hobo/undefined_access_error.rb
218
+ - lib/hobo/user_controller.rb
219
+ - lib/hobo/undefined.rb
220
+ - lib/hobo/model.rb
221
+ - lib/hobo/authentication_support.rb
222
+ - lib/hobo/static_tags
223
+ - lib/hobo/scopes.rb
224
+ - lib/hobo/model_router.rb
225
+ - lib/hobo/accessible_associations.rb
226
+ - lib/hobo/dev_controller.rb
227
+ - lib/hobo/dryml/part_context.rb
228
+ - lib/hobo/dryml/template_handler.rb
229
+ - lib/hobo/dryml/dryml_doc.rb
230
+ - lib/hobo/dryml/dryml_builder.rb
231
+ - lib/hobo/dryml/taglib.rb
232
+ - lib/hobo/dryml/parser.rb
233
+ - lib/hobo/dryml/dryml_support_controller.rb
234
+ - lib/hobo/dryml/template.rb
235
+ - lib/hobo/dryml/template_environment.rb
236
+ - lib/hobo/dryml/scoped_variables.rb
237
+ - lib/hobo/dryml/dryml_generator.rb
238
+ - lib/hobo/dryml/parser/elements.rb
239
+ - lib/hobo/dryml/parser/element.rb
240
+ - lib/hobo/dryml/parser/attribute.rb
241
+ - lib/hobo/dryml/parser/source.rb
242
+ - lib/hobo/dryml/parser/base_parser.rb
243
+ - lib/hobo/dryml/parser/document.rb
244
+ - lib/hobo/dryml/parser/tree_parser.rb
245
+ - lib/hobo/dryml/parser/text.rb
246
+ - lib/hobo/dryml/tag_parameters.rb
247
+ - lib/hobo/dryml.rb
248
+ - lib/hobo/rapid_helper.rb
249
+ - lib/hobo/guest.rb
250
+ - lib/hobo/controller.rb
251
+ - lib/action_view_extensions/helpers/tag_helper.rb
252
+ - lib/active_record/association_reflection.rb
253
+ - lib/active_record/association_collection.rb
254
+ - lib/active_record/association_proxy.rb
255
+ - Manifest
256
+ - dryml_generators/rapid/forms.dryml.erb
257
+ - dryml_generators/rapid/cards.dryml.erb
258
+ - dryml_generators/rapid/pages.dryml.erb
259
+ - test/generators/test_generator_helper.rb
260
+ - test/generators/test_hobo_model_controller_generator.rb
261
+ - test/generators/test_helper.rb
262
+ - test/permissions/test_permissions.rb
263
+ - test/permissions/models/schema.rb
264
+ - test/permissions/models/models.rb
263
265
  - taglibs/rapid_generics.dryml
264
- - taglibs/rapid_lifecycles.dryml
265
- - taglibs/rapid_navigation.dryml
266
+ - taglibs/rapid_editing.dryml
266
267
  - taglibs/rapid_pages.dryml
268
+ - taglibs/rapid.dryml
267
269
  - taglibs/rapid_plus.dryml
268
- - taglibs/rapid_support.dryml
270
+ - taglibs/rapid_navigation.dryml
271
+ - taglibs/core.dryml
272
+ - taglibs/rapid_forms.dryml
273
+ - taglibs/rapid_lifecycles.dryml
269
274
  - taglibs/rapid_user_pages.dryml
270
- - tasks/environments.rake
271
- - tasks/hobo_tasks.rake
272
- - test/generators/test_generator_helper.rb
273
- - test/generators/test_helper.rb
274
- - test/generators/test_hobo_model_controller_generator.rb
275
- - test/permissions/models/models.rb
276
- - test/permissions/models/schema.rb
277
- - test/permissions/models/test.sqlite3
278
- - test/permissions/test_permissions.rb
275
+ - taglibs/rapid_core.dryml
276
+ - taglibs/rapid_support.dryml
277
+ - taglibs/rapid_document_tags.dryml
278
+ - CHANGES.txt
279
279
  - hobo.gemspec
280
280
  has_rdoc: true
281
281
  homepage: http://hobocentral.net/