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,82 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
describe Card::Format do
|
4
|
+
|
5
|
+
describe '#show?' do
|
6
|
+
let(:format) { described_class.new Card.new }
|
7
|
+
|
8
|
+
it "should respect defaults" do
|
9
|
+
expect(format.show_view?( :menu, :default_visibility=>:show )).to be_truthy
|
10
|
+
expect(format.show_view?( :menu, :default_visibility=>:hide )).to be_falsey
|
11
|
+
expect(format.show_view?( :menu, {} )).to be_truthy
|
12
|
+
end
|
13
|
+
|
14
|
+
it "should respect developer default overrides" do
|
15
|
+
expect(format.show_view?( :menu, :optional_menu=>:show, :default_visibility=>:hide )).to be_truthy
|
16
|
+
expect(format.show_view?( :menu, :optional_menu=>:hide, :default_visibility=>:show )).to be_falsey
|
17
|
+
expect(format.show_view?( :menu, :optional_menu=>:hide )).to be_falsey
|
18
|
+
end
|
19
|
+
|
20
|
+
it "should handle args from inclusions" do
|
21
|
+
expect(format.show_view?( :menu, :show=>'menu', :default_visibility=>:hide )).to be_truthy
|
22
|
+
expect(format.show_view?( :menu, :hide=>'menu, paging', :default_visibility=>:show )).to be_falsey
|
23
|
+
expect(format.show_view?( :menu, :show=>'menu', :optional_menu=>:hide )).to be_truthy
|
24
|
+
end
|
25
|
+
|
26
|
+
it "should handle hard developer overrides" do
|
27
|
+
expect(format.show_view?( :menu, :optional_menu=>:always, :hide=>'menu' )).to be_truthy
|
28
|
+
expect(format.show_view?( :menu, :optional_menu=>:never, :show=>'menu' )).to be_falsey
|
29
|
+
end
|
30
|
+
|
31
|
+
end
|
32
|
+
|
33
|
+
describe 'format helpers and link building' do
|
34
|
+
before :each do
|
35
|
+
# should be a way to get these defaults in these tests
|
36
|
+
Card::Env[:host] = '//test.host'
|
37
|
+
Card::Env[:protocol] = 'http:'
|
38
|
+
end
|
39
|
+
|
40
|
+
let(:card) { Card['Home'] }
|
41
|
+
let(:text_format) { card.format(:text)}
|
42
|
+
let(:html_format) { card.format }
|
43
|
+
let(:url_text1) { 'with external free link http://localhost:2020/path?cgi=foo&bar=baz' }
|
44
|
+
let(:url_text2) { 'with external in link syntax: [[http://brain.org/Home|extra]]' }
|
45
|
+
let(:url_text3) { 'with internal lik [[A]]' }
|
46
|
+
let(:url_text4) { 'with internal lik [[Home|display text]]' }
|
47
|
+
let(:url_text5) { 'external with port: http://localhost:2020/path?cgi=foo+bar=baz after '}
|
48
|
+
|
49
|
+
it "should format links" do
|
50
|
+
cobj = Card::Content.new url_text1, text_format
|
51
|
+
expect(cobj.to_s).to eq url_text1
|
52
|
+
cobj = Card::Content.new url_text2, text_format
|
53
|
+
expect(cobj.to_s).to eq url_text2
|
54
|
+
cobj = Card::Content.new url_text3, text_format
|
55
|
+
expect(cobj.to_s).to eq url_text3
|
56
|
+
cobj = Card::Content.new url_text4, text_format
|
57
|
+
expect(cobj.to_s).to eq url_text4
|
58
|
+
cobj = Card::Content.new url_text5, text_format
|
59
|
+
expect(cobj.to_s).to eq url_text5
|
60
|
+
end
|
61
|
+
|
62
|
+
it "should format html links" do
|
63
|
+
cobj = Card::Content.new url_text1, html_format
|
64
|
+
expect(cobj.to_s).to eq "with external free link <a class=\"external-link\" href=\"http://localhost:2020/path?cgi=foo&bar=baz\">http://localhost:2020/path?cgi=foo&bar=baz</a>"
|
65
|
+
cobj = Card::Content.new url_text2+url_text3+url_text4, html_format
|
66
|
+
expect(cobj.to_s).to eq url_text2+url_text3+url_text4
|
67
|
+
cobj = Card::Content.new url_text5, html_format
|
68
|
+
expect(cobj.to_s).to eq "external with port: <a class=\"external-link\" href=\"http://localhost:2020/path?cgi=foo+bar=baz\">http://localhost:2020/path?cgi=foo+bar=baz</a> after "
|
69
|
+
end
|
70
|
+
|
71
|
+
it "formats page_path" do
|
72
|
+
expect(text_format.page_path card.cardname).to eq '/'+card.name
|
73
|
+
expect(html_format.page_path card.cardname).to eq '/'+card.name
|
74
|
+
expect(text_format.page_path card.cardname, :format => 'txt', :opt1 => 11, :opt2 => 'foo').to eq "/#{card.name}.txt?opt1=11&opt2=foo"
|
75
|
+
end
|
76
|
+
|
77
|
+
it "fomats full path and url" do
|
78
|
+
expect(text_format.card_path card.name).to eq "/#{card.name}"
|
79
|
+
expect(html_format.card_url card.name).to eq "http://test.host/#{card.name}"
|
80
|
+
end
|
81
|
+
end
|
82
|
+
end
|
@@ -0,0 +1,39 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
=begin
|
4
|
+
describe Card::Loader do
|
5
|
+
# let(:card_double) { double "Card" }
|
6
|
+
# let(:pat_all_double) { proxy Card::AllSet }
|
7
|
+
# let(:format_double) { proxy Card::Format }
|
8
|
+
# let(:html_format_double) { proxy Card::HtmlFormat }
|
9
|
+
# it "should auto-load Card class methods from lib/card and mods" do
|
10
|
+
# #xpect(Card).to receive(:load_mods)
|
11
|
+
# #
|
12
|
+
# card = Card[:all]
|
13
|
+
# expect(card_double).to receive(:load_formats)
|
14
|
+
# #expect(Card).to receive(:load_sets)
|
15
|
+
# #expect(Card).to receive(:tracks).with(:any_args) # so Card still loads without core in failure testing
|
16
|
+
# Card[:all]
|
17
|
+
# #expect(Card.instance_method(:version)).to be
|
18
|
+
# # allow(Card).to receive(:version)
|
19
|
+
# # expect(Card.instance_method(:type_card)).to be
|
20
|
+
# # allow(Card).to receive(:file_path_sdfs)
|
21
|
+
# #expect(Card.instance_method(:file_path)).to be
|
22
|
+
# end
|
23
|
+
# it "should define Card methods from modules" do
|
24
|
+
# expect(Card.instance_method(:set_modules)).to be
|
25
|
+
# end
|
26
|
+
# it "should define Formatter methods from modules" do
|
27
|
+
# #expect(Card.instance_method(:render_core)).to be
|
28
|
+
# expect(Card.instance_method(:_render_raw)).to be
|
29
|
+
# expect(Card.instance_method(:render_core)).to be
|
30
|
+
# expect(Card.instance_method(:_render_raw)).to be
|
31
|
+
# end
|
32
|
+
# it "should define Formatter methods from modules" do
|
33
|
+
# expect(html_format_double.method(:render_core)).to be
|
34
|
+
# expect(html_format_double.method(:_render_raw)).to be
|
35
|
+
# expect(html_format_double.method(:render_core)).to be
|
36
|
+
# expect(html_format_double.method(:_render_raw)).to be
|
37
|
+
# end
|
38
|
+
end
|
39
|
+
=end
|
@@ -0,0 +1,270 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
describe Card::Log::Request do
|
4
|
+
before do
|
5
|
+
controller = double()
|
6
|
+
allow(controller).to receive(:env) do
|
7
|
+
hash = {}
|
8
|
+
%w( REMOTE_ADDR REQUEST_METHOD REQUEST_URI HTTP_ACCEPT_LANGUAGE HTTP_REFERER).each do |key|
|
9
|
+
hash[key] = key
|
10
|
+
end
|
11
|
+
hash
|
12
|
+
end
|
13
|
+
card = double()
|
14
|
+
allow(card).to receive(:name) { 'cardname' }
|
15
|
+
allow(controller).to receive(:card) { card }
|
16
|
+
allow(controller).to receive(:action_name) { 'action_name' }
|
17
|
+
allow(controller).to receive(:params) { {'view' => 'view'} }
|
18
|
+
allow(controller).to receive(:status) { 'status' }
|
19
|
+
Card::Log::Request.write_log_entry controller
|
20
|
+
end
|
21
|
+
it 'creates csv file' do
|
22
|
+
expect(File.exist? Card::Log::Request.path).to be_truthy
|
23
|
+
end
|
24
|
+
|
25
|
+
describe 'log file' do
|
26
|
+
subject { File.read Card::Log::Request.path }
|
27
|
+
|
28
|
+
it { is_expected.to include 'REMOTE_ADDR' }
|
29
|
+
it { is_expected.to include 'REQUEST_METHOD' }
|
30
|
+
it { is_expected.to include 'view' }
|
31
|
+
it { is_expected.to include 'status' }
|
32
|
+
it { is_expected.to include 'cardname' }
|
33
|
+
end
|
34
|
+
end
|
35
|
+
|
36
|
+
|
37
|
+
describe Card::Log::Performance do
|
38
|
+
def log_method opts
|
39
|
+
Card::Log::Performance.load_config(:methods=>opts)
|
40
|
+
end
|
41
|
+
|
42
|
+
def expect_logger_to_receive_once message
|
43
|
+
allow(Rails.logger).to receive(:wagn).with(/((?!#{message}).)*/ )
|
44
|
+
expect(Rails.logger).to receive(:wagn).once.with(message)
|
45
|
+
with_logging { yield }
|
46
|
+
end
|
47
|
+
|
48
|
+
|
49
|
+
def expect_logger_to_receive message
|
50
|
+
allow(Rails.logger).to receive(:wagn)
|
51
|
+
Array.wrap(message).each do |msg|
|
52
|
+
expect(Rails.logger).to receive(:wagn).with(msg)
|
53
|
+
end
|
54
|
+
with_logging { yield }
|
55
|
+
end
|
56
|
+
|
57
|
+
def expect_logger_not_to_receive message
|
58
|
+
allow(Rails.logger).to receive(:wagn)
|
59
|
+
Array.wrap(message).each do |msg|
|
60
|
+
expect(Rails.logger).not_to receive(:wagn).with(msg)
|
61
|
+
end
|
62
|
+
with_logging { yield }
|
63
|
+
end
|
64
|
+
|
65
|
+
def with_logging
|
66
|
+
Card::Log::Performance.start :method=>'test'
|
67
|
+
yield
|
68
|
+
Card::Log::Performance.stop
|
69
|
+
end
|
70
|
+
|
71
|
+
|
72
|
+
|
73
|
+
it 'creates tree for nested method calls' do
|
74
|
+
log_method [:view]
|
75
|
+
expect_logger_to_receive([
|
76
|
+
/ \|--\([\d.]+ms\) process: c1/,
|
77
|
+
/ \|--\([\d.]+ms\) view\: core/,
|
78
|
+
/ \|--\([\d.]+ms\) view\: raw/,
|
79
|
+
]) do
|
80
|
+
Card['c1'].format.render_core
|
81
|
+
end
|
82
|
+
end
|
83
|
+
|
84
|
+
|
85
|
+
describe 'logger configuration' do
|
86
|
+
|
87
|
+
it 'handles array with method name' do # log arbitrary card method
|
88
|
+
log_method( [:content] )
|
89
|
+
expect_logger_to_receive(/content/) do
|
90
|
+
Card[:all].content
|
91
|
+
end
|
92
|
+
end
|
93
|
+
|
94
|
+
it 'handles instance method type' do
|
95
|
+
class Card
|
96
|
+
def test a, b
|
97
|
+
Rails.logger.wagn("orignal method is still alive")
|
98
|
+
end
|
99
|
+
def self.test a, b; end
|
100
|
+
end
|
101
|
+
log_method( { Card => { :instance => { :test=> { :title=>:name, :message=>2 }}}} )
|
102
|
+
|
103
|
+
expect_logger_to_receive([/still alive/,/all: magic/]) do
|
104
|
+
Card[:all].test "ignore this argument", "magic"
|
105
|
+
Card.test "you won't", "get this one"
|
106
|
+
end
|
107
|
+
end
|
108
|
+
|
109
|
+
it 'handles classes and singleton method type' do
|
110
|
+
log_method( { Card => { :singleton=>[:fetch] } } )
|
111
|
+
expect_logger_to_receive(/fetch/) do
|
112
|
+
Card.fetch 'A'
|
113
|
+
end
|
114
|
+
end
|
115
|
+
|
116
|
+
it 'handles different class and singleton method type' do
|
117
|
+
log_method( { Cardio => { :singleton=>[:gem_root] } } )
|
118
|
+
expect_logger_to_receive(/gem_root/) do
|
119
|
+
Cardio.gem_root
|
120
|
+
end
|
121
|
+
end
|
122
|
+
|
123
|
+
it 'handles method log options' do
|
124
|
+
log_method( {Card::Set::Type::Skin => {:item_names => {:message=>:raw_content, :title=>"skin item names"}}} )
|
125
|
+
expect_logger_to_receive(/skin item names/) do
|
126
|
+
Card['classic skin'].item_names
|
127
|
+
Card['*all+*read'].item_names
|
128
|
+
end
|
129
|
+
end
|
130
|
+
|
131
|
+
# it 'uses default method log options' do
|
132
|
+
# log_method [:fetch]
|
133
|
+
# expect_logger_to_receive( /fetch: all/ ) do
|
134
|
+
# Card.fetch 'all'
|
135
|
+
# end
|
136
|
+
# end
|
137
|
+
|
138
|
+
it 'handles procs and integers for method log options' do # use method arguments and procs to customize log messages
|
139
|
+
log_method( :instance => { :name= => { :title => proc { |method_context| "change name '#{method_context.name}' to"}, :message=>1 } } )
|
140
|
+
expect_logger_to_receive_once(/change name 'c1' to: Alfred/) do
|
141
|
+
Card['c1'].name = 'Alfred'
|
142
|
+
end
|
143
|
+
end
|
144
|
+
|
145
|
+
|
146
|
+
describe 'special methods' do
|
147
|
+
# FIXME: this test fails because of the logging stuff above. Need a way to reset the Card class or use test classes in all tests
|
148
|
+
# it "doesn't log special methods if disabled" do
|
149
|
+
# log_method []
|
150
|
+
# expect(Rails.logger).to receive(:wagn).with(/test/).once
|
151
|
+
# with_logging do
|
152
|
+
# Card::Auth.as_bot { Card.fetch('c1').update_attributes!(:content=>'c1') }
|
153
|
+
# Card.search :name=>'all'
|
154
|
+
# Card[:all].format.render_raw
|
155
|
+
# end
|
156
|
+
# end
|
157
|
+
|
158
|
+
it 'logs searches if enabled' do
|
159
|
+
log_method [:search]
|
160
|
+
expect_logger_to_receive( /search:/ ) do
|
161
|
+
Card.search :name=>'all'
|
162
|
+
end
|
163
|
+
end
|
164
|
+
|
165
|
+
it 'logs views if enabled' do
|
166
|
+
log_method [:view]
|
167
|
+
expect_logger_to_receive([/process: \*all/, /view:/ ] ) do
|
168
|
+
Card[:all].format.render_raw
|
169
|
+
end
|
170
|
+
end
|
171
|
+
|
172
|
+
it 'logs events if enabled' do
|
173
|
+
log_method [:event]
|
174
|
+
expect_logger_to_receive([/process: c1/, / \|--\([\d.]+ms\) event:/] ) do
|
175
|
+
Card::Auth.as_bot { Card.fetch('c1').update_attributes!(:content=>'c1') }
|
176
|
+
end
|
177
|
+
end
|
178
|
+
|
179
|
+
|
180
|
+
end
|
181
|
+
|
182
|
+
end
|
183
|
+
|
184
|
+
describe Card::Log::Performance::BigBrother do
|
185
|
+
before do
|
186
|
+
class TestClass
|
187
|
+
extend Card::Log::Performance::BigBrother
|
188
|
+
def inst_m; end
|
189
|
+
def self.sing_m; end
|
190
|
+
end
|
191
|
+
end
|
192
|
+
|
193
|
+
|
194
|
+
describe '#watch_singleton_method' do
|
195
|
+
before do
|
196
|
+
TestClass.watch_singleton_method :sing_m
|
197
|
+
end
|
198
|
+
|
199
|
+
it 'logs singleton method' do
|
200
|
+
expect_logger_to_receive_once(/sing_m/) do
|
201
|
+
TestClass.sing_m
|
202
|
+
end
|
203
|
+
end
|
204
|
+
|
205
|
+
it 'does not log instance method' do
|
206
|
+
expect_logger_not_to_receive(/inst_,/) do
|
207
|
+
TestClass.new.inst_m
|
208
|
+
end
|
209
|
+
end
|
210
|
+
end
|
211
|
+
|
212
|
+
describe '#watch_instance_method' do
|
213
|
+
before do
|
214
|
+
TestClass.watch_instance_method :inst_m
|
215
|
+
end
|
216
|
+
|
217
|
+
it 'logs instance method' do
|
218
|
+
expect_logger_to_receive_once(/inst_m/) do
|
219
|
+
TestClass.new.inst_m
|
220
|
+
end
|
221
|
+
end
|
222
|
+
|
223
|
+
it 'does not log singleton method' do
|
224
|
+
expect_logger_not_to_receive(/sing_m/) do
|
225
|
+
TestClass.sing_m
|
226
|
+
end
|
227
|
+
end
|
228
|
+
end
|
229
|
+
|
230
|
+
|
231
|
+
describe '#watch_all_singleton_methods' do
|
232
|
+
before do
|
233
|
+
TestClass.watch_all_singleton_methods
|
234
|
+
end
|
235
|
+
it 'logs singleton method' do
|
236
|
+
expect_logger_to_receive(/sing_m/) do
|
237
|
+
TestClass.sing_m
|
238
|
+
end
|
239
|
+
end
|
240
|
+
end
|
241
|
+
|
242
|
+
describe 'watch_all_instance_methods' do
|
243
|
+
before do
|
244
|
+
TestClass.watch_all_instance_methods
|
245
|
+
end
|
246
|
+
|
247
|
+
it 'logs instance method' do
|
248
|
+
expect_logger_to_receive(/inst_m/) do
|
249
|
+
TestClass.new.inst_m
|
250
|
+
end
|
251
|
+
end
|
252
|
+
end
|
253
|
+
|
254
|
+
describe '#watch_all_methods' do
|
255
|
+
before do
|
256
|
+
TestClass.watch_all_methods
|
257
|
+
end
|
258
|
+
|
259
|
+
it 'logs instance and singleton methods' do
|
260
|
+
expect_logger_to_receive([/inst_m/,/sing_m/]) do
|
261
|
+
TestClass.new.inst_m
|
262
|
+
TestClass.sing_m
|
263
|
+
end
|
264
|
+
end
|
265
|
+
end
|
266
|
+
|
267
|
+
end
|
268
|
+
|
269
|
+
|
270
|
+
end
|
@@ -0,0 +1,279 @@
|
|
1
|
+
# -*- encoding : utf-8 -*-
|
2
|
+
|
3
|
+
describe Card::Name do
|
4
|
+
|
5
|
+
describe "#key" do
|
6
|
+
|
7
|
+
it "should lowercase and underscore" do
|
8
|
+
expect("This Name".to_name.key).to eq("this_name")
|
9
|
+
end
|
10
|
+
|
11
|
+
it "should remove spaces" do
|
12
|
+
expect("this Name".to_name.key).to eq("this_name")
|
13
|
+
end
|
14
|
+
|
15
|
+
describe "underscores" do
|
16
|
+
|
17
|
+
it "should be treated like spaces" do
|
18
|
+
expect('weird_ combo'.to_name.key).to eq('weird combo'.to_name.key)
|
19
|
+
end
|
20
|
+
|
21
|
+
it "should not impede pluralization checks" do
|
22
|
+
expect('Mamas_and_Papas'.to_name.key).to eq("Mamas and Papas".to_name.key)
|
23
|
+
end
|
24
|
+
|
25
|
+
it "should be removed when before first word character" do
|
26
|
+
expect("_This Name".to_name.key).to eq("this_name")
|
27
|
+
end
|
28
|
+
|
29
|
+
end
|
30
|
+
|
31
|
+
it "should singularize" do
|
32
|
+
expect("ethans".to_name.key).to eq("ethan")
|
33
|
+
end
|
34
|
+
|
35
|
+
it "should change CamelCase to snake case" do
|
36
|
+
expect("ThisThing".to_name.key).to eq("this_thing")
|
37
|
+
end
|
38
|
+
|
39
|
+
it "should handle plus cards" do
|
40
|
+
expect("ThisThing+Ethans".to_name.key).to eq("this_thing+ethan")
|
41
|
+
end
|
42
|
+
|
43
|
+
it "should retain * for star cards" do
|
44
|
+
expect("*right".to_name.key).to eq("*right")
|
45
|
+
end
|
46
|
+
|
47
|
+
it "should not singularize double s's" do
|
48
|
+
expect("grass".to_name.key).to eq('grass')
|
49
|
+
end
|
50
|
+
|
51
|
+
it "should not singularize letter 'S'" do
|
52
|
+
expect('S'.to_name.key).to eq('s')
|
53
|
+
end
|
54
|
+
|
55
|
+
it "should handle unicode characters" do
|
56
|
+
expect("Mañana".to_name.key).to eq('mañana')
|
57
|
+
end
|
58
|
+
|
59
|
+
it "should handle weird initial characters" do
|
60
|
+
expect('__you motha @#$'.to_name.key).to eq('you_motha')
|
61
|
+
expect('?!_you motha @#$'.to_name.key).to eq('you_motha')
|
62
|
+
end
|
63
|
+
|
64
|
+
it "should allow numbers" do
|
65
|
+
expect("3way".to_name.key).to eq('3way')
|
66
|
+
end
|
67
|
+
|
68
|
+
it "internal plurals" do
|
69
|
+
expect("cards hooks label foos".to_name.key).to eq('card_hook_label_foo')
|
70
|
+
end
|
71
|
+
|
72
|
+
it "should handle html entities" do
|
73
|
+
# This no longer takes off the s, is singularize broken now?
|
74
|
+
expect("Jean-françois Noubel".to_name.key).to eq('jean_françoi_noubel')
|
75
|
+
end
|
76
|
+
end
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
|
81
|
+
|
82
|
+
describe "#url_key" do
|
83
|
+
cardnames = ["GrassCommons.org", 'Oh you @##', "Alice's Restaurant!", "PB & J", "Mañana"].map(&:to_name)
|
84
|
+
|
85
|
+
cardnames.each do |cardname|
|
86
|
+
it "should have the same key as the name" do
|
87
|
+
k, k2 = cardname.key, cardname.url_key
|
88
|
+
#warn "cn tok #{cardname.inspect}, #{k.inspect}, #{k2.inspect}"
|
89
|
+
expect(k).to eq(k2.to_name.key)
|
90
|
+
end
|
91
|
+
end
|
92
|
+
end
|
93
|
+
|
94
|
+
describe "#valid" do
|
95
|
+
it "accepts valid names" do
|
96
|
+
expect("this+THAT".to_name).to be_valid
|
97
|
+
expect("THE*ONE*AND$!ONLY".to_name).to be_valid
|
98
|
+
end
|
99
|
+
|
100
|
+
it "rejects invalid names" do
|
101
|
+
# "Tes~sd".to_name.should_not be_valid
|
102
|
+
expect("TEST/DDER".to_name).not_to be_valid
|
103
|
+
end
|
104
|
+
|
105
|
+
it "rejects long names" do
|
106
|
+
card = Card.new
|
107
|
+
card.name="1"*256
|
108
|
+
expect(card).not_to be_valid
|
109
|
+
end
|
110
|
+
end
|
111
|
+
|
112
|
+
describe "#left_name" do
|
113
|
+
it "returns nil for non junction" do
|
114
|
+
expect("a".to_name.left_name).to eq(nil)
|
115
|
+
end
|
116
|
+
|
117
|
+
it "returns parent for parent" do
|
118
|
+
expect("a+b+c+d".to_name.left_name).to eq("a+b+c")
|
119
|
+
end
|
120
|
+
end
|
121
|
+
|
122
|
+
describe "#tag_name" do
|
123
|
+
it "returns last part of plus card" do
|
124
|
+
expect("a+b+c".to_name.tag).to eq("c")
|
125
|
+
end
|
126
|
+
|
127
|
+
it "returns name of simple card" do
|
128
|
+
expect("a".to_name.tag).to eq("a")
|
129
|
+
end
|
130
|
+
end
|
131
|
+
|
132
|
+
describe "#safe_key" do
|
133
|
+
it "subs pluses & stars" do
|
134
|
+
expect("Alpha?+*be-ta".to_name.safe_key).to eq("alpha-Xbe_tum")
|
135
|
+
end
|
136
|
+
end
|
137
|
+
|
138
|
+
describe "#replace_part" do
|
139
|
+
it "replaces first name part" do
|
140
|
+
expect('a+b'.to_name.replace_part('a','x').to_s).to eq('x+b')
|
141
|
+
end
|
142
|
+
it "replaces second name part" do
|
143
|
+
expect('a+b'.to_name.replace_part('b','x').to_s).to eq('a+x')
|
144
|
+
end
|
145
|
+
it "replaces two name parts" do
|
146
|
+
expect('a+b+c' .to_name.replace_part('a+b', 'x' ).to_s).to eq('x+c')
|
147
|
+
expect('a+b+c+d'.to_name.replace_part('a+b', 'e+f').to_s).to eq('e+f+c+d')
|
148
|
+
end
|
149
|
+
it "doesn't replace two part tag" do
|
150
|
+
expect('a+b+c'.to_name.replace_part('b+c','x').to_s).to eq('a+b+c')
|
151
|
+
end
|
152
|
+
end
|
153
|
+
|
154
|
+
describe "Cardnames star handling" do
|
155
|
+
it "recognizes star cards" do
|
156
|
+
expect('*a'.to_name.star?).to be_truthy
|
157
|
+
end
|
158
|
+
|
159
|
+
it "doesn't recognize star cards with plusses" do
|
160
|
+
expect('*a+*b'.to_name.star?).to be_falsey
|
161
|
+
end
|
162
|
+
|
163
|
+
it "recognizes rstar cards" do
|
164
|
+
expect('a+*a'.to_name.rstar?).to be_truthy
|
165
|
+
end
|
166
|
+
|
167
|
+
it "doesn't recognize star cards as rstar" do
|
168
|
+
expect('*a'.to_name.rstar?).to be_falsey
|
169
|
+
end
|
170
|
+
|
171
|
+
it "doesn't recognize non-star or star left" do
|
172
|
+
expect('*a+a'.to_name.rstar?).to be_falsey
|
173
|
+
end
|
174
|
+
end
|
175
|
+
|
176
|
+
describe "trait_name?" do
|
177
|
+
it "returns true for content codename" do
|
178
|
+
expect("bazoinga+*right+*structure".to_name.trait_name?(:structure)).to be_truthy
|
179
|
+
end
|
180
|
+
|
181
|
+
it "handles arrays" do
|
182
|
+
expect("bazoinga+*right+*structure".to_name.trait_name?(:structure, :default)).to be_truthy
|
183
|
+
end
|
184
|
+
|
185
|
+
it "returns false for non-template" do
|
186
|
+
expect("bazoinga+*right+nontent".to_name.trait_name?(:structure)).to be_falsey
|
187
|
+
end
|
188
|
+
end
|
189
|
+
|
190
|
+
describe "#to_absolute" do
|
191
|
+
it "handles _self, _whole, _" do
|
192
|
+
expect("_self".to_name.to_absolute("foo")).to eq("foo")
|
193
|
+
expect("_whole".to_name.to_absolute("foo")).to eq("foo")
|
194
|
+
expect("_".to_name.to_absolute("foo")).to eq("foo")
|
195
|
+
end
|
196
|
+
|
197
|
+
it "handles _left" do
|
198
|
+
expect("_left+Z".to_name.to_absolute("A+B+C")).to eq("A+B+Z")
|
199
|
+
end
|
200
|
+
|
201
|
+
it "handles white space" do
|
202
|
+
expect("_left + Z".to_name.to_absolute("A+B+C")).to eq("A+B+Z")
|
203
|
+
end
|
204
|
+
|
205
|
+
it "handles _right" do
|
206
|
+
expect("_right+bang".to_name.to_absolute("nutter+butter")).to eq("butter+bang")
|
207
|
+
expect("C+_right".to_name.to_absolute("B+A")).to eq("C+A")
|
208
|
+
end
|
209
|
+
|
210
|
+
it "handles leading +" do
|
211
|
+
expect("+bug".to_name.to_absolute("hum")).to eq("hum+bug")
|
212
|
+
end
|
213
|
+
|
214
|
+
it "handles trailing +" do
|
215
|
+
expect("bug+".to_name.to_absolute("tracks")).to eq("bug+tracks")
|
216
|
+
end
|
217
|
+
|
218
|
+
it "handles _(numbers)" do
|
219
|
+
expect("_1".to_name.to_absolute("A+B+C")).to eq("A")
|
220
|
+
expect("_1+_2".to_name.to_absolute("A+B+C")).to eq("A+B")
|
221
|
+
expect("_2+_3".to_name.to_absolute("A+B+C")).to eq("B+C")
|
222
|
+
end
|
223
|
+
|
224
|
+
it "handles _LLR etc" do
|
225
|
+
expect("_R".to_name.to_absolute("A+B+C+D+E")).to eq("E")
|
226
|
+
expect("_L".to_name.to_absolute("A+B+C+D+E")).to eq("A+B+C+D")
|
227
|
+
expect("_LR".to_name.to_absolute("A+B+C+D+E")).to eq("D")
|
228
|
+
expect("_LL".to_name.to_absolute("A+B+C+D+E")).to eq("A+B+C")
|
229
|
+
expect("_LLR".to_name.to_absolute("A+B+C+D+E")).to eq("C")
|
230
|
+
expect("_LLL".to_name.to_absolute("A+B+C+D+E")).to eq("A+B")
|
231
|
+
expect("_LLLR".to_name.to_absolute("A+B+C+D+E")).to eq("B")
|
232
|
+
expect("_LLLL".to_name.to_absolute("A+B+C+D+E")).to eq("A")
|
233
|
+
end
|
234
|
+
|
235
|
+
context "mismatched requests" do
|
236
|
+
it "returns _self for _left or _right on simple cards" do
|
237
|
+
expect("_left+Z".to_name.to_absolute("A")).to eq("A+Z")
|
238
|
+
expect("_right+Z".to_name.to_absolute("A")).to eq("A+Z")
|
239
|
+
end
|
240
|
+
|
241
|
+
it "handles bogus numbers" do
|
242
|
+
expect("_1".to_name.to_absolute("A")).to eq("A")
|
243
|
+
expect("_1+_2".to_name.to_absolute("A")).to eq("A+A")
|
244
|
+
expect("_2+_3".to_name.to_absolute("A")).to eq("A+A")
|
245
|
+
end
|
246
|
+
|
247
|
+
it "handles bogus _llr requests" do
|
248
|
+
expect("_R".to_name.to_absolute("A")).to eq("A")
|
249
|
+
expect("_L".to_name.to_absolute("A")).to eq("A")
|
250
|
+
expect("_LR".to_name.to_absolute("A")).to eq("A")
|
251
|
+
expect("_LL".to_name.to_absolute("A")).to eq("A")
|
252
|
+
expect("_LLR".to_name.to_absolute("A")).to eq("A")
|
253
|
+
expect("_LLL".to_name.to_absolute("A")).to eq("A")
|
254
|
+
expect("_LLLR".to_name.to_absolute("A")).to eq("A")
|
255
|
+
expect("_LLLL".to_name.to_absolute("A")).to eq("A")
|
256
|
+
end
|
257
|
+
end
|
258
|
+
|
259
|
+
it "does session user substitution" do
|
260
|
+
expect("_user".to_name.to_absolute("A")).to eq(Card::Auth.current.name)
|
261
|
+
Card::Auth.as_bot do
|
262
|
+
expect("_user".to_name.to_absolute("A")).to eq(Card::Auth.current.name)
|
263
|
+
end
|
264
|
+
end
|
265
|
+
end
|
266
|
+
|
267
|
+
describe "#to_show" do
|
268
|
+
it "ignores ignorables" do
|
269
|
+
expect('you+awe'.to_name.to_show('you')).to eq('+awe')
|
270
|
+
expect('me+you+awe'.to_name.to_show('you')).to eq('me+awe') #HMMM..... what should this do?
|
271
|
+
expect('me+you+awe'.to_name.to_show('me' )).to eq('+you+awe')
|
272
|
+
expect('me+you+awe'.to_name.to_show('me','you')).to eq('+awe')
|
273
|
+
expect('me+you'.to_name.to_show('me','you')).to eq('me+you')
|
274
|
+
expect('?a?+awe'.to_name.to_show('A')).to eq('+awe')
|
275
|
+
expect('+awe'.to_name.to_show()).to eq('+awe')
|
276
|
+
end
|
277
|
+
end
|
278
|
+
|
279
|
+
end
|