hobo 1.1.0 → 1.3.0.RC
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGES.txt +238 -287
- data/Rakefile +14 -31
- data/VERSION +1 -0
- data/{lib/hobo → app/controllers}/dev_controller.rb +6 -6
- data/app/controllers/dryml_support_controller.rb +13 -0
- data/{rails_generators/hobo_front_controller/templates → app/views/dev}/summary.dryml +7 -10
- data/bin/hobo +12 -144
- data/config/initializers/inflections.rb +3 -0
- data/config/routes.rb +6 -0
- data/{doctest → doctests}/hobo/lifecycles.rdoctest +40 -59
- data/{doctest → doctests/hobo}/model.rdoctest +33 -40
- data/{doctest → doctests/hobo}/multi_model_forms.rdoctest +15 -19
- data/{doctest → doctests/hobo}/scopes.rdoctest +27 -41
- data/doctests/prepare_testapp.rb +8 -0
- data/hobo.gemspec +26 -199
- data/lib/generators/hobo/activation_email.rb +11 -0
- data/lib/generators/hobo/admin_subsite/admin_subsite_generator.rb +35 -0
- data/lib/generators/hobo/admin_subsite/templates/admin.css +20 -0
- data/lib/generators/hobo/admin_subsite/templates/admin_tag_injection.erb +10 -0
- data/{rails_generators/hobo_admin_site → lib/generators/hobo/admin_subsite}/templates/application.dryml +0 -0
- data/{rails_generators/hobo_admin_site/templates/controller.rb → lib/generators/hobo/admin_subsite/templates/controller.rb.erb} +5 -5
- data/lib/generators/hobo/admin_subsite/templates/users_index.dryml +7 -0
- data/lib/generators/hobo/assets/assets_generator.rb +18 -0
- data/{rails_generators/hobo → lib/generators/hobo/assets}/templates/application.css +0 -0
- data/lib/generators/hobo/assets/templates/application.dryml.erb +9 -0
- data/{rails_generators/hobo → lib/generators/hobo/assets}/templates/dryml-support.js +2 -2
- data/lib/generators/hobo/assets/templates/dryml_taglibs_initializer.rb +1 -0
- data/lib/generators/hobo/assets/templates/en_injection.yml +19 -0
- data/{rails_generators/hobo → lib/generators/hobo/assets}/templates/guest.rb +1 -1
- data/lib/generators/hobo/controller.rb +35 -0
- data/lib/generators/hobo/controller/controller_generator.rb +6 -0
- data/lib/generators/hobo/controller/templates/controller.rb.erb +7 -0
- data/{rails_generators/hobo_front_controller → lib/generators/hobo/front_controller}/USAGE +0 -0
- data/lib/generators/hobo/front_controller/front_controller_generator.rb +55 -0
- data/{rails_generators/hobo_front_controller/templates/controller.rb → lib/generators/hobo/front_controller/templates/controller.rb.erb} +0 -0
- data/{rails_generators/hobo_front_controller → lib/generators/hobo/front_controller}/templates/index.dryml +6 -12
- data/lib/generators/hobo/i18n/i18n_generator.rb +35 -0
- data/lib/generators/hobo/i18n/templates/app.de.yml +30 -0
- data/lib/generators/hobo/i18n/templates/app.en.yml +25 -0
- data/lib/generators/hobo/i18n/templates/app.es.yml +31 -0
- data/lib/generators/hobo/i18n/templates/app.fr.yml +26 -0
- data/lib/generators/hobo/i18n/templates/app.it.yml +28 -0
- data/lib/generators/hobo/i18n/templates/app.pt-PT.yml +25 -0
- data/lib/generators/hobo/i18n/templates/app.ru.yml +24 -0
- data/lib/generators/hobo/i18n/templates/hobo.de.yml +204 -0
- data/lib/generators/hobo/i18n/templates/hobo.en.yml +195 -0
- data/lib/generators/hobo/i18n/templates/hobo.es.yml +202 -0
- data/lib/generators/hobo/i18n/templates/hobo.fr.yml +195 -0
- data/lib/generators/hobo/i18n/templates/hobo.it.yml +202 -0
- data/lib/generators/hobo/i18n/templates/hobo.pt-PT.yml +196 -0
- data/lib/generators/hobo/i18n/templates/hobo.ru.yml +200 -0
- data/lib/generators/hobo/invite_only.rb +18 -0
- data/lib/generators/hobo/model/USAGE +19 -0
- data/lib/generators/hobo/model/model_generator.rb +11 -0
- data/{rails_generators/hobo_model/templates/model.rb → lib/generators/hobo/model/templates/model_injection.rb.erb} +0 -2
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/USAGE +0 -0
- data/lib/generators/hobo/rapid/rapid_generator.rb +24 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/IE7.js +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/blank.gif +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/hobo-rapid.css +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/hobo-rapid.js +65 -65
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/ie7-recalc.js +21 -21
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/lowpro.js +31 -31
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/reset.css +1 -1
- data/lib/generators/hobo/rapid/templates/themes/clean-sidemenu/public/images/100-ACD3E6-DBE1E5-H.png +0 -0
- data/lib/generators/hobo/rapid/templates/themes/clean-sidemenu/public/images/100-DBE1E5-FCFEF5-H.png +0 -0
- data/lib/generators/hobo/rapid/templates/themes/clean-sidemenu/public/images/300-3B5F87-ACD3E6-H.png +0 -0
- data/{rails_generators/hobo_rapid/templates/themes/clean → lib/generators/hobo/rapid/templates/themes/clean-sidemenu}/public/images/spinner.gif +0 -0
- data/lib/generators/hobo/rapid/templates/themes/clean-sidemenu/public/stylesheets/clean-sidemenu.css +81 -0
- data/lib/generators/hobo/rapid/templates/themes/clean-sidemenu/views/clean-sidemenu.dryml +30 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/public/images/101-3B5F87-ACD3E6.png +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/public/images/30-3E547A-242E42.png +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/public/images/30-DBE1E5-FCFEF5.png +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/public/images/300-ACD3E6-fff.png +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/public/images/50-ACD3E6-fff.png +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/public/images/fieldbg.gif +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/public/images/pencil.png +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/public/images/small_close.png +0 -0
- data/lib/generators/hobo/rapid/templates/themes/clean/public/images/spinner.gif +0 -0
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/public/stylesheets/clean.css +16 -16
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/public/stylesheets/rapid-ui.css +3 -3
- data/{rails_generators/hobo_rapid → lib/generators/hobo/rapid}/templates/themes/clean/views/clean.dryml +1 -1
- data/lib/generators/hobo/resource/resource_generator.rb +23 -0
- data/lib/generators/hobo/routes/USAGE +9 -0
- data/lib/generators/hobo/routes/router.rb +115 -0
- data/lib/generators/hobo/routes/routes_generator.rb +40 -0
- data/lib/generators/hobo/routes/templates/hobo_routes.rb.erb +33 -0
- data/lib/generators/hobo/setup_wizard/USAGE +4 -0
- data/lib/generators/hobo/setup_wizard/setup_wizard_generator.rb +274 -0
- data/lib/generators/hobo/subsite.rb +48 -0
- data/lib/generators/hobo/subsite/subsite_generator.rb +16 -0
- data/{rails_generators/hobo_subsite → lib/generators/hobo/subsite}/templates/application.dryml +0 -0
- data/{rails_generators/hobo_subsite/templates/controller.rb → lib/generators/hobo/subsite/templates/controller.rb.erb} +1 -1
- data/lib/generators/hobo/subsite_taglib/subsite_taglib_generator.rb +16 -0
- data/{rails_generators/hobo_admin_site/templates/site_taglib.dryml → lib/generators/hobo/subsite_taglib/templates/taglib.dryml.erb} +9 -10
- data/lib/generators/hobo/taglib.rb +12 -0
- data/lib/generators/hobo/test_framework/test_framework_generator.rb +72 -0
- data/lib/generators/hobo/test_options.rb +19 -0
- data/{rails_generators/hobo_user_controller → lib/generators/hobo/user_controller}/templates/accept_invitation.dryml +0 -0
- data/lib/generators/hobo/user_controller/templates/controller.rb.erb +31 -0
- data/lib/generators/hobo/user_controller/user_controller_generator.rb +25 -0
- data/lib/generators/hobo/user_mailer/templates/activation.erb +9 -0
- data/{rails_generators/hobo_user_model → lib/generators/hobo/user_mailer}/templates/forgot_password.erb +2 -2
- data/{rails_generators/hobo_user_model → lib/generators/hobo/user_mailer}/templates/invite.erb +2 -2
- data/lib/generators/hobo/user_mailer/templates/mailer.rb.erb +25 -0
- data/lib/generators/hobo/user_mailer/user_mailer_generator.rb +33 -0
- data/lib/generators/hobo/user_model/USAGE +12 -0
- data/{rails_generators/hobo_user_model/templates/model.rb → lib/generators/hobo/user_model/templates/model_injection.rb.erb} +40 -20
- data/lib/generators/hobo/user_model/user_model_generator.rb +23 -0
- data/lib/generators/hobo/user_resource/user_resource_generator.rb +27 -0
- data/lib/hobo.rb +29 -129
- data/lib/hobo/controller.rb +37 -47
- data/lib/hobo/controller/authentication_support.rb +109 -0
- data/lib/hobo/{model_controller.rb → controller/model.rb} +71 -79
- data/lib/hobo/{user_controller.rb → controller/user.rb} +59 -49
- data/lib/hobo/engine.rb +80 -0
- data/lib/hobo/extensions/action_controller/hobo_methods.rb +44 -0
- data/lib/hobo/extensions/action_mailer/helper.rb +38 -0
- data/lib/{action_view_extensions/helpers → hobo/extensions/action_view}/tag_helper.rb +5 -2
- data/lib/hobo/extensions/action_view/translation_helper.rb +25 -0
- data/lib/hobo/extensions/active_model/name.rb +16 -0
- data/lib/hobo/extensions/active_model/translation.rb +35 -0
- data/lib/{active_record/association_collection.rb → hobo/extensions/active_record/associations/collection.rb} +8 -17
- data/lib/{active_record/association_proxy.rb → hobo/extensions/active_record/associations/proxy.rb} +6 -7
- data/lib/hobo/extensions/active_record/associations/reflection.rb +23 -0
- data/lib/hobo/extensions/active_record/associations/scope.rb +35 -0
- data/lib/hobo/extensions/active_record/hobo_methods.rb +11 -0
- data/lib/hobo/extensions/active_record/permissions.rb +159 -0
- data/lib/hobo/extensions/active_record/relation_with_origin.rb +28 -0
- data/lib/hobo/extensions/array.rb +27 -0
- data/lib/hobo/extensions/enumerable.rb +12 -0
- data/lib/hobo/extensions/i18n.rb +17 -0
- data/lib/hobo/{hobo_helper.rb → helper.rb} +58 -31
- data/lib/hobo/helper/translations.rb +54 -0
- data/lib/hobo/helper/translations/normalizer.rb +39 -0
- data/lib/hobo/model.rb +61 -95
- data/lib/hobo/model/accessible_associations.rb +178 -0
- data/lib/hobo/{find_for.rb → model/find_for.rb} +17 -17
- data/lib/hobo/model/guest.rb +25 -0
- data/lib/hobo/model/include_in_save.rb +55 -0
- data/lib/hobo/model/lifecycles.rb +119 -0
- data/lib/hobo/model/lifecycles/actions.rb +146 -0
- data/lib/hobo/model/lifecycles/creator.rb +74 -0
- data/lib/hobo/model/lifecycles/lifecycle.rb +243 -0
- data/lib/hobo/model/lifecycles/state.rb +22 -0
- data/lib/hobo/model/lifecycles/transition.rb +70 -0
- data/lib/hobo/model/permissions.rb +448 -0
- data/lib/hobo/model/scopes.rb +38 -0
- data/lib/hobo/model/scopes/apply_scopes.rb +21 -0
- data/lib/hobo/model/scopes/automatic_scopes.rb +428 -0
- data/lib/hobo/model/user_base.rb +184 -0
- data/lib/hobo/model/view_hints.rb +123 -0
- data/{rapid_generators → lib/hobo/rapid/generators}/rapid/cards.dryml.erb +2 -2
- data/{rapid_generators → lib/hobo/rapid/generators}/rapid/forms.dryml.erb +3 -3
- data/{rapid_generators → lib/hobo/rapid/generators}/rapid/pages.dryml.erb +38 -51
- data/lib/hobo/rapid/helper.rb +166 -0
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid.dryml +6 -5
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_core.dryml +286 -118
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_document_tags.dryml +2 -2
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_editing.dryml +45 -45
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_forms.dryml +190 -158
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_generics.dryml +12 -9
- data/lib/hobo/rapid/taglibs/rapid_i18n.dryml +107 -0
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_lifecycles.dryml +7 -7
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_navigation.dryml +15 -15
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_pages.dryml +37 -36
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_plus.dryml +107 -43
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_summary.dryml +28 -57
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_support.dryml +9 -9
- data/{taglibs → lib/hobo/rapid/taglibs}/rapid_user_pages.dryml +41 -40
- data/lib/hobo/routes.rb +31 -0
- data/{doctest → test/doctest}/hobo/hobo_helper.rdoctest +11 -11
- data/test/irt/generators/admin_subsite.irt +27 -0
- data/test/irt/generators/assets.irt +16 -0
- data/test/irt/generators/controller.irt +6 -0
- data/test/irt/generators/front_controller.irt +30 -0
- data/test/irt/generators/helper.rb +31 -0
- data/test/irt/generators/model.irt +28 -0
- data/test/irt/generators/partials/_account_user_model_tests.rb +21 -0
- data/test/irt/generators/partials/_accounts_users_controller_tests.rb +15 -0
- data/test/irt/generators/partials/_default_user_model_tests.rb +21 -0
- data/test/irt/generators/partials/_default_users_controller_tests.rb +16 -0
- data/test/irt/generators/partials/_house_controller_tests.rb +15 -0
- data/test/irt/generators/partials/_house_model_tests.rb +18 -0
- data/test/irt/generators/partials/_subsite_taglib_admin.rb +4 -0
- data/test/irt/generators/partials/_subsite_taglib_admin_invite_only.rb +3 -0
- data/test/irt/generators/partials/_subsite_taglib_noopt.rb +4 -0
- data/test/irt/generators/partials/_subsite_taglib_variables.rb +27 -0
- data/test/irt/generators/partials/_user_mailer_tests.rb +19 -0
- data/test/irt/generators/rapid.irt +29 -0
- data/test/irt/generators/resource.irt +8 -0
- data/test/irt/generators/subsite.irt +52 -0
- data/test/irt/generators/subsite_taglib.irt +23 -0
- data/test/irt/generators/test_framework.irt +62 -0
- data/test/irt/generators/user_controller.irt +10 -0
- data/test/irt/generators/user_mailer.irt +20 -0
- data/test/irt/generators/user_model.irt +10 -0
- data/test/irt/generators/user_resource.irt +14 -0
- data/test/irt/readme.txt +7 -0
- data/test/permissions/models/models.rb +27 -24
- data/test/permissions/test_permissions.rb +104 -104
- metadata +239 -217
- data/lib/active_record/association_reflection.rb +0 -20
- data/lib/active_record/viewhints_validations_interceptor.rb +0 -9
- data/lib/hobo/accessible_associations.rb +0 -183
- data/lib/hobo/authentication_support.rb +0 -131
- data/lib/hobo/generator.rb +0 -26
- data/lib/hobo/guest.rb +0 -25
- data/lib/hobo/include_in_save.rb +0 -55
- data/lib/hobo/lifecycles.rb +0 -137
- data/lib/hobo/lifecycles/actions.rb +0 -142
- data/lib/hobo/lifecycles/creator.rb +0 -72
- data/lib/hobo/lifecycles/lifecycle.rb +0 -249
- data/lib/hobo/lifecycles/state.rb +0 -22
- data/lib/hobo/lifecycles/transition.rb +0 -70
- data/lib/hobo/model_router.rb +0 -290
- data/lib/hobo/permissions.rb +0 -451
- data/lib/hobo/permissions/associations.rb +0 -175
- data/lib/hobo/rapid_helper.rb +0 -157
- data/lib/hobo/scopes.rb +0 -43
- data/lib/hobo/scopes/apply_scopes.rb +0 -23
- data/lib/hobo/scopes/association_proxy_extensions.rb +0 -62
- data/lib/hobo/scopes/automatic_scopes.rb +0 -421
- data/lib/hobo/scopes/named_scope_extensions.rb +0 -39
- data/lib/hobo/tasks/rails.rb +0 -4
- data/lib/hobo/translations.rb +0 -93
- data/lib/hobo/undefined_access_error.rb +0 -5
- data/lib/hobo/user.rb +0 -182
- data/lib/hobo/view_hints.rb +0 -115
- data/rails/init.rb +0 -10
- data/rails_generators/hobo/USAGE +0 -4
- data/rails_generators/hobo/hobo_generator.rb +0 -53
- data/rails_generators/hobo/templates/application.dryml +0 -1
- data/rails_generators/hobo/templates/initializer.rb +0 -2
- data/rails_generators/hobo_admin_site/USAGE +0 -16
- data/rails_generators/hobo_admin_site/hobo_admin_site_generator.rb +0 -45
- data/rails_generators/hobo_admin_site/templates/admin.css +0 -2
- data/rails_generators/hobo_admin_site/templates/users_index.dryml +0 -5
- data/rails_generators/hobo_front_controller/hobo_front_controller_generator.rb +0 -95
- data/rails_generators/hobo_front_controller/templates/functional_test.rb +0 -8
- data/rails_generators/hobo_front_controller/templates/helper.rb +0 -2
- data/rails_generators/hobo_model/USAGE +0 -25
- data/rails_generators/hobo_model/hobo_model_generator.rb +0 -43
- data/rails_generators/hobo_model/templates/fixtures.yml +0 -6
- data/rails_generators/hobo_model/templates/hints.rb +0 -7
- data/rails_generators/hobo_model/templates/unit_test.rb +0 -8
- data/rails_generators/hobo_model_controller/USAGE +0 -30
- data/rails_generators/hobo_model_controller/hobo_model_controller_generator.rb +0 -46
- data/rails_generators/hobo_model_controller/templates/controller.rb +0 -7
- data/rails_generators/hobo_model_controller/templates/functional_test.rb +0 -8
- data/rails_generators/hobo_model_controller/templates/helper.rb +0 -2
- data/rails_generators/hobo_model_resource/USAGE +0 -38
- data/rails_generators/hobo_model_resource/hobo_model_resource_generator.rb +0 -73
- data/rails_generators/hobo_model_resource/templates/controller.rb +0 -7
- data/rails_generators/hobo_model_resource/templates/functional_test.rb +0 -8
- data/rails_generators/hobo_model_resource/templates/helper.rb +0 -2
- data/rails_generators/hobo_rapid/hobo_rapid_generator.rb +0 -94
- data/rails_generators/hobo_subsite/USAGE +0 -16
- data/rails_generators/hobo_subsite/hobo_subsite_generator.rb +0 -73
- data/rails_generators/hobo_subsite/templates/site_taglib.dryml +0 -13
- data/rails_generators/hobo_user_controller/USAGE +0 -34
- data/rails_generators/hobo_user_controller/hobo_user_controller_generator.rb +0 -65
- data/rails_generators/hobo_user_controller/templates/controller.rb +0 -29
- data/rails_generators/hobo_user_controller/templates/functional_test.rb +0 -8
- data/rails_generators/hobo_user_controller/templates/helper.rb +0 -2
- data/rails_generators/hobo_user_model/USAGE +0 -16
- data/rails_generators/hobo_user_model/hobo_user_model_generator.rb +0 -46
- data/rails_generators/hobo_user_model/templates/fixtures.yml +0 -19
- data/rails_generators/hobo_user_model/templates/mailer.rb +0 -29
- data/rails_generators/hobo_user_model/templates/unit_test.rb +0 -8
- data/script/destroy +0 -14
- data/script/generate +0 -14
- data/taglibs/rapid_translations.dryml +0 -36
- data/tasks/environments.rake +0 -19
- data/tasks/hobo_tasks.rake +0 -58
- data/test/generators/test_generator_helper.rb +0 -29
- data/test/generators/test_helper.rb +0 -1
- data/test/generators/test_hobo_model_controller_generator.rb +0 -56
@@ -0,0 +1,178 @@
|
|
1
|
+
module Hobo
|
2
|
+
module Model
|
3
|
+
module AccessibleAssociations
|
4
|
+
|
5
|
+
extend self
|
6
|
+
|
7
|
+
def prepare_has_many_assignment(association, association_name, array_or_hash)
|
8
|
+
owner = association.proxy_owner
|
9
|
+
|
10
|
+
array = params_hash_to_array(array_or_hash)
|
11
|
+
array.map! do |record_hash_or_string|
|
12
|
+
finder = association.member_class.scoped :conditions => association.send(:conditions)
|
13
|
+
find_or_create_and_update(owner, association_name, finder, record_hash_or_string) do |id|
|
14
|
+
# The block is required to either locate find an existing record in the collection, or build a new one
|
15
|
+
if id
|
16
|
+
# TODO: We don't really want to find these one by one
|
17
|
+
association.find(id)
|
18
|
+
else
|
19
|
+
association.build
|
20
|
+
end
|
21
|
+
end
|
22
|
+
end
|
23
|
+
array.compact
|
24
|
+
end
|
25
|
+
|
26
|
+
|
27
|
+
def find_or_create_and_update(owner, association_name, finder, record_hash_or_string)
|
28
|
+
if record_hash_or_string.is_a?(String)
|
29
|
+
return nil if record_hash_or_string.blank?
|
30
|
+
|
31
|
+
# An ID or a name - the passed block will find the record
|
32
|
+
record = find_by_name_or_id(finder, record_hash_or_string)
|
33
|
+
|
34
|
+
elsif record_hash_or_string.is_a?(Hash)
|
35
|
+
# A hash of attributes
|
36
|
+
hash = record_hash_or_string
|
37
|
+
|
38
|
+
# Remove completely blank hashes
|
39
|
+
return nil if hash.values.all?(&:blank?)
|
40
|
+
|
41
|
+
id = hash.delete(:id)
|
42
|
+
|
43
|
+
record = yield id
|
44
|
+
record.attributes = hash
|
45
|
+
if owner.new_record? && record.new_record?
|
46
|
+
# work around
|
47
|
+
# https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/3510-has_many-build-does-not-set-reverse-reflection
|
48
|
+
# https://hobo.lighthouseapp.com/projects/8324/tickets/447-validation-problems-with-has_many-accessible-true
|
49
|
+
reverse = owner.class.reverse_reflection(association_name)
|
50
|
+
if reverse && reverse.macro==:belongs_to
|
51
|
+
method = "#{reverse.name}=".to_sym
|
52
|
+
record.send(method, owner) if record.respond_to? method
|
53
|
+
end
|
54
|
+
else
|
55
|
+
owner.include_in_save(association_name, record) unless owner.class.reflections[association_name].options[:through]
|
56
|
+
end
|
57
|
+
else
|
58
|
+
# It's already a record
|
59
|
+
record = record_hash_or_string
|
60
|
+
end
|
61
|
+
record
|
62
|
+
end
|
63
|
+
|
64
|
+
|
65
|
+
def params_hash_to_array(array_or_hash)
|
66
|
+
if array_or_hash.is_a?(Hash)
|
67
|
+
array = array_or_hash.get(*array_or_hash.keys.sort_by(&:to_i))
|
68
|
+
elsif array_or_hash.is_a?(String)
|
69
|
+
# Due to the way that rails works, there's no good way to tell
|
70
|
+
# the difference between an empty array and a params hash that
|
71
|
+
# just isn't making any updates to the array. So we're
|
72
|
+
# hacking this in: if you pash an empty string where an array
|
73
|
+
# is expected, we assume you wanted an empty array.
|
74
|
+
[]
|
75
|
+
else
|
76
|
+
array_or_hash
|
77
|
+
end
|
78
|
+
end
|
79
|
+
|
80
|
+
|
81
|
+
def find_by_name_or_id(finder, id_or_name)
|
82
|
+
if id_or_name =~ /^@(.*)/
|
83
|
+
id = $1
|
84
|
+
finder.find(id)
|
85
|
+
else
|
86
|
+
finder.named(id_or_name)
|
87
|
+
end
|
88
|
+
end
|
89
|
+
|
90
|
+
def finder_for_belongs_to(record, name)
|
91
|
+
refl = record.class.reflections[name]
|
92
|
+
conditions = ActiveRecord::Associations::BelongsToAssociation.new(record, refl).send(:conditions)
|
93
|
+
finder = refl.klass.scoped(:conditions => conditions)
|
94
|
+
end
|
95
|
+
|
96
|
+
end
|
97
|
+
|
98
|
+
|
99
|
+
classy_module(AccessibleAssociations) do
|
100
|
+
|
101
|
+
# --- has_many mass assignment support --- #
|
102
|
+
|
103
|
+
def self.has_many_with_accessible(name, options={}, &block)
|
104
|
+
has_many_without_accessible(name, options, &block)
|
105
|
+
|
106
|
+
if options[:accessible]
|
107
|
+
class_eval %{
|
108
|
+
def #{name}_with_accessible=(array_or_hash)
|
109
|
+
__items = Hobo::Model::AccessibleAssociations.prepare_has_many_assignment(#{name}, :#{name}, array_or_hash)
|
110
|
+
self.#{name}_without_accessible = __items
|
111
|
+
# ensure the loaded array contains any changed records
|
112
|
+
self.#{name}.proxy_target[0..-1] = __items
|
113
|
+
end
|
114
|
+
}, __FILE__, __LINE__ - 7
|
115
|
+
alias_method_chain :"#{name}=", :accessible
|
116
|
+
end
|
117
|
+
end
|
118
|
+
metaclass.alias_method_chain :has_many, :accessible
|
119
|
+
|
120
|
+
|
121
|
+
|
122
|
+
# --- belongs_to assignment support --- #
|
123
|
+
|
124
|
+
def self.belongs_to_with_accessible(name, options={}, &block)
|
125
|
+
belongs_to_without_accessible(name, options, &block)
|
126
|
+
|
127
|
+
if options[:accessible]
|
128
|
+
class_eval %{
|
129
|
+
def #{name}_with_accessible=(record_hash_or_string)
|
130
|
+
finder = Hobo::Model::AccessibleAssociations.finder_for_belongs_to(self, :#{name})
|
131
|
+
record = Hobo::Model::AccessibleAssociations.find_or_create_and_update(self, :#{name}, finder, record_hash_or_string) do |id|
|
132
|
+
if id
|
133
|
+
raise ArgumentError, "attempted to update the wrong record in belongs_to association #{self}##{name}" unless
|
134
|
+
#{name} && id.to_s == self.#{name}.id.to_s
|
135
|
+
#{name}
|
136
|
+
else
|
137
|
+
finder.new
|
138
|
+
end
|
139
|
+
end
|
140
|
+
self.#{name}_without_accessible = record
|
141
|
+
end
|
142
|
+
}, __FILE__, __LINE__ - 15
|
143
|
+
alias_method_chain :"#{name}=", :accessible
|
144
|
+
else
|
145
|
+
# Not accessible - but finding by name and ID is still supported
|
146
|
+
class_eval %{
|
147
|
+
def #{name}_with_finder=(record_or_string)
|
148
|
+
record = if record_or_string.is_a?(String)
|
149
|
+
finder = Hobo::Model::AccessibleAssociations.finder_for_belongs_to(self, :#{name})
|
150
|
+
Hobo::Model::AccessibleAssociations.find_by_name_or_id(finder, record_or_string)
|
151
|
+
else # it is a record
|
152
|
+
record_or_string
|
153
|
+
end
|
154
|
+
self.#{name}_without_finder = record
|
155
|
+
end
|
156
|
+
}, __FILE__, __LINE__ - 12
|
157
|
+
alias_method_chain :"#{name}=", :finder
|
158
|
+
end
|
159
|
+
end
|
160
|
+
metaclass.alias_method_chain :belongs_to, :accessible
|
161
|
+
|
162
|
+
|
163
|
+
# Add :accessible to the valid keys so AR doesn't complain
|
164
|
+
|
165
|
+
def self.valid_keys_for_has_many_association_with_accessible
|
166
|
+
valid_keys_for_has_many_association_without_accessible + [:accessible]
|
167
|
+
end
|
168
|
+
metaclass.alias_method_chain :valid_keys_for_has_many_association, :accessible
|
169
|
+
|
170
|
+
def self.valid_keys_for_belongs_to_association_with_accessible
|
171
|
+
valid_keys_for_belongs_to_association_without_accessible + [:accessible]
|
172
|
+
end
|
173
|
+
metaclass.alias_method_chain :valid_keys_for_belongs_to_association, :accessible
|
174
|
+
|
175
|
+
|
176
|
+
end
|
177
|
+
end
|
178
|
+
end
|
@@ -1,25 +1,25 @@
|
|
1
1
|
module Hobo
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
2
|
+
module Model
|
3
|
+
# FIXME: should be FindByBelongsTo maybe
|
4
|
+
module FindFor
|
5
|
+
|
6
6
|
def self.included(base)
|
7
7
|
base.alias_method_chain :method_missing, :find_for
|
8
8
|
end
|
9
|
-
|
9
|
+
|
10
10
|
def method_missing_with_find_for(name, *args, &block)
|
11
11
|
if name.to_s =~ /(.*)_by_(.*)/
|
12
12
|
# name matches the general form
|
13
|
-
|
13
|
+
|
14
14
|
collection_name = $1.to_sym
|
15
15
|
anchor_association_name = $2.to_sym
|
16
16
|
if (refl = self.class.reflections[collection_name]) && refl.macro == :has_many
|
17
17
|
# the association name matches (e.g. comment_for_...)
|
18
|
-
|
18
|
+
|
19
19
|
if (anchor_refl = refl.klass.reflections[anchor_association_name]) && anchor_refl.macro == :belongs_to
|
20
20
|
# the whole thing matches (e.g. comment_for_user)
|
21
|
-
|
22
|
-
|
21
|
+
|
22
|
+
|
23
23
|
#self.class.class_eval %{
|
24
24
|
# def #{name}(anchor)
|
25
25
|
# result = if #{collection_name}.loaded?
|
@@ -36,7 +36,7 @@ module Hobo
|
|
36
36
|
|
37
37
|
self.class.class_eval %{
|
38
38
|
def #{name}
|
39
|
-
Hobo::FindFor::Finder.new(self, '#{name}', :#{collection_name}, :#{anchor_association_name})
|
39
|
+
Hobo::Model::FindFor::Finder.new(self, '#{name}', :#{collection_name}, :#{anchor_association_name})
|
40
40
|
end
|
41
41
|
}
|
42
42
|
|
@@ -44,26 +44,26 @@ module Hobo
|
|
44
44
|
end
|
45
45
|
end
|
46
46
|
end
|
47
|
-
|
47
|
+
|
48
48
|
method_missing_without_find_for(name, *args, &block)
|
49
49
|
end
|
50
|
-
|
50
|
+
|
51
51
|
class Finder
|
52
|
-
|
52
|
+
|
53
53
|
def initialize(owner, name, collection, anchor_association)
|
54
54
|
@association = owner.send(collection)
|
55
55
|
@anchor_reflection = @association.member_class.reflections[anchor_association]
|
56
56
|
@name = name
|
57
57
|
end
|
58
|
-
|
58
|
+
|
59
59
|
def origin
|
60
60
|
@association.proxy_owner
|
61
61
|
end
|
62
|
-
|
62
|
+
|
63
63
|
def origin_attribute
|
64
64
|
@name
|
65
65
|
end
|
66
|
-
|
66
|
+
|
67
67
|
def [](anchor_or_id)
|
68
68
|
anchor = if anchor_or_id.is_a?(String)
|
69
69
|
id, klass = anchor_or_id.split(':')
|
@@ -91,5 +91,5 @@ module Hobo
|
|
91
91
|
end
|
92
92
|
|
93
93
|
end
|
94
|
-
|
94
|
+
end
|
95
95
|
end
|
@@ -0,0 +1,25 @@
|
|
1
|
+
module Hobo
|
2
|
+
module Model
|
3
|
+
class Guest
|
4
|
+
|
5
|
+
alias_method :has_hobo_method?, :respond_to?
|
6
|
+
|
7
|
+
def to_s
|
8
|
+
"guest"
|
9
|
+
end
|
10
|
+
|
11
|
+
def guest?
|
12
|
+
true
|
13
|
+
end
|
14
|
+
|
15
|
+
def signed_up?
|
16
|
+
false
|
17
|
+
end
|
18
|
+
|
19
|
+
def login
|
20
|
+
"guest"
|
21
|
+
end
|
22
|
+
|
23
|
+
end
|
24
|
+
end
|
25
|
+
end
|
@@ -0,0 +1,55 @@
|
|
1
|
+
module Hobo
|
2
|
+
module Model
|
3
|
+
IncludeInSave = classy_module do
|
4
|
+
|
5
|
+
attr_accessor :included_in_save
|
6
|
+
|
7
|
+
validate :validate_included_in_save
|
8
|
+
before_save :save_included
|
9
|
+
after_save :clear_included_in_save
|
10
|
+
|
11
|
+
def include_in_save(association, *records)
|
12
|
+
self.included_in_save ||= Hash.new {|h, k| h[k] = []}
|
13
|
+
included_in_save[association.to_sym].concat records
|
14
|
+
end
|
15
|
+
|
16
|
+
def validate_included_in_save
|
17
|
+
if included_in_save
|
18
|
+
included_in_save._?.each_pair do |association, records|
|
19
|
+
next if self.class.reflections[association].options[:validate]==false
|
20
|
+
added = false
|
21
|
+
records.each do |record|
|
22
|
+
# we want to call valid? on each one, but only add the error to self once
|
23
|
+
|
24
|
+
record.with_acting_user(acting_user) do
|
25
|
+
unless record.valid?
|
26
|
+
unless added
|
27
|
+
errors.add association, "..."
|
28
|
+
added = true
|
29
|
+
end
|
30
|
+
end
|
31
|
+
end
|
32
|
+
end
|
33
|
+
end
|
34
|
+
end
|
35
|
+
end
|
36
|
+
|
37
|
+
|
38
|
+
def save_included
|
39
|
+
if included_in_save
|
40
|
+
included_in_save.each_pair do |association, records|
|
41
|
+
records.each do |record|
|
42
|
+
# save(:validate => false) means without transactions too
|
43
|
+
record.with_acting_user(acting_user) { record.save(:validate => false) }
|
44
|
+
end
|
45
|
+
end
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
49
|
+
def clear_included_in_save
|
50
|
+
included_in_save._?.clear
|
51
|
+
end
|
52
|
+
|
53
|
+
end
|
54
|
+
end
|
55
|
+
end
|
@@ -0,0 +1,119 @@
|
|
1
|
+
module Hobo
|
2
|
+
module Model
|
3
|
+
module Lifecycles
|
4
|
+
|
5
|
+
class LifecycleError < RuntimeError; end
|
6
|
+
|
7
|
+
class LifecycleKeyError < LifecycleError; end
|
8
|
+
|
9
|
+
ModelExtensions = classy_module do
|
10
|
+
|
11
|
+
attr_writer :lifecycle
|
12
|
+
|
13
|
+
def self.has_lifecycle?
|
14
|
+
defined?(self::Lifecycle)
|
15
|
+
end
|
16
|
+
|
17
|
+
def self.lifecycle(*args, &block)
|
18
|
+
options = args.extract_options!
|
19
|
+
options = options.reverse_merge(:state_field => :state,
|
20
|
+
:key_timestamp_field => :key_timestamp,
|
21
|
+
:key_timeout => 999.years)
|
22
|
+
|
23
|
+
# use const_defined so that subclasses can define lifecycles
|
24
|
+
# TODO: figure out how to merge with parent, if desired
|
25
|
+
if self.const_defined?(:Lifecycle)
|
26
|
+
lifecycle = self::Lifecycle
|
27
|
+
state_field_class = self::LifecycleStateField
|
28
|
+
else
|
29
|
+
# First call
|
30
|
+
|
31
|
+
module_eval "class ::#{name}::Lifecycle < Hobo::Model::Lifecycles::Lifecycle; end"
|
32
|
+
lifecycle = self::Lifecycle
|
33
|
+
lifecycle.init(self, options)
|
34
|
+
|
35
|
+
module_eval "class ::#{name}::LifecycleStateField < HoboFields::Types::LifecycleState; end"
|
36
|
+
state_field_class = self::LifecycleStateField
|
37
|
+
state_field_class.model_name = name
|
38
|
+
end
|
39
|
+
|
40
|
+
dsl = Hobo::Model::Lifecycles::DeclarationDSL.new(lifecycle)
|
41
|
+
dsl.instance_eval(&block)
|
42
|
+
|
43
|
+
default = lifecycle.default_state ? { :default => lifecycle.default_state.name.to_s } : {}
|
44
|
+
declare_field(options[:state_field], state_field_class, default)
|
45
|
+
unless options[:index] == false
|
46
|
+
index_options = { :name => options[:index] } unless options[:index] == true
|
47
|
+
index(options[:state_field], index_options || {})
|
48
|
+
end
|
49
|
+
attr_protected options[:state_field]
|
50
|
+
|
51
|
+
unless options[:key_timestamp_field] == false
|
52
|
+
declare_field(options[:key_timestamp_field], :datetime)
|
53
|
+
never_show options[:key_timestamp_field]
|
54
|
+
attr_protected options[:key_timestamp_field]
|
55
|
+
end
|
56
|
+
|
57
|
+
end
|
58
|
+
|
59
|
+
# eval avoids the ruby 1.9.2 "super from singleton method ..." error
|
60
|
+
eval %(
|
61
|
+
def valid?(context=nil)
|
62
|
+
if context.nil? && self.class.has_lifecycle? && (step = lifecycle.active_step)
|
63
|
+
context = step.name
|
64
|
+
end
|
65
|
+
super(context)
|
66
|
+
end
|
67
|
+
)
|
68
|
+
|
69
|
+
def lifecycle
|
70
|
+
@lifecycle ||= if self.class.const_defined?(:Lifecycle)
|
71
|
+
self.class::Lifecycle.new(self)
|
72
|
+
else
|
73
|
+
# search through superclasses
|
74
|
+
current = self.class.superclass
|
75
|
+
until (current.const_defined?(:Lifecycle) || current.nil? || !current.respond_to?(:lifecycle)) do
|
76
|
+
current = current.superclass
|
77
|
+
end
|
78
|
+
current::Lifecycle.new(self) if current.const_defined?(:Lifecycle)
|
79
|
+
end
|
80
|
+
end
|
81
|
+
|
82
|
+
end
|
83
|
+
|
84
|
+
|
85
|
+
class DeclarationDSL
|
86
|
+
|
87
|
+
def initialize(lifecycle)
|
88
|
+
@lifecycle = lifecycle
|
89
|
+
end
|
90
|
+
|
91
|
+
def state(*args, &block)
|
92
|
+
options = args.extract_options!
|
93
|
+
names = args
|
94
|
+
states = names.map {|name| @lifecycle.def_state(name, block) }
|
95
|
+
if options[:default]
|
96
|
+
raise ArgumentError, "you must define one state if you give the :default option" unless states.length == 1
|
97
|
+
@lifecycle.default_state = states.first
|
98
|
+
end
|
99
|
+
end
|
100
|
+
|
101
|
+
def create(name, options={}, &block)
|
102
|
+
@lifecycle.def_creator(name, block, options)
|
103
|
+
end
|
104
|
+
|
105
|
+
def transition(name, change, options={}, &block)
|
106
|
+
@lifecycle.def_transition(name,
|
107
|
+
Array(change.keys.first), change.values.first,
|
108
|
+
block, options)
|
109
|
+
end
|
110
|
+
|
111
|
+
def invariant(&block)
|
112
|
+
@lifecycle.invariants << block
|
113
|
+
end
|
114
|
+
|
115
|
+
end
|
116
|
+
|
117
|
+
end
|
118
|
+
end
|
119
|
+
end
|