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
@@ -1,13 +0,0 @@
1
- # == Schema Information
2
- #
3
- # Table name: states
4
- #
5
- # id :integer not null, primary key
6
- # name :string(128) default(""), not null
7
- # abbreviation :string(3) default(""), not null
8
- # country_id :integer(8) not null
9
- #
10
-
11
- class State < ActiveRecord::Base
12
- include MuckEngine::Models::MuckState
13
- end
@@ -1,45 +0,0 @@
1
- # == Schema Information
2
- #
3
- # Table name: users
4
- #
5
- # id :integer(4) not null, primary key
6
- # login :string(255)
7
- # email :string(255)
8
- # first_name :string(255)
9
- # last_name :string(255)
10
- # crypted_password :string(255)
11
- # password_salt :string(255)
12
- # persistence_token :string(255)
13
- # single_access_token :string(255)
14
- # perishable_token :string(255)
15
- # login_count :integer(4) default(0), not null
16
- # failed_login_count :integer(4) default(0), not null
17
- # last_request_at :datetime
18
- # last_login_at :datetime
19
- # current_login_at :datetime
20
- # current_login_ip :string(255)
21
- # last_login_ip :string(255)
22
- # terms_of_service :boolean(1) not null
23
- # time_zone :string(255) default("UTC")
24
- # disabled_at :datetime
25
- # activated_at :datetime
26
- # created_at :datetime
27
- # updated_at :datetime
28
- #
29
-
30
- class User < ActiveRecord::Base
31
- acts_as_authentic do |c|
32
- c.crypto_provider = Authlogic::CryptoProviders::BCrypt
33
- end
34
- include MuckUsers::Models::MuckUser
35
- include MuckServices::Models::MuckFeedParent
36
- include MuckActivities::Models::MuckActivityConsumer
37
- include MuckShares::Models::MuckSharer
38
- include MuckServices::Models::MuckFeedOwner
39
- include MuckServices::Models::MuckAggregationOwner
40
- include MuckServices::Models::MuckRecommendationOwner
41
- include MuckServices::Models::MuckRecommendation
42
- def feed_to
43
- self
44
- end
45
- end
@@ -1,2 +0,0 @@
1
- class UserSession < Authlogic::Session::Base
2
- end
@@ -1,42 +0,0 @@
1
- require File.expand_path('../boot', __FILE__)
2
-
3
- require 'rails/all'
4
-
5
- # If you have a Gemfile, require the gems listed there, including any gems
6
- # you've limited to :test, :development, or :production.
7
- Bundler.require(:default, Rails.env) if defined?(Bundler)
8
-
9
- module RailsTest
10
- class Application < Rails::Application
11
- # Settings in config/environments/* take precedence over those specified here.
12
- # Application configuration should go into files in config/initializers
13
- # -- all .rb files in that directory are automatically loaded.
14
-
15
- # Custom directories with classes and modules you want to be autoloadable.
16
- # config.autoload_paths += %W(#{config.root}/extras)
17
-
18
- # Only load the plugins named here, in the order given (default is alphabetical).
19
- # :all can be used as a placeholder for all plugins not explicitly named.
20
- # config.plugins = [ :exception_notification, :ssl_requirement, :all ]
21
-
22
- # Activate observers that should always be running.
23
- # config.active_record.observers = :cacher, :garbage_collector, :forum_observer
24
-
25
- # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
26
- # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
27
- # config.time_zone = 'Central Time (US & Canada)'
28
-
29
- # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
30
- # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
31
- # config.i18n.default_locale = :de
32
-
33
- # JavaScript files you want as :defaults (application.js is always included).
34
- # config.action_view.javascript_expansions[:defaults] = %w(jquery rails)
35
-
36
- # Configure the default encoding used in templates for Ruby 1.9.
37
- config.encoding = "utf-8"
38
-
39
- # Configure sensitive parameters which will be filtered from the log file.
40
- config.filter_parameters += [:password]
41
- end
42
- end
@@ -1,13 +0,0 @@
1
- require 'rubygems'
2
-
3
- # Set up gems listed in the Gemfile.
4
- gemfile = File.expand_path('../../Gemfile', __FILE__)
5
- begin
6
- ENV['BUNDLE_GEMFILE'] = gemfile
7
- require 'bundler'
8
- Bundler.setup
9
- rescue Bundler::GemNotFound => e
10
- STDERR.puts e.message
11
- STDERR.puts "Try running `bundle install`."
12
- exit!
13
- end if File.exist?(gemfile)
@@ -1,5 +0,0 @@
1
- # Load the rails application
2
- require File.expand_path('../application', __FILE__)
3
-
4
- # Initialize the rails application
5
- RailsTest::Application.initialize!
@@ -1,26 +0,0 @@
1
- RailsTest::Application.configure do
2
- # Settings specified here will take precedence over those in config/environment.rb
3
-
4
- # In the development environment your application's code is reloaded on
5
- # every request. This slows down response time but is perfect for development
6
- # since you don't have to restart the webserver when you make code changes.
7
- config.cache_classes = false
8
-
9
- # Log error messages when you accidentally call methods on nil.
10
- config.whiny_nils = true
11
-
12
- # Show full error reports and disable caching
13
- config.consider_all_requests_local = true
14
- config.action_view.debug_rjs = true
15
- config.action_controller.perform_caching = false
16
-
17
- # Don't care if the mailer can't send
18
- config.action_mailer.raise_delivery_errors = false
19
-
20
- # Print deprecation notices to the Rails logger
21
- config.active_support.deprecation = :log
22
-
23
- # Only use best-standards-support built into browsers
24
- config.action_dispatch.best_standards_support = :builtin
25
- end
26
-
@@ -1,49 +0,0 @@
1
- RailsTest::Application.configure do
2
- # Settings specified here will take precedence over those in config/environment.rb
3
-
4
- # The production environment is meant for finished, "live" apps.
5
- # Code is not reloaded between requests
6
- config.cache_classes = true
7
-
8
- # Full error reports are disabled and caching is turned on
9
- config.consider_all_requests_local = false
10
- config.action_controller.perform_caching = true
11
-
12
- # Specifies the header that your server uses for sending files
13
- config.action_dispatch.x_sendfile_header = "X-Sendfile"
14
-
15
- # For nginx:
16
- # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect'
17
-
18
- # If you have no front-end server that supports something like X-Sendfile,
19
- # just comment this out and Rails will serve the files
20
-
21
- # See everything in the log (default is :info)
22
- # config.log_level = :debug
23
-
24
- # Use a different logger for distributed setups
25
- # config.logger = SyslogLogger.new
26
-
27
- # Use a different cache store in production
28
- # config.cache_store = :mem_cache_store
29
-
30
- # Disable Rails's static asset server
31
- # In production, Apache or nginx will already do this
32
- config.serve_static_assets = false
33
-
34
- # Enable serving of images, stylesheets, and javascripts from an asset server
35
- # config.action_controller.asset_host = "http://assets.example.com"
36
-
37
- # Disable delivery errors, bad email addresses will be ignored
38
- # config.action_mailer.raise_delivery_errors = false
39
-
40
- # Enable threaded mode
41
- # config.threadsafe!
42
-
43
- # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
44
- # the I18n.default_locale when a translation can not be found)
45
- config.i18n.fallbacks = true
46
-
47
- # Send deprecation notices to registered listeners
48
- config.active_support.deprecation = :notify
49
- end
@@ -1,35 +0,0 @@
1
- RailsTest::Application.configure do
2
- # Settings specified here will take precedence over those in config/environment.rb
3
-
4
- # The test environment is used exclusively to run your application's
5
- # test suite. You never need to work with it otherwise. Remember that
6
- # your test database is "scratch space" for the test suite and is wiped
7
- # and recreated between test runs. Don't rely on the data there!
8
- config.cache_classes = true
9
-
10
- # Log error messages when you accidentally call methods on nil.
11
- config.whiny_nils = true
12
-
13
- # Show full error reports and disable caching
14
- config.consider_all_requests_local = true
15
- config.action_controller.perform_caching = false
16
-
17
- # Raise exceptions instead of rendering exception templates
18
- config.action_dispatch.show_exceptions = true
19
-
20
- # Disable request forgery protection in test environment
21
- config.action_controller.allow_forgery_protection = false
22
-
23
- # Tell Action Mailer not to deliver emails to the real world.
24
- # The :test delivery method accumulates sent emails in the
25
- # ActionMailer::Base.deliveries array.
26
- config.action_mailer.delivery_method = :test
27
-
28
- # Use SQL instead of Active Record's schema dumper when creating the test database.
29
- # This is necessary if your schema can't be completely dumped by the schema dumper,
30
- # like if you have constraints or database-specific column types
31
- # config.active_record.schema_format = :sql
32
-
33
- # Print deprecation notices to the stderr
34
- config.active_support.deprecation = :stderr
35
- end
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
4
- # Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
5
-
6
- # You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
7
- # Rails.backtrace_cleaner.remove_silencers!
@@ -1,10 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new inflection rules using the following format
4
- # (all these examples are active by default):
5
- # ActiveSupport::Inflector.inflections do |inflect|
6
- # inflect.plural /^(ox)$/i, '\1en'
7
- # inflect.singular /^(ox)en/i, '\1'
8
- # inflect.irregular 'person', 'people'
9
- # inflect.uncountable %w( fish sheep )
10
- # end
@@ -1,83 +0,0 @@
1
- MuckContents.configuration.advanced_mce_options = {
2
- :theme => 'advanced',
3
- :content_css => MuckContents.configuration.content_css,
4
- :body_id => 'content',
5
- :mode => "textareas",
6
- :height => 650,
7
- :width => 830,
8
- :browsers => %w{msie gecko safari},
9
- :theme_advanced_layout_manager => "SimpleLayout",
10
- :theme_advanced_statusbar_location => "bottom",
11
- :theme_advanced_toolbar_location => "top",
12
- :theme_advanced_toolbar_align => "left",
13
- :theme_advanced_resizing => true,
14
- :relative_urls => false,
15
- :convert_urls => false,
16
- :cleanup => true,
17
- :cleanup_on_startup => true,
18
- :convert_fonts_to_spans => true,
19
- :theme_advanced_resize_horizontal => false,
20
- :theme_advanced_buttons1 => %w{save cancel print preview separator
21
- search replace separator
22
- cut copy paste pastetext pasteword selectall undo redo separator
23
- bold italic underline strikethrough separator
24
- justifyleft justifycenter justifyright indent outdent separator
25
- bullist numlist separator
26
- mucklink muckimage muckfile media anchor separator
27
- template visualaid separator
28
- fullscreen code},
29
- :theme_advanced_buttons2 => %w{styleprops styleselect separator
30
- formatselect fontselect fontsizeselect separator
31
- forecolor backcolor separator
32
- tablecontrols separator
33
- sub sup charmap },
34
- :theme_advanced_buttons3 => %w{}, #bramus_cssextras_classes bramus_cssextras_ids
35
- #:theme_advanced_buttons3 => %w{cleanup code insertdate inserttime removeformat insertlayer},
36
- :plugins => %w{ paste media preview inlinepopups safari save searchreplace table style template fullscreen print autosave muckimage mucklink muckfile},
37
- # codehighlighting
38
- # spellchecker,pagebreak,layer,advhr,advimage,advlink,emotions,iespell,inlinepopups,insertdatetime,preview,media,searchreplace,print,
39
- # contextmenu,paste,directionality,fullscreen,noneditable,visualchars,nonbreaking,xhtmlxtras,template
40
- # bramus_cssextras
41
- :editor_deselector => "mceNoEditor",
42
- :editor_selector => 'mceEditor',
43
- :remove_script_host => true,
44
- :extended_valid_elements => "img[class|src|flashvars|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|onmouseout|name|obj|param|embed|scale|wmode|salign|style],embed[src|quality|scale|salign|wmode|bgcolor|width|height|name|align|type|pluginspage|flashvars],span[class|style],code[class],object[align<bottom?left?middle?right?top|archive|border|class|classid|codebase|codetype|data|declare|dir<ltr?rtl|height|hspace|id|lang|name|style|tabindex|title|type|usemap|vspace|width],iframe[id|class|title|style|align|frameborder|height|longdesc|marginheight|marginwidth|name|scrolling|src|width]",
45
- :template_cdate_classes => "cdate creationdate",
46
- :template_mdate_classes => "mdate modifieddate",
47
- :template_selected_content_classes => "selcontent",
48
- :template_cdate_format => "%m/%d/%Y : %H:%M:%S",
49
- :template_mdate_format => "%m/%d/%Y : %H:%M:%S",
50
- :save_onsavecallback => 'save_page',
51
- :accessibility_warnings => false
52
- }
53
-
54
- MuckContents.configuration.simple_mce_options = {
55
- :theme => 'advanced',
56
- :content_css => MuckContents.configuration.content_css,
57
- :body_id => 'content',
58
- :browsers => %w{msie gecko safari},
59
- :cleanup_on_startup => true,
60
- :convert_fonts_to_spans => true,
61
- :theme_advanced_resizing => true,
62
- :theme_advanced_toolbar_location => "top",
63
- :theme_advanced_statusbar_location => "bottom",
64
- :editor_deselector => "mceNoEditor",
65
- :theme_advanced_resize_horizontal => false,
66
- :theme_advanced_buttons1 => %w{bold italic underline separator bullist numlist separator link unlink},
67
- :theme_advanced_buttons2 => [],
68
- :theme_advanced_buttons3 => [],
69
- :plugins => %w{inlinepopups safari}
70
- }
71
-
72
- MuckContents.configuration.raw_mce_options = 'template_templates : [
73
- {
74
- title : "A page",
75
- src : "/javascripts/tiny_mce/templates/bio.htm",
76
- description : "Easily add a new biography for a team member."
77
- },
78
- {
79
- title : "Country Page",
80
- src : "/javascripts/tiny_mce/templates/country.htm",
81
- description : "Add a new country page."
82
- }
83
- ]'
@@ -1,5 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Add new mime types for use in respond_to blocks:
4
- # Mime::Type.register "text/richtext", :rtf
5
- # Mime::Type.register_alias "text/html", :iphone
@@ -1,66 +0,0 @@
1
- MuckEngine.configure do |config|
2
-
3
- # Global application values. These are used to display the app name, send emails, and configure where system emails go.
4
- if Rails.env.production?
5
- config.application_url = 'www.#{domain_name}' # Url of the application in production
6
- elsif Rails.env.staging?
7
- config.application_url = 'www.#{domain_name}' # Url of the application on staging
8
- else
9
- config.application_url = 'localhost:3000' # Url of the application for test or development
10
- end
11
-
12
- config.application_name = 'Example App' # Common name for your application. i.e. My App, Billy Bob, etc
13
- config.from_email = 'support@example.com' # Emails will come from this address i.e. noreply@example.com, support@example.com, system@example.com, etc
14
- config.from_email_name = 'Example App' # This will show up as the name on emails. i.e. support@example.com <Example>
15
- config.support_email = 'support@example.com' # Support email for your application. This is used for contact us etc.
16
- config.admin_email = 'admin@example.com' # Admin email for your application
17
- config.customer_service_number = '1-800-' # Phone number if you have one (optional)
18
-
19
- # Email charset. No need to change this unless you have a good reason to change the encoding.
20
- config.mail_charset = 'utf-8'
21
-
22
- # Email server configuration
23
- # Sendgrid is easy: https://sendgrid.com/user/signup
24
- config.email_server_address = "smtp.sendgrid.net" # Email server address. 'smtp.sendgrid.net' works for sendgrid
25
- config.email_user_name = 'username' # Email server username
26
- config.email_password = 'password' # Email server password
27
- config.base_domain = 'example.com' # Basedomain that emails will come from
28
-
29
- # ssl
30
- config.enable_ssl = false # Enable ssl if you have an ssl certificate installed. This will provide security between the client and server.
31
-
32
- # Google Analtyics Configuration. This will enable Google Analytics on your site and will be used if your template includes:
33
- # <%= render :partial => 'layouts/global/google_analytics' %>
34
- config.google_tracking_code = "" # Get a tracking code here: http://www.google.com/analytics/. The codes look like this: 'UA-9685000-0'
35
- config.google_tracking_set_domain = "example.com" # Base domain provided to Google Analytics. Useful if you are using subdomains but want all traffic
36
- # recorded into one account.
37
- end
38
-
39
- MuckUsers.configure do |config|
40
- config.automatically_activate = true # Automatically active a users account during registration. If true the user won't get a
41
- # 'confirm account' email. If false then the user will need to confirm their account via an email.
42
- config.automatically_login_after_account_create = true # Automatically log the user in after they have setup their account. This should be false if you
43
- # require them to activate their account.
44
- config.send_welcome = true # Send out a welcome email after the user has signed up.
45
-
46
- # if you use recaptcha you will need to also provide a public and private key available from http://recaptcha.net.
47
- config.use_recaptcha = false # This will turn on recaptcha during registration. This is an alternative to sending the
48
- # user a confirm email and can help reduce spam registrations.
49
-
50
- config.require_access_code = false # Only let a user sign up if they have an access code
51
- config.validate_terms_of_service = true # Require that the accept terms of service before signing up.
52
- config.let_users_delete_their_account = false # Turn on/off ability for users to delete their own account. It is not recommended that you let
53
- # users delete their own accounts since the delete can cascade through the system with unknown results.
54
- end
55
-
56
- MuckComments.configure do |config|
57
- config.send_email_for_new_comments = true # If true this will send out an email to each user that has participated in a comment thread. The default email is basic and only includes the body
58
- # of the comment. Add new email views to provide a better email for you users. They can be found in app/views/comment_mailer/new_comment.html.erb
59
- # and app/views/comment_mailer/new_comment.text.erb
60
- config.sanitize_content = true # Turns sanitize off/on for comments. We highly recommend leaving this on.
61
- end
62
-
63
- if defined?(ActiveRecord)
64
- # Don't Include Active Record class name as root for JSON serialized output.
65
- ActiveRecord::Base.include_root_in_json = false
66
- end
@@ -1,7 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- # Your secret key for verifying the integrity of signed cookies.
4
- # If you change this key, all old signed cookies will become invalid!
5
- # Make sure the secret is at least 30 characters and all random,
6
- # no regular words or you'll be exposed to dictionary attacks.
7
- RailsTest::Application.config.secret_token = '9dokr4d5e1od335fdfb1caec46711pdodkiec976d0ba95b4c0f575cb046cc358bce7a335ee36eb29253fb680d8u3838d871f6baeff48220fee8e9e42ab88diub'
@@ -1,8 +0,0 @@
1
- # Be sure to restart your server when you modify this file.
2
-
3
- RailsTest::Application.config.session_store :cookie_store, :key => '_muck_services_session'
4
-
5
- # Use the database for sessions instead of the cookie-based default,
6
- # which shouldn't be used to store highly confidential information
7
- # (create the session table with "rake db:sessions:create")
8
- # RailsTest::Application.config.session_store :active_record_store