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
@@ -1,421 +0,0 @@
|
|
1
|
-
module Hobo
|
2
|
-
|
3
|
-
module Scopes
|
4
|
-
|
5
|
-
module AutomaticScopes
|
6
|
-
|
7
|
-
def create_automatic_scope(name)
|
8
|
-
ScopeBuilder.new(self, name).create_scope
|
9
|
-
rescue ActiveRecord::StatementInvalid => e
|
10
|
-
# Problem with the database? Don't try to create automatic
|
11
|
-
# scopes
|
12
|
-
if ActiveRecord::Base.logger
|
13
|
-
ActiveRecord::Base.logger.warn "!! Database exception during hobo auto-scope creation -- continuing automatic scopes"
|
14
|
-
ActiveRecord::Base.logger.warn "!! #{e.to_s}"
|
15
|
-
end
|
16
|
-
false
|
17
|
-
end
|
18
|
-
|
19
|
-
end
|
20
|
-
|
21
|
-
# The methods on this module add scopes to the given class
|
22
|
-
class ScopeBuilder
|
23
|
-
|
24
|
-
def initialize(klass, name)
|
25
|
-
@klass = klass
|
26
|
-
@name = name.to_s
|
27
|
-
end
|
28
|
-
|
29
|
-
attr_reader :name
|
30
|
-
|
31
|
-
def create_scope
|
32
|
-
matched_scope = true
|
33
|
-
|
34
|
-
|
35
|
-
# --- Association Queries --- #
|
36
|
-
|
37
|
-
# with_players(player1, player2)
|
38
|
-
if name =~ /^with_(.*)/ && (refl = reflection($1))
|
39
|
-
|
40
|
-
def_scope do |*records|
|
41
|
-
if records.empty?
|
42
|
-
{ :conditions => exists_sql_condition(refl, true) }
|
43
|
-
else
|
44
|
-
records = records.flatten.compact.map {|r| find_if_named(refl, r) }
|
45
|
-
exists_sql = ([exists_sql_condition(refl)] * records.length).join(" AND ")
|
46
|
-
{ :conditions => [exists_sql] + records }
|
47
|
-
end
|
48
|
-
end
|
49
|
-
|
50
|
-
# with_player(a_player)
|
51
|
-
elsif name =~ /^with_(.*)/ && (refl = reflection($1.pluralize))
|
52
|
-
|
53
|
-
exists_sql = exists_sql_condition(refl)
|
54
|
-
def_scope do |record|
|
55
|
-
record = find_if_named(refl, record)
|
56
|
-
{ :conditions => [exists_sql, record] }
|
57
|
-
end
|
58
|
-
|
59
|
-
# any_of_players(player1, player2)
|
60
|
-
elsif name =~ /^any_of_(.*)/ && (refl = reflection($1))
|
61
|
-
|
62
|
-
def_scope do |*records|
|
63
|
-
if records.empty?
|
64
|
-
{ :conditions => exists_sql_condition(refl, true) }
|
65
|
-
else
|
66
|
-
records = records.flatten.compact.map {|r| find_if_named(refl, r) }
|
67
|
-
exists_sql = ([exists_sql_condition(refl)] * records.length).join(" OR ")
|
68
|
-
{ :conditions => [exists_sql] + records }
|
69
|
-
end
|
70
|
-
end
|
71
|
-
|
72
|
-
# without_players(player1, player2)
|
73
|
-
elsif name =~ /^without_(.*)/ && (refl = reflection($1))
|
74
|
-
|
75
|
-
def_scope do |*records|
|
76
|
-
if records.empty?
|
77
|
-
{ :conditions => "NOT (#{exists_sql_condition(refl, true)})" }
|
78
|
-
else
|
79
|
-
records = records.flatten.compact.map {|r| find_if_named(refl, r) }
|
80
|
-
exists_sql = ([exists_sql_condition(refl)] * records.length).join(" AND ")
|
81
|
-
{ :conditions => ["NOT (#{exists_sql})"] + records }
|
82
|
-
end
|
83
|
-
end
|
84
|
-
|
85
|
-
# without_player(a_player)
|
86
|
-
elsif name =~ /^without_(.*)/ && (refl = reflection($1.pluralize))
|
87
|
-
|
88
|
-
exists_sql = exists_sql_condition(refl)
|
89
|
-
def_scope do |record|
|
90
|
-
record = find_if_named(refl, record)
|
91
|
-
{ :conditions => ["NOT #{exists_sql}", record] }
|
92
|
-
end
|
93
|
-
|
94
|
-
# team_is(a_team)
|
95
|
-
elsif name =~ /^(.*)_is$/ && (refl = reflection($1)) && refl.macro.in?([:has_one, :belongs_to])
|
96
|
-
|
97
|
-
if refl.options[:polymorphic]
|
98
|
-
def_scope do |record|
|
99
|
-
record = find_if_named(refl, record)
|
100
|
-
{ :conditions => ["#{foreign_key_column refl} = ? AND #{$1}_type = ?", record, record.class.name] }
|
101
|
-
end
|
102
|
-
else
|
103
|
-
def_scope do |record|
|
104
|
-
record = find_if_named(refl, record)
|
105
|
-
{ :conditions => ["#{foreign_key_column refl} = ?", record] }
|
106
|
-
end
|
107
|
-
end
|
108
|
-
|
109
|
-
# team_is_not(a_team)
|
110
|
-
elsif name =~ /^(.*)_is_not$/ && (refl = reflection($1)) && refl.macro.in?([:has_one, :belongs_to])
|
111
|
-
|
112
|
-
if refl.options[:polymorphic]
|
113
|
-
def_scope do |record|
|
114
|
-
record = find_if_named(refl, record)
|
115
|
-
{ :conditions => ["#{foreign_key_column refl} <> ? OR #{name}_type <> ?", record, record.class.name] }
|
116
|
-
end
|
117
|
-
else
|
118
|
-
def_scope do |record|
|
119
|
-
record = find_if_named(refl, record)
|
120
|
-
{ :conditions => ["#{foreign_key_column refl} <> ?", record] }
|
121
|
-
end
|
122
|
-
end
|
123
|
-
|
124
|
-
|
125
|
-
# --- Column Queries --- #
|
126
|
-
|
127
|
-
# name_is(str)
|
128
|
-
elsif name =~ /^(.*)_is$/ && (col = column($1))
|
129
|
-
|
130
|
-
def_scope do |str|
|
131
|
-
{ :conditions => ["#{column_sql(col)} = ?", str] }
|
132
|
-
end
|
133
|
-
|
134
|
-
# name_is_not(str)
|
135
|
-
elsif name =~ /^(.*)_is_not$/ && (col = column($1))
|
136
|
-
|
137
|
-
def_scope do |str|
|
138
|
-
{ :conditions => ["#{column_sql(col)} <> ?", str] }
|
139
|
-
end
|
140
|
-
|
141
|
-
# name_contains(str)
|
142
|
-
elsif name =~ /^(.*)_contains$/ && (col = column($1))
|
143
|
-
|
144
|
-
def_scope do |str|
|
145
|
-
{ :conditions => ["#{column_sql(col)} LIKE ?", "%#{str}%"] }
|
146
|
-
end
|
147
|
-
|
148
|
-
# name_does_not_contain
|
149
|
-
elsif name =~ /^(.*)_does_not_contain$/ && (col = column($1))
|
150
|
-
|
151
|
-
def_scope do |str|
|
152
|
-
{ :conditions => ["#{column_sql(col)} NOT LIKE ?", "%#{str}%"] }
|
153
|
-
end
|
154
|
-
|
155
|
-
# name_starts(str)
|
156
|
-
elsif name =~ /^(.*)_starts$/ && (col = column($1))
|
157
|
-
|
158
|
-
def_scope do |str|
|
159
|
-
{ :conditions => ["#{column_sql(col)} LIKE ?", "#{str}%"] }
|
160
|
-
end
|
161
|
-
|
162
|
-
# name_does_not_start
|
163
|
-
elsif name =~ /^(.*)_does_not_start$/ && (col = column($1))
|
164
|
-
|
165
|
-
def_scope do |str|
|
166
|
-
{ :conditions => ["#{column_sql(col)} NOT LIKE ?", "#{str}%"] }
|
167
|
-
end
|
168
|
-
|
169
|
-
# name_ends(str)
|
170
|
-
elsif name =~ /^(.*)_ends$/ && (col = column($1))
|
171
|
-
|
172
|
-
def_scope do |str|
|
173
|
-
{ :conditions => ["#{column_sql(col)} LIKE ?", "%#{str}"] }
|
174
|
-
end
|
175
|
-
|
176
|
-
# name_does_not_end(str)
|
177
|
-
elsif name =~ /^(.*)_does_not_end$/ && (col = column($1))
|
178
|
-
|
179
|
-
def_scope do |str|
|
180
|
-
{ :conditions => ["#{column_sql(col)} NOT LIKE ?", "%#{str}"] }
|
181
|
-
end
|
182
|
-
|
183
|
-
# published (a boolean column)
|
184
|
-
elsif (col = column(name)) && (col.type == :boolean)
|
185
|
-
|
186
|
-
def_scope :conditions => ["#{column_sql(col)} = ?", true]
|
187
|
-
|
188
|
-
# not_published
|
189
|
-
elsif name =~ /^not_(.*)$/ && (col = column($1)) && (col.type == :boolean)
|
190
|
-
|
191
|
-
def_scope :conditions => ["#{column_sql(col)} <> ?", true]
|
192
|
-
|
193
|
-
# published_before(time)
|
194
|
-
elsif name =~ /^(.*)_before$/ && (col = column("#{$1}_at") || column("#{$1}_date") || column("#{$1}_on")) && col.type.in?([:date, :datetime, :time, :timestamp])
|
195
|
-
|
196
|
-
def_scope do |time|
|
197
|
-
{ :conditions => ["#{column_sql(col)} < ?", time] }
|
198
|
-
end
|
199
|
-
|
200
|
-
# published_after(time)
|
201
|
-
elsif name =~ /^(.*)_after$/ && (col = column("#{$1}_at") || column("#{$1}_date") || column("#{$1}_on")) && col.type.in?([:date, :datetime, :time, :timestamp])
|
202
|
-
|
203
|
-
def_scope do |time|
|
204
|
-
{ :conditions => ["#{column_sql(col)} > ?", time] }
|
205
|
-
end
|
206
|
-
|
207
|
-
# published_between(time1, time2)
|
208
|
-
elsif name =~ /^(.*)_between$/ && (col = column("#{$1}_at") || column("#{$1}_date") || column("#{$1}_on")) && col.type.in?([:date, :datetime, :time, :timestamp])
|
209
|
-
|
210
|
-
def_scope do |time1, time2|
|
211
|
-
{ :conditions => ["#{column_sql(col)} >= ? AND #{column_sql(col)} <= ?", time1, time2] }
|
212
|
-
end
|
213
|
-
|
214
|
-
# active (a lifecycle state)
|
215
|
-
elsif @klass.has_lifecycle? && name.to_sym.in?(@klass::Lifecycle.state_names)
|
216
|
-
|
217
|
-
if @klass::Lifecycle.state_names.length == 1
|
218
|
-
# nothing to check for - create a dummy scope
|
219
|
-
def_scope :conditions => ""
|
220
|
-
true
|
221
|
-
else
|
222
|
-
def_scope :conditions => ["#{@klass.table_name}.#{@klass::Lifecycle.state_field} = ?", name]
|
223
|
-
end
|
224
|
-
|
225
|
-
# self is / is not
|
226
|
-
elsif name == "is"
|
227
|
-
|
228
|
-
def_scope do |record|
|
229
|
-
{ :conditions => ["#{@klass.table_name}.#{@klass.primary_key} = ?", record] }
|
230
|
-
end
|
231
|
-
|
232
|
-
elsif name == "is_not"
|
233
|
-
|
234
|
-
def_scope do |record|
|
235
|
-
{ :conditions => ["#{@klass.table_name}.#{@klass.primary_key} <> ?", record] }
|
236
|
-
end
|
237
|
-
|
238
|
-
else
|
239
|
-
|
240
|
-
case name
|
241
|
-
|
242
|
-
when "by_most_recent"
|
243
|
-
def_scope :order => "#{@klass.table_name}.created_at DESC"
|
244
|
-
|
245
|
-
when "recent"
|
246
|
-
|
247
|
-
if "created_at".in?(@klass.columns.*.name)
|
248
|
-
def_scope do |*args|
|
249
|
-
count = args.first || 6
|
250
|
-
{ :limit => count, :order => "#{@klass.table_name}.created_at DESC" }
|
251
|
-
end
|
252
|
-
else
|
253
|
-
def_scope do |*args|
|
254
|
-
count = args.first || 6
|
255
|
-
{ :limit => count }
|
256
|
-
end
|
257
|
-
end
|
258
|
-
|
259
|
-
when "limit"
|
260
|
-
def_scope do |count|
|
261
|
-
{ :limit => count }
|
262
|
-
end
|
263
|
-
|
264
|
-
when "order_by"
|
265
|
-
klass = @klass
|
266
|
-
def_scope do |*args|
|
267
|
-
field, asc = args
|
268
|
-
type = klass.attr_type(field)
|
269
|
-
if type.nil? #a virtual attribute from an SQL alias, e.g., 'total' from 'COUNT(*) AS total'
|
270
|
-
# can also be has_many association, let's check it out
|
271
|
-
_, assoc, count = *field._?.match(/^([a-z_]+)(?:\.([a-z_]+))?/)
|
272
|
-
refl = klass.attr_type(assoc)
|
273
|
-
|
274
|
-
if refl.respond_to?(:primary_key_name) && refl.macro == :has_many && count._?.upcase == 'COUNT'
|
275
|
-
owner_primary_key = "#{klass.quoted_table_name}.#{klass.primary_key}"
|
276
|
-
# now we have :has_many association in refl, is this a through association?
|
277
|
-
if (through = refl.through_reflection) && (source = refl.source_reflection)
|
278
|
-
# has_many through association was found and now we have a few variants:
|
279
|
-
# 1) owner.has_many -> through.belongs_to <- source.has_many (many to many, source.macro == :belongs_to )
|
280
|
-
# 2) owner.has_many -> through.has_many -> source.belongs_to (many to one through table, source.macro == :has_many)
|
281
|
-
colspec = "(SELECT COUNT(*) AS count_all FROM #{refl.quoted_table_name} INNER JOIN #{through.quoted_table_name}" +
|
282
|
-
" ON #{source.quoted_table_name}.#{source.macro == :belongs_to ? source.klass.primary_key : through.association_foreign_key}" +
|
283
|
-
" = #{through.quoted_table_name}.#{source.macro == :belongs_to ? source.association_foreign_key : through.klass.primary_key}" +
|
284
|
-
" WHERE #{through.quoted_table_name}.#{through.primary_key_name} = #{owner_primary_key} )"
|
285
|
-
else
|
286
|
-
# simple many to one (has_many -> belongs_to) association
|
287
|
-
colspec = "(SELECT COUNT(*) as count_all FROM #{refl.quoted_table_name}" +
|
288
|
-
" WHERE #{refl.quoted_table_name}.#{refl.primary_key_name} = #{owner_primary_key})"
|
289
|
-
end
|
290
|
-
|
291
|
-
else
|
292
|
-
colspec = "#{field}" # don't prepend the table name
|
293
|
-
end
|
294
|
-
elsif type.respond_to?(:name_attribute) && (name = type.name_attribute)
|
295
|
-
include = field
|
296
|
-
colspec = "#{type.table_name}.#{name}"
|
297
|
-
else
|
298
|
-
colspec = "#{klass.table_name}.#{field}"
|
299
|
-
end
|
300
|
-
{ :order => "#{colspec} #{asc._?.upcase}", :include => include }
|
301
|
-
end
|
302
|
-
|
303
|
-
|
304
|
-
when "include"
|
305
|
-
def_scope do |inclusions|
|
306
|
-
{ :include => inclusions }
|
307
|
-
end
|
308
|
-
|
309
|
-
when "includes"
|
310
|
-
def_scope do |inclusions|
|
311
|
-
{ :include => inclusions }
|
312
|
-
end
|
313
|
-
|
314
|
-
when "search"
|
315
|
-
def_scope do |query, *fields|
|
316
|
-
match_keyword = ::ActiveRecord::Base.connection.adapter_name == "PostgreSQL" ? "ILIKE" : "LIKE"
|
317
|
-
|
318
|
-
words = query.split
|
319
|
-
args = []
|
320
|
-
word_queries = words.map do |word|
|
321
|
-
field_query = '(' + fields.map { |field| "(#{@klass.table_name+'.' unless field.to_s.index('.')}#{field} #{match_keyword} ?)" }.join(" OR ") + ')'
|
322
|
-
args += ["%#{word}%"] * fields.length
|
323
|
-
field_query
|
324
|
-
end
|
325
|
-
|
326
|
-
{ :conditions => [word_queries.join(" AND ")] + args }
|
327
|
-
end
|
328
|
-
|
329
|
-
else
|
330
|
-
matched_scope = false
|
331
|
-
end
|
332
|
-
|
333
|
-
end
|
334
|
-
matched_scope
|
335
|
-
end
|
336
|
-
|
337
|
-
|
338
|
-
def column_sql(column)
|
339
|
-
"#{@klass.table_name}.#{column.name}"
|
340
|
-
end
|
341
|
-
|
342
|
-
|
343
|
-
def exists_sql_condition(reflection, any=false)
|
344
|
-
owner = @klass
|
345
|
-
owner_primary_key = "#{owner.table_name}.#{owner.primary_key}"
|
346
|
-
|
347
|
-
if reflection.options[:through]
|
348
|
-
join_table = reflection.through_reflection.klass.table_name
|
349
|
-
owner_fkey = reflection.through_reflection.primary_key_name
|
350
|
-
conditions = reflection.options[:conditions].blank? ? '' : " AND #{reflection.through_reflection.klass.send(:sanitize_sql_for_conditions, reflection.options[:conditions])}"
|
351
|
-
|
352
|
-
if any
|
353
|
-
"EXISTS (SELECT * FROM #{join_table} WHERE #{join_table}.#{owner_fkey} = #{owner_primary_key}#{conditions})"
|
354
|
-
else
|
355
|
-
source_fkey = reflection.source_reflection.primary_key_name
|
356
|
-
"EXISTS (SELECT * FROM #{join_table} " +
|
357
|
-
"WHERE #{join_table}.#{source_fkey} = ? AND #{join_table}.#{owner_fkey} = #{owner_primary_key}#{conditions})"
|
358
|
-
end
|
359
|
-
else
|
360
|
-
foreign_key = reflection.primary_key_name
|
361
|
-
related = reflection.klass
|
362
|
-
conditions = reflection.options[:conditions].blank? ? '' : " AND #{reflection.klass.send(:sanitize_sql_for_conditions, reflection.options[:conditions])}"
|
363
|
-
|
364
|
-
if any
|
365
|
-
"EXISTS (SELECT * FROM #{related.table_name} " +
|
366
|
-
"WHERE #{related.table_name}.#{foreign_key} = #{owner_primary_key}#{conditions})"
|
367
|
-
else
|
368
|
-
"EXISTS (SELECT * FROM #{related.table_name} " +
|
369
|
-
"WHERE #{related.table_name}.#{foreign_key} = #{owner_primary_key} AND " +
|
370
|
-
"#{related.table_name}.#{related.primary_key} = ?#{conditions})"
|
371
|
-
end
|
372
|
-
end
|
373
|
-
end
|
374
|
-
|
375
|
-
def find_if_named(reflection, string_or_record)
|
376
|
-
if string_or_record.is_a?(String)
|
377
|
-
name = string_or_record
|
378
|
-
reflection.klass.named(name)
|
379
|
-
else
|
380
|
-
string_or_record # a record
|
381
|
-
end
|
382
|
-
end
|
383
|
-
|
384
|
-
|
385
|
-
def column(name)
|
386
|
-
@klass.column(name)
|
387
|
-
end
|
388
|
-
|
389
|
-
|
390
|
-
def reflection(name)
|
391
|
-
@klass.reflections[name.to_sym]
|
392
|
-
end
|
393
|
-
|
394
|
-
|
395
|
-
def def_scope(options={}, &block)
|
396
|
-
_name = name.to_sym
|
397
|
-
@klass.named_scope(_name, block || options)
|
398
|
-
# this is tricky; ordinarily, we'd worry about subclasses that haven't yet been loaded.
|
399
|
-
# HOWEVER, they will pick up the scope setting via read_inheritable_attribute when they do
|
400
|
-
# load, so only the currently existing subclasses need to be fixed up.
|
401
|
-
_scope = @klass.scopes[_name]
|
402
|
-
@klass.send(:subclasses).each do |k|
|
403
|
-
k.scopes[_name] = _scope
|
404
|
-
end
|
405
|
-
end
|
406
|
-
|
407
|
-
|
408
|
-
def primary_key_column(refl)
|
409
|
-
"#{refl.klass.table_name}.#{refl.klass.primary_key}"
|
410
|
-
end
|
411
|
-
|
412
|
-
|
413
|
-
def foreign_key_column(refl)
|
414
|
-
"#{@klass.table_name}.#{refl.primary_key_name}"
|
415
|
-
end
|
416
|
-
|
417
|
-
end
|
418
|
-
|
419
|
-
end
|
420
|
-
|
421
|
-
end
|
@@ -1,39 +0,0 @@
|
|
1
|
-
module ActiveRecord
|
2
|
-
module NamedScope
|
3
|
-
|
4
|
-
class Scope
|
5
|
-
delegate :member_class, :to => :proxy_found
|
6
|
-
include Hobo::Scopes::ApplyScopes
|
7
|
-
end
|
8
|
-
|
9
|
-
module ClassMethods
|
10
|
-
def scopes
|
11
|
-
hash = read_inheritable_attribute(:scopes)
|
12
|
-
if hash.nil?
|
13
|
-
if respond_to?(:create_automatic_scope)
|
14
|
-
write_inheritable_attribute(:scopes, new_automatic_scoping_hash(self))
|
15
|
-
else
|
16
|
-
# add a default_proc to optimize the next condition
|
17
|
-
write_inheritable_attribute(:scopes, Hash.new { |hash, key| nil })
|
18
|
-
end
|
19
|
-
elsif hash.default_proc.nil? && respond_to?(:create_automatic_scope)
|
20
|
-
write_inheritable_attribute(:scopes, new_automatic_scoping_hash(self).merge!(hash))
|
21
|
-
else
|
22
|
-
hash
|
23
|
-
end
|
24
|
-
end
|
25
|
-
|
26
|
-
private
|
27
|
-
|
28
|
-
def new_automatic_scoping_hash(o)
|
29
|
-
hash = Hash.new { |hash, key| o.create_automatic_scope(key) && hash[key] }
|
30
|
-
hash.meta_eval do
|
31
|
-
define_method :include? do |key, *args|
|
32
|
-
super(key, *args) || o.create_automatic_scope(key)
|
33
|
-
end
|
34
|
-
end
|
35
|
-
hash
|
36
|
-
end
|
37
|
-
end
|
38
|
-
end
|
39
|
-
end
|