Routing Error

No route matches [GET] "/%E2%80%9Dhttp:/comunicatudo.blogspot.com/%E2%80%9D"

Rails.root: /home/blogoosfero/noosfero

Application Trace | Framework Trace | Full Trace
actionpack (4.2.6) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
actionpack (4.2.6) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
railties (4.2.6) lib/rails/rack/logger.rb:38:in `call_app'
railties (4.2.6) lib/rails/rack/logger.rb:20:in `block in call'
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `block in tagged'
activesupport (4.2.6) lib/active_support/tagged_logging.rb:26:in `tagged'
activesupport (4.2.6) lib/active_support/tagged_logging.rb:68:in `tagged'
railties (4.2.6) lib/rails/rack/logger.rb:20:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
actionpack (4.2.6) lib/action_dispatch/middleware/request_id.rb:21:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
rack-contrib (1.4.0) lib/rack/contrib/runtime.rb:18:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
activesupport (4.2.6) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
actionpack (4.2.6) lib/action_dispatch/middleware/static.rb:120:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
rack-contrib (1.4.0) lib/rack/contrib/sendfile.rb:103:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
utf8-cleaner (0.2.3) lib/utf8-cleaner/middleware.rb:21:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
railties (4.2.6) lib/rails/engine.rb:518:in `call'
railties (4.2.6) lib/rails/application.rb:165:in `call'
railties (4.2.6) lib/rails/railtie.rb:194:in `public_send'
railties (4.2.6) lib/rails/railtie.rb:194:in `method_missing'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
rack (1.6.4) lib/rack/builder.rb:153:in `call'
rack (1.6.4) lib/rack/cascade.rb:33:in `block in call'
rack (1.6.4) lib/rack/cascade.rb:24:in `each'
rack (1.6.4) lib/rack/cascade.rb:24:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
rack-cors (0.4.0) lib/rack/cors.rb:80:in `call'
newrelic_rpm (3.15.2.317) lib/new_relic/agent/instrumentation/middleware_tracing.rb:96:in `call'
unicorn (4.9.0) lib/unicorn/http_server.rb:580:in `process_client'
lib/noosfero/scheduler/defer.rb:86:in `process_client'
unicorn (4.9.0) lib/unicorn/http_server.rb:674:in `worker_loop'
config/unicorn.conf.rb:164:in `worker_loop_with_daemons'
unicorn (4.9.0) lib/unicorn/http_server.rb:529:in `spawn_missing_workers'
unicorn (4.9.0) lib/unicorn/http_server.rb:540:in `maintain_worker_count'
unicorn (4.9.0) lib/unicorn/http_server.rb:294:in `join'
unicorn (4.9.0) bin/unicorn:126:in `'
/home/blogoosfero/.rbenv/versions/2.3.1/bin/unicorn:23:in `load'
/home/blogoosfero/.rbenv/versions/2.3.1/bin/unicorn:23:in `'
bundler (1.17.3) lib/bundler/cli/exec.rb:74:in `load'
bundler (1.17.3) lib/bundler/cli/exec.rb:74:in `kernel_load'
bundler (1.17.3) lib/bundler/cli/exec.rb:28:in `run'
bundler (1.17.3) lib/bundler/cli.rb:463:in `exec'
bundler (1.17.3) lib/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
bundler (1.17.3) lib/bundler/vendor/thor/lib/thor/invocation.rb:126:in `invoke_command'
bundler (1.17.3) lib/bundler/vendor/thor/lib/thor.rb:387:in `dispatch'
bundler (1.17.3) lib/bundler/cli.rb:27:in `dispatch'
bundler (1.17.3) lib/bundler/vendor/thor/lib/thor/base.rb:466:in `start'
bundler (1.17.3) lib/bundler/cli.rb:18:in `start'
bundler (1.17.3) exe/bundle:30:in `block in '
bundler (1.17.3) lib/bundler/friendly_errors.rb:124:in `with_friendly_errors'
bundler (1.17.3) exe/bundle:22:in `'
/home/blogoosfero/.rbenv/versions/2.3.1/bin/bundle:23:in `load'
/home/blogoosfero/.rbenv/versions/2.3.1/bin/bundle:23:in `
'

Routes

Routes match in priority from top to bottom

