muck-services 3.0.0 → 3.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (121) hide show
  1. data/Rakefile +6 -9
  2. data/VERSION +1 -1
  3. data/muck-services.gemspec +241 -362
  4. metadata +9 -241
  5. data/.gitignore +0 -30
  6. data/test/rails_test/app/controllers/application_controller.rb +0 -24
  7. data/test/rails_test/app/controllers/default_controller.rb +0 -7
  8. data/test/rails_test/app/helpers/application_helper.rb +0 -3
  9. data/test/rails_test/app/models/activity.rb +0 -24
  10. data/test/rails_test/app/models/comment.rb +0 -23
  11. data/test/rails_test/app/models/country.rb +0 -13
  12. data/test/rails_test/app/models/language.rb +0 -15
  13. data/test/rails_test/app/models/share.rb +0 -20
  14. data/test/rails_test/app/models/state.rb +0 -13
  15. data/test/rails_test/app/models/user.rb +0 -45
  16. data/test/rails_test/app/models/user_session.rb +0 -2
  17. data/test/rails_test/config/application.rb +0 -42
  18. data/test/rails_test/config/boot.rb +0 -13
  19. data/test/rails_test/config/environment.rb +0 -5
  20. data/test/rails_test/config/environments/development.rb +0 -26
  21. data/test/rails_test/config/environments/production.rb +0 -49
  22. data/test/rails_test/config/environments/test.rb +0 -35
  23. data/test/rails_test/config/initializers/backtrace_silencers.rb +0 -7
  24. data/test/rails_test/config/initializers/inflections.rb +0 -10
  25. data/test/rails_test/config/initializers/mce_options.rb +0 -83
  26. data/test/rails_test/config/initializers/mime_types.rb +0 -5
  27. data/test/rails_test/config/initializers/muck.rb +0 -66
  28. data/test/rails_test/config/initializers/secret_token.rb +0 -7
  29. data/test/rails_test/config/initializers/session_store.rb +0 -8
  30. data/test/rails_test/config/routes.rb +0 -12
  31. data/test/rails_test/db/migrate/20090320174818_create_muck_permissions_and_roles.rb +0 -16
  32. data/test/rails_test/db/migrate/20090327231918_create_users.rb +0 -40
  33. data/test/rails_test/db/migrate/20090402033319_add_muck_activities.rb +0 -36
  34. data/test/rails_test/db/migrate/20090402234137_create_languages.rb +0 -18
  35. data/test/rails_test/db/migrate/20090426041056_create_countries.rb +0 -15
  36. data/test/rails_test/db/migrate/20090426041103_create_states.rb +0 -18
  37. data/test/rails_test/db/migrate/20090512013727_create_profiles.rb +0 -21
  38. data/test/rails_test/db/migrate/20090517040220_create_uploads.rb +0 -38
  39. data/test/rails_test/db/migrate/20090602191243_create_muck_raker.rb +0 -322
  40. data/test/rails_test/db/migrate/20090613173314_create_comments.rb +0 -24
  41. data/test/rails_test/db/migrate/20090619211125_create_tag_clouds.rb +0 -19
  42. data/test/rails_test/db/migrate/20090623181458_add_grain_size_to_entries.rb +0 -16
  43. data/test/rails_test/db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb +0 -12
  44. data/test/rails_test/db/migrate/20090703055724_add_contents.rb +0 -49
  45. data/test/rails_test/db/migrate/20090703175825_denormalize_entries_subjects.rb +0 -42
  46. data/test/rails_test/db/migrate/20090704220055_create_slugs.rb +0 -18
  47. data/test/rails_test/db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb +0 -9
  48. data/test/rails_test/db/migrate/20090717173900_add_contributor_to_feeds.rb +0 -9
  49. data/test/rails_test/db/migrate/20090717175825_normalize_entries_subjects.rb +0 -47
  50. data/test/rails_test/db/migrate/20090721043213_change_services_title_to_name.rb +0 -9
  51. data/test/rails_test/db/migrate/20090721054927_remove_services_not_null_from_feeds.rb +0 -9
  52. data/test/rails_test/db/migrate/20090723050510_create_feed_parents.rb +0 -17
  53. data/test/rails_test/db/migrate/20090728165716_add_etag_to_feeds.rb +0 -9
  54. data/test/rails_test/db/migrate/20090730044139_add_comment_cache.rb +0 -9
  55. data/test/rails_test/db/migrate/20090730045848_add_comment_cache_to_entries.rb +0 -9
  56. data/test/rails_test/db/migrate/20090730154102_allow_null_user.rb +0 -9
  57. data/test/rails_test/db/migrate/20090803185323_create_shares.rb +0 -16
  58. data/test/rails_test/db/migrate/20090804184247_add_comment_count_to_shares.rb +0 -9
  59. data/test/rails_test/db/migrate/20090804211240_add_entry_id_to_shares.rb +0 -9
  60. data/test/rails_test/db/migrate/20090804231857_add_shares_uri_index.rb +0 -9
  61. data/test/rails_test/db/migrate/20090806230610_add_layout_to_contents.rb +0 -9
  62. data/test/rails_test/db/migrate/20090808175401_add_contents_comment_counter_cache.rb +0 -9
  63. data/test/rails_test/db/migrate/20090818204527_add_activity_indexes.rb +0 -9
  64. data/test/rails_test/db/migrate/20090819030523_add_attachable_to_activities.rb +0 -13
  65. data/test/rails_test/db/migrate/20090826220530_change_services_sequence_to_sort.rb +0 -9
  66. data/test/rails_test/db/migrate/20090826225652_create_identity_feeds.rb +0 -14
  67. data/test/rails_test/db/migrate/20090827005105_add_identity_fields_to_services.rb +0 -13
  68. data/test/rails_test/db/migrate/20090827015308_create_service_categories.rb +0 -12
  69. data/test/rails_test/db/migrate/20090827221502_add_prompt_and_template_to_services.rb +0 -11
  70. data/test/rails_test/db/migrate/20090915041650_aggregations_to_polymorphic.rb +0 -15
  71. data/test/rails_test/db/migrate/20090922174200_update_oai_endpoints.rb +0 -13
  72. data/test/rails_test/db/migrate/20090922231552_add_dates_to_oai_endpoints.rb +0 -11
  73. data/test/rails_test/db/migrate/20090923150807_rename_name_in_aggregation.rb +0 -9
  74. data/test/rails_test/db/migrate/20090924200750_add_uri_data_template_to_services.rb +0 -9
  75. data/test/rails_test/db/migrate/20091006183742_add_feed_count_to_aggregation.rb +0 -9
  76. data/test/rails_test/db/migrate/20091022150615_add_uri_key_to_services.rb +0 -9
  77. data/test/rails_test/db/migrate/20091115011828_add_aggregations_for_personal_recs.rb +0 -9
  78. data/test/rails_test/db/migrate/20091116094447_rename_action_table.rb +0 -38
  79. data/test/rails_test/db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb +0 -10
  80. data/test/rails_test/db/migrate/20091124203137_add_location_to_profiles.rb +0 -15
  81. data/test/rails_test/db/migrate/20091124205819_add_fields_to_profiles.rb +0 -21
  82. data/test/rails_test/db/migrate/20100123035450_create_access_codes.rb +0 -19
  83. data/test/rails_test/db/migrate/20100123233654_create_access_code_requests.rb +0 -14
  84. data/test/rails_test/db/migrate/20100206000906_remove_name_fields.rb +0 -15
  85. data/test/rails_test/db/migrate/20100903205928_add_dead_entry_fields.rb +0 -13
  86. data/test/rails_test/features/step_definitions/common_steps.rb +0 -93
  87. data/test/rails_test/features/step_definitions/visit_steps.rb +0 -6
  88. data/test/rails_test/features/step_definitions/web_steps.rb +0 -219
  89. data/test/rails_test/features/step_definitions/webrat_steps.rb +0 -128
  90. data/test/rails_test/features/support/custom_env.rb +0 -19
  91. data/test/rails_test/features/support/env.rb +0 -58
  92. data/test/rails_test/features/support/paths.rb +0 -33
  93. data/test/rails_test/lib/daemons/amazonaws.rb +0 -36
  94. data/test/rails_test/public/dispatch.rb +0 -10
  95. data/test/rails_test/spec/controllers/admin/feeds_controller_spec.rb +0 -38
  96. data/test/rails_test/spec/controllers/admin/oai_endpoints_controller_spec.rb +0 -30
  97. data/test/rails_test/spec/controllers/aggregation_feeds_controller_spec.rb +0 -67
  98. data/test/rails_test/spec/controllers/aggregations_controller_spec.rb +0 -89
  99. data/test/rails_test/spec/controllers/feed_previews_controller_spec.rb +0 -32
  100. data/test/rails_test/spec/controllers/feeds_controller_spec.rb +0 -78
  101. data/test/rails_test/spec/controllers/identity_feeds_controller_spec.rb +0 -110
  102. data/test/rails_test/spec/controllers/oai_endpoints_controller_spec.rb +0 -42
  103. data/test/rails_test/spec/controllers/topics_controller_spec.rb +0 -50
  104. data/test/rails_test/spec/controllers/visits_controller_spec.rb +0 -21
  105. data/test/rails_test/spec/factories.rb +0 -16
  106. data/test/rails_test/spec/mailers/services_mailer_spec.rb +0 -31
  107. data/test/rails_test/spec/models/aggregation_feed_spec.rb +0 -23
  108. data/test/rails_test/spec/models/aggregation_spec.rb +0 -87
  109. data/test/rails_test/spec/models/entry_spec.rb +0 -195
  110. data/test/rails_test/spec/models/feed_parent_spec.rb +0 -22
  111. data/test/rails_test/spec/models/feed_spec.rb +0 -204
  112. data/test/rails_test/spec/models/identity_feed_spec.rb +0 -18
  113. data/test/rails_test/spec/models/oai_endpoint_spec.rb +0 -78
  114. data/test/rails_test/spec/models/personal_recommendation_spec.rb +0 -60
  115. data/test/rails_test/spec/models/recommendation_spec.rb +0 -27
  116. data/test/rails_test/spec/models/service_category_spec.rb +0 -19
  117. data/test/rails_test/spec/models/service_spec.rb +0 -383
  118. data/test/rails_test/spec/models/share_spec.rb +0 -30
  119. data/test/rails_test/spec/models/tag_cloud_spec.rb +0 -23
  120. data/test/rails_test/spec/models/user_spec.rb +0 -45
  121. data/test/rails_test/spec/spec_helper.rb +0 -36
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: muck-services
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 3
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
+ - 1
8
9
  - 0
