muck-services 0.1.47 → 3.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/.gitignore +2 -1
- data/LICENSE +1 -1
- data/README.rdoc +32 -48
- data/Rakefile +14 -16
- data/VERSION +1 -1
- data/app/controllers/admin/muck/feeds_controller.rb +1 -1
- data/app/controllers/muck/aggregations_controller.rb +4 -6
- data/app/controllers/muck/feed_previews_controller.rb +2 -10
- data/app/controllers/muck/feeds_controller.rb +1 -1
- data/app/controllers/muck/identity_feeds_controller.rb +2 -6
- data/app/controllers/muck/topics_controller.rb +3 -3
- data/app/controllers/muck/visits_controller.rb +3 -3
- data/app/helpers/muck_services_feeds_helper.rb +3 -3
- data/app/helpers/muck_services_service_helper.rb +2 -2
- data/app/models/aggregation.rb +4 -18
- data/app/models/entry.rb +2 -2
- data/app/models/feed.rb +7 -9
- data/app/models/oai_endpoint.rb +6 -6
- data/app/models/personal_recommendation.rb +4 -5
- data/app/models/service.rb +6 -6
- data/app/models/service_category.rb +1 -1
- data/app/models/services_mailer.rb +10 -12
- data/app/views/activity_templates/{_entry_comment.html.erb → _entry_comment.erb} +0 -0
- data/app/views/activity_templates/{_entry_share.html.erb → _entry_share.erb} +0 -0
- data/app/views/admin/feeds/index.html.erb +8 -9
- data/app/views/admin/oai_endpoints/index.html.erb +4 -4
- data/app/views/aggregations/{_feeds.html.erb → _feeds.erb} +0 -0
- data/app/views/aggregations/edit.html.erb +3 -3
- data/app/views/aggregations/index.html.erb +1 -1
- data/app/views/aggregations/new.html.erb +1 -1
- data/app/views/aggregations/preview.html.erb +1 -1
- data/app/views/feed_previews/{new.html.erb → new.erb} +0 -0
- data/app/views/feed_previews/{select_feeds.html.erb → select_feeds.erb} +0 -0
- data/app/views/feeds/_feed.html.erb +1 -1
- data/app/views/feeds/_feed_row.html.erb +1 -1
- data/app/views/feeds/_form.html.erb +2 -2
- data/app/views/feeds/edit.html.erb +2 -2
- data/app/views/feeds/index.html.erb +7 -8
- data/app/views/feeds/new.html.erb +2 -2
- data/app/views/feeds/new_extended.html.erb +2 -2
- data/app/views/feeds/new_oai_rss.html.erb +2 -2
- data/app/views/identity_feeds/{_form.html.erb → _form.erb} +1 -1
- data/app/views/oai_endpoints/_form.html.erb +2 -2
- data/app/views/oai_endpoints/_oai_endpoint_row.html.erb +1 -1
- data/app/views/parts/_add_feed.html.erb +1 -1
- data/app/views/services_mailer/{notification_feed_added.text.html.erb → notification_feed_added.html.erb} +0 -0
- data/app/views/services_mailer/{notification_feed_added.text.plain.erb → notification_feed_added.text.erb} +0 -0
- data/app/views/services_mailer/{notification_oai_endpoint_added.text.html.erb → notification_oai_endpoint_added.html.erb} +0 -0
- data/app/views/services_mailer/{notification_oai_endpoint_added.text.plain.erb → notification_oai_endpoint_added.text.erb} +0 -0
- data/app/views/topics/_form.html.erb +1 -1
- data/app/views/topics/new.html.erb +1 -1
- data/app/views/visits/_toolbar.html.erb +3 -3
- data/{locales → config/locales}/ar.yml +34 -34
- data/{locales → config/locales}/bg.yml +34 -34
- data/{locales → config/locales}/ca.yml +34 -34
- data/{locales → config/locales}/cs.yml +34 -34
- data/{locales → config/locales}/da.yml +34 -34
- data/{locales → config/locales}/de.yml +34 -34
- data/{locales → config/locales}/el.yml +34 -34
- data/{locales → config/locales}/en.yml +34 -36
- data/{locales → config/locales}/es.yml +34 -34
- data/{locales → config/locales}/et.yml +34 -34
- data/{locales → config/locales}/fa.yml +34 -34
- data/{locales → config/locales}/fi.yml +34 -34
- data/{locales → config/locales}/fr.yml +34 -34
- data/{locales → config/locales}/gl.yml +34 -34
- data/{locales → config/locales}/hi.yml +34 -34
- data/{locales → config/locales}/hr.yml +34 -34
- data/{locales → config/locales}/hu.yml +34 -34
- data/{locales → config/locales}/id.yml +34 -34
- data/{locales → config/locales}/it.yml +34 -34
- data/{locales → config/locales}/iw.yml +34 -34
- data/{locales → config/locales}/ja.yml +34 -34
- data/{locales → config/locales}/ko.yml +34 -34
- data/{locales → config/locales}/lt.yml +34 -34
- data/{locales → config/locales}/lv.yml +34 -34
- data/{locales → config/locales}/mt.yml +34 -34
- data/{locales → config/locales}/nl.yml +34 -34
- data/{locales → config/locales}/no.yml +34 -34
- data/{locales → config/locales}/pl.yml +34 -34
- data/{locales → config/locales}/pt-PT.yml +34 -34
- data/{locales → config/locales}/ro.yml +34 -34
- data/{locales → config/locales}/ru.yml +34 -34
- data/{locales → config/locales}/sk.yml +34 -34
- data/{locales → config/locales}/sl.yml +34 -34
- data/{locales → config/locales}/sq.yml +34 -34
- data/{locales → config/locales}/sr.yml +34 -34
- data/{locales → config/locales}/sv.yml +34 -34
- data/{locales → config/locales}/th.yml +34 -34
- data/{locales → config/locales}/tl.yml +34 -34
- data/{locales → config/locales}/tr.yml +34 -34
- data/{locales → config/locales}/uk.yml +34 -34
- data/{locales → config/locales}/vi.yml +34 -34
- data/{locales → config/locales}/zh-CN.yml +34 -34
- data/{locales → config/locales}/zh-TW.yml +34 -34
- data/{locales → config/locales}/zh.yml +34 -34
- data/config/routes.rb +73 -0
- data/lib/muck-services.rb +24 -0
- data/lib/muck-services/config.rb +36 -0
- data/lib/muck-services/engine.rb +32 -0
- data/lib/{muck_services → muck-services}/exceptions.rb +0 -0
- data/lib/{muck_services → muck-services}/languages.rb +0 -0
- data/lib/muck-services/models/aggregation_owner.rb +17 -0
- data/lib/muck-services/models/feed_owner.rb +24 -0
- data/lib/muck-services/models/feed_parent.rb +18 -0
- data/lib/muck-services/models/recommendation.rb +14 -0
- data/lib/muck-services/models/recommendation_owner.rb +15 -0
- data/lib/muck-services/models/services_comment.rb +24 -0
- data/lib/muck-services/models/services_share.rb +18 -0
- data/lib/{muck_services → muck-services}/muck_custom_form_builder.rb +1 -3
- data/lib/{muck_services → muck-services}/services.rb +0 -0
- data/lib/tasks/muck_services.rake +101 -0
- data/muck-services.gemspec +364 -520
- data/test/{rails_root → rails_test}/app/controllers/application_controller.rb +1 -9
- data/test/{rails_root → rails_test}/app/controllers/default_controller.rb +0 -0
- data/test/{rails_root → rails_test}/app/helpers/application_helper.rb +0 -0
- data/test/{rails_root → rails_test}/app/models/activity.rb +1 -1
- data/test/{rails_root → rails_test}/app/models/comment.rb +3 -3
- data/test/rails_test/app/models/country.rb +13 -0
- data/test/rails_test/app/models/language.rb +15 -0
- data/test/{rails_root → rails_test}/app/models/share.rb +3 -3
- data/test/rails_test/app/models/state.rb +13 -0
- data/test/{rails_root → rails_test}/app/models/user.rb +8 -8
- data/test/{rails_root → rails_test}/app/models/user_session.rb +0 -0
- data/test/rails_test/config/application.rb +42 -0
- data/test/rails_test/config/boot.rb +13 -0
- data/test/rails_test/config/environment.rb +5 -0
- data/test/rails_test/config/environments/development.rb +26 -0
- data/test/rails_test/config/environments/production.rb +49 -0
- data/test/rails_test/config/environments/test.rb +35 -0
- data/test/rails_test/config/initializers/backtrace_silencers.rb +7 -0
- data/test/{rails_root → rails_test}/config/initializers/inflections.rb +2 -2
- data/test/rails_test/config/initializers/mce_options.rb +83 -0
- data/test/{rails_root → rails_test}/config/initializers/mime_types.rb +0 -0
- data/test/rails_test/config/initializers/muck.rb +66 -0
- data/test/rails_test/config/initializers/secret_token.rb +7 -0
- data/test/rails_test/config/initializers/session_store.rb +8 -0
- data/test/rails_test/config/routes.rb +12 -0
- data/test/{rails_root → rails_test}/db/migrate/20090320174818_create_muck_permissions_and_roles.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090327231918_create_users.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090402033319_add_muck_activities.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090402234137_create_languages.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090426041056_create_countries.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090426041103_create_states.rb +0 -0
- data/test/rails_test/db/migrate/20090512013727_create_profiles.rb +21 -0
- data/test/rails_test/db/migrate/20090517040220_create_uploads.rb +38 -0
- data/test/{rails_root → rails_test}/db/migrate/20090602191243_create_muck_raker.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090613173314_create_comments.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090619211125_create_tag_clouds.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090623181458_add_grain_size_to_entries.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090623193525_add_grain_size_to_tag_clouds.rb +0 -0
- data/test/rails_test/db/migrate/20090703055724_add_contents.rb +49 -0
- data/test/{rails_root → rails_test}/db/migrate/20090703175825_denormalize_entries_subjects.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090704220055_create_slugs.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090716035935_change_tag_cloud_grain_sizes.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090717173900_add_contributor_to_feeds.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090717175825_normalize_entries_subjects.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090721043213_change_services_title_to_name.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090721054927_remove_services_not_null_from_feeds.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090723050510_create_feed_parents.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090728165716_add_etag_to_feeds.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090730044139_add_comment_cache.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090730045848_add_comment_cache_to_entries.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090730154102_allow_null_user.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090803185323_create_shares.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090804184247_add_comment_count_to_shares.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090804211240_add_entry_id_to_shares.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090804231857_add_shares_uri_index.rb +0 -0
- data/test/rails_test/db/migrate/20090806230610_add_layout_to_contents.rb +9 -0
- data/test/rails_test/db/migrate/20090808175401_add_contents_comment_counter_cache.rb +9 -0
- data/test/{rails_root → rails_test}/db/migrate/20090818204527_add_activity_indexes.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090819030523_add_attachable_to_activities.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090826220530_change_services_sequence_to_sort.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090826225652_create_identity_feeds.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090827005105_add_identity_fields_to_services.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090827015308_create_service_categories.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090827221502_add_prompt_and_template_to_services.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090915041650_aggregations_to_polymorphic.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090922174200_update_oai_endpoints.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090922231552_add_dates_to_oai_endpoints.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090923150807_rename_name_in_aggregation.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20090924200750_add_uri_data_template_to_services.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20091006183742_add_feed_count_to_aggregation.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20091022150615_add_uri_key_to_services.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20091115011828_add_aggregations_for_personal_recs.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20091116094447_rename_action_table.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb +0 -0
- data/test/rails_test/db/migrate/20091124203137_add_location_to_profiles.rb +15 -0
- data/test/rails_test/db/migrate/20091124205819_add_fields_to_profiles.rb +21 -0
- data/test/{rails_root → rails_test}/db/migrate/20100123035450_create_access_codes.rb +0 -0
- data/test/{rails_root → rails_test}/db/migrate/20100123233654_create_access_code_requests.rb +0 -0
- data/test/rails_test/db/migrate/20100206000906_remove_name_fields.rb +15 -0
- data/test/rails_test/db/migrate/20100903205928_add_dead_entry_fields.rb +13 -0
- data/test/{rails_root → rails_test}/features/step_definitions/common_steps.rb +0 -0
- data/test/{rails_root → rails_test}/features/step_definitions/visit_steps.rb +0 -0
- data/test/rails_test/features/step_definitions/web_steps.rb +219 -0
- data/test/{rails_root → rails_test}/features/step_definitions/webrat_steps.rb +0 -0
- data/test/rails_test/features/support/custom_env.rb +19 -0
- data/test/rails_test/features/support/env.rb +58 -0
- data/test/rails_test/features/support/paths.rb +33 -0
- data/test/rails_test/lib/daemons/amazonaws.rb +36 -0
- data/test/{rails_root → rails_test}/public/dispatch.rb +0 -0
- data/test/rails_test/spec/controllers/admin/feeds_controller_spec.rb +38 -0
- data/test/rails_test/spec/controllers/admin/oai_endpoints_controller_spec.rb +30 -0
- data/test/{rails_root/test/functional/aggregation_feeds_controller_test.rb → rails_test/spec/controllers/aggregation_feeds_controller_spec.rb} +24 -24
- data/test/rails_test/spec/controllers/aggregations_controller_spec.rb +89 -0
- data/test/rails_test/spec/controllers/feed_previews_controller_spec.rb +32 -0
- data/test/rails_test/spec/controllers/feeds_controller_spec.rb +78 -0
- data/test/{rails_root/test/functional/identity_feeds_controller_test.rb → rails_test/spec/controllers/identity_feeds_controller_spec.rb} +44 -44
- data/test/rails_test/spec/controllers/oai_endpoints_controller_spec.rb +42 -0
- data/test/rails_test/spec/controllers/topics_controller_spec.rb +50 -0
- data/test/rails_test/spec/controllers/visits_controller_spec.rb +21 -0
- data/test/{rails_root/test → rails_test/spec}/factories.rb +6 -1
- data/test/rails_test/spec/mailers/services_mailer_spec.rb +31 -0
- data/test/{rails_root/test/unit/aggregation_feed_test.rb → rails_test/spec/models/aggregation_feed_spec.rb} +6 -9
- data/test/{rails_root/test/unit/aggregation_test.rb → rails_test/spec/models/aggregation_spec.rb} +23 -23
- data/test/{rails_root/test/unit/entry_test.rb → rails_test/spec/models/entry_spec.rb} +70 -74
- data/test/{rails_root/test/unit/feed_parent_test.rb → rails_test/spec/models/feed_parent_spec.rb} +5 -5
- data/test/{rails_root/test/unit/feed_test.rb → rails_test/spec/models/feed_spec.rb} +77 -81
- data/test/{rails_root/test/unit/identity_feed_test.rb → rails_test/spec/models/identity_feed_spec.rb} +5 -5
- data/test/rails_test/spec/models/oai_endpoint_spec.rb +78 -0
- data/test/rails_test/spec/models/personal_recommendation_spec.rb +60 -0
- data/test/{rails_root/test/unit/recommendation_test.rb → rails_test/spec/models/recommendation_spec.rb} +6 -8
- data/test/rails_test/spec/models/service_category_spec.rb +19 -0
- data/test/rails_test/spec/models/service_spec.rb +383 -0
- data/test/{rails_root/test/unit/share_test.rb → rails_test/spec/models/share_spec.rb} +8 -11
- data/test/{rails_root/test/unit/tag_cloud_test.rb → rails_test/spec/models/tag_cloud_spec.rb} +4 -4
- data/test/{rails_root/test/unit/user_test.rb → rails_test/spec/models/user_spec.rb} +9 -11
- data/test/{rails_root/test/test_helper.rb → rails_test/spec/spec_helper.rb} +8 -19
- metadata +345 -470
- data/app/views/services_mailer/notification_feed_added.text.ar.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ar.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.bg.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.bg.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.ca.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ca.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.cs.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.cs.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.da.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.da.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.de.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.de.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.el.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.el.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.es.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.es.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.et.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.et.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.fa.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.fa.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.fi.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.fi.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.fr.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.fr.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.gl.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.gl.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.hi.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.hi.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.hr.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.hr.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.hu.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.hu.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.id.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.id.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.it.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.it.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.iw.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.iw.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.ja.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ja.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.ko.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ko.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.lt.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.lt.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.lv.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.lv.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.mt.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.mt.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.nl.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.nl.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.no.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.no.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.pl.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.pl.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.pt-PT.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.pt-PT.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.ro.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ro.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.ru.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.ru.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.sk.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.sk.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.sl.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.sl.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.sq.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.sq.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.sr.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.sr.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.sv.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.sv.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.th.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.th.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.tl.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.tl.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.tr.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.tr.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.uk.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.uk.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.vi.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.vi.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.zh-CN.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.zh-CN.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.zh-TW.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.zh-TW.plain.erb +0 -7
- data/app/views/services_mailer/notification_feed_added.text.zh.html.erb +0 -4
- data/app/views/services_mailer/notification_feed_added.text.zh.plain.erb +0 -7
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ar.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ar.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.bg.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.bg.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ca.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ca.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.cs.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.cs.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.da.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.da.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.de.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.de.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.el.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.el.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.es.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.es.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.et.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.et.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fa.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fa.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fi.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fi.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fr.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.fr.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.gl.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.gl.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hi.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hi.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hr.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hr.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hu.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.hu.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.id.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.id.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.it.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.it.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.iw.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.iw.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ja.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ja.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ko.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ko.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.lt.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.lt.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.lv.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.lv.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.mt.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.mt.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.nl.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.nl.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.no.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.no.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.pl.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.pl.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.pt-PT.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.pt-PT.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ro.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ro.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ru.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.ru.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sk.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sk.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sl.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sl.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sq.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sq.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sr.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sr.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sv.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.sv.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.th.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.th.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.tl.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.tl.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.tr.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.tr.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.uk.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.uk.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.vi.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.vi.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh-CN.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh-CN.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh-TW.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh-TW.plain.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh.html.erb +0 -4
- data/app/views/services_mailer/notification_oai_endpoint_added.text.zh.plain.erb +0 -4
- data/config/muck_services_routes.rb +0 -43
- data/lib/active_record/acts/muck_aggregation_owner.rb +0 -30
- data/lib/active_record/acts/muck_feed_owner.rb +0 -36
- data/lib/active_record/acts/muck_feed_parent.rb +0 -23
- data/lib/active_record/acts/muck_recommendations.rb +0 -24
- data/lib/active_record/acts/muck_services_comment.rb +0 -40
- data/lib/active_record/acts/muck_services_share.rb +0 -32
- data/lib/muck_services.rb +0 -23
- data/lib/muck_services/initialize_routes.rb +0 -8
- data/lib/muck_services/tasks.rb +0 -117
- data/rails/init.rb +0 -18
- data/test/rails_root/config/boot.rb +0 -109
- data/test/rails_root/config/environment.rb +0 -41
- data/test/rails_root/config/environments/cucumber.rb +0 -21
- data/test/rails_root/config/environments/development.rb +0 -37
- data/test/rails_root/config/environments/production.rb +0 -1
- data/test/rails_root/config/environments/test.rb +0 -24
- data/test/rails_root/config/initializers/requires.rb +0 -13
- data/test/rails_root/config/initializers/session_store.rb +0 -8
- data/test/rails_root/config/routes.rb +0 -11
- data/test/rails_root/db/schema.rb +0 -504
- data/test/rails_root/features/support/env.rb +0 -14
- data/test/rails_root/features/support/paths.rb +0 -36
- data/test/rails_root/script/create_project.rb +0 -52
- data/test/rails_root/test/functional/admin/feeds_controller_test.rb +0 -37
- data/test/rails_root/test/functional/admin/oai_endpoints_controller_test.rb +0 -30
- data/test/rails_root/test/functional/aggregations_controller_test.rb +0 -89
- data/test/rails_root/test/functional/feed_previews_controller_test.rb +0 -32
- data/test/rails_root/test/functional/feeds_controller_test.rb +0 -78
- data/test/rails_root/test/functional/oai_endpoints_controller_test.rb +0 -42
- data/test/rails_root/test/functional/topics_controller_test.rb +0 -50
- data/test/rails_root/test/functional/visits_controller_test.rb +0 -21
- data/test/rails_root/test/unit/comment_test.rb +0 -38
- data/test/rails_root/test/unit/oai_endpoint_test.rb +0 -84
- data/test/rails_root/test/unit/personal_recommendation_test.rb +0 -78
- data/test/rails_root/test/unit/service_category_test.rb +0 -19
- data/test/rails_root/test/unit/service_test.rb +0 -386
- data/test/rails_root/test/unit/services_mailer_test.rb +0 -35
- data/test/rails_root/vendor/plugins/jrails/init.rb +0 -1
- data/test/rails_root/vendor/plugins/jrails/install.rb +0 -9
- data/test/rails_root/vendor/plugins/jrails/lib/jrails.rb +0 -421
- data/test/rails_root/vendor/plugins/jrails/rails/init.rb +0 -15
- data/test/rails_root/vendor/plugins/ssl_requirement/lib/ssl_requirement.rb +0 -62
- data/test/rails_root/vendor/plugins/ssl_requirement/test/ssl_requirement_test.rb +0 -132
|
@@ -1,25 +1,14 @@
|
|
|
1
1
|
$:.reject! { |e| e.include? 'TextMate' }
|
|
2
|
-
ENV["RAILS_ENV"]
|
|
3
|
-
require File.expand_path(
|
|
4
|
-
|
|
2
|
+
ENV["RAILS_ENV"] ||= 'test'
|
|
3
|
+
require File.expand_path("../../config/environment", __FILE__)
|
|
4
|
+
|
|
5
5
|
require 'muck_test_helper'
|
|
6
|
-
require 'authlogic/test_case'
|
|
7
|
-
require 'active_record/fixtures'
|
|
8
6
|
require File.expand_path(File.dirname(__FILE__) + '/factories')
|
|
9
7
|
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
self.use_instantiated_fixtures = true
|
|
15
|
-
|
|
16
|
-
TEST_URI = 'http://www.engadget.com'
|
|
17
|
-
TEST_RSS_URI = 'http://www.engadget.com/rss.xml'
|
|
18
|
-
TEST_USERNAME_TEMPLATE = 'http://feeds.delicious.com/v2/rss/{username}?count=100'
|
|
19
|
-
TEST_XML_URI = 'http://ocw.mit.edu/OcwWeb/rss/all/mit-allcourses.xml'
|
|
20
|
-
|
|
21
|
-
end
|
|
22
|
-
|
|
8
|
+
TEST_URI = 'http://www.engadget.com'
|
|
9
|
+
TEST_RSS_URI = 'http://www.engadget.com/rss.xml'
|
|
10
|
+
TEST_USERNAME_TEMPLATE = 'http://feeds.delicious.com/v2/rss/{username}?count=100'
|
|
11
|
+
TEST_XML_URI = 'http://ocw.mit.edu/OcwWeb/rss/all/mit-allcourses.xml'
|
|
23
12
|
|
|
24
13
|
# Used to add in a music service since services.yml doesn't currently have any.
|
|
25
14
|
def build_music_service
|
|
@@ -32,7 +21,7 @@ end
|
|
|
32
21
|
|
|
33
22
|
# load in the default data required to run the app
|
|
34
23
|
def bootstrap_services
|
|
35
|
-
ActiveRecord::Base.establish_connection(
|
|
24
|
+
ActiveRecord::Base.establish_connection(::Rails.env)
|
|
36
25
|
|
|
37
26
|
ServiceCategory.delete_all
|
|
38
27
|
yml = File.join(File.dirname(__FILE__), '..', '..', '..', 'db', 'bootstrap',"service_categories")
|
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:
|
|
4
|
+
hash: 7
|
|
5
5
|
prerelease: false
|
|
6
6
|
segments:
|
|
7
|
+
- 3
|
|
7
8
|
- 0
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
version: 0.1.47
|
|
9
|
+
- 0
|
|
10
|
+
version: 3.0.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-
|
|
19
|
+
date: 2010-10-18 00:00:00 -06:00
|
|
20
20
|
default_executable:
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
@@ -76,7 +76,7 @@ dependencies:
|
|
|
76
76
|
type: :runtime
|
|
77
77
|
version_requirements: *id004
|
|
78
78
|
- !ruby/object:Gem::Dependency
|
|
79
|
-
name:
|
|
79
|
+
name: hpricot
|
|
80
80
|
prerelease: false
|
|
81
81
|
requirement: &id005 !ruby/object:Gem::Requirement
|
|
82
82
|
none: false
|
|
@@ -90,7 +90,7 @@ dependencies:
|
|
|
90
90
|
type: :runtime
|
|
91
91
|
version_requirements: *id005
|
|
92
92
|
- !ruby/object:Gem::Dependency
|
|
93
|
-
name:
|
|
93
|
+
name: muck-feedbag
|
|
94
94
|
prerelease: false
|
|
95
95
|
requirement: &id006 !ruby/object:Gem::Requirement
|
|
96
96
|
none: false
|
|
@@ -104,7 +104,7 @@ dependencies:
|
|
|
104
104
|
type: :runtime
|
|
105
105
|
version_requirements: *id006
|
|
106
106
|
- !ruby/object:Gem::Dependency
|
|
107
|
-
name:
|
|
107
|
+
name: river
|
|
108
108
|
prerelease: false
|
|
109
109
|
requirement: &id007 !ruby/object:Gem::Requirement
|
|
110
110
|
none: false
|
|
@@ -118,7 +118,7 @@ dependencies:
|
|
|
118
118
|
type: :runtime
|
|
119
119
|
version_requirements: *id007
|
|
120
120
|
- !ruby/object:Gem::Dependency
|
|
121
|
-
name:
|
|
121
|
+
name: overlord
|
|
122
122
|
prerelease: false
|
|
123
123
|
requirement: &id008 !ruby/object:Gem::Requirement
|
|
124
124
|
none: false
|
|
@@ -132,7 +132,7 @@ dependencies:
|
|
|
132
132
|
type: :runtime
|
|
133
133
|
version_requirements: *id008
|
|
134
134
|
- !ruby/object:Gem::Dependency
|
|
135
|
-
name:
|
|
135
|
+
name: feedzirra
|
|
136
136
|
prerelease: false
|
|
137
137
|
requirement: &id009 !ruby/object:Gem::Requirement
|
|
138
138
|
none: false
|
|
@@ -146,7 +146,7 @@ dependencies:
|
|
|
146
146
|
type: :runtime
|
|
147
147
|
version_requirements: *id009
|
|
148
148
|
- !ruby/object:Gem::Dependency
|
|
149
|
-
name: muck-
|
|
149
|
+
name: muck-raker
|
|
150
150
|
prerelease: false
|
|
151
151
|
requirement: &id010 !ruby/object:Gem::Requirement
|
|
152
152
|
none: false
|
|
@@ -160,7 +160,7 @@ dependencies:
|
|
|
160
160
|
type: :runtime
|
|
161
161
|
version_requirements: *id010
|
|
162
162
|
- !ruby/object:Gem::Dependency
|
|
163
|
-
name: muck-
|
|
163
|
+
name: muck-engine
|
|
164
164
|
prerelease: false
|
|
165
165
|
requirement: &id011 !ruby/object:Gem::Requirement
|
|
166
166
|
none: false
|
|
@@ -174,7 +174,7 @@ dependencies:
|
|
|
174
174
|
type: :runtime
|
|
175
175
|
version_requirements: *id011
|
|
176
176
|
- !ruby/object:Gem::Dependency
|
|
177
|
-
name:
|
|
177
|
+
name: muck-users
|
|
178
178
|
prerelease: false
|
|
179
179
|
requirement: &id012 !ruby/object:Gem::Requirement
|
|
180
180
|
none: false
|
|
@@ -185,8 +185,36 @@ dependencies:
|
|
|
185
185
|
segments:
|
|
186
186
|
- 0
|
|
187
187
|
version: "0"
|
|
188
|
-
type: :
|
|
188
|
+
type: :runtime
|
|
189
189
|
version_requirements: *id012
|
|
190
|
+
- !ruby/object:Gem::Dependency
|
|
191
|
+
name: muck-comments
|
|
192
|
+
prerelease: false
|
|
193
|
+
requirement: &id013 !ruby/object:Gem::Requirement
|
|
194
|
+
none: false
|
|
195
|
+
requirements:
|
|
196
|
+
- - ">="
|
|
197
|
+
- !ruby/object:Gem::Version
|
|
198
|
+
hash: 3
|
|
199
|
+
segments:
|
|
200
|
+
- 0
|
|
201
|
+
version: "0"
|
|
202
|
+
type: :runtime
|
|
203
|
+
version_requirements: *id013
|
|
204
|
+
- !ruby/object:Gem::Dependency
|
|
205
|
+
name: shoulda
|
|
206
|
+
prerelease: false
|
|
207
|
+
requirement: &id014 !ruby/object:Gem::Requirement
|
|
208
|
+
none: false
|
|
209
|
+
requirements:
|
|
210
|
+
- - ">="
|
|
211
|
+
- !ruby/object:Gem::Version
|
|
212
|
+
hash: 3
|
|
213
|
+
segments:
|
|
214
|
+
- 0
|
|
215
|
+
version: "0"
|
|
216
|
+
type: :development
|
|
217
|
+
version_requirements: *id014
|
|
190
218
|
description: This gem contains the rails specific code for dealing with feeds, aggregations and recommendations. It is meant to work with the muck-raker gem.
|
|
191
219
|
email: justin@tatemae.com
|
|
192
220
|
executables: []
|
|
@@ -236,14 +264,14 @@ files:
|
|
|
236
264
|
- app/models/services_mailer.rb
|
|
237
265
|
- app/models/subject.rb
|
|
238
266
|
- app/models/tag_cloud.rb
|
|
239
|
-
- app/views/activity_templates/_entry_comment.
|
|
240
|
-
- app/views/activity_templates/_entry_share.
|
|
267
|
+
- app/views/activity_templates/_entry_comment.erb
|
|
268
|
+
- app/views/activity_templates/_entry_share.erb
|
|
241
269
|
- app/views/admin/feeds/index.html.erb
|
|
242
270
|
- app/views/admin/oai_endpoints/index.html.erb
|
|
243
271
|
- app/views/aggregations/_aggregation.html.erb
|
|
244
272
|
- app/views/aggregations/_data_source.html.erb
|
|
245
273
|
- app/views/aggregations/_data_sources.html.erb
|
|
246
|
-
- app/views/aggregations/_feeds.
|
|
274
|
+
- app/views/aggregations/_feeds.erb
|
|
247
275
|
- app/views/aggregations/_preview_form.html.erb
|
|
248
276
|
- app/views/aggregations/edit.html.erb
|
|
249
277
|
- app/views/aggregations/index.html.erb
|
|
@@ -270,8 +298,8 @@ files:
|
|
|
270
298
|
- app/views/entries/search.xml.builder
|
|
271
299
|
- app/views/entries/show.html.erb
|
|
272
300
|
- app/views/entries/track_clicks.html.erb
|
|
273
|
-
- app/views/feed_previews/new.
|
|
274
|
-
- app/views/feed_previews/select_feeds.
|
|
301
|
+
- app/views/feed_previews/new.erb
|
|
302
|
+
- app/views/feed_previews/select_feeds.erb
|
|
275
303
|
- app/views/feeds/_entry.html.erb
|
|
276
304
|
- app/views/feeds/_feed.html.erb
|
|
277
305
|
- app/views/feeds/_feed_row.html.erb
|
|
@@ -286,7 +314,7 @@ files:
|
|
|
286
314
|
- app/views/feeds/show.html.erb
|
|
287
315
|
- app/views/feeds/unban.html.erb
|
|
288
316
|
- app/views/identity_feeds/_available_service_categories.html.erb
|
|
289
|
-
- app/views/identity_feeds/_form.
|
|
317
|
+
- app/views/identity_feeds/_form.erb
|
|
290
318
|
- app/views/identity_feeds/_services_for_user.html.erb
|
|
291
319
|
- app/views/identity_feeds/edit.html.erb
|
|
292
320
|
- app/views/identity_feeds/index.html.erb
|
|
@@ -316,182 +344,10 @@ files:
|
|
|
316
344
|
- app/views/services/_personal_recommendations.html.erb
|
|
317
345
|
- app/views/services/_summary.html.erb
|
|
318
346
|
- app/views/services/_view_service.html.erb
|
|
319
|
-
- app/views/services_mailer/notification_feed_added.
|
|
320
|
-
- app/views/services_mailer/notification_feed_added.text.
|
|
321
|
-
- app/views/services_mailer/
|
|
322
|
-
- app/views/services_mailer/
|
|
323
|
-
- app/views/services_mailer/notification_feed_added.text.ca.html.erb
|
|
324
|
-
- app/views/services_mailer/notification_feed_added.text.ca.plain.erb
|
|
325
|
-
- app/views/services_mailer/notification_feed_added.text.cs.html.erb
|
|
326
|
-
- app/views/services_mailer/notification_feed_added.text.cs.plain.erb
|
|
327
|
-
- app/views/services_mailer/notification_feed_added.text.da.html.erb
|
|
328
|
-
- app/views/services_mailer/notification_feed_added.text.da.plain.erb
|
|
329
|
-
- app/views/services_mailer/notification_feed_added.text.de.html.erb
|
|
330
|
-
- app/views/services_mailer/notification_feed_added.text.de.plain.erb
|
|
331
|
-
- app/views/services_mailer/notification_feed_added.text.el.html.erb
|
|
332
|
-
- app/views/services_mailer/notification_feed_added.text.el.plain.erb
|
|
333
|
-
- app/views/services_mailer/notification_feed_added.text.es.html.erb
|
|
334
|
-
- app/views/services_mailer/notification_feed_added.text.es.plain.erb
|
|
335
|
-
- app/views/services_mailer/notification_feed_added.text.et.html.erb
|
|
336
|
-
- app/views/services_mailer/notification_feed_added.text.et.plain.erb
|
|
337
|
-
- app/views/services_mailer/notification_feed_added.text.fa.html.erb
|
|
338
|
-
- app/views/services_mailer/notification_feed_added.text.fa.plain.erb
|
|
339
|
-
- app/views/services_mailer/notification_feed_added.text.fi.html.erb
|
|
340
|
-
- app/views/services_mailer/notification_feed_added.text.fi.plain.erb
|
|
341
|
-
- app/views/services_mailer/notification_feed_added.text.fr.html.erb
|
|
342
|
-
- app/views/services_mailer/notification_feed_added.text.fr.plain.erb
|
|
343
|
-
- app/views/services_mailer/notification_feed_added.text.gl.html.erb
|
|
344
|
-
- app/views/services_mailer/notification_feed_added.text.gl.plain.erb
|
|
345
|
-
- app/views/services_mailer/notification_feed_added.text.hi.html.erb
|
|
346
|
-
- app/views/services_mailer/notification_feed_added.text.hi.plain.erb
|
|
347
|
-
- app/views/services_mailer/notification_feed_added.text.hr.html.erb
|
|
348
|
-
- app/views/services_mailer/notification_feed_added.text.hr.plain.erb
|
|
349
|
-
- app/views/services_mailer/notification_feed_added.text.html.erb
|
|
350
|
-
- app/views/services_mailer/notification_feed_added.text.hu.html.erb
|
|
351
|
-
- app/views/services_mailer/notification_feed_added.text.hu.plain.erb
|
|
352
|
-
- app/views/services_mailer/notification_feed_added.text.id.html.erb
|
|
353
|
-
- app/views/services_mailer/notification_feed_added.text.id.plain.erb
|
|
354
|
-
- app/views/services_mailer/notification_feed_added.text.it.html.erb
|
|
355
|
-
- app/views/services_mailer/notification_feed_added.text.it.plain.erb
|
|
356
|
-
- app/views/services_mailer/notification_feed_added.text.iw.html.erb
|
|
357
|
-
- app/views/services_mailer/notification_feed_added.text.iw.plain.erb
|
|
358
|
-
- app/views/services_mailer/notification_feed_added.text.ja.html.erb
|
|
359
|
-
- app/views/services_mailer/notification_feed_added.text.ja.plain.erb
|
|
360
|
-
- app/views/services_mailer/notification_feed_added.text.ko.html.erb
|
|
361
|
-
- app/views/services_mailer/notification_feed_added.text.ko.plain.erb
|
|
362
|
-
- app/views/services_mailer/notification_feed_added.text.lt.html.erb
|
|
363
|
-
- app/views/services_mailer/notification_feed_added.text.lt.plain.erb
|
|
364
|
-
- app/views/services_mailer/notification_feed_added.text.lv.html.erb
|
|
365
|
-
- app/views/services_mailer/notification_feed_added.text.lv.plain.erb
|
|
366
|
-
- app/views/services_mailer/notification_feed_added.text.mt.html.erb
|
|
367
|
-
- app/views/services_mailer/notification_feed_added.text.mt.plain.erb
|
|
368
|
-
- app/views/services_mailer/notification_feed_added.text.nl.html.erb
|
|
369
|
-
- app/views/services_mailer/notification_feed_added.text.nl.plain.erb
|
|
370
|
-
- app/views/services_mailer/notification_feed_added.text.no.html.erb
|
|
371
|
-
- app/views/services_mailer/notification_feed_added.text.no.plain.erb
|
|
372
|
-
- app/views/services_mailer/notification_feed_added.text.pl.html.erb
|
|
373
|
-
- app/views/services_mailer/notification_feed_added.text.pl.plain.erb
|
|
374
|
-
- app/views/services_mailer/notification_feed_added.text.plain.erb
|
|
375
|
-
- app/views/services_mailer/notification_feed_added.text.pt-PT.html.erb
|
|
376
|
-
- app/views/services_mailer/notification_feed_added.text.pt-PT.plain.erb
|
|
377
|
-
- app/views/services_mailer/notification_feed_added.text.ro.html.erb
|
|
378
|
-
- app/views/services_mailer/notification_feed_added.text.ro.plain.erb
|
|
379
|
-
- app/views/services_mailer/notification_feed_added.text.ru.html.erb
|
|
380
|
-
- app/views/services_mailer/notification_feed_added.text.ru.plain.erb
|
|
381
|
-
- app/views/services_mailer/notification_feed_added.text.sk.html.erb
|
|
382
|
-
- app/views/services_mailer/notification_feed_added.text.sk.plain.erb
|
|
383
|
-
- app/views/services_mailer/notification_feed_added.text.sl.html.erb
|
|
384
|
-
- app/views/services_mailer/notification_feed_added.text.sl.plain.erb
|
|
385
|
-
- app/views/services_mailer/notification_feed_added.text.sq.html.erb
|
|
386
|
-
- app/views/services_mailer/notification_feed_added.text.sq.plain.erb
|
|
387
|
-
- app/views/services_mailer/notification_feed_added.text.sr.html.erb
|
|
388
|
-
- app/views/services_mailer/notification_feed_added.text.sr.plain.erb
|
|
389
|
-
- app/views/services_mailer/notification_feed_added.text.sv.html.erb
|
|
390
|
-
- app/views/services_mailer/notification_feed_added.text.sv.plain.erb
|
|
391
|
-
- app/views/services_mailer/notification_feed_added.text.th.html.erb
|
|
392
|
-
- app/views/services_mailer/notification_feed_added.text.th.plain.erb
|
|
393
|
-
- app/views/services_mailer/notification_feed_added.text.tl.html.erb
|
|
394
|
-
- app/views/services_mailer/notification_feed_added.text.tl.plain.erb
|
|
395
|
-
- app/views/services_mailer/notification_feed_added.text.tr.html.erb
|
|
396
|
-
- app/views/services_mailer/notification_feed_added.text.tr.plain.erb
|
|
397
|
-
- app/views/services_mailer/notification_feed_added.text.uk.html.erb
|
|
398
|
-
- app/views/services_mailer/notification_feed_added.text.uk.plain.erb
|
|
399
|
-
- app/views/services_mailer/notification_feed_added.text.vi.html.erb
|
|
400
|
-
- app/views/services_mailer/notification_feed_added.text.vi.plain.erb
|
|
401
|
-
- app/views/services_mailer/notification_feed_added.text.zh-CN.html.erb
|
|
402
|
-
- app/views/services_mailer/notification_feed_added.text.zh-CN.plain.erb
|
|
403
|
-
- app/views/services_mailer/notification_feed_added.text.zh-TW.html.erb
|
|
404
|
-
- app/views/services_mailer/notification_feed_added.text.zh-TW.plain.erb
|
|
405
|
-
- app/views/services_mailer/notification_feed_added.text.zh.html.erb
|
|
406
|
-
- app/views/services_mailer/notification_feed_added.text.zh.plain.erb
|
|
407
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ar.html.erb
|
|
408
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ar.plain.erb
|
|
409
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.bg.html.erb
|
|
410
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.bg.plain.erb
|
|
411
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ca.html.erb
|
|
412
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ca.plain.erb
|
|
413
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.cs.html.erb
|
|
414
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.cs.plain.erb
|
|
415
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.da.html.erb
|
|
416
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.da.plain.erb
|
|
417
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.de.html.erb
|
|
418
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.de.plain.erb
|
|
419
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.el.html.erb
|
|
420
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.el.plain.erb
|
|
421
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.es.html.erb
|
|
422
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.es.plain.erb
|
|
423
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.et.html.erb
|
|
424
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.et.plain.erb
|
|
425
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.fa.html.erb
|
|
426
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.fa.plain.erb
|
|
427
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.fi.html.erb
|
|
428
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.fi.plain.erb
|
|
429
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.fr.html.erb
|
|
430
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.fr.plain.erb
|
|
431
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.gl.html.erb
|
|
432
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.gl.plain.erb
|
|
433
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.hi.html.erb
|
|
434
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.hi.plain.erb
|
|
435
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.hr.html.erb
|
|
436
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.hr.plain.erb
|
|
437
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.html.erb
|
|
438
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.hu.html.erb
|
|
439
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.hu.plain.erb
|
|
440
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.id.html.erb
|
|
441
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.id.plain.erb
|
|
442
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.it.html.erb
|
|
443
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.it.plain.erb
|
|
444
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.iw.html.erb
|
|
445
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.iw.plain.erb
|
|
446
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ja.html.erb
|
|
447
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ja.plain.erb
|
|
448
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ko.html.erb
|
|
449
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ko.plain.erb
|
|
450
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.lt.html.erb
|
|
451
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.lt.plain.erb
|
|
452
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.lv.html.erb
|
|
453
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.lv.plain.erb
|
|
454
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.mt.html.erb
|
|
455
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.mt.plain.erb
|
|
456
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.nl.html.erb
|
|
457
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.nl.plain.erb
|
|
458
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.no.html.erb
|
|
459
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.no.plain.erb
|
|
460
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.pl.html.erb
|
|
461
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.pl.plain.erb
|
|
462
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.plain.erb
|
|
463
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.pt-PT.html.erb
|
|
464
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.pt-PT.plain.erb
|
|
465
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ro.html.erb
|
|
466
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ro.plain.erb
|
|
467
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ru.html.erb
|
|
468
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.ru.plain.erb
|
|
469
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.sk.html.erb
|
|
470
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.sk.plain.erb
|
|
471
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.sl.html.erb
|
|
472
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.sl.plain.erb
|
|
473
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.sq.html.erb
|
|
474
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.sq.plain.erb
|
|
475
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.sr.html.erb
|
|
476
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.sr.plain.erb
|
|
477
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.sv.html.erb
|
|
478
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.sv.plain.erb
|
|
479
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.th.html.erb
|
|
480
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.th.plain.erb
|
|
481
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.tl.html.erb
|
|
482
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.tl.plain.erb
|
|
483
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.tr.html.erb
|
|
484
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.tr.plain.erb
|
|
485
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.uk.html.erb
|
|
486
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.uk.plain.erb
|
|
487
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.vi.html.erb
|
|
488
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.vi.plain.erb
|
|
489
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.zh-CN.html.erb
|
|
490
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.zh-CN.plain.erb
|
|
491
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.zh-TW.html.erb
|
|
492
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.zh-TW.plain.erb
|
|
493
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.zh.html.erb
|
|
494
|
-
- app/views/services_mailer/notification_oai_endpoint_added.text.zh.plain.erb
|
|
347
|
+
- app/views/services_mailer/notification_feed_added.html.erb
|
|
348
|
+
- app/views/services_mailer/notification_feed_added.text.erb
|
|
349
|
+
- app/views/services_mailer/notification_oai_endpoint_added.html.erb
|
|
350
|
+
- app/views/services_mailer/notification_oai_endpoint_added.text.erb
|
|
495
351
|
- app/views/topics/_entry.html.erb
|
|
496
352
|
- app/views/topics/_feed.html.erb
|
|
497
353
|
- app/views/topics/_feed_preview.html.erb
|
|
@@ -509,7 +365,51 @@ files:
|
|
|
509
365
|
- app/views/visits/_share_tool.html.erb
|
|
510
366
|
- app/views/visits/_toolbar.html.erb
|
|
511
367
|
- app/views/visits/show.html.erb
|
|
512
|
-
- config/
|
|
368
|
+
- config/locales/ar.yml
|
|
369
|
+
- config/locales/bg.yml
|
|
370
|
+
- config/locales/ca.yml
|
|
371
|
+
- config/locales/cs.yml
|
|
372
|
+
- config/locales/da.yml
|
|
373
|
+
- config/locales/de.yml
|
|
374
|
+
- config/locales/el.yml
|
|
375
|
+
- config/locales/en.yml
|
|
376
|
+
- config/locales/es.yml
|
|
377
|
+
- config/locales/et.yml
|
|
378
|
+
- config/locales/fa.yml
|
|
379
|
+
- config/locales/fi.yml
|
|
380
|
+
- config/locales/fr.yml
|
|
381
|
+
- config/locales/gl.yml
|
|
382
|
+
- config/locales/hi.yml
|
|
383
|
+
- config/locales/hr.yml
|
|
384
|
+
- config/locales/hu.yml
|
|
385
|
+
- config/locales/id.yml
|
|
386
|
+
- config/locales/it.yml
|
|
387
|
+
- config/locales/iw.yml
|
|
388
|
+
- config/locales/ja.yml
|
|
389
|
+
- config/locales/ko.yml
|
|
390
|
+
- config/locales/lt.yml
|
|
391
|
+
- config/locales/lv.yml
|
|
392
|
+
- config/locales/mt.yml
|
|
393
|
+
- config/locales/nl.yml
|
|
394
|
+
- config/locales/no.yml
|
|
395
|
+
- config/locales/pl.yml
|
|
396
|
+
- config/locales/pt-PT.yml
|
|
397
|
+
- config/locales/ro.yml
|
|
398
|
+
- config/locales/ru.yml
|
|
399
|
+
- config/locales/sk.yml
|
|
400
|
+
- config/locales/sl.yml
|
|
401
|
+
- config/locales/sq.yml
|
|
402
|
+
- config/locales/sr.yml
|
|
403
|
+
- config/locales/sv.yml
|
|
404
|
+
- config/locales/th.yml
|
|
405
|
+
- config/locales/tl.yml
|
|
406
|
+
- config/locales/tr.yml
|
|
407
|
+
- config/locales/uk.yml
|
|
408
|
+
- config/locales/vi.yml
|
|
409
|
+
- config/locales/zh-CN.yml
|
|
410
|
+
- config/locales/zh-TW.yml
|
|
411
|
+
- config/locales/zh.yml
|
|
412
|
+
- config/routes.rb
|
|
513
413
|
- db/bootstrap/attention.yml
|
|
514
414
|
- db/bootstrap/feeds.yml
|
|
515
415
|
- db/bootstrap/oai_endpoints.yml
|
|
@@ -545,177 +445,143 @@ files:
|
|
|
545
445
|
- db/migrate/20091116094447_rename_action_table.rb
|
|
546
446
|
- db/migrate/20091118203605_add_default_feed_type_to_aggregation_feed.rb
|
|
547
447
|
- db/migrate/20100903205928_add_dead_entry_fields.rb
|
|
548
|
-
- lib/
|
|
549
|
-
- lib/
|
|
550
|
-
- lib/
|
|
551
|
-
- lib/
|
|
552
|
-
- lib/
|
|
553
|
-
- lib/
|
|
554
|
-
- lib/
|
|
555
|
-
- lib/
|
|
556
|
-
- lib/
|
|
557
|
-
- lib/
|
|
558
|
-
- lib/
|
|
559
|
-
- lib/
|
|
560
|
-
- lib/
|
|
561
|
-
-
|
|
562
|
-
-
|
|
563
|
-
- locales/ca.yml
|
|
564
|
-
- locales/cs.yml
|
|
565
|
-
- locales/da.yml
|
|
566
|
-
- locales/de.yml
|
|
567
|
-
- locales/el.yml
|
|
568
|
-
- locales/en.yml
|
|
569
|
-
- locales/es.yml
|
|
570
|
-
- locales/et.yml
|
|
571
|
-
- locales/fa.yml
|
|
572
|
-
- locales/fi.yml
|
|
573
|
-
- locales/fr.yml
|
|
574
|
-
- locales/gl.yml
|
|
575
|
-
- locales/hi.yml
|
|
576
|
-
- locales/hr.yml
|
|
577
|
-
- locales/hu.yml
|
|
578
|
-
- locales/id.yml
|
|
579
|
-
- locales/it.yml
|
|
580
|
-
- locales/iw.yml
|
|
581
|
-
- locales/ja.yml
|
|
582
|
-
- locales/ko.yml
|
|
583
|
-
- locales/lt.yml
|
|
584
|
-
- locales/lv.yml
|
|
585
|
-
- locales/mt.yml
|
|
586
|
-
- locales/nl.yml
|
|
587
|
-
- locales/no.yml
|
|
588
|
-
- locales/pl.yml
|
|
589
|
-
- locales/pt-PT.yml
|
|
590
|
-
- locales/ro.yml
|
|
591
|
-
- locales/ru.yml
|
|
592
|
-
- locales/sk.yml
|
|
593
|
-
- locales/sl.yml
|
|
594
|
-
- locales/sq.yml
|
|
595
|
-
- locales/sr.yml
|
|
596
|
-
- locales/sv.yml
|
|
597
|
-
- locales/th.yml
|
|
598
|
-
- locales/tl.yml
|
|
599
|
-
- locales/tr.yml
|
|
600
|
-
- locales/uk.yml
|
|
601
|
-
- locales/vi.yml
|
|
602
|
-
- locales/zh-CN.yml
|
|
603
|
-
- locales/zh-TW.yml
|
|
604
|
-
- locales/zh.yml
|
|
448
|
+
- lib/muck-services.rb
|
|
449
|
+
- lib/muck-services/config.rb
|
|
450
|
+
- lib/muck-services/engine.rb
|
|
451
|
+
- lib/muck-services/exceptions.rb
|
|
452
|
+
- lib/muck-services/languages.rb
|
|
453
|
+
- lib/muck-services/models/aggregation_owner.rb
|
|
454
|
+
- lib/muck-services/models/feed_owner.rb
|
|
455
|
+
- lib/muck-services/models/feed_parent.rb
|
|
456
|
+
- lib/muck-services/models/recommendation.rb
|
|
457
|
+
- lib/muck-services/models/recommendation_owner.rb
|
|
458
|
+
- lib/muck-services/models/services_comment.rb
|
|
459
|
+
- lib/muck-services/models/services_share.rb
|
|
460
|
+
- lib/muck-services/muck_custom_form_builder.rb
|
|
461
|
+
- lib/muck-services/services.rb
|
|
462
|
+
- lib/tasks/muck_services.rake
|
|
605
463
|
- muck-services.gemspec
|
|
606
464
|
- public/javascripts/muck_services.js
|
|
607
465
|
- public/stylesheets/frame.css
|
|
608
466
|
- public/stylesheets/muck-services.css
|
|
609
|
-
-
|
|
610
|
-
- test/
|
|
611
|
-
- test/
|
|
612
|
-
- test/
|
|
613
|
-
- test/
|
|
614
|
-
- test/
|
|
615
|
-
- test/
|
|
616
|
-
- test/
|
|
617
|
-
- test/
|
|
618
|
-
- test/
|
|
619
|
-
- test/
|
|
620
|
-
- test/
|
|
621
|
-
- test/
|
|
622
|
-
- test/
|
|
623
|
-
- test/
|
|
624
|
-
- test/
|
|
625
|
-
- test/
|
|
626
|
-
- test/
|
|
627
|
-
- test/
|
|
628
|
-
- test/
|
|
629
|
-
- test/
|
|
630
|
-
- test/
|
|
631
|
-
- test/
|
|
632
|
-
- test/
|
|
633
|
-
- test/
|
|
634
|
-
- test/
|
|
635
|
-
- test/
|
|
636
|
-
- test/
|
|
637
|
-
- test/
|
|
638
|
-
- test/
|
|
639
|
-
- test/
|
|
640
|
-
- test/
|
|
641
|
-
- test/
|
|
642
|
-
- test/
|
|
643
|
-
- test/
|
|
644
|
-
- test/
|
|
645
|
-
- test/
|
|
646
|
-
- test/
|
|
647
|
-
- test/
|
|
648
|
-
- test/
|
|
649
|
-
- test/
|
|
650
|
-
- test/
|
|
651
|
-
- test/
|
|
652
|
-
- test/
|
|
653
|
-
- test/
|
|
654
|
-
- test/
|
|
655
|
-
- test/
|
|
656
|
-
- test/
|
|
657
|
-
- test/
|
|
658
|
-
- test/
|
|
659
|
-
- test/
|
|
660
|
-
- test/
|
|
661
|
-
- test/
|
|
662
|
-
- test/
|
|
663
|
-
- test/
|
|
664
|
-
- test/
|
|
665
|
-
- test/
|
|
666
|
-
- test/
|
|
667
|
-
- test/
|
|
668
|
-
- test/
|
|
669
|
-
- test/
|
|
670
|
-
- test/
|
|
671
|
-
- test/
|
|
672
|
-
- test/
|
|
673
|
-
- test/
|
|
674
|
-
- test/
|
|
675
|
-
- test/
|
|
676
|
-
- test/
|
|
677
|
-
- test/
|
|
678
|
-
- test/
|
|
679
|
-
- test/
|
|
680
|
-
- test/
|
|
681
|
-
- test/
|
|
682
|
-
- test/
|
|
683
|
-
- test/
|
|
684
|
-
- test/
|
|
685
|
-
- test/
|
|
686
|
-
- test/
|
|
687
|
-
- test/
|
|
688
|
-
- test/
|
|
689
|
-
- test/
|
|
690
|
-
- test/
|
|
691
|
-
- test/
|
|
692
|
-
- test/
|
|
693
|
-
- test/
|
|
694
|
-
- test/
|
|
695
|
-
- test/
|
|
696
|
-
- test/
|
|
697
|
-
- test/
|
|
698
|
-
- test/
|
|
699
|
-
- test/
|
|
700
|
-
- test/
|
|
701
|
-
- test/
|
|
702
|
-
- test/
|
|
703
|
-
- test/
|
|
704
|
-
- test/
|
|
705
|
-
- test/
|
|
706
|
-
- test/
|
|
707
|
-
- test/
|
|
708
|
-
- test/
|
|
709
|
-
- test/
|
|
710
|
-
- test/
|
|
711
|
-
- test/
|
|
712
|
-
- test/
|
|
713
|
-
- test/
|
|
714
|
-
- test/
|
|
715
|
-
- test/
|
|
716
|
-
- test/
|
|
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
|
|
717
583
|
has_rdoc: true
|
|
718
|
-
homepage: http://github.com/tatemae/
|
|
584
|
+
homepage: http://github.com/tatemae/muck_services
|
|
719
585
|
licenses: []
|
|
720
586
|
|
|
721
587
|
post_install_message:
|
|
@@ -749,110 +615,119 @@ signing_key:
|
|
|
749
615
|
specification_version: 3
|
|
750
616
|
summary: Feeds, aggregations and services for muck
|
|
751
617
|
test_files:
|
|
752
|
-
- test/
|
|
753
|
-
- test/
|
|
754
|
-
- test/
|
|
755
|
-
- test/
|
|
756
|
-
- test/
|
|
757
|
-
- test/
|
|
758
|
-
- test/
|
|
759
|
-
- test/
|
|
760
|
-
- test/
|
|
761
|
-
- test/
|
|
762
|
-
- test/
|
|
763
|
-
- test/
|
|
764
|
-
- test/
|
|
765
|
-
- test/
|
|
766
|
-
- test/
|
|
767
|
-
- test/
|
|
768
|
-
- test/
|
|
769
|
-
- test/
|
|
770
|
-
- test/
|
|
771
|
-
- test/
|
|
772
|
-
- test/
|
|
773
|
-
- test/
|
|
774
|
-
- test/
|
|
775
|
-
- test/
|
|
776
|
-
- test/
|
|
777
|
-
- test/
|
|
778
|
-
- test/
|
|
779
|
-
- test/
|
|
780
|
-
- test/
|
|
781
|
-
- test/
|
|
782
|
-
- test/
|
|
783
|
-
- test/
|
|
784
|
-
- test/
|
|
785
|
-
- test/
|
|
786
|
-
- test/
|
|
787
|
-
- test/
|
|
788
|
-
- test/
|
|
789
|
-
- test/
|
|
790
|
-
- test/
|
|
791
|
-
- test/
|
|
792
|
-
- test/
|
|
793
|
-
- test/
|
|
794
|
-
- test/
|
|
795
|
-
- test/
|
|
796
|
-
- test/
|
|
797
|
-
- test/
|
|
798
|
-
- test/
|
|
799
|
-
- test/
|
|
800
|
-
- test/
|
|
801
|
-
- test/
|
|
802
|
-
- test/
|
|
803
|
-
- test/
|
|
804
|
-
- test/
|
|
805
|
-
- test/
|
|
806
|
-
- test/
|
|
807
|
-
- test/
|
|
808
|
-
- test/
|
|
809
|
-
- test/
|
|
810
|
-
- test/
|
|
811
|
-
- test/
|
|
812
|
-
- test/
|
|
813
|
-
- test/
|
|
814
|
-
- test/
|
|
815
|
-
- test/
|
|
816
|
-
- test/
|
|
817
|
-
- test/
|
|
818
|
-
- test/
|
|
819
|
-
- test/
|
|
820
|
-
- test/
|
|
821
|
-
- test/
|
|
822
|
-
- test/
|
|
823
|
-
- test/
|
|
824
|
-
- test/
|
|
825
|
-
- test/
|
|
826
|
-
- test/
|
|
827
|
-
- test/
|
|
828
|
-
- test/
|
|
829
|
-
- test/
|
|
830
|
-
- test/
|
|
831
|
-
- test/
|
|
832
|
-
- test/
|
|
833
|
-
- test/
|
|
834
|
-
- test/
|
|
835
|
-
- test/
|
|
836
|
-
- test/
|
|
837
|
-
- test/
|
|
838
|
-
- test/
|
|
839
|
-
- test/
|
|
840
|
-
- test/
|
|
841
|
-
- test/
|
|
842
|
-
- test/
|
|
843
|
-
- test/
|
|
844
|
-
- test/
|
|
845
|
-
- test/
|
|
846
|
-
- test/
|
|
847
|
-
- test/
|
|
848
|
-
- test/
|
|
849
|
-
- test/
|
|
850
|
-
- test/
|
|
851
|
-
- test/
|
|
852
|
-
- test/
|
|
853
|
-
- test/
|
|
854
|
-
- test/
|
|
855
|
-
- test/
|
|
856
|
-
- test/
|
|
857
|
-
- test/
|
|
858
|
-
- test/
|
|
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
|