Helper HTTP Verb Path Controller#Action
Path / Url
/test/:controller(/:action(/:id))(.:format) (?-mix:.*test.*)#:action
root_path / home#index
/site(/:action)(.:format) home#:action
/api(/:action)(.:format) api#:action
/images(/*stuff)(.:format) not_found#nothing
/stylesheets(/*stuff)(.:format) not_found#nothing
/designs(/*stuff)(.:format) not_found#nothing
/articles(/*stuff)(.:format) not_found#nothing
/javascripts(/*stuff)(.:format) not_found#nothing
/thumbnails(/*stuff)(.:format) not_found#nothing
/user_themes(/*stuff)(.:format) not_found#nothing
/embed/:action/:id(.:format) embed#:action {:id=>/\d+/}
doc_path /doc(.:format) doc#index
doc_section_path /doc/:section(.:format) doc#section
doc_topic_path /doc/:section/:topic(.:format) doc#topic
/account/new_password/:code(.:format) account#new_password
/account(/:action)(.:format) account#:action
/enterprise_registration(/:action)(.:format) enterprise_registration#:action
tag_path /tag(/:tag)(.:format) search#tag {:tag=>/.*/}
category_path /cat/*category_path(.:format) search#category_index
search_path /search(/:action(/*category_path))(.:format) search#:action
context_content_plugin_profile_path /profile(/:profile)/plugin/context_content/profile(/:action(/:id))(.:format) context_content_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/plugin/context_content(/:action(/:id))(.:format) context_content_plugin#:action
/profile(/:profile)/plugin/context_content(/:action(/:id))(.:format) context_content_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/context_content(/:action(/:id))(.:format) context_content_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/context_content(/:action(/:id))(.:format) context_content_plugin_admin#:action
/admin/plugin/diagramo/admin(/:action(/:id))(.:format) diagramo_plugin_admin#:action
/plugin/diagramo(/:action(/:id))(.:format) diagramo_plugin#:action
/profile(/:profile)/plugin/diagramo(/:action(/:id))(.:format) diagramo_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/diagramo(/:action(/:id))(.:format) diagramo_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/diagramo(/:action(/:id))(.:format) diagramo_plugin_admin#:action
/plugin/community_track/public(/:action(/:id))(.:format) community_track_plugin_public#:action
community_track_plugin_myprofile_path /myprofile(/:profile)/plugin/community_track/myprofile(/:action(/:id))(.:format) community_track_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/plugin/community_track(/:action(/:id))(.:format) community_track_plugin#:action
/profile(/:profile)/plugin/community_track(/:action(/:id))(.:format) community_track_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/community_track(/:action(/:id))(.:format) community_track_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/community_track(/:action(/:id))(.:format) community_track_plugin_admin#:action
/plugin/tolerance_time(/:action(/:id))(.:format) tolerance_time_plugin#:action
/profile(/:profile)/plugin/tolerance_time(/:action(/:id))(.:format) tolerance_time_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/tolerance_time(/:action(/:id))(.:format) tolerance_time_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/tolerance_time(/:action(/:id))(.:format) tolerance_time_plugin_admin#:action
/plugin/sub_organizations(/:action(/:id))(.:format) sub_organizations_plugin#:action
/profile(/:profile)/plugin/sub_organizations(/:action(/:id))(.:format) sub_organizations_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/sub_organizations(/:action(/:id))(.:format) sub_organizations_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/sub_organizations(/:action(/:id))(.:format) sub_organizations_plugin_admin#:action
/plugin/vote(/:action(/:id))(.:format) vote_plugin#:action
/profile(/:profile)/plugin/vote(/:action(/:id))(.:format) vote_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/vote(/:action(/:id))(.:format) vote_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/vote(/:action(/:id))(.:format) vote_plugin_admin#:action
/plugin/display_content(/:action(/:id))(.:format) display_content_plugin#:action
/profile(/:profile)/plugin/display_content(/:action(/:id))(.:format) display_content_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/display_content(/:action(/:id))(.:format) display_content_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/display_content(/:action(/:id))(.:format) display_content_plugin_admin#:action
/plugin/anti_spam(/:action(/:id))(.:format) anti_spam_plugin#:action
/profile(/:profile)/plugin/anti_spam(/:action(/:id))(.:format) anti_spam_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/anti_spam(/:action(/:id))(.:format) anti_spam_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/anti_spam(/:action(/:id))(.:format) anti_spam_plugin_admin#:action
/plugin/require_auth_to_comment(/:action(/:id))(.:format) require_auth_to_comment_plugin#:action
/profile(/:profile)/plugin/require_auth_to_comment(/:action(/:id))(.:format) require_auth_to_comment_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/require_auth_to_comment(/:action(/:id))(.:format) require_auth_to_comment_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/require_auth_to_comment(/:action(/:id))(.:format) require_auth_to_comment_plugin_admin#:action
/plugin/mark_comment_as_read(/:action(/:id))(.:format) mark_comment_as_read_plugin#:action
/profile(/:profile)/plugin/mark_comment_as_read(/:action(/:id))(.:format) mark_comment_as_read_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/mark_comment_as_read(/:action(/:id))(.:format) mark_comment_as_read_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/mark_comment_as_read(/:action(/:id))(.:format) mark_comment_as_read_plugin_admin#:action
avaliacoes_plugin_grades_path /myprofile(/:profile)/plugin/avaliacoes/grades(/:action(/:id))(.:format) avaliacoes_plugin/grades#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/plugin/avaliacoes(/:action(/:id))(.:format) avaliacoes_plugin#:action
/profile(/:profile)/plugin/avaliacoes(/:action(/:id))(.:format) avaliacoes_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/avaliacoes(/:action(/:id))(.:format) avaliacoes_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/avaliacoes(/:action(/:id))(.:format) avaliacoes_plugin_admin#:action
/plugin/driven_signup/account(/:action(/:id))(.:format) driven_signup_plugin/account#:action
/admin/plugin/driven_signup/admin(/:action(/:id))(.:format) driven_signup_plugin/admin#:action
/plugin/driven_signup(/:action(/:id))(.:format) driven_signup_plugin#:action
/profile(/:profile)/plugin/driven_signup(/:action(/:id))(.:format) driven_signup_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/driven_signup(/:action(/:id))(.:format) driven_signup_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/driven_signup(/:action(/:id))(.:format) driven_signup_plugin_admin#:action
/plugin/send_email(/:action(/:id))(.:format) send_email_plugin#:action
/profile(/:profile)/plugin/send_email(/:action(/:id))(.:format) send_email_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/send_email(/:action(/:id))(.:format) send_email_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/send_email(/:action(/:id))(.:format) send_email_plugin_admin#:action
/plugin/comment_group/public(/:action(/:id))(.:format) comment_group_plugin_public#:action
comment_group_plugin_profile_path /profile(/:profile)/plugin/comment_group/profile(/:action(/:id))(.:format) comment_group_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/plugin/comment_group(/:action(/:id))(.:format) comment_group_plugin#:action
/profile(/:profile)/plugin/comment_group(/:action(/:id))(.:format) comment_group_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/comment_group(/:action(/:id))(.:format) comment_group_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/comment_group(/:action(/:id))(.:format) comment_group_plugin_admin#:action
container_block_plugin_myprofile_path /myprofile(/:profile)/plugin/container_block/myprofile(/:action(/:id))(.:format) container_block_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/container_block/admin(/:action(/:id))(.:format) container_block_plugin_admin#:action
/plugin/container_block(/:action(/:id))(.:format) container_block_plugin#:action
/profile(/:profile)/plugin/container_block(/:action(/:id))(.:format) container_block_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/container_block(/:action(/:id))(.:format) container_block_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/container_block(/:action(/:id))(.:format) container_block_plugin_admin#:action
/plugin/newsletter(/:action(/:id))(.:format) newsletter_plugin#:action
/profile(/:profile)/plugin/newsletter(/:action(/:id))(.:format) newsletter_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/newsletter(/:action(/:id))(.:format) newsletter_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/newsletter(/:action(/:id))(.:format) newsletter_plugin_admin#:action
/admin/plugin/comment_classification/status(/:action(/:id))(.:format) comment_classification_plugin_status#:action
/admin/plugin/comment_classification/labels(/:action(/:id))(.:format) comment_classification_plugin_labels#:action
/plugin/comment_classification(/:action(/:id))(.:format) comment_classification_plugin#:action
/profile(/:profile)/plugin/comment_classification(/:action(/:id))(.:format) comment_classification_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/comment_classification(/:action(/:id))(.:format) comment_classification_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/comment_classification(/:action(/:id))(.:format) comment_classification_plugin_admin#:action
elearning_secretary_plugin_manage_path /myprofile(/:profile)/plugin/elearning_secretary/manage(/:action(/:id))(.:format) elearning_secretary_plugin/manage#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/plugin/elearning_secretary(/:action(/:id))(.:format) elearning_secretary_plugin#:action
/profile(/:profile)/plugin/elearning_secretary(/:action(/:id))(.:format) elearning_secretary_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/elearning_secretary(/:action(/:id))(.:format) elearning_secretary_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/elearning_secretary(/:action(/:id))(.:format) elearning_secretary_plugin_admin#:action
analytics_plugin_time_on_page_path /profile(/:profile)/plugin/analytics/time_on_page(/:action(/:id))(.:format) analytics_plugin/time_on_page#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
analytics_plugin_stats_path /myprofile(/:profile)/plugin/analytics/stats(/:action(/:id))(.:format) analytics_plugin/stats#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/plugin/analytics(/:action(/:id))(.:format) analytics_plugin#:action
/profile(/:profile)/plugin/analytics(/:action(/:id))(.:format) analytics_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/analytics(/:action(/:id))(.:format) analytics_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/analytics(/:action(/:id))(.:format) analytics_plugin_admin#:action
/plugin/spaminator(/:action(/:id))(.:format) spaminator_plugin#:action
/profile(/:profile)/plugin/spaminator(/:action(/:id))(.:format) spaminator_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/spaminator(/:action(/:id))(.:format) spaminator_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/spaminator(/:action(/:id))(.:format) spaminator_plugin_admin#:action
/plugin/work_assignment(/:action(/:id))(.:format) work_assignment_plugin#:action
/profile(/:profile)/plugin/work_assignment(/:action(/:id))(.:format) work_assignment_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/work_assignment(/:action(/:id))(.:format) work_assignment_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/work_assignment(/:action(/:id))(.:format) work_assignment_plugin_admin#:action
teams_plugin_teams_path /myprofile(/:profile)/plugin/teams/teams(/:action(/:id))(.:format) teams_plugin/teams#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
teams_plugin_members_path /myprofile(/:profile)/plugin/teams/members(/:action(/:id))(.:format) teams_plugin/members#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/plugin/teams(/:action(/:id))(.:format) teams_plugin#:action
/profile(/:profile)/plugin/teams(/:action(/:id))(.:format) teams_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/teams(/:action(/:id))(.:format) teams_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/teams(/:action(/:id))(.:format) teams_plugin_admin#:action
/plugin/custom_forms(/:action(/:id))(.:format) custom_forms_plugin#:action
/profile(/:profile)/plugin/custom_forms(/:action(/:id))(.:format) custom_forms_plugin_profile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/myprofile(/:profile)/plugin/custom_forms(/:action(/:id))(.:format) custom_forms_plugin_myprofile#:action {:profile=>/[a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*/i}
/admin/plugin/custom_forms(/:action(/:id))(.:format) custom_forms_plugin_admin#:action
/profile(/:profile)/events_by_day(.:format) events#events_by_day {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:profile)/events_by_month(.:format) events#events_by_month {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:profile)/events/:year/:month/:day(.:format) events#events {:year=>/\d*/, :month=>/\d*/, :day=>/\d*/, :profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:profile)/events/:year/:month(.:format) events#events {:year=>/\d*/, :month=>/\d*/, :profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:profile)/events(.:format) events#events {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:profile)/invite/friends(.:format) invite#invite_friends {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:profile)/invite/:action(.:format) invite#:action {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
tag_feed_path /profile(/:profile)/tags/:id/feed(.:format) profile#tag_feed {:id=>/.+/, :profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:profile)/tags/:id(.:format) profile#content_tagged {:id=>/.+/, :profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:profile)/tags(/:id)(.:format) profile#tags {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:profile)/search(.:format) profile_search#index {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:profile)/comment/:action/:id(.:format) comment#:action {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
profile_path /profile/:profile(/:action(/:id))(.:format) profile#index {:id=>/[^\/]*/, :profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/profile(/:action(/:id))(.:format) profile#index {:id=>/[^\/]*/}
/contact(/:profile)/:action(/:id)(.:format) contact#index {:id=>/.*/, :profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/map_balloon/:action/:id(.:format) map_balloon#:action {:id=>/.*/}
/chat(/:action(/:id))(.:format) chat#:action
myprofile_path /myprofile(/:profile)/:controller(/:action(/:id))(.:format) (?-mix:(tasks|profile_design|profile_editor|profile_themes|email_templates|enterprise_validation|mailconf|favorite_enterprises|maps|profile_email_templates|profile_members|spam|memberships|profile_roles|cms|friends|manage_products))#:action {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/myprofile(/:profile)(.:format) profile_editor#index {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
admin_path /admin(.:format) admin_panel#index
/admin/:controller(/:action((.:format)/:id)) (?-mix:(organizations|region_validators|environment_design|edit_template|features|trusted_sites|templates|licenses|plugin_admin|plugins|categories|users|role|admin_panel|environment_email_templates|environment_themes|environment_role_manager))#:action
/admin/:controller(/:action(/:id))(.:format) (?-mix:(organizations|region_validators|environment_design|edit_template|features|trusted_sites|templates|licenses|plugin_admin|plugins|categories|users|role|admin_panel|environment_email_templates|environment_themes|environment_role_manager))#:action
/public/:action/:id(.:format) public#:action
/:profile/*page/versions(.:format) content_viewer#article_versions {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/*page/versions(.:format) content_viewer#article_versions
/:profile/*page/versions_diff(.:format) content_viewer#versions_diff {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/*page/versions_diff(.:format) content_viewer#versions_diff
/:profile(/*page)(.:format) content_viewer#view_page {:profile=>/([a-z0-9][a-z0-9~.*]*([_\-][a-z0-9~.|:*]+)*|~)/i}
/(*page)(.:format) content_viewer#view_page

Request

Parameters:

None

Response

Headers:

None