9
- - 0
10
- version: 3.0.0
10
+ version: 3.1.0
11
11
  platform: ruby
12
12
  authors:
13
13
  - Joel Duffin
@@ -16,7 +16,7 @@ autorequire:
16
16
  bindir: bin
17
17
  cert_chain: []
18
18
 
19
- date: 2010-10-18 00:00:00 -06:00
19
+ date: 2010-11-18 00:00:00 -07:00
20
20
  default_executable:
21
21
  dependencies:
22
22
  - !ruby/object:Gem::Dependency
@@ -226,7 +226,6 @@ extra_rdoc_files:
226
226
  - README.rdoc
227
227
  files:
228
228
  - .document
229
- - .gitignore
230
229
  - LICENSE
231
230
  - README.rdoc
232
231
  - Rakefile
@@ -464,129 +463,13 @@ files:
464
463
  - public/javascripts/muck_services.js
465
464
  - public/stylesheets/frame.css
466
465
  - public/stylesheets/muck-services.css
467
- - test/rails_test/app/controllers/application_controller.rb
468
- - test/rails_test/app/controllers/default_controller.rb
469
- - test/rails_test/app/helpers/application_helper.rb
470
- - test/rails_test/app/models/activity.rb
471
- - test/rails_test/app/models/comment.rb
472
- - test/rails_test/app/models/country.rb
473
- - test/rails_test/app/models/language.rb
474
- - test/rails_test/app/models/share.rb
475
- - test/rails_test/app/models/state.rb
476
- - test/rails_test/app/models/user.rb
477
- - test/rails_test/app/models/user_session.rb
478
- - test/rails_test/config/application.rb
479
- - test/rails_test/config/boot.rb
480
- - test/rails_test/config/environment.rb
481
- - test/rails_test/config/environments/development.rb
482
- - test/rails_test/config/environments/production.rb
483
- - test/rails_test/config/environments/test.rb
484
- - test/rails_test/config/initializers/backtrace_silencers.rb
485
- - test/rails_test/config/initializers/inflections.rb
486
- - test/rails_test/config/initializers/mce_options.rb
487
- - test/rails_test/config/initializers/mime_types.rb
488
- - test/rails_test/config/initializers/muck.rb
489
- - test/rails_test/config/initializers/secret_token.rb
490
- - test/rails_test/config/initializers/session_store.rb
491
- - test/rails_test/config/routes.rb
492
- - test/rails_test/db/migrate/20090320174818_create_muck_permissions_and_roles.rb
493
- - test/rails_test/db/migrate/20090327231918_create_users.rb
494
- - test/rails_test/db/migrate/20090402033319_add_muck_activities.rb
495
- - test/rails_test/db/migrate/20090402234137_create_languages.rb
496
- - test/rails_test/db/migrate/20090426041056_create_countries.rb
497
- - test/rails_test/db/migrate/20090426041103_create_states.rb
498
- - test/rails_test/db/migrate/20090512013727_create_profiles.rb
499
- - test/rails_test/db/migrate/20090517040220_create_uploads.rb
500
- - test/rails_test/db/migrate/20090602191243_create_muck_raker.rb
501
- - test/rails_test/db/migrate/20090613173314_create_comments.rb
502
- - test/rails_test/db/migrate/20090619211125_create_tag_clouds.rb
503
- - test/rails_test/db/migrate/20090623181458_add_grain_size_to_entries.rb
504
- - test/rails_test/db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb
505
- - test/rails_test/db/migrate/20090703055724_add_contents.rb
506
- - test/rails_test/db/migrate/20090703175825_denormalize_entries_subjects.rb
507
- - test/rails_test/db/migrate/20090704220055_create_slugs.rb
508
- - test/rails_test/db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb
509
- - test/rails_test/db/migrate/20090717173900_add_contributor_to_feeds.rb
510
- - test/rails_test/db/migrate/20090717175825_normalize_entries_subjects.rb
511
- - test/rails_test/db/migrate/20090721043213_change_services_title_to_name.rb
512
- - test/rails_test/db/migrate/20090721054927_remove_services_not_null_from_feeds.rb
513
- - test/rails_test/db/migrate/20090723050510_create_feed_parents.rb
514
- - test/rails_test/db/migrate/20090728165716_add_etag_to_feeds.rb
515
- - test/rails_test/db/migrate/20090730044139_add_comment_cache.rb
516
- - test/rails_test/db/migrate/20090730045848_add_comment_cache_to_entries.rb
517
- - test/rails_test/db/migrate/20090730154102_allow_null_user.rb
518
- - test/rails_test/db/migrate/20090803185323_create_shares.rb
519
- - test/rails_test/db/migrate/20090804184247_add_comment_count_to_shares.rb
520
- - test/rails_test/db/migrate/20090804211240_add_entry_id_to_shares.rb
521
- - test/rails_test/db/migrate/20090804231857_add_shares_uri_index.rb
522
- - test/rails_test/db/migrate/20090806230610_add_layout_to_contents.rb
523
- - test/rails_test/db/migrate/20090808175401_add_contents_comment_counter_cache.rb
524
- - test/rails_test/db/migrate/20090818204527_add_activity_indexes.rb
525
- - test/rails_test/db/migrate/20090819030523_add_attachable_to_activities.rb
526
- - test/rails_test/db/migrate/20090826220530_change_services_sequence_to_sort.rb
527
- - test/rails_test/db/migrate/20090826225652_create_identity_feeds.rb
528
- - test/rails_test/db/migrate/20090827005105_add_identity_fields_to_services.rb
529
- - test/rails_test/db/migrate/20090827015308_create_service_categories.rb
530
- - test/rails_test/db/migrate/20090827221502_add_prompt_and_template_to_services.rb
531
- - test/rails_test/db/migrate/20090915041650_aggregations_to_polymorphic.rb
532
- - test/rails_test/db/migrate/20090922174200_update_oai_endpoints.rb
533
- - test/rails_test/db/migrate/20090922231552_add_dates_to_oai_endpoints.rb
534
- - test/rails_test/db/migrate/20090923150807_rename_name_in_aggregation.rb
535
- - test/rails_test/db/migrate/20090924200750_add_uri_data_template_to_services.rb
536
- - test/rails_test/db/migrate/20091006183742_add_feed_count_to_aggregation.rb
537
- - test/rails_test/db/migrate/20091022150615_add_uri_key_to_services.rb
538
- - test/rails_test/db/migrate/20091115011828_add_aggregations_for_personal_recs.rb
539
- - test/rails_test/db/migrate/20091116094447_rename_action_table.rb
540
- - test/rails_test/db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb
541
- - test/rails_test/db/migrate/20091124203137_add_location_to_profiles.rb
542
- - test/rails_test/db/migrate/20091124205819_add_fields_to_profiles.rb
543
- - test/rails_test/db/migrate/20100123035450_create_access_codes.rb
544
- - test/rails_test/db/migrate/20100123233654_create_access_code_requests.rb
545
- - test/rails_test/db/migrate/20100206000906_remove_name_fields.rb
546
- - test/rails_test/db/migrate/20100903205928_add_dead_entry_fields.rb
547
- - test/rails_test/features/step_definitions/common_steps.rb
548
- - test/rails_test/features/step_definitions/visit_steps.rb
549
- - test/rails_test/features/step_definitions/web_steps.rb
550
- - test/rails_test/features/step_definitions/webrat_steps.rb
551
- - test/rails_test/features/support/custom_env.rb
552
- - test/rails_test/features/support/env.rb
553
- - test/rails_test/features/support/paths.rb
554
- - test/rails_test/lib/daemons/amazonaws.rb
555
- - test/rails_test/public/dispatch.rb
556
- - test/rails_test/spec/controllers/admin/feeds_controller_spec.rb
557
- - test/rails_test/spec/controllers/admin/oai_endpoints_controller_spec.rb
558
- - test/rails_test/spec/controllers/aggregation_feeds_controller_spec.rb
559
- - test/rails_test/spec/controllers/aggregations_controller_spec.rb
560
- - test/rails_test/spec/controllers/feed_previews_controller_spec.rb
561
- - test/rails_test/spec/controllers/feeds_controller_spec.rb
562
- - test/rails_test/spec/controllers/identity_feeds_controller_spec.rb
563
- - test/rails_test/spec/controllers/oai_endpoints_controller_spec.rb
564
- - test/rails_test/spec/controllers/topics_controller_spec.rb
565
- - test/rails_test/spec/controllers/visits_controller_spec.rb
566
- - test/rails_test/spec/factories.rb
567
- - test/rails_test/spec/mailers/services_mailer_spec.rb
568
- - test/rails_test/spec/models/aggregation_feed_spec.rb
569
- - test/rails_test/spec/models/aggregation_spec.rb
570
- - test/rails_test/spec/models/entry_spec.rb
571
- - test/rails_test/spec/models/feed_parent_spec.rb
572
- - test/rails_test/spec/models/feed_spec.rb
573
- - test/rails_test/spec/models/identity_feed_spec.rb
574
- - test/rails_test/spec/models/oai_endpoint_spec.rb
575
- - test/rails_test/spec/models/personal_recommendation_spec.rb
576
- - test/rails_test/spec/models/recommendation_spec.rb
577
- - test/rails_test/spec/models/service_category_spec.rb
578
- - test/rails_test/spec/models/service_spec.rb
579
- - test/rails_test/spec/models/share_spec.rb
580
- - test/rails_test/spec/models/tag_cloud_spec.rb
581
- - test/rails_test/spec/models/user_spec.rb
582
- - test/rails_test/spec/spec_helper.rb
583
466
  has_rdoc: true
