card 0.0.1 → 1.15.pre
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.rspec +4 -0
- data/GPL +331 -0
- data/LICENSE +16 -0
- data/VERSION +1 -0
- data/card.gemspec +48 -19
- data/config/initializers/01_init_ruby_extensions.rb +7 -0
- data/config/initializers/inflections.rb +13 -0
- data/config/initializers/mime_types.rb +13 -0
- data/config/initializers/notification.rb +4 -0
- data/config/initializers/recaptcha.rb +6 -0
- data/config/initializers/uuid_state_file.rb +3 -0
- data/db/bootstrap/card_actions.yml +3872 -0
- data/db/bootstrap/card_acts.yml +7 -0
- data/db/bootstrap/card_changes.yml +11909 -0
- data/db/bootstrap/card_references.yml +3970 -0
- data/db/bootstrap/cards.yml +10805 -0
- data/db/migrate/20110511221913_require_earlier_migrations.rb +19 -0
- data/db/migrate/20120105203350_require_1_8_migrations.rb +15 -0
- data/db/migrate/20121111025347_require_1_10_migrations.rb +15 -0
- data/db/migrate/20121118114000_split_link_type.rb +16 -0
- data/db/migrate/20121118115000_update_link_type.rb +19 -0
- data/db/migrate/20130106052640_table_cleanup.rb +25 -0
- data/db/migrate/20130109015336_trunk_left.rb +14 -0
- data/db/migrate/20130411210957_update_codenames.rb +14 -0
- data/db/migrate/20140822073704_create_new_revision_tables.rb +43 -0
- data/db/migrate/20141001105348_move_revisions_to_actions.rb +62 -0
- data/db/migrate/20141121172918_rename_card_migration_table.rb +15 -0
- data/db/migrate/20141208132159_remove_present_from_reference_table.rb +9 -0
- data/db/migrate/20141216053032_better_index_names.rb +24 -0
- data/db/migrate_core_cards/20130411191151_renaming_for_menu.rb +49 -0
- data/db/migrate_core_cards/20130411211600_delete_old_related_tab_cards.rb +18 -0
- data/db/migrate_core_cards/20130419215612_import_help_text.rb +13 -0
- data/db/migrate_core_cards/20130823192433_add_style_cards.rb +87 -0
- data/db/migrate_core_cards/20130910183318_move_styles_to_content.rb +11 -0
- data/db/migrate_core_cards/20130920214038_jsonize_tinymce.rb +15 -0
- data/db/migrate_core_cards/20130920291703_update_stylesheets.rb +18 -0
- data/db/migrate_core_cards/20130927191728_account_events.rb +21 -0
- data/db/migrate_core_cards/20131016172445_common_css_patch.rb +12 -0
- data/db/migrate_core_cards/20140110193325_reset_account_request_type.rb +11 -0
- data/db/migrate_core_cards/20140307231621_user_data_to_cards.rb +73 -0
- data/db/migrate_core_cards/20140317035504_account_requests_to_signups.rb +51 -0
- data/db/migrate_core_cards/20140512155840_add_script_cards.rb +83 -0
- data/db/migrate_core_cards/20140629222005_add_email_cards.rb +134 -0
- data/db/migrate_core_cards/20140725180118_config_card_updates.rb +9 -0
- data/db/migrate_core_cards/20141111083921_delete_machine_output.rb +9 -0
- data/db/migrate_core_cards/20141115034214_config_descriptions_etc.rb +14 -0
- data/db/migrate_core_cards/20141119001955_make_symlinks_relative.rb +15 -0
- data/db/migrate_core_cards/20141120120605_fix_notification_html_message.rb +10 -0
- data/db/migrate_core_cards/20141204061304_watchers_to_following.rb +38 -0
- data/db/migrate_core_cards/20141208132416_partial_reference_type.rb +7 -0
- data/db/migrate_core_cards/20141208162106_add_ace_script.rb +12 -0
- data/db/migrate_core_cards/20141216155251_add_more_following_cards.rb +24 -0
- data/db/migrate_core_cards/20141230204340_uri_codename.rb +13 -0
- data/db/migrate_core_cards/20150202143810_import_bootstrap_layout.rb +17 -0
- data/db/migrate_core_cards/20150220134731_following_to_follow_rule.rb +18 -0
- data/db/migrate_core_cards/data/1.11_help_text.json +410 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/classic_cards.scss +100 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/common.scss +226 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/right_sidebar.scss +27 -0
- data/db/migrate_core_cards/data/1.12_stylesheets/traditional.scss +152 -0
- data/db/migrate_core_cards/data/1.13_config_text.json +32 -0
- data/db/migrate_core_cards/data/1.14_config_descriptions_etc.json +77 -0
- data/db/migrate_core_cards/data/bootstrap_layout.json +81 -0
- data/db/migrate_core_cards/data/mailer/follower_notification_email.html +9 -0
- data/db/migrate_core_cards/data/mailer/follower_notification_email.txt +11 -0
- data/db/migrate_core_cards/data/mailer/mail_config.json +22 -0
- data/db/migrate_core_cards/data/mailer/password_reset_email.html +10 -0
- data/db/migrate_core_cards/data/mailer/password_reset_email.txt +11 -0
- data/db/migrate_core_cards/data/mailer/signup_alert_email.html +7 -0
- data/db/migrate_core_cards/data/mailer/signup_alert_email.txt +5 -0
- data/db/migrate_core_cards/data/mailer/verification_email.html +9 -0
- data/db/migrate_core_cards/data/mailer/verification_email.txt +8 -0
- data/db/schema.rb +128 -0
- data/db/seeds.rb +8 -0
- data/db/version.txt +1 -0
- data/db/version_core_cards.txt +1 -0
- data/lib/card.rb +46 -3
- data/lib/card/active_record_ext.rb +77 -0
- data/lib/card/auth.rb +181 -0
- data/lib/card/cache.rb +199 -0
- data/lib/card/chunk.rb +104 -0
- data/lib/card/codename.rb +72 -0
- data/lib/card/content.rb +211 -0
- data/lib/card/core_ext.rb +105 -0
- data/lib/card/core_migration.rb +6 -0
- data/lib/card/diff.rb +430 -0
- data/lib/card/env.rb +52 -0
- data/lib/card/exceptions.rb +44 -0
- data/lib/card/format.rb +563 -0
- data/lib/card/loader.rb +165 -0
- data/lib/card/log.rb +450 -0
- data/lib/card/mailer.rb +37 -0
- data/lib/card/migration.rb +145 -0
- data/lib/card/name.rb +45 -0
- data/lib/card/query.rb +81 -0
- data/lib/card/query/card_clause.rb +527 -0
- data/lib/card/query/clause.rb +21 -0
- data/lib/card/query/ref_clause.rb +47 -0
- data/lib/card/query/value_clause.rb +65 -0
- data/lib/card/reference.rb +63 -0
- data/lib/card/set.rb +369 -0
- data/lib/card/set_pattern.rb +168 -0
- data/lib/card/simplecov_helper.rb +61 -0
- data/lib/card/spec_helper.rb +68 -0
- data/lib/card/version.rb +9 -2
- data/lib/cardio.rb +145 -0
- data/lib/generators/card.rb +32 -0
- data/lib/generators/card/format/USAGE +9 -0
- data/lib/generators/card/format/format_generator.rb +27 -0
- data/lib/generators/card/format/templates/format_spec_template.erb +5 -0
- data/lib/generators/card/format/templates/format_template.erb +3 -0
- data/lib/generators/card/migration/USAGE +24 -0
- data/lib/generators/card/migration/migration_generator.rb +38 -0
- data/lib/generators/card/migration/templates/card_migration.erb +10 -0
- data/lib/generators/card/set/USAGE +15 -0
- data/lib/generators/card/set/set_generator.rb +29 -0
- data/lib/generators/card/set/templates/set_spec_template.erb +5 -0
- data/lib/generators/card/set/templates/set_template.erb +1 -0
- data/mod/01_core/chunk/include.rb +85 -0
- data/mod/01_core/chunk/link.rb +87 -0
- data/mod/01_core/chunk/literal.rb +24 -0
- data/mod/01_core/chunk/reference.rb +53 -0
- data/mod/01_core/chunk/uri.rb +135 -0
- data/mod/01_core/format/data_format.rb +2 -0
- data/mod/01_core/format/html_format.rb +129 -0
- data/mod/01_core/format/text_format.rb +10 -0
- data/mod/01_core/layout/blank.html +5 -0
- data/mod/01_core/layout/default.html +20 -0
- data/mod/01_core/layout/noside.html +16 -0
- data/mod/01_core/layout/pre.html +2 -0
- data/mod/01_core/layout/simple.html +5 -0
- data/mod/01_core/set/all/active_card.rb +35 -0
- data/mod/01_core/set/all/collection.rb +142 -0
- data/mod/01_core/set/all/content.rb +64 -0
- data/mod/01_core/set/all/erb.rb +11 -0
- data/mod/01_core/set/all/fetch.rb +228 -0
- data/mod/01_core/set/all/haml.rb +7 -0
- data/mod/01_core/set/all/initialize.rb +49 -0
- data/mod/01_core/set/all/name.rb +275 -0
- data/mod/01_core/set/all/pattern.rb +56 -0
- data/mod/01_core/set/all/permissions.rb +284 -0
- data/mod/01_core/set/all/phases.rb +185 -0
- data/mod/01_core/set/all/references.rb +118 -0
- data/mod/01_core/set/all/rules.rb +315 -0
- data/mod/01_core/set/all/states.rb +16 -0
- data/mod/01_core/set/all/templating.rb +120 -0
- data/mod/01_core/set/all/tracked_attributes.rb +114 -0
- data/mod/01_core/set/all/trash.rb +50 -0
- data/mod/01_core/set/all/type.rb +85 -0
- data/mod/01_core/set/all/utils.rb +85 -0
- data/mod/01_core/set_pattern/01_all.rb +11 -0
- data/mod/01_core/set_pattern/02_all_plus.rb +13 -0
- data/mod/01_core/set_pattern/03_type.rb +23 -0
- data/mod/01_core/set_pattern/04_star.rb +15 -0
- data/mod/01_core/set_pattern/05_rstar.rb +17 -0
- data/mod/01_core/set_pattern/06_right.rb +20 -0
- data/mod/01_core/set_pattern/07_type_plus_right.rb +23 -0
- data/mod/01_core/set_pattern/08_self.rb +19 -0
- data/mod/01_core/spec/chunk/literal_spec.rb +14 -0
- data/mod/01_core/spec/chunk/uri_spec.rb +292 -0
- data/mod/01_core/spec/format/data_format_spec.rb +5 -0
- data/mod/01_core/spec/format/html_format_spec.rb +140 -0
- data/mod/01_core/spec/format/text_format_spec.rb +5 -0
- data/mod/01_core/spec/set/all/active_card_spec.rb +5 -0
- data/mod/01_core/spec/set/all/attribute_tracking_spec.rb +21 -0
- data/mod/01_core/spec/set/all/collection_spec.rb +65 -0
- data/mod/01_core/spec/set/all/content_spec.rb +15 -0
- data/mod/01_core/spec/set/all/fetch_spec.rb +204 -0
- data/mod/01_core/spec/set/all/initialize_spec.rb +58 -0
- data/mod/01_core/spec/set/all/name_spec.rb +61 -0
- data/mod/01_core/spec/set/all/pattern_spec.rb +81 -0
- data/mod/01_core/spec/set/all/permissions_spec.rb +505 -0
- data/mod/01_core/spec/set/all/phases_spec.rb +6 -0
- data/mod/01_core/spec/set/all/references_spec.rb +8 -0
- data/mod/01_core/spec/set/all/rules2_spec.rb +250 -0
- data/mod/01_core/spec/set/all/rules_spec.rb +130 -0
- data/mod/01_core/spec/set/all/states_spec.rb +5 -0
- data/mod/01_core/spec/set/all/templating_spec.rb +111 -0
- data/mod/01_core/spec/set/all/tracked_attributes_spec.rb +328 -0
- data/mod/01_core/spec/set/all/trash_spec.rb +34 -0
- data/mod/01_core/spec/set/all/type_spec.rb +71 -0
- data/mod/01_core/spec/set/all/utils_spec.rb +5 -0
- data/mod/01_history/lib/card/act.rb +60 -0
- data/mod/01_history/lib/card/action.rb +176 -0
- data/mod/01_history/lib/card/change.rb +29 -0
- data/mod/01_history/set/all/actions.rb +47 -0
- data/mod/01_history/set/all/content_history.rb +131 -0
- data/mod/01_history/set/all/history.rb +296 -0
- data/mod/02_basic_types/format/css_format.rb +6 -0
- data/mod/02_basic_types/format/csv_format.rb +6 -0
- data/mod/02_basic_types/format/file_format.rb +3 -0
- data/mod/02_basic_types/format/js_format.rb +6 -0
- data/mod/02_basic_types/format/json_format.rb +6 -0
- data/mod/02_basic_types/format/rss_format.rb +11 -0
- data/mod/02_basic_types/format/xml_format.rb +6 -0
- data/mod/02_basic_types/set/all/all_css.rb +42 -0
- data/mod/02_basic_types/set/all/all_csv.rb +52 -0
- data/mod/02_basic_types/set/all/all_js.rb +7 -0
- data/mod/02_basic_types/set/all/base.rb +122 -0
- data/mod/02_basic_types/set/all/file.rb +13 -0
- data/mod/02_basic_types/set/all/json.rb +66 -0
- data/mod/02_basic_types/set/all/rss.rb +72 -0
- data/mod/02_basic_types/set/all/text.rb +8 -0
- data/mod/02_basic_types/set/type/plain_text.rb +10 -0
- data/mod/02_basic_types/set/type/pointer.rb +323 -0
- data/mod/02_basic_types/spec/set/all/all_css_spec.rb +10 -0
- data/mod/02_basic_types/spec/set/all/all_csv_spec.rb +9 -0
- data/mod/02_basic_types/spec/set/all/base_spec.rb +57 -0
- data/mod/02_basic_types/spec/set/all/file_spec.rb +5 -0
- data/mod/02_basic_types/spec/set/all/json_spec.rb +26 -0
- data/mod/02_basic_types/spec/set/all/rss_spec.rb +8 -0
- data/mod/02_basic_types/spec/set/all/text_spec.rb +5 -0
- data/mod/02_basic_types/spec/set/type/plain_text_spec.rb +11 -0
- data/mod/02_basic_types/spec/set/type/pointer_spec.rb +103 -0
- data/mod/03_machines/lib/card/machine.rb +185 -0
- data/mod/03_machines/lib/card/machine_input.rb +40 -0
- data/mod/03_machines/lib/javascript/ace.js +18204 -0
- data/mod/03_machines/lib/javascript/html5shiv-printshiv.js +1 -0
- data/mod/03_machines/lib/javascript/jquery-ui.js +14913 -0
- data/mod/03_machines/lib/javascript/jquery.autosize.js +274 -0
- data/mod/03_machines/lib/javascript/jquery.fileupload.js +1114 -0
- data/mod/03_machines/lib/javascript/jquery.iframe-transport.js +185 -0
- data/mod/03_machines/lib/javascript/jquery.js +4 -0
- data/mod/03_machines/lib/javascript/jquery.ui.autocomplete.html.js +41 -0
- data/mod/03_machines/lib/javascript/jquery_ujs.js +469 -0
- data/mod/03_machines/lib/javascript/jquerymobile.js +15454 -0
- data/mod/03_machines/lib/javascript/theme-textmate.js +130 -0
- data/mod/03_machines/lib/javascript/tinymce.js +13 -0
- data/mod/03_machines/lib/javascript/wagn.js.coffee +336 -0
- data/mod/03_machines/lib/javascript/wagn_menu.js +72 -0
- data/mod/03_machines/lib/javascript/wagn_mod.js.coffee +446 -0
- data/mod/03_machines/lib/stylesheets/functional.scss +184 -0
- data/mod/03_machines/lib/stylesheets/jquery-ui-smoothness.css +1178 -0
- data/mod/03_machines/lib/stylesheets/standard.scss +760 -0
- data/mod/03_machines/set/right/machine_output.rb +20 -0
- data/mod/03_machines/set/self/script_ace.rb +8 -0
- data/mod/03_machines/set/self/script_card_menu.rb +8 -0
- data/mod/03_machines/set/self/script_html5shiv_printshiv.rb +7 -0
- data/mod/03_machines/set/self/script_jquery.rb +8 -0
- data/mod/03_machines/set/self/script_jquery_helper.rb +14 -0
- data/mod/03_machines/set/self/script_slot.rb +9 -0
- data/mod/03_machines/set/self/script_tinymce.rb +8 -0
- data/mod/03_machines/set/self/style_functional.rb +8 -0
- data/mod/03_machines/set/self/style_jquery_ui_smoothness.rb +8 -0
- data/mod/03_machines/set/self/style_standard.rb +8 -0
- data/mod/03_machines/set/type/coffee_script.rb +61 -0
- data/mod/03_machines/set/type/css.rb +45 -0
- data/mod/03_machines/set/type/java_script.rb +38 -0
- data/mod/03_machines/set/type/scss.rb +23 -0
- data/mod/03_machines/set/type/skin.rb +12 -0
- data/mod/03_machines/spec/lib/shared_machine_examples.rb +175 -0
- data/mod/03_machines/spec/lib/shared_machine_input_examples.rb +65 -0
- data/mod/03_machines/spec/set/right/machine_output_spec.rb +5 -0
- data/mod/03_machines/spec/set/self/style_functional_spec.rb +5 -0
- data/mod/03_machines/spec/set/self/style_jquery_ui_smoothness_spec.rb +5 -0
- data/mod/03_machines/spec/set/self/style_standard_spec.rb +5 -0
- data/mod/03_machines/spec/set/type/coffeescript_spec.rb +29 -0
- data/mod/03_machines/spec/set/type/css_spec.rb +34 -0
- data/mod/03_machines/spec/set/type/javascript_spec.rb +28 -0
- data/mod/03_machines/spec/set/type/scss_spec.rb +56 -0
- data/mod/03_machines/spec/set/type/skin_spec.rb +70 -0
- data/mod/04_settings/lib/card/setting.rb +65 -0
- data/mod/04_settings/set/right/add_help.rb +11 -0
- data/mod/04_settings/set/right/comment.rb +91 -0
- data/mod/04_settings/set/right/create.rb +3 -0
- data/mod/04_settings/set/right/default.rb +3 -0
- data/mod/04_settings/set/right/delete.rb +4 -0
- data/mod/04_settings/set/right/help.rb +3 -0
- data/mod/04_settings/set/right/read.rb +2 -0
- data/mod/04_settings/set/right/script.rb +10 -0
- data/mod/04_settings/set/right/structure.rb +4 -0
- data/mod/04_settings/set/right/style.rb +10 -0
- data/mod/04_settings/set/right/update.rb +2 -0
- data/mod/04_settings/set/self/accountable.rb +3 -0
- data/mod/04_settings/set/self/add_help.rb +2 -0
- data/mod/04_settings/set/self/autoname.rb +2 -0
- data/mod/04_settings/set/self/captcha.rb +2 -0
- data/mod/04_settings/set/self/comment.rb +2 -0
- data/mod/04_settings/set/self/create.rb +2 -0
- data/mod/04_settings/set/self/default.rb +2 -0
- data/mod/04_settings/set/self/delete.rb +2 -0
- data/mod/04_settings/set/self/help.rb +2 -0
- data/mod/04_settings/set/self/input.rb +2 -0
- data/mod/04_settings/set/self/layout.rb +2 -0
- data/mod/04_settings/set/self/on_create.rb +2 -0
- data/mod/04_settings/set/self/on_delete.rb +2 -0
- data/mod/04_settings/set/self/on_update.rb +2 -0
- data/mod/04_settings/set/self/options.rb +2 -0
- data/mod/04_settings/set/self/options_label.rb +2 -0
- data/mod/04_settings/set/self/read.rb +2 -0
- data/mod/04_settings/set/self/script.rb +2 -0
- data/mod/04_settings/set/self/structure.rb +2 -0
- data/mod/04_settings/set/self/style.rb +2 -0
- data/mod/04_settings/set/self/table_of_contents.rb +2 -0
- data/mod/04_settings/set/self/thanks.rb +2 -0
- data/mod/04_settings/set/self/update.rb +2 -0
- data/mod/04_settings/set/type/setting.rb +82 -0
- data/mod/04_settings/spec/set/right/add_help_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/comment_spec.rb +41 -0
- data/mod/04_settings/spec/set/right/create_spec.rb +10 -0
- data/mod/04_settings/spec/set/right/default_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/delete_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/help_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/read_spec.rb +5 -0
- data/mod/04_settings/spec/set/right/script_spec.rb +24 -0
- data/mod/04_settings/spec/set/right/structure_spec.rb +17 -0
- data/mod/04_settings/spec/set/right/style_spec.rb +29 -0
- data/mod/04_settings/spec/set/right/update_spec.rb +5 -0
- data/mod/04_settings/spec/set/type/setting_spec.rb +10 -0
- data/mod/05_email/format/email_html_format.rb +9 -0
- data/mod/05_email/format/email_text_format.rb +11 -0
- data/mod/05_email/lib/card/follow_option.rb +90 -0
- data/mod/05_email/set/all/email_html.rb +5 -0
- data/mod/05_email/set/all/email_text.rb +5 -0
- data/mod/05_email/set/all/follow.rb +256 -0
- data/mod/05_email/set/all/notify.rb +223 -0
- data/mod/05_email/set/all/observer.rb +27 -0
- data/mod/05_email/set/right/bcc.rb +45 -0
- data/mod/05_email/set/right/cc.rb +3 -0
- data/mod/05_email/set/right/follow.rb +9 -0
- data/mod/05_email/set/right/follow_fields.rb +3 -0
- data/mod/05_email/set/right/followers.rb +30 -0
- data/mod/05_email/set/right/following.rb +52 -0
- data/mod/05_email/set/right/from.rb +3 -0
- data/mod/05_email/set/right/html_message.rb +3 -0
- data/mod/05_email/set/right/to.rb +3 -0
- data/mod/05_email/set/self/always.rb +14 -0
- data/mod/05_email/set/self/created.rb +21 -0
- data/mod/05_email/set/self/edited.rb +24 -0
- data/mod/05_email/set/self/follow.rb +2 -0
- data/mod/05_email/set/self/follow_defaults.rb +66 -0
- data/mod/05_email/set/self/never.rb +15 -0
- data/mod/05_email/set/type/email_template.rb +113 -0
- data/mod/05_email/set/type_plus_right/user/follow.rb +176 -0
- data/mod/05_email/spec/set/all/follow_spec.rb +133 -0
- data/mod/05_email/spec/set/all/notify_spec.rb +364 -0
- data/mod/05_email/spec/set/all/observer_spec.rb +76 -0
- data/mod/05_email/spec/set/right/followers_spec.rb +126 -0
- data/mod/05_email/spec/set/right/following_spec.rb +4 -0
- data/mod/05_email/spec/set/self/follow_defaults_spec.rb +18 -0
- data/mod/05_standard/file/103/icon-6566.ico +0 -0
- data/mod/05_standard/file/103/large-6566.ico +0 -0
- data/mod/05_standard/file/103/medium-6566.ico +0 -0
- data/mod/05_standard/file/103/original-6566.ico +0 -0
- data/mod/05_standard/file/103/small-6566.ico +0 -0
- data/mod/05_standard/file/79/icon-6556.png +0 -0
- data/mod/05_standard/file/79/large-6556.png +0 -0
- data/mod/05_standard/file/79/medium-6556.png +0 -0
- data/mod/05_standard/file/79/original-6556.png +0 -0
- data/mod/05_standard/file/79/small-6556.png +0 -0
- data/mod/05_standard/file/790/icon-6419.png +0 -0
- data/mod/05_standard/file/790/large-6419.png +0 -0
- data/mod/05_standard/file/790/medium-6419.png +0 -0
- data/mod/05_standard/file/790/original-6419.png +0 -0
- data/mod/05_standard/file/790/small-6419.png +0 -0
- data/mod/05_standard/set/all/account.rb +67 -0
- data/mod/05_standard/set/all/attach.rb +152 -0
- data/mod/05_standard/set/all/comment.rb +39 -0
- data/mod/05_standard/set/all/error.rb +214 -0
- data/mod/05_standard/set/all/event_viz.rb +62 -0
- data/mod/05_standard/set/all/links.rb +110 -0
- data/mod/05_standard/set/all/rich_html/content.rb +173 -0
- data/mod/05_standard/set/all/rich_html/editing.rb +145 -0
- data/mod/05_standard/set/all/rich_html/form.rb +234 -0
- data/mod/05_standard/set/all/rich_html/header.rb +64 -0
- data/mod/05_standard/set/all/rich_html/wrapper.rb +105 -0
- data/mod/05_standard/set/right/account.rb +180 -0
- data/mod/05_standard/set/right/email.rb +52 -0
- data/mod/05_standard/set/right/password.rb +39 -0
- data/mod/05_standard/set/right/salt.rb +5 -0
- data/mod/05_standard/set/right/stats.rb +35 -0
- data/mod/05_standard/set/right/status.rb +9 -0
- data/mod/05_standard/set/right/token.rb +5 -0
- data/mod/05_standard/set/right/when_created.rb +5 -0
- data/mod/05_standard/set/right/when_last_edited.rb +5 -0
- data/mod/05_standard/set/rstar/rules.rb +407 -0
- data/mod/05_standard/set/self/account_links.rb +61 -0
- data/mod/05_standard/set/self/alerts.rb +5 -0
- data/mod/05_standard/set/self/all.rb +21 -0
- data/mod/05_standard/set/self/foot.rb +8 -0
- data/mod/05_standard/set/self/head.rb +121 -0
- data/mod/05_standard/set/self/navbox.rb +20 -0
- data/mod/05_standard/set/self/now.rb +6 -0
- data/mod/05_standard/set/self/recent.rb +48 -0
- data/mod/05_standard/set/self/search.rb +43 -0
- data/mod/05_standard/set/self/signin.rb +121 -0
- data/mod/05_standard/set/self/stats.rb +91 -0
- data/mod/05_standard/set/self/version.rb +9 -0
- data/mod/05_standard/set/type/basic.rb +46 -0
- data/mod/05_standard/set/type/cardtype.rb +43 -0
- data/mod/05_standard/set/type/date.rb +8 -0
- data/mod/05_standard/set/type/file.rb +85 -0
- data/mod/05_standard/set/type/html.rb +22 -0
- data/mod/05_standard/set/type/image.rb +67 -0
- data/mod/05_standard/set/type/layout_type.rb +14 -0
- data/mod/05_standard/set/type/number.rb +19 -0
- data/mod/05_standard/set/type/phrase.rb +3 -0
- data/mod/05_standard/set/type/search_type.rb +243 -0
- data/mod/05_standard/set/type/set.rb +198 -0
- data/mod/05_standard/set/type/signup.rb +144 -0
- data/mod/05_standard/set/type/toggle.rb +12 -0
- data/mod/05_standard/set/type/uri.rb +11 -0
- data/mod/05_standard/set/type/user.rb +72 -0
- data/mod/05_standard/spec/chunk/include_spec.rb +186 -0
- data/mod/05_standard/spec/chunk/link_spec.rb +61 -0
- data/mod/05_standard/spec/format/css_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/csv_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/email_html_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/file_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/js_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/json_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/rss_format_spec.rb +5 -0
- data/mod/05_standard/spec/format/xml_format_spec.rb +5 -0
- data/mod/05_standard/spec/set/all/account_spec.rb +137 -0
- data/mod/05_standard/spec/set/all/attach_spec.rb +9 -0
- data/mod/05_standard/spec/set/all/comment_spec.rb +5 -0
- data/mod/05_standard/spec/set/all/email_html_spec.rb +15 -0
- data/mod/05_standard/spec/set/all/error_spec.rb +9 -0
- data/mod/05_standard/spec/set/all/event_viz_spec.rb +9 -0
- data/mod/05_standard/spec/set/all/history_spec.rb +173 -0
- data/mod/05_standard/spec/set/all/rich_html/form_spec.rb +43 -0
- data/mod/05_standard/spec/set/all/rich_html/wrapper_spec.rb +28 -0
- data/mod/05_standard/spec/set/right/account_spec.rb +162 -0
- data/mod/05_standard/spec/set/right/email_spec.rb +55 -0
- data/mod/05_standard/spec/set/right/password_spec.rb +45 -0
- data/mod/05_standard/spec/set/right/salt_spec.rb +5 -0
- data/mod/05_standard/spec/set/right/stats_spec.rb +13 -0
- data/mod/05_standard/spec/set/right/status_spec.rb +5 -0
- data/mod/05_standard/spec/set/right/token_spec.rb +5 -0
- data/mod/05_standard/spec/set/right/when_created_spec.rb +7 -0
- data/mod/05_standard/spec/set/right/when_last_edited_spec.rb +7 -0
- data/mod/05_standard/spec/set/rstar/rules_spec.rb +25 -0
- data/mod/05_standard/spec/set/self/account_links_spec.rb +9 -0
- data/mod/05_standard/spec/set/self/alerts_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/all_spec.rb +48 -0
- data/mod/05_standard/spec/set/self/foot_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/head_spec.rb +17 -0
- data/mod/05_standard/spec/set/self/navbox_spec.rb +7 -0
- data/mod/05_standard/spec/set/self/now_spec.rb +7 -0
- data/mod/05_standard/spec/set/self/recent_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/search_spec.rb +5 -0
- data/mod/05_standard/spec/set/self/signin_spec.rb +73 -0
- data/mod/05_standard/spec/set/self/stats_spec.rb +12 -0
- data/mod/05_standard/spec/set/self/version_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/basic_spec.rb +5 -0
- data/mod/05_standard/spec/set/type/cardtype_spec.rb +5 -0
- data/mod/05_standard/spec/set/type/date_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/email_template_spec.rb +208 -0
- data/mod/05_standard/spec/set/type/file_spec.rb +5 -0
- data/mod/05_standard/spec/set/type/html_spec.rb +23 -0
- data/mod/05_standard/spec/set/type/image_spec.rb +16 -0
- data/mod/05_standard/spec/set/type/layout_type_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/number_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/phrase_spec.rb +7 -0
- data/mod/05_standard/spec/set/type/search_type_spec.rb +27 -0
- data/mod/05_standard/spec/set/type/set_spec.rb +26 -0
- data/mod/05_standard/spec/set/type/signup_spec.rb +228 -0
- data/mod/05_standard/spec/set/type/toggle_spec.rb +12 -0
- data/mod/05_standard/spec/set/type/uri_spec.rb +41 -0
- data/mod/05_standard/spec/set/type/user_spec.rb +5 -0
- data/mod/06_bootstrap/lib/javascript/bootstrap.js +2306 -0
- data/mod/06_bootstrap/lib/javascript/bootstrap.min.js +7 -0
- data/mod/06_bootstrap/lib/stylesheets/bootstrap-theme.css +476 -0
- data/mod/06_bootstrap/lib/stylesheets/bootstrap.css +6565 -0
- data/mod/06_bootstrap/lib/stylesheets/darkly.css +6583 -0
- data/mod/06_bootstrap/set/all/bootstrap/form.rb +37 -0
- data/mod/06_bootstrap/set/all/bootstrap/header.rb +29 -0
- data/mod/06_bootstrap/set/all/bootstrap/wrapper.rb +12 -0
- data/mod/06_bootstrap/set/all/rich_bootstrap.rb +28 -0
- data/mod/06_bootstrap/set/self/bootstrap_css.rb +7 -0
- data/mod/06_bootstrap/set/self/bootstrap_js.rb +7 -0
- data/mod/06_bootstrap/set/self/bootstrap_theme_css.rb +7 -0
- data/mod/06_bootstrap/set/self/navbox.rb +32 -0
- data/mod/06_bootstrap/set/type/search_type.rb +79 -0
- data/mod/06_bootstrap/spec/set/all/bootstrap/form_spec.rb +13 -0
- data/spec/lib/card/action_spec.rb +14 -0
- data/spec/lib/card/auth_spec.rb +17 -0
- data/spec/lib/card/cache_spec.rb +122 -0
- data/spec/lib/card/chunk_spec.rb +17 -0
- data/spec/lib/card/codename_spec.rb +25 -0
- data/spec/lib/card/content_spec.rb +314 -0
- data/spec/lib/card/diff_spec.rb +210 -0
- data/spec/lib/card/format_spec.rb +82 -0
- data/spec/lib/card/loader_spec.rb +39 -0
- data/spec/lib/card/log_spec.rb +270 -0
- data/spec/lib/card/name_spec.rb +279 -0
- data/spec/lib/card/query_spec.rb +456 -0
- data/spec/lib/card/reference_spec.rb +213 -0
- data/spec/lib/card/set_pattern_spec.rb +56 -0
- data/spec/lib/card/set_spec.rb +88 -0
- data/spec/mailers/mailer_spec.rb +64 -0
- data/spec/models/card/cardtype_spec.rb +216 -0
- data/spec/models/card/create_spec.rb +82 -0
- data/spec/models/card/trash_spec.rb +260 -0
- data/spec/models/card/type_transition_spec.rb +161 -0
- data/spec/models/card/validation_spec.rb +36 -0
- data/spec/models/card_spec.rb +177 -0
- data/spec/spec_helper.rb +130 -0
- data/test/fixtures/.gitkeep +0 -0
- data/test/fixtures/card_actions.yml +5706 -0
- data/test/fixtures/card_acts.yml +835 -0
- data/test/fixtures/card_changes.yml +17182 -0
- data/test/fixtures/card_references.yml +5405 -0
- data/test/fixtures/cards.yml +15533 -0
- data/test/fixtures/mao2.jpg +0 -0
- data/test/fixtures/rails.gif +0 -0
- data/test/seed.rb +201 -0
- metadata +762 -38
- data/.gitignore +0 -17
- data/Gemfile +0 -4
- data/LICENSE.txt +0 -22
- data/README.md +0 -29
- data/Rakefile +0 -1
@@ -0,0 +1,168 @@
|
|
1
|
+
class Card
|
2
|
+
|
3
|
+
class SetPattern
|
4
|
+
|
5
|
+
class << self
|
6
|
+
attr_accessor :pattern_code, :pattern_id, :junction_only, :assigns_type, :anchorless, :anchor_parts_count
|
7
|
+
|
8
|
+
def find pattern_code
|
9
|
+
Card.set_patterns.find { |sub| sub.pattern_code == pattern_code }
|
10
|
+
end
|
11
|
+
|
12
|
+
def junction_only?
|
13
|
+
!!junction_only
|
14
|
+
end
|
15
|
+
|
16
|
+
def anchorless?
|
17
|
+
!!anchorless
|
18
|
+
end
|
19
|
+
|
20
|
+
def new card
|
21
|
+
super if pattern_applies? card
|
22
|
+
end
|
23
|
+
|
24
|
+
def pattern
|
25
|
+
Card.fetch(self.pattern_id, :skip_modules=>true).cardname
|
26
|
+
end
|
27
|
+
|
28
|
+
def register pattern_code, opts={}
|
29
|
+
if self.pattern_id = Card::Codename[pattern_code]
|
30
|
+
self.pattern_code = pattern_code
|
31
|
+
Card.set_patterns.insert opts.delete(:index).to_i, self
|
32
|
+
self.anchorless = !respond_to?( :anchor_name )
|
33
|
+
opts.each { |key, val| send "#{key}=", val }
|
34
|
+
else
|
35
|
+
warn "no codename for pattern_code #{pattern_code}"
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
def pattern_applies? card
|
40
|
+
junction_only? ? card.cardname.junction? : true
|
41
|
+
end
|
42
|
+
|
43
|
+
def anchor_parts_count
|
44
|
+
@anchor_parts_count ||= ( anchorless? ? 0 : 1 )
|
45
|
+
end
|
46
|
+
|
47
|
+
def write_tmp_file pattern_code, from_file, seq
|
48
|
+
to_file = "#{Card.paths['tmp/set_pattern'].first}/#{seq}-#{pattern_code}.rb"
|
49
|
+
klass = "Card::#{pattern_code.camelize}Set"
|
50
|
+
file_content = <<EOF
|
51
|
+
# -*- encoding : utf-8 -*-
|
52
|
+
class #{klass} < Card::SetPattern
|
53
|
+
cattr_accessor :options
|
54
|
+
class << self
|
55
|
+
# ~~~~~~~~~~~ above autogenerated; below pulled from #{from_file} ~~~~~~~~~~~
|
56
|
+
|
57
|
+
#{ File.read from_file }
|
58
|
+
|
59
|
+
# ~~~~~~~~~~~ below autogenerated; above pulled from #{from_file} ~~~~~~~~~~~
|
60
|
+
end
|
61
|
+
register "#{pattern_code}", (options || {})
|
62
|
+
end
|
63
|
+
|
64
|
+
EOF
|
65
|
+
File.write to_file, file_content
|
66
|
+
to_file
|
67
|
+
end
|
68
|
+
end
|
69
|
+
|
70
|
+
|
71
|
+
# Instance methods
|
72
|
+
|
73
|
+
def initialize card
|
74
|
+
unless self.class.anchorless?
|
75
|
+
@anchor_name = self.class.anchor_name(card).to_name
|
76
|
+
@anchor_id = if self.class.respond_to? :anchor_id
|
77
|
+
self.class.anchor_id card
|
78
|
+
else
|
79
|
+
Card.fetch_id @anchor_name
|
80
|
+
end
|
81
|
+
end
|
82
|
+
self
|
83
|
+
end
|
84
|
+
|
85
|
+
def module_key
|
86
|
+
(defined? @module_key) ? @module_key : @module_key = begin
|
87
|
+
if self.class.anchorless?
|
88
|
+
self.class.pattern_code.camelize
|
89
|
+
elsif anchor_codenames
|
90
|
+
"#{self.class.pattern_code.camelize}::#{anchor_codenames.map(&:to_s).map(&:camelize) * '::'}"
|
91
|
+
end
|
92
|
+
end
|
93
|
+
end
|
94
|
+
|
95
|
+
def lookup_module_list modules_hash
|
96
|
+
module_key && modules_hash[ module_key ]
|
97
|
+
end
|
98
|
+
|
99
|
+
def module_list
|
100
|
+
lookup_module_list Card::Set.modules[ :nonbase ]
|
101
|
+
end
|
102
|
+
|
103
|
+
def format_module_list klass
|
104
|
+
hash = Card::Set.modules[ :nonbase_format ][ klass ] and lookup_module_list hash
|
105
|
+
end
|
106
|
+
|
107
|
+
def anchor_codenames
|
108
|
+
@anchor_name.parts.map do |part|
|
109
|
+
part_id = Card.fetch_id part
|
110
|
+
part_id && Card::Codename[ part_id.to_i ] or return nil
|
111
|
+
end
|
112
|
+
end
|
113
|
+
|
114
|
+
def pattern
|
115
|
+
@pattern ||= self.class.pattern
|
116
|
+
end
|
117
|
+
|
118
|
+
def to_s
|
119
|
+
self.class.anchorless? ? pattern.s : "#{@anchor_name}+#{pattern}"
|
120
|
+
end
|
121
|
+
|
122
|
+
def inspect
|
123
|
+
"<#{self.class} #{to_s.to_name.inspect}>"
|
124
|
+
end
|
125
|
+
|
126
|
+
def safe_key
|
127
|
+
caps_part = self.class.pattern_code.gsub(' ','_').upcase
|
128
|
+
self.class.anchorless? ? caps_part : "#{caps_part}-#{@anchor_name.safe_key}"
|
129
|
+
end
|
130
|
+
|
131
|
+
def rule_set_key
|
132
|
+
if self.class.anchorless?
|
133
|
+
self.class.pattern_code
|
134
|
+
elsif @anchor_id
|
135
|
+
[ @anchor_id, self.class.pattern_code ].map( &:to_s ) * '+'
|
136
|
+
end
|
137
|
+
end
|
138
|
+
end
|
139
|
+
|
140
|
+
class TypeSet < SetPattern
|
141
|
+
def initialize card
|
142
|
+
super
|
143
|
+
@inherit_card = card unless module_key
|
144
|
+
end
|
145
|
+
|
146
|
+
def lookup_inherited_key
|
147
|
+
return unless @inherit_card
|
148
|
+
card, @inherit_card = @inherit_card, nil
|
149
|
+
|
150
|
+
default_rule = card.rule_card(:default) and
|
151
|
+
type_code = default_rule.type_code and
|
152
|
+
#default_rule.cardname.size > 2 and
|
153
|
+
#default_rule.left.right.codename == self.class.pattern_code
|
154
|
+
mod_key = "Type::#{type_code.to_s.camelize}" and
|
155
|
+
( Card::Set.modules[:nonbase_format].values +
|
156
|
+
[Card::Set.modules[:nonbase]] ).any?{|hash| hash[mod_key]} and
|
157
|
+
mod_key
|
158
|
+
end
|
159
|
+
|
160
|
+
def inherited_key
|
161
|
+
(defined? @inherited_key) ? @inherited_key : @inherited_key = lookup_inherited_key
|
162
|
+
end
|
163
|
+
|
164
|
+
def lookup_module_list modules_hash
|
165
|
+
module_key ? modules_hash[ module_key ] : inherited_key && modules_hash[ inherited_key ]
|
166
|
+
end
|
167
|
+
end
|
168
|
+
end
|
@@ -0,0 +1,61 @@
|
|
1
|
+
def card_simplecov_filters
|
2
|
+
add_filter 'spec/'
|
3
|
+
add_filter '/config/'
|
4
|
+
add_filter '/tasks/'
|
5
|
+
|
6
|
+
# filter all card mods
|
7
|
+
add_filter do |src_file|
|
8
|
+
src_file.filename =~ /tmp\// and not
|
9
|
+
/\d+-(.+\.rb)/.match(src_file.filename) { |m| Dir["mod/**/#{m[1]}"].present? }
|
10
|
+
end
|
11
|
+
|
12
|
+
# add group for each deck mod
|
13
|
+
Dir['mod/*'].map{ |path| path.sub('mod/','') }.each do |mod|
|
14
|
+
add_group mod.capitalize do |src_file|
|
15
|
+
src_file.filename =~ /mod\/#{mod}\// or
|
16
|
+
(
|
17
|
+
src_file.filename =~ /tmp\// and
|
18
|
+
/\d+-(.+\.rb)/.match(src_file.filename) { |m| Dir["mod/#{mod}/**/#{m[1]}"].present? }
|
19
|
+
)
|
20
|
+
end
|
21
|
+
end
|
22
|
+
|
23
|
+
add_group 'Sets' do |src_file|
|
24
|
+
src_file.filename =~ /tmp\/set\// and
|
25
|
+
/\d+-(.+\.rb)/.match(src_file.filename) { |m| Dir["mod/**/#{m[1]}"].present? }
|
26
|
+
end
|
27
|
+
add_group 'Set patterns' do |src_file|
|
28
|
+
src_file.filename =~ /tmp\/set_pattern\// and
|
29
|
+
/\d+-(.+\.rb)/.match(src_file.filename) { |m| Dir["mod/**/#{m[1]}"].present? }
|
30
|
+
end
|
31
|
+
add_group 'Formats' do |src_file|
|
32
|
+
src_file.filename =~ /mod\/[^\/]+\/formats/
|
33
|
+
end
|
34
|
+
add_group 'Chunks' do |src_file|
|
35
|
+
src_file.filename =~ /mod\/[^\/]+\/chunks/
|
36
|
+
end
|
37
|
+
end
|
38
|
+
|
39
|
+
def card_core_dev_simplecov_filters
|
40
|
+
filters.clear # This will remove the :root_filter that comes via simplecov's defaults
|
41
|
+
add_filter do |src|
|
42
|
+
!(src.filename =~ /^#{SimpleCov.root}/) unless src.filename =~ /card/
|
43
|
+
end
|
44
|
+
|
45
|
+
add_filter '/spec/'
|
46
|
+
add_filter '/features/'
|
47
|
+
add_filter '/config/'
|
48
|
+
add_filter '/tasks/'
|
49
|
+
add_filter '/generators/'
|
50
|
+
add_filter 'lib/card'
|
51
|
+
|
52
|
+
add_group 'Card', 'lib/card'
|
53
|
+
add_group 'Set Patterns', 'tmp/set_pattern/'
|
54
|
+
add_group 'Sets', 'tmp/set/'
|
55
|
+
add_group 'Formats' do |src_file|
|
56
|
+
src_file.filename =~ /mod\/[^\/]+\/format/
|
57
|
+
end
|
58
|
+
add_group 'Chunks' do |src_file|
|
59
|
+
src_file.filename =~ /mod\/[^\/]+\/chunk/
|
60
|
+
end
|
61
|
+
end
|
@@ -0,0 +1,68 @@
|
|
1
|
+
module SpecHelper
|
2
|
+
end
|
3
|
+
module Card::SpecHelper
|
4
|
+
|
5
|
+
include ActionDispatch::Assertions::SelectorAssertions
|
6
|
+
#~~~~~~~~~ HELPER METHODS ~~~~~~~~~~~~~~~#
|
7
|
+
|
8
|
+
def login_as user
|
9
|
+
Card::Auth.current_id = (uc=Card[user.to_s] and uc.id)
|
10
|
+
if @request
|
11
|
+
@request.session[:user] = Card::Auth.current_id
|
12
|
+
end
|
13
|
+
#warn "(ath)login_as #{user.inspect}, #{Card::Auth.current_id}, #{@request.session[:user]}"
|
14
|
+
end
|
15
|
+
|
16
|
+
def newcard name, content=""
|
17
|
+
#FIXME - misleading name; sounds like it doesn't save.
|
18
|
+
Card.create! :name=>name, :content=>content
|
19
|
+
end
|
20
|
+
|
21
|
+
def assert_view_select(view_html, *args, &block)
|
22
|
+
node = HTML::Document.new(view_html).root
|
23
|
+
if block_given?
|
24
|
+
assert_select node, *args, &block
|
25
|
+
else
|
26
|
+
assert_select node, *args
|
27
|
+
end
|
28
|
+
end
|
29
|
+
|
30
|
+
def debug_assert_view_select(view_html, *args, &block)
|
31
|
+
Rails.logger.rspec "<pre>#{CGI.escapeHTML Nokogiri::XML(view_html,&:noblanks).to_s}</pre>"
|
32
|
+
assert_view_select view_html, *args, &block
|
33
|
+
end
|
34
|
+
|
35
|
+
def render_editor(type)
|
36
|
+
card = Card.create(:name=>"my favority #{type} + #{rand(4)}", :type=>type)
|
37
|
+
card.format.render(:edit)
|
38
|
+
end
|
39
|
+
|
40
|
+
def render_content content, format_args={}
|
41
|
+
render_content_with_args( content, format_args )
|
42
|
+
end
|
43
|
+
|
44
|
+
def render_content_with_args content, format_args={}, view_args={}
|
45
|
+
@card ||= Card.new :name=>"Tempo Rary 2"
|
46
|
+
@card.content = content
|
47
|
+
@card.format(format_args)._render :core, view_args
|
48
|
+
end
|
49
|
+
|
50
|
+
def render_card view, card_args={}, format_args={}
|
51
|
+
render_card_with_args view, card_args, format_args
|
52
|
+
end
|
53
|
+
|
54
|
+
def render_card_with_args view, card_args={}, format_args={}, view_args={}
|
55
|
+
card = begin
|
56
|
+
if card_args[:name]
|
57
|
+
Card.fetch card_args[:name], :new=>card_args
|
58
|
+
else
|
59
|
+
Card.new card_args.merge( :name=> 'Tempo Rary' )
|
60
|
+
end
|
61
|
+
end
|
62
|
+
card.format(format_args)._render(view, view_args)
|
63
|
+
end
|
64
|
+
|
65
|
+
def users
|
66
|
+
SharedData::USERS.sort
|
67
|
+
end
|
68
|
+
end
|
data/lib/card/version.rb
CHANGED
data/lib/cardio.rb
ADDED
@@ -0,0 +1,145 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
require 'active_support/core_ext/numeric/time'
|
4
|
+
|
5
|
+
CARD_GEM_ROOT = File.expand_path('../..', __FILE__)
|
6
|
+
|
7
|
+
module Cardio
|
8
|
+
|
9
|
+
ActiveSupport.on_load :card do
|
10
|
+
if Card.count > 0
|
11
|
+
Card::Loader.load_mods
|
12
|
+
else
|
13
|
+
Rails.logger.warn "empty database"
|
14
|
+
end
|
15
|
+
end
|
16
|
+
|
17
|
+
mattr_reader :paths, :config, :cache
|
18
|
+
|
19
|
+
class << self
|
20
|
+
def cache
|
21
|
+
@@cache ||= ::Rails.cache
|
22
|
+
end
|
23
|
+
|
24
|
+
def set_config config
|
25
|
+
@@config, @@root = config, config.root
|
26
|
+
|
27
|
+
config.autoload_paths += Dir["#{gem_root}/mod/*/lib/**/"]
|
28
|
+
config.autoload_paths += Dir["#{gem_root}/lib/**/"]
|
29
|
+
config.autoload_paths += Dir["#{root}/mod/*/lib/**/"]
|
30
|
+
|
31
|
+
config.read_only = !!ENV['WAGN_READ_ONLY']
|
32
|
+
config.allow_inline_styles = false
|
33
|
+
|
34
|
+
config.recaptcha_public_key = nil
|
35
|
+
config.recaptcha_private_key = nil
|
36
|
+
config.recaptcha_proxy = nil
|
37
|
+
|
38
|
+
config.cache_store = :file_store, 'tmp/cache'
|
39
|
+
config.override_host = nil
|
40
|
+
config.override_protocol = nil
|
41
|
+
|
42
|
+
config.no_authentication = false
|
43
|
+
config.files_web_path = 'files'
|
44
|
+
|
45
|
+
config.max_char_count = 200
|
46
|
+
config.max_depth = 20
|
47
|
+
config.email_defaults = nil
|
48
|
+
|
49
|
+
config.token_expiry = 2.days
|
50
|
+
config.revisions_per_page = 10
|
51
|
+
config.closed_search_limit = 50
|
52
|
+
end
|
53
|
+
|
54
|
+
|
55
|
+
def set_paths paths
|
56
|
+
@@paths = paths
|
57
|
+
add_path 'tmp/set', :root => root
|
58
|
+
add_path 'tmp/set_pattern', :root => root
|
59
|
+
|
60
|
+
add_path 'mod'
|
61
|
+
add_path "db"
|
62
|
+
add_path 'db/migrate'
|
63
|
+
add_path "db/migrate_core_cards"
|
64
|
+
add_path "db/migrate_deck_cards", :root => root, :with => 'db/migrate_cards'
|
65
|
+
add_path "db/seeds", :with => "db/seeds.rb"
|
66
|
+
|
67
|
+
add_path 'config/initializers', :glob => '**/*.rb'
|
68
|
+
end
|
69
|
+
|
70
|
+
def root
|
71
|
+
@@config.root
|
72
|
+
end
|
73
|
+
|
74
|
+
def gem_root
|
75
|
+
CARD_GEM_ROOT
|
76
|
+
end
|
77
|
+
|
78
|
+
def add_path path, options={}
|
79
|
+
root = options.delete(:root) || gem_root
|
80
|
+
gem_path = File.join( root, path )
|
81
|
+
with = options.delete(:with)
|
82
|
+
with = with ? File.join(root, with) : gem_path
|
83
|
+
paths[path] = Rails::Paths::Path.new(paths, gem_path, with, options)
|
84
|
+
end
|
85
|
+
|
86
|
+
def future_stamp
|
87
|
+
## used in test data
|
88
|
+
@@future_stamp ||= Time.local 2020,1,1,0,0,0
|
89
|
+
end
|
90
|
+
|
91
|
+
def migration_paths type
|
92
|
+
list = paths["db/migrate#{schema_suffix type}"].to_a
|
93
|
+
if type == :deck_cards
|
94
|
+
list += Card::Loader.mod_dirs.map do |p|
|
95
|
+
Dir.glob "#{p}/db/migrate_cards"
|
96
|
+
end.flatten
|
97
|
+
end
|
98
|
+
list
|
99
|
+
end
|
100
|
+
|
101
|
+
def assume_migrated_upto_version type
|
102
|
+
Cardio.schema_mode(type) do
|
103
|
+
ActiveRecord::Schema.assume_migrated_upto_version Cardio.schema(type), Cardio.migration_paths(type)
|
104
|
+
end
|
105
|
+
end
|
106
|
+
|
107
|
+
def schema_suffix type
|
108
|
+
case type
|
109
|
+
when :core_cards then '_core_cards'
|
110
|
+
when :deck_cards then '_deck_cards'
|
111
|
+
else ''
|
112
|
+
end
|
113
|
+
end
|
114
|
+
|
115
|
+
def delete_tmp_files id=nil
|
116
|
+
dir = Cardio.paths['files'].existent.first + '/tmp'
|
117
|
+
dir += "/#{id}" if id
|
118
|
+
FileUtils.rm_rf dir, :secure=>true
|
119
|
+
rescue
|
120
|
+
Rails.logger.info "failed to remove tmp files"
|
121
|
+
end
|
122
|
+
|
123
|
+
def schema_mode type
|
124
|
+
new_suffix = Cardio.schema_suffix type
|
125
|
+
original_suffix = ActiveRecord::Base.table_name_suffix
|
126
|
+
|
127
|
+
ActiveRecord::Base.table_name_suffix = new_suffix
|
128
|
+
yield
|
129
|
+
ActiveRecord::Base.table_name_suffix = original_suffix
|
130
|
+
end
|
131
|
+
|
132
|
+
def schema type=nil
|
133
|
+
File.read( schema_stamp_path type ).strip
|
134
|
+
end
|
135
|
+
|
136
|
+
def schema_stamp_path type
|
137
|
+
root_dir = ( type == :deck_cards ? root : gem_root )
|
138
|
+
stamp_dir = ENV['SCHEMA_STAMP_PATH'] || File.join( root_dir, 'db' )
|
139
|
+
|
140
|
+
File.join stamp_dir, "version#{ schema_suffix(type) }.txt"
|
141
|
+
end
|
142
|
+
|
143
|
+
end
|
144
|
+
end
|
145
|
+
|