584
467
  homepage: http://github.com/tatemae/muck_services
585
468
  licenses: []
586
469
 
587
470
  post_install_message:
588
- rdoc_options:
589
- - --charset=UTF-8
471
+ rdoc_options: []
472
+
590
473
  require_paths:
591
474
  - lib
592
475
  required_ruby_version: !ruby/object:Gem::Requirement
@@ -609,125 +492,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
609
492
  version: "0"
610
493
  requirements: []
611
494
 
612
- rubyforge_project: muck-services
495
+ rubyforge_project:
613
496
  rubygems_version: 1.3.7
614
497
  signing_key:
615
498
  specification_version: 3
616
499
  summary: Feeds, aggregations and services for muck
617
- test_files:
618
- - test/rails_test/app/controllers/application_controller.rb
619
- - test/rails_test/app/controllers/default_controller.rb
620
- - test/rails_test/app/helpers/application_helper.rb
621
- - test/rails_test/app/models/activity.rb
622
- - test/rails_test/app/models/comment.rb
623
- - test/rails_test/app/models/country.rb
624
- - test/rails_test/app/models/language.rb
625
- - test/rails_test/app/models/share.rb
626
- - test/rails_test/app/models/state.rb
627
- - test/rails_test/app/models/user.rb
628
- - test/rails_test/app/models/user_session.rb
629
- - test/rails_test/config/application.rb
630
- - test/rails_test/config/boot.rb
631
- - test/rails_test/config/environment.rb
632
- - test/rails_test/config/environments/development.rb
633
- - test/rails_test/config/environments/production.rb
634
- - test/rails_test/config/environments/test.rb
635
- - test/rails_test/config/initializers/backtrace_silencers.rb
636
- - test/rails_test/config/initializers/inflections.rb
637
- - test/rails_test/config/initializers/mce_options.rb
638
- - test/rails_test/config/initializers/mime_types.rb
639
- - test/rails_test/config/initializers/muck.rb
640
- - test/rails_test/config/initializers/secret_token.rb
641
- - test/rails_test/config/initializers/session_store.rb
642
- - test/rails_test/config/routes.rb
643
- - test/rails_test/db/migrate/20090320174818_create_muck_permissions_and_roles.rb
644
- - test/rails_test/db/migrate/20090327231918_create_users.rb
645
- - test/rails_test/db/migrate/20090402033319_add_muck_activities.rb
646
- - test/rails_test/db/migrate/20090402234137_create_languages.rb
647
- - test/rails_test/db/migrate/20090426041056_create_countries.rb
648
- - test/rails_test/db/migrate/20090426041103_create_states.rb
649
- - test/rails_test/db/migrate/20090512013727_create_profiles.rb
650
- - test/rails_test/db/migrate/20090517040220_create_uploads.rb
651
- - test/rails_test/db/migrate/20090602191243_create_muck_raker.rb
652
- - test/rails_test/db/migrate/20090613173314_create_comments.rb
653
- - test/rails_test/db/migrate/20090619211125_create_tag_clouds.rb
654
- - test/rails_test/db/migrate/20090623181458_add_grain_size_to_entries.rb
655
- - test/rails_test/db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb
656
- - test/rails_test/db/migrate/20090703055724_add_contents.rb
657
- - test/rails_test/db/migrate/20090703175825_denormalize_entries_subjects.rb
658
- - test/rails_test/db/migrate/20090704220055_create_slugs.rb
659
- - test/rails_test/db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb
660
- - test/rails_test/db/migrate/20090717173900_add_contributor_to_feeds.rb
661
- - test/rails_test/db/migrate/20090717175825_normalize_entries_subjects.rb
662
- - test/rails_test/db/migrate/20090721043213_change_services_title_to_name.rb
663
- - test/rails_test/db/migrate/20090721054927_remove_services_not_null_from_feeds.rb
664
- - test/rails_test/db/migrate/20090723050510_create_feed_parents.rb
665
- - test/rails_test/db/migrate/20090728165716_add_etag_to_feeds.rb
666
- - test/rails_test/db/migrate/20090730044139_add_comment_cache.rb
667
- - test/rails_test/db/migrate/20090730045848_add_comment_cache_to_entries.rb
668
- - test/rails_test/db/migrate/20090730154102_allow_null_user.rb
669
- - test/rails_test/db/migrate/20090803185323_create_shares.rb
670
- - test/rails_test/db/migrate/20090804184247_add_comment_count_to_shares.rb
671
- - test/rails_test/db/migrate/20090804211240_add_entry_id_to_shares.rb
672
- - test/rails_test/db/migrate/20090804231857_add_shares_uri_index.rb
673
- - test/rails_test/db/migrate/20090806230610_add_layout_to_contents.rb
674
- - test/rails_test/db/migrate/20090808175401_add_contents_comment_counter_cache.rb
675
- - test/rails_test/db/migrate/20090818204527_add_activity_indexes.rb
676
- - test/rails_test/db/migrate/20090819030523_add_attachable_to_activities.rb
677
- - test/rails_test/db/migrate/20090826220530_change_services_sequence_to_sort.rb
678
- - test/rails_test/db/migrate/20090826225652_create_identity_feeds.rb
679
- - test/rails_test/db/migrate/20090827005105_add_identity_fields_to_services.rb
680
- - test/rails_test/db/migrate/20090827015308_create_service_categories.rb
681
- - test/rails_test/db/migrate/20090827221502_add_prompt_and_template_to_services.rb
682
- - test/rails_test/db/migrate/20090915041650_aggregations_to_polymorphic.rb
683
- - test/rails_test/db/migrate/20090922174200_update_oai_endpoints.rb
684
- - test/rails_test/db/migrate/20090922231552_add_dates_to_oai_endpoints.rb
685
- - test/rails_test/db/migrate/20090923150807_rename_name_in_aggregation.rb
686
- - test/rails_test/db/migrate/20090924200750_add_uri_data_template_to_services.rb
687
- - test/rails_test/db/migrate/20091006183742_add_feed_count_to_aggregation.rb
688
- - test/rails_test/db/migrate/20091022150615_add_uri_key_to_services.rb
689
- - test/rails_test/db/migrate/20091115011828_add_aggregations_for_personal_recs.rb
690
- - test/rails_test/db/migrate/20091116094447_rename_action_table.rb
691
- - test/rails_test/db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb
692
- - test/rails_test/db/migrate/20091124203137_add_location_to_profiles.rb
693
- - test/rails_test/db/migrate/20091124205819_add_fields_to_profiles.rb
694
- - test/rails_test/db/migrate/20100123035450_create_access_codes.rb
695
- - test/rails_test/db/migrate/20100123233654_create_access_code_requests.rb
696
- - test/rails_test/db/migrate/20100206000906_remove_name_fields.rb
697
- - test/rails_test/db/migrate/20100903205928_add_dead_entry_fields.rb
698
- - test/rails_test/features/step_definitions/common_steps.rb
699
- - test/rails_test/features/step_definitions/visit_steps.rb
700
- - test/rails_test/features/step_definitions/web_steps.rb
701
- - test/rails_test/features/step_definitions/webrat_steps.rb
702
- - test/rails_test/features/support/custom_env.rb
703
- - test/rails_test/features/support/env.rb
704
- - test/rails_test/features/support/paths.rb
705
- - test/rails_test/lib/daemons/amazonaws.rb
706
- - test/rails_test/public/dispatch.rb
707
- - test/rails_test/spec/controllers/admin/feeds_controller_spec.rb
708
- - test/rails_test/spec/controllers/admin/oai_endpoints_controller_spec.rb
709
- - test/rails_test/spec/controllers/aggregation_feeds_controller_spec.rb
710
- - test/rails_test/spec/controllers/aggregations_controller_spec.rb
711
- - test/rails_test/spec/controllers/feed_previews_controller_spec.rb
712
- - test/rails_test/spec/controllers/feeds_controller_spec.rb
713
- - test/rails_test/spec/controllers/identity_feeds_controller_spec.rb
714
- - test/rails_test/spec/controllers/oai_endpoints_controller_spec.rb
715
- - test/rails_test/spec/controllers/topics_controller_spec.rb
716
- - test/rails_test/spec/controllers/visits_controller_spec.rb
717
- - test/rails_test/spec/factories.rb
718
- - test/rails_test/spec/mailers/services_mailer_spec.rb
719
- - test/rails_test/spec/models/aggregation_feed_spec.rb
720
- - test/rails_test/spec/models/aggregation_spec.rb
721
- - test/rails_test/spec/models/entry_spec.rb
722
- - test/rails_test/spec/models/feed_parent_spec.rb
723
- - test/rails_test/spec/models/feed_spec.rb
724
- - test/rails_test/spec/models/identity_feed_spec.rb
725
- - test/rails_test/spec/models/oai_endpoint_spec.rb
726
- - test/rails_test/spec/models/personal_recommendation_spec.rb
727
- - test/rails_test/spec/models/recommendation_spec.rb
728
- - test/rails_test/spec/models/service_category_spec.rb
729
- - test/rails_test/spec/models/service_spec.rb
730
- - test/rails_test/spec/models/share_spec.rb
731
- - test/rails_test/spec/models/tag_cloud_spec.rb
732
- - test/rails_test/spec/models/user_spec.rb
733
- - test/rails_test/spec/spec_helper.rb
500
+ test_files: []
501
+
data/.gitignore DELETED
@@ -1,30 +0,0 @@
1
- **/*.pid
2
- log/*.log
3
- log/*.pid
4
- tmp
5
- .DS_Store
6
- public/cache/**/*
7
- public/system/**/*
8
- doc/**/*
9
- db/*.sqlite3
10
- .project
11
- .loadpath
12
- nbproject/
13
- .idea
14
- testjour.log
15
- *.so
16
- *.o
17
- Makefile
18
- mkmf.log
19
- *.bundle
20
- conftest
21
- content/
22
- .idea
23
- *.sw?
24
- .DS_Store
25
- coverage
26
- rdoc
27
- pkg
28
- pkg/*
29
- log/*
30
- secrets.yml
@@ -1,24 +0,0 @@
1
- class ApplicationController < ActionController::Base
2
-
3
- helper :all
4
- protect_from_forgery
5
-
6
- layout 'default'
7
-
8
- before_filter :setup_paging
9
- before_filter :set_will_paginate_string
10
-
11
- protected
12
- # called by Admin::Muck::BaseController to check whether or not the
13
- # user should have access to the admin UI
14
- def admin_access?
15
- admin?
16
- end
17
-
18
- # called by Admin::Muck::BaseController to check whether or not the
19
- # user should have access to the admin UI
20
- def admin_access_required
21
- access_denied unless admin?
22
- end
23
-
24
- end
@@ -1,7 +0,0 @@
1
- class DefaultController < ApplicationController
2
-
3
- def index
4
- @user = User.create
5
- end
6
-
7
- end
@@ -1,3 +0,0 @@
1
- # Methods added to this helper will be available to all templates in the application.
2
- module ApplicationHelper
3
- end
@@ -1,24 +0,0 @@
1
- # == Schema Information
2
- #
3
- # Table name: activities
4
- #
5
- # id :integer(4) not null, primary key
6
- # item_id :integer(4)
7
- # item_type :string(255)
8
- # template :string(255)
9
- # source_id :integer(4)
10
- # source_type :string(255)
11
- # content :text
12
- # title :string(255)
13
- # is_status_update :boolean(1)
14
- # is_public :boolean(1) default(TRUE)
15
- # created_at :datetime
16
- # updated_at :datetime
17
- # comment_count :integer(4) default(0)
18
- # attachable_id :integer(4)
19
- # attachable_type :string(255)
20
- #
21
-
22
- class Activity < ActiveRecord::Base
23
- include MuckActivities::Models::MuckActivity
24
- end
@@ -1,23 +0,0 @@
1
- # == Schema Information
2
- #
3
- # Table name: comments
4
- #
5
- # id :integer(4) not null, primary key
6
- # commentable_id :integer(4) default(0)
7
- # commentable_type :string(15) default("")
8
- # body :text
9
- # user_id :integer(4)
10
- # parent_id :integer(4)
11
- # lft :integer(4)
12
- # rgt :integer(4)
13
- # is_denied :integer(4) default(0), not null
14
- # is_reviewed :boolean(1)
15
- # created_at :datetime
16
- # updated_at :datetime
17
- #
18
-
19
- class Comment < ActiveRecord::Base
20
- include MuckActivities::Models::MuckActivityItem
21
- include MuckComments::Models::MuckComment
22
- include MuckServices::Models::MuckServicesComment
23
- end
@@ -1,13 +0,0 @@
1
- # == Schema Information
2
- #
3
- # Table name: countries
4
- #
5
- # id :integer not null, primary key
6
- # name :string(128) default(""), not null
7
- # abbreviation :string(3) default(""), not null
8
- # sort :integer default(1000), not null
9
- #
10
-
11
- class Country < ActiveRecord::Base
12
- include MuckEngine::Models::MuckCountry
13
- end
@@ -1,15 +0,0 @@
1
- # == Schema Information
2
- #
3
- # Table name: languages
4
- #
5
- # id :integer not null, primary key
6
- # name :string(255)
7
- # english_name :string(255)
8
- # locale :string(255)
9
- # supported :boolean default(TRUE)
10
- # is_default :integer default(0)
11
- #
12
-
13
- class Language < ActiveRecord::Base
14
- include MuckEngine::Models::MuckLanguage
15
- end
@@ -1,20 +0,0 @@
1
- # == Schema Information
2
- #
3
- # Table name: shares
4
- #
5
- # id :integer(4) not null, primary key
6
- # uri :string(2083) default(""), not null
7
- # title :string(255)
8
- # message :text
9
- # shared_by_id :integer(4) not null
10
- # created_at :datetime
11
- # updated_at :datetime
12
- # comment_count :integer(4) default(0)
13
- # entry_id :integer(4)
14
- #
15
-
16
- class Share < ActiveRecord::Base
17
- include MuckActivities::Models::MuckActivityItem
18
- include MuckShares::Models::MuckShare
19
- include MuckServices::Models::MuckServicesShare # must be called after include MuckShares::Models::MuckShare
20
- end