clwiki 2.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.
Files changed (134) hide show
  1. data/LICENSE +31 -0
  2. data/Rakefile +53 -0
  3. data/app/assets/javascripts/cl_wiki/application.js +29 -0
  4. data/app/assets/stylesheets/cl_wiki/application.css +103 -0
  5. data/app/controllers/cl_wiki/application_controller.rb +4 -0
  6. data/app/controllers/cl_wiki/page_controller.rb +106 -0
  7. data/app/helpers/cl_wiki/application_helper.rb +4 -0
  8. data/app/views/cl_wiki/page/edit.html.erb +8 -0
  9. data/app/views/cl_wiki/page/find.html.erb +27 -0
  10. data/app/views/cl_wiki/page/recent.html.erb +4 -0
  11. data/app/views/cl_wiki/page/recent.rss.builder +18 -0
  12. data/app/views/cl_wiki/page/show.html.erb +1 -0
  13. data/app/views/layouts/cl_wiki/application.html.erb +14 -0
  14. data/config/clwiki.yml +73 -0
  15. data/config/initializers/clwiki.rb +9 -0
  16. data/config/routes.rb +15 -0
  17. data/lib/cl_wiki.rb +12 -0
  18. data/lib/cl_wiki/configuration.rb +171 -0
  19. data/lib/cl_wiki/engine.rb +5 -0
  20. data/lib/cl_wiki/file.rb +171 -0
  21. data/lib/cl_wiki/find_in_file.rb +33 -0
  22. data/lib/cl_wiki/format/format.blockquote.rb +15 -0
  23. data/lib/cl_wiki/format/format.graphviz.digraph.rb +16 -0
  24. data/lib/cl_wiki/format/format.opml.rb +105 -0
  25. data/lib/cl_wiki/format/format.pre.blockquote.rb +15 -0
  26. data/lib/cl_wiki/format/format.simpletable.rb +25 -0
  27. data/lib/cl_wiki/index.rb +455 -0
  28. data/lib/cl_wiki/page.rb +516 -0
  29. data/lib/cl_wiki/tools/cron.reminders.rb +241 -0
  30. data/lib/cl_wiki/tools/movepages.rb +27 -0
  31. data/lib/cl_wiki/tools/pagestomove.txt +56 -0
  32. data/lib/cl_wiki/tools/rublog/clWiki.rb +62 -0
  33. data/lib/cl_wiki/tools/rublog/readme.txt +2 -0
  34. data/lib/cl_wiki/tools/singlepage.rb +58 -0
  35. data/lib/cl_wiki/tools/test/singlepagetest.rb +9 -0
  36. data/lib/cl_wiki/tools/thunderbird.rb +23 -0
  37. data/lib/cl_wiki/version.rb +3 -0
  38. data/test/dummy/README.rdoc +259 -0
  39. data/test/dummy/Rakefile +6 -0
  40. data/test/dummy/app/assets/javascripts/application.js +16 -0
  41. data/test/dummy/app/assets/stylesheets/application.css +13 -0
  42. data/test/dummy/app/controllers/application_controller.rb +5 -0
  43. data/test/dummy/app/helpers/application_helper.rb +2 -0
  44. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  45. data/test/dummy/config.ru +4 -0
  46. data/test/dummy/config/application.rb +37 -0
  47. data/test/dummy/config/boot.rb +9 -0
  48. data/test/dummy/config/database.yml +25 -0
  49. data/test/dummy/config/environment.rb +5 -0
  50. data/test/dummy/config/environments/development.rb +34 -0
  51. data/test/dummy/config/environments/production.rb +81 -0
  52. data/test/dummy/config/environments/test.rb +36 -0
  53. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  54. data/test/dummy/config/initializers/inflections.rb +16 -0
  55. data/test/dummy/config/initializers/locale.rb +7 -0
  56. data/test/dummy/config/initializers/mime_types.rb +5 -0
  57. data/test/dummy/config/initializers/secret_token.rb +12 -0
  58. data/test/dummy/config/initializers/session_store.rb +3 -0
  59. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  60. data/test/dummy/config/locales/en.yml +23 -0
  61. data/test/dummy/config/routes.rb +5 -0
  62. data/test/dummy/db/development.sqlite3 +0 -0
  63. data/test/dummy/log/development.log +1963 -0
  64. data/test/dummy/log/test.log +1340 -0
  65. data/test/dummy/public/404.html +27 -0
  66. data/test/dummy/public/422.html +26 -0
  67. data/test/dummy/public/500.html +26 -0
  68. data/test/dummy/public/favicon.ico +0 -0
  69. data/test/dummy/script/rails +6 -0
  70. data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
  71. data/test/dummy/tmp/cache/assets/development/sprockets/17ea26cbf693e610505bdc24be534847 +0 -0
  72. data/test/dummy/tmp/cache/assets/development/sprockets/1883f3d938430da389005555d27c0bad +0 -0
  73. data/test/dummy/tmp/cache/assets/development/sprockets/1b9132b83b822937e80ef987f7da1760 +0 -0
  74. data/test/dummy/tmp/cache/assets/development/sprockets/259fb44b87b29348087957b4937a1953 +0 -0
  75. data/test/dummy/tmp/cache/assets/development/sprockets/37f8e4f0491b6401433af823dfb471d9 +0 -0
  76. data/test/dummy/tmp/cache/assets/development/sprockets/48d7a2c40083020f9e7d97d4d73f26fa +0 -0
  77. data/test/dummy/tmp/cache/assets/development/sprockets/4b0bfb6eb9d6983eb9defa58dd96dae4 +0 -0
  78. data/test/dummy/tmp/cache/assets/development/sprockets/4da11f1195532cd7b80f2dde7cf843d5 +0 -0
  79. data/test/dummy/tmp/cache/assets/development/sprockets/57347ee373d74c87e1515a059c701085 +0 -0
  80. data/test/dummy/tmp/cache/assets/development/sprockets/61b40e54192bf61d97ce2aef71e7d694 +0 -0
  81. data/test/dummy/tmp/cache/assets/development/sprockets/633b01c5a65fcd6457baf30d1cc94148 +0 -0
  82. data/test/dummy/tmp/cache/assets/development/sprockets/6ad8bb345cc43acfca78c043b7bfefae +0 -0
  83. data/test/dummy/tmp/cache/assets/development/sprockets/87a335a43cb68a253dea2b6c0269a4d6 +0 -0
  84. data/test/dummy/tmp/cache/assets/development/sprockets/8a38b2f4390e68175dae4b4b1c144e2e +0 -0
  85. data/test/dummy/tmp/cache/assets/development/sprockets/8ddc1a668acec35c2707ebc47768f59c +0 -0
  86. data/test/dummy/tmp/cache/assets/development/sprockets/8f5ab7b6f73a1e9f16421b299134e39a +0 -0
  87. data/test/dummy/tmp/cache/assets/development/sprockets/9835aec4bc0277b8f02d0e86c977fdba +0 -0
  88. data/test/dummy/tmp/cache/assets/development/sprockets/ae4f771558859f9c120a0f22328e8521 +0 -0
  89. data/test/dummy/tmp/cache/assets/development/sprockets/afed0eaa6fcf7a263498a08a5cc02cf0 +0 -0
  90. data/test/dummy/tmp/cache/assets/development/sprockets/be786e5567855cdc6817603725fd1b8d +0 -0
  91. data/test/dummy/tmp/cache/assets/development/sprockets/bf9b02df32690fb2a936818715d611f3 +0 -0
  92. data/test/dummy/tmp/cache/assets/development/sprockets/c2bf9d91a6a2786263b9912b948f435d +0 -0
  93. data/test/dummy/tmp/cache/assets/development/sprockets/ce4c918439a53cb89d02313ed990d5de +0 -0
  94. data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
  95. data/test/dummy/tmp/cache/assets/development/sprockets/d9c791f08c547f30854ad746a89b0bb5 +0 -0
  96. data/test/dummy/tmp/cache/assets/development/sprockets/ddc3a7b5173ff5c911a53004b56e4305 +0 -0
  97. data/test/dummy/tmp/cache/assets/development/sprockets/dfed1391742203d15f08cb07173bccba +0 -0
  98. data/test/dummy/tmp/cache/assets/development/sprockets/e282b6bdaa0e070754f8558b9de5e417 +0 -0
  99. data/test/dummy/tmp/cache/assets/development/sprockets/f0e957c30443ade693f73ff470f0f894 +0 -0
  100. data/test/dummy/tmp/cache/assets/development/sprockets/f6b3cbb9c04d5af74d780464c9a34ee5 +0 -0
  101. data/test/dummy/tmp/cache/assets/development/sprockets/fb41fedee86fd2d10ddd938bf5d68eb7 +0 -0
  102. data/test/dummy/tmp/cache/assets/test/sprockets/1883f3d938430da389005555d27c0bad +0 -0
  103. data/test/dummy/tmp/cache/assets/test/sprockets/48d7a2c40083020f9e7d97d4d73f26fa +0 -0
  104. data/test/dummy/tmp/cache/assets/test/sprockets/61b40e54192bf61d97ce2aef71e7d694 +0 -0
  105. data/test/dummy/tmp/cache/assets/test/sprockets/8f5ab7b6f73a1e9f16421b299134e39a +0 -0
  106. data/test/dummy/tmp/cache/assets/test/sprockets/9835aec4bc0277b8f02d0e86c977fdba +0 -0
  107. data/test/dummy/tmp/cache/assets/test/sprockets/ae4f771558859f9c120a0f22328e8521 +0 -0
  108. data/test/dummy/tmp/cache/assets/test/sprockets/be786e5567855cdc6817603725fd1b8d +0 -0
  109. data/test/dummy/tmp/cache/assets/test/sprockets/c2bf9d91a6a2786263b9912b948f435d +0 -0
  110. data/test/dummy/tmp/cache/assets/test/sprockets/ce4c918439a53cb89d02313ed990d5de +0 -0
  111. data/test/dummy/tmp/cache/assets/test/sprockets/e282b6bdaa0e070754f8558b9de5e417 +0 -0
  112. data/test/dummy/tmp/cache/assets/test/sprockets/f0e957c30443ade693f73ff470f0f894 +0 -0
  113. data/test/dummy/tmp/cache/assets/test/sprockets/f6b3cbb9c04d5af74d780464c9a34ee5 +0 -0
  114. data/test/dummy/tmp/testrep/FooBar.txt +1 -0
  115. data/test/dummy/tmp/testrep/FrontPage.txt +1 -0
  116. data/test/dummy/tmp/testrep/QuuxBaz.txt +1 -0
  117. data/test/dummy/wikirep/AboutClWiki.txt +31 -0
  118. data/test/dummy/wikirep/ChrisMorris.txt +4 -0
  119. data/test/dummy/wikirep/DotTest.txt +6 -0
  120. data/test/dummy/wikirep/FooBar.txt +4 -0
  121. data/test/dummy/wikirep/FooBarQuux.txt +4 -0
  122. data/test/dummy/wikirep/FrontPage.txt +14 -0
  123. data/test/dummy/wikirep/HtmlAreaTest.txt +4 -0
  124. data/test/dummy/wikirep/PreTagsTest.txt +27 -0
  125. data/test/dummy/wikirep/TheMan.txt +4 -0
  126. data/test/helpers/wiki_helper_test.rb +4 -0
  127. data/test/lib/clwiki/clwiki_test_helper.rb +3 -0
  128. data/test/lib/clwiki/file_test.rb +93 -0
  129. data/test/lib/clwiki/find_in_file_test.rb +111 -0
  130. data/test/lib/clwiki/index_test.rb +32 -0
  131. data/test/lib/clwiki/page_test.rb +239 -0
  132. data/test/lib/clwiki/test_base.rb +25 -0
  133. data/test/test_helper.rb +15 -0
  134. metadata +312 -0
@@ -0,0 +1,5 @@
1
+ # Load the rails application.
2
+ require File.expand_path('../application', __FILE__)
3
+
4
+ # Initialize the rails application.
5
+ Dummy::Application.initialize!
@@ -0,0 +1,34 @@
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.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 web server when you make code changes.
7
+ config.cache_classes = false
8
+
9
+ # Do not eager load code on boot.
10
+ config.eager_load = false
11
+
12
+ # Show full error reports and disable caching.
13
+ config.consider_all_requests_local = true
14
+ config.action_controller.perform_caching = false
15
+
16
+ # Don't care if the mailer can't send.
17
+ config.action_mailer.raise_delivery_errors = false
18
+
19
+ # Print deprecation notices to the Rails logger.
20
+ config.active_support.deprecation = :log
21
+
22
+ # Only use best-standards-support built into browsers.
23
+ config.action_dispatch.best_standards_support = :builtin
24
+
25
+ # Log the query plan for queries taking more than this (works
26
+ # with SQLite, MySQL, and PostgreSQL).
27
+ # config.active_record.auto_explain_threshold_in_seconds = 0.5
28
+
29
+ # Raise an error on page load if there are pending migrations
30
+ # config.active_record.migration_error = :page_load
31
+
32
+ # Debug mode disables concatenation and preprocessing of assets.
33
+ config.assets.debug = true
34
+ end
@@ -0,0 +1,81 @@
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.rb.
3
+
4
+ # Code is not reloaded between requests.
5
+ config.cache_classes = true
6
+
7
+ # Eager load code on boot. This eager loads most of Rails and
8
+ # your application in memory, allowing both thread web servers
9
+ # and those relying on copy on write to perform better.
10
+ # Rake tasks automatically ignore this option for performance.
11
+ config.eager_load = true
12
+
13
+ # Full error reports are disabled and caching is turned on.
14
+ config.consider_all_requests_local = false
15
+ config.action_controller.perform_caching = true
16
+
17
+ # Enable Rack::Cache to put a simple HTTP cache in front of your application
18
+ # Add `rack-cache` to your Gemfile before enabling this.
19
+ # For large-scale production use, consider using a caching reverse proxy like nginx, varnish or squid.
20
+ # config.action_dispatch.rack_cache = true
21
+
22
+ # Disable Rails's static asset server (Apache or nginx will already do this).
23
+ config.serve_static_assets = false
24
+
25
+ # Compress JavaScripts and CSS.
26
+ config.assets.js_compressor = :uglifier
27
+ # config.assets.css_compressor = :sass
28
+
29
+ # Whether to fallback to assets pipeline if a precompiled asset is missed.
30
+ config.assets.compile = false
31
+
32
+ # Generate digests for assets URLs.
33
+ config.assets.digest = true
34
+
35
+ # Specifies the header that your server uses for sending files.
36
+ # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
37
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
38
+
39
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
40
+ # config.force_ssl = true
41
+
42
+ # Set to :debug to see everything in the log.
43
+ config.log_level = :info
44
+
45
+ # Prepend all log lines with the following tags.
46
+ # config.log_tags = [ :subdomain, :uuid ]
47
+
48
+ # Use a different logger for distributed setups.
49
+ # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
50
+
51
+ # Use a different cache store in production.
52
+ # config.cache_store = :mem_cache_store
53
+
54
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server.
55
+ # config.action_controller.asset_host = "http://assets.example.com"
56
+
57
+ # Precompile additional assets.
58
+ # application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
59
+ # config.assets.precompile += %w( search.js )
60
+
61
+ # Ignore bad email addresses and do not raise email delivery errors.
62
+ # Set this to true and configure the email server for immediate delivery to raise delivery errors.
63
+ # config.action_mailer.raise_delivery_errors = false
64
+
65
+ # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
66
+ # the I18n.default_locale when a translation can not be found).
67
+ config.i18n.fallbacks = true
68
+
69
+ # Send deprecation notices to registered listeners.
70
+ config.active_support.deprecation = :notify
71
+
72
+ # Log the query plan for queries taking more than this (works
73
+ # with SQLite, MySQL, and PostgreSQL).
74
+ # config.active_record.auto_explain_threshold_in_seconds = 0.5
75
+
76
+ # Disable automatic flushing of the log to improve performance.
77
+ # config.autoflush_log = false
78
+
79
+ # Use default logging formatter so that PID and timestamp are not suppressed.
80
+ config.log_formatter = ::Logger::Formatter.new
81
+ end
@@ -0,0 +1,36 @@
1
+ Dummy::Application.configure do
2
+ # Settings specified here will take precedence over those in config/application.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
+ # Do not eager load code on boot. This avoids loading your whole application
11
+ # just for the purpose of running a single test. If you are using a tool that
12
+ # preloads Rails for running tests, you may have to set it to true.
13
+ config.eager_load = false
14
+
15
+ # Configure static asset server for tests with Cache-Control for performance.
16
+ config.serve_static_assets = true
17
+ config.static_cache_control = "public, max-age=3600"
18
+
19
+ # Show full error reports and disable caching.
20
+ config.consider_all_requests_local = true
21
+ config.action_controller.perform_caching = false
22
+
23
+ # Raise exceptions instead of rendering exception templates.
24
+ config.action_dispatch.show_exceptions = false
25
+
26
+ # Disable request forgery protection in test environment.
27
+ config.action_controller.allow_forgery_protection = false
28
+
29
+ # Tell Action Mailer not to deliver emails to the real world.
30
+ # The :test delivery method accumulates sent emails in the
31
+ # ActionMailer::Base.deliveries array.
32
+ config.action_mailer.delivery_method = :test
33
+
34
+ # Print deprecation notices to the stderr.
35
+ config.active_support.deprecation = :stderr
36
+ end
@@ -0,0 +1,7 @@
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!
@@ -0,0 +1,16 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ # Add new inflection rules using the following format. Inflections
4
+ # are locale specific, and you may define rules for as many different
5
+ # locales as you wish. All of these examples are active by default:
6
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
7
+ # inflect.plural /^(ox)$/i, '\1en'
8
+ # inflect.singular /^(ox)en/i, '\1'
9
+ # inflect.irregular 'person', 'people'
10
+ # inflect.uncountable %w( fish sheep )
11
+ # end
12
+ #
13
+ # These inflection rules are supported but not enabled by default:
14
+ # ActiveSupport::Inflector.inflections(:en) do |inflect|
15
+ # inflect.acronym 'RESTful'
16
+ # end
@@ -0,0 +1,7 @@
1
+ # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
2
+ # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
3
+ # Rails.application.config.time_zone = 'Central Time (US & Canada)'
4
+
5
+ # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
6
+ # Rails.application.config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
7
+ # Rails.application.config.i18n.default_locale = :de
@@ -0,0 +1,5 @@
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
@@ -0,0 +1,12 @@
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
+
6
+ # Make sure the secret is at least 30 characters and all random,
7
+ # no regular words or you'll be exposed to dictionary attacks.
8
+ # You can use `rake secret` to generate a secure secret key.
9
+
10
+ # Make sure your secret_key_base is kept private
11
+ # if you're sharing your code publicly.
12
+ Dummy::Application.config.secret_key_base = 'd91e67e5cbbf3232cb371cf3c4873572f23e544182336d6dd053c0a5ad77c56deeeb4ae72ec31cc16579da1f83117b6a92f14eb0aa9213add296eb42556e0b61'
@@ -0,0 +1,3 @@
1
+ # Be sure to restart your server when you modify this file.
2
+
3
+ Dummy::Application.config.session_store :encrypted_cookie_store, key: '_dummy_session'
@@ -0,0 +1,14 @@
1
+ # Be sure to restart your server when you modify this file.
2
+ #
3
+ # This file contains settings for ActionController::ParamsWrapper which
4
+ # is enabled by default.
5
+
6
+ # Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
7
+ ActiveSupport.on_load(:action_controller) do
8
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
9
+ end
10
+
11
+ # To enable root element in JSON for ActiveRecord objects.
12
+ # ActiveSupport.on_load(:active_record) do
13
+ # self.include_root_in_json = true
14
+ # end
@@ -0,0 +1,23 @@
1
+ # Files in the config/locales directory are used for internationalization
2
+ # and are automatically loaded by Rails. If you want to use locales other
3
+ # than English, add the necessary files in this directory.
4
+ #
5
+ # To use the locales, use `I18n.t`:
6
+ #
7
+ # I18n.t 'hello'
8
+ #
9
+ # In views, this is aliased to just `t`:
10
+ #
11
+ # <%= t('hello') %>
12
+ #
13
+ # To use a different locale, set it with `I18n.locale`:
14
+ #
15
+ # I18n.locale = :es
16
+ #
17
+ # This would use the information in config/locales/es.yml.
18
+ #
19
+ # To learn more, please read the Rails Internationalization guide
20
+ # available at http://guides.rubyonrails.org/i18n.html.
21
+
22
+ en:
23
+ hello: "Hello world"
@@ -0,0 +1,5 @@
1
+ Rails.application.routes.draw do
2
+ mount ClWiki::Engine => "/wiki"
3
+
4
+ get '/clwikicgi.rb(*all)', to: redirect(path: '/wiki/clwikicgi.rb')
5
+ end
Binary file
@@ -0,0 +1,1963 @@
1
+
2
+
3
+ Started GET "/" for 127.0.0.1 at 2013-02-12 23:18:57 -0600
4
+ Processing by Rails::WelcomeController#index as HTML
5
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/templates/rails/welcome/index.html.erb (1.5ms)
6
+ Completed 200 OK in 8ms (Views: 7.8ms)
7
+
8
+
9
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2013-02-12 23:18:57 -0600
10
+
11
+ ActionController::RoutingError (No route matches [GET] "/assets/rails.png"):
12
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
13
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
14
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/rack/logger.rb:38:in `call_app'
15
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/rack/logger.rb:21:in `block in call'
16
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
17
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
18
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
19
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/rack/logger.rb:21:in `call'
20
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
21
+ rack (1.5.1) lib/rack/methodoverride.rb:21:in `call'
22
+ rack (1.5.1) lib/rack/runtime.rb:17:in `call'
23
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
24
+ rack (1.5.1) lib/rack/lock.rb:17:in `call'
25
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
26
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/engine.rb:509:in `call'
27
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/application.rb:96:in `call'
28
+ rack (1.5.1) lib/rack/lock.rb:17:in `call'
29
+ rack (1.5.1) lib/rack/content_length.rb:14:in `call'
30
+ rack (1.5.1) lib/rack/handler/webrick.rb:60:in `service'
31
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
32
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
33
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
34
+
35
+
36
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
37
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
38
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
39
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.4ms)
40
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (28.6ms)
41
+
42
+
43
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-12 23:19:00 -0600
44
+ Processing by ClWiki::PageController#show as HTML
45
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.3ms)
46
+ Completed 200 OK in 63ms (Views: 58.9ms)
47
+
48
+
49
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:19:01 -0600
50
+
51
+
52
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:01 -0600
53
+
54
+
55
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:01 -0600
56
+
57
+
58
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:01 -0600
59
+
60
+
61
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:01 -0600
62
+
63
+
64
+ Started GET "/find" for 127.0.0.1 at 2013-02-12 23:19:04 -0600
65
+
66
+ ActionController::RoutingError (No route matches [GET] "/find"):
67
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
68
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
69
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/rack/logger.rb:38:in `call_app'
70
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/rack/logger.rb:21:in `block in call'
71
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
72
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
73
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
74
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/rack/logger.rb:21:in `call'
75
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
76
+ rack (1.5.1) lib/rack/methodoverride.rb:21:in `call'
77
+ rack (1.5.1) lib/rack/runtime.rb:17:in `call'
78
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
79
+ rack (1.5.1) lib/rack/lock.rb:17:in `call'
80
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
81
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/engine.rb:509:in `call'
82
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/application.rb:96:in `call'
83
+ rack (1.5.1) lib/rack/lock.rb:17:in `call'
84
+ rack (1.5.1) lib/rack/content_length.rb:14:in `call'
85
+ rack (1.5.1) lib/rack/handler/webrick.rb:60:in `service'
86
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
87
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
88
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
89
+
90
+
91
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
92
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
93
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
94
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms)
95
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.7ms)
96
+
97
+
98
+ Started GET "/find" for 127.0.0.1 at 2013-02-12 23:19:04 -0600
99
+
100
+ ActionController::RoutingError (No route matches [GET] "/find"):
101
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
102
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
103
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/rack/logger.rb:38:in `call_app'
104
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/rack/logger.rb:21:in `block in call'
105
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
106
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
107
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
108
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/rack/logger.rb:21:in `call'
109
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
110
+ rack (1.5.1) lib/rack/methodoverride.rb:21:in `call'
111
+ rack (1.5.1) lib/rack/runtime.rb:17:in `call'
112
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
113
+ rack (1.5.1) lib/rack/lock.rb:17:in `call'
114
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
115
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/engine.rb:509:in `call'
116
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/railties/lib/rails/application.rb:96:in `call'
117
+ rack (1.5.1) lib/rack/lock.rb:17:in `call'
118
+ rack (1.5.1) lib/rack/content_length.rb:14:in `call'
119
+ rack (1.5.1) lib/rack/handler/webrick.rb:60:in `service'
120
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
121
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
122
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
123
+
124
+
125
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
126
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
127
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
128
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.2ms)
129
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-efd2be35510a/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.7ms)
130
+
131
+
132
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-12 23:19:16 -0600
133
+ Processing by ClWiki::PageController#show as HTML
134
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.1ms)
135
+ Completed 200 OK in 6ms (Views: 3.1ms)
136
+
137
+
138
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:19:16 -0600
139
+
140
+
141
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:16 -0600
142
+
143
+
144
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:16 -0600
145
+
146
+
147
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:16 -0600
148
+
149
+
150
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:16 -0600
151
+
152
+
153
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-12 23:19:17 -0600
154
+ Processing by ClWiki::PageController#find as HTML
155
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (1.2ms)
156
+ Completed 200 OK in 4ms (Views: 3.8ms)
157
+
158
+
159
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:19:17 -0600
160
+
161
+
162
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:17 -0600
163
+
164
+
165
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:17 -0600
166
+
167
+
168
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:17 -0600
169
+
170
+
171
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:19:17 -0600
172
+
173
+
174
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-12 23:21:12 -0600
175
+ Processing by ClWiki::PageController#show as HTML
176
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (1.5ms)
177
+ Completed 200 OK in 109ms (Views: 87.4ms)
178
+
179
+
180
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:12 -0600
181
+
182
+
183
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:12 -0600
184
+
185
+
186
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:12 -0600
187
+
188
+
189
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:12 -0600
190
+
191
+
192
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:21:12 -0600
193
+
194
+
195
+ Started GET "/find" for 127.0.0.1 at 2013-02-12 23:21:23 -0600
196
+
197
+ ActionController::RoutingError (No route matches [GET] "/find"):
198
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
199
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
200
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
201
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
202
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
203
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
204
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
205
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
206
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
207
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
208
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
209
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
210
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
211
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
212
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
213
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
214
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
215
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
216
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
217
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
218
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
219
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
220
+
221
+
222
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
223
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
224
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
225
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (4.1ms)
226
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.4ms)
227
+
228
+
229
+ Started GET "/find" for 127.0.0.1 at 2013-02-12 23:21:23 -0600
230
+
231
+ ActionController::RoutingError (No route matches [GET] "/find"):
232
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
233
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
234
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
235
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
236
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
237
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
238
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
239
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
240
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
241
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
242
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
243
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
244
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
245
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
246
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
247
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
248
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
249
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
250
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
251
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
252
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
253
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
254
+
255
+
256
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
257
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
258
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
259
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms)
260
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.8ms)
261
+
262
+
263
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-12 23:21:31 -0600
264
+ Processing by ClWiki::PageController#find as HTML
265
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"aeou", "find"=>"Find"}
266
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (1.1ms)
267
+ Completed 200 OK in 5ms (Views: 3.9ms)
268
+
269
+
270
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:21:31 -0600
271
+
272
+
273
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:31 -0600
274
+
275
+
276
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:31 -0600
277
+
278
+
279
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:31 -0600
280
+
281
+
282
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:31 -0600
283
+
284
+
285
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-12 23:21:35 -0600
286
+ Processing by ClWiki::PageController#find as HTML
287
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"front", "find"=>"Find"}
288
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.8ms)
289
+ Completed 200 OK in 6ms (Views: 4.3ms)
290
+
291
+
292
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:21:35 -0600
293
+
294
+
295
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:35 -0600
296
+
297
+
298
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:35 -0600
299
+
300
+
301
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:35 -0600
302
+
303
+
304
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:21:35 -0600
305
+
306
+
307
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-12 23:23:33 -0600
308
+ Processing by ClWiki::PageController#find as HTML
309
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
310
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (2.2ms)
311
+ Completed 200 OK in 8ms (Views: 6.5ms)
312
+
313
+
314
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:23:33 -0600
315
+
316
+
317
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:23:33 -0600
318
+
319
+
320
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:23:33 -0600
321
+
322
+
323
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:23:33 -0600
324
+
325
+
326
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:23:33 -0600
327
+
328
+
329
+ Started GET "/wiki/ChrisMorris" for 127.0.0.1 at 2013-02-12 23:24:27 -0600
330
+ Processing by ClWiki::PageController#show as HTML
331
+ Parameters: {"page_name"=>"ChrisMorris"}
332
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
333
+ Completed 200 OK in 6ms (Views: 2.9ms)
334
+
335
+
336
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:24:28 -0600
337
+
338
+
339
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:24:28 -0600
340
+
341
+
342
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:24:28 -0600
343
+
344
+
345
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:24:28 -0600
346
+
347
+
348
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:24:28 -0600
349
+
350
+
351
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:24:29 -0600
352
+
353
+
354
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:24:29 -0600
355
+
356
+
357
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:24:29 -0600
358
+
359
+
360
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:24:29 -0600
361
+
362
+
363
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:24:29 -0600
364
+
365
+
366
+ Started GET "/wiki/AboutClWiki" for 127.0.0.1 at 2013-02-12 23:24:32 -0600
367
+ Processing by ClWiki::PageController#show as HTML
368
+ Parameters: {"page_name"=>"AboutClWiki"}
369
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.4ms)
370
+ Completed 200 OK in 8ms (Views: 4.2ms)
371
+
372
+
373
+ Started GET "/wiki/FooBarQuux" for 127.0.0.1 at 2013-02-12 23:24:35 -0600
374
+ Processing by ClWiki::PageController#show as HTML
375
+ Parameters: {"page_name"=>"FooBarQuux"}
376
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
377
+ Completed 200 OK in 6ms (Views: 3.3ms)
378
+
379
+
380
+ Started GET "/wiki/PreTagsTest" for 127.0.0.1 at 2013-02-12 23:24:39 -0600
381
+ Processing by ClWiki::PageController#show as HTML
382
+ Parameters: {"page_name"=>"PreTagsTest"}
383
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
384
+ Completed 200 OK in 7ms (Views: 4.3ms)
385
+
386
+
387
+ Started GET "/wiki/HtmlAreaTest" for 127.0.0.1 at 2013-02-12 23:24:46 -0600
388
+ Processing by ClWiki::PageController#show as HTML
389
+ Parameters: {"page_name"=>"HtmlAreaTest"}
390
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.1ms)
391
+ Completed 200 OK in 6ms (Views: 4.6ms)
392
+
393
+
394
+ Started GET "/wiki/ChrisMorris" for 127.0.0.1 at 2013-02-12 23:24:50 -0600
395
+ Processing by ClWiki::PageController#show as HTML
396
+ Parameters: {"page_name"=>"ChrisMorris"}
397
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
398
+ Completed 200 OK in 6ms (Views: 3.4ms)
399
+
400
+
401
+ Started GET "/wiki/ChrisMorris" for 127.0.0.1 at 2013-02-12 23:24:54 -0600
402
+ Processing by ClWiki::PageController#show as HTML
403
+ Parameters: {"page_name"=>"ChrisMorris"}
404
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
405
+ Completed 200 OK in 5ms (Views: 2.8ms)
406
+
407
+
408
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-12 23:58:50 -0600
409
+ Processing by ClWiki::PageController#find as HTML
410
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
411
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (1.8ms)
412
+ Completed 200 OK in 52ms (Views: 35.5ms)
413
+
414
+
415
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:58:50 -0600
416
+
417
+
418
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:58:50 -0600
419
+
420
+
421
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:58:50 -0600
422
+
423
+
424
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:58:50 -0600
425
+
426
+
427
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:58:50 -0600
428
+
429
+
430
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-12 23:59:14 -0600
431
+ Processing by ClWiki::PageController#find as HTML
432
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
433
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (1.3ms)
434
+ Completed 200 OK in 6ms (Views: 4.5ms)
435
+
436
+
437
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:59:14 -0600
438
+
439
+
440
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:14 -0600
441
+
442
+
443
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:14 -0600
444
+
445
+
446
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:14 -0600
447
+
448
+
449
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:14 -0600
450
+
451
+
452
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-12 23:59:17 -0600
453
+ Processing by ClWiki::PageController#find as HTML
454
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
455
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
456
+ Completed 200 OK in 5ms (Views: 3.3ms)
457
+
458
+
459
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:59:17 -0600
460
+
461
+
462
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:17 -0600
463
+
464
+
465
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:17 -0600
466
+
467
+
468
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:17 -0600
469
+
470
+
471
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:17 -0600
472
+
473
+
474
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-12 23:59:31 -0600
475
+ Processing by ClWiki::PageController#find as HTML
476
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
477
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
478
+ Completed 200 OK in 5ms (Views: 3.3ms)
479
+
480
+
481
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-12 23:59:32 -0600
482
+
483
+
484
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:32 -0600
485
+
486
+
487
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:32 -0600
488
+
489
+
490
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:32 -0600
491
+
492
+
493
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-12 23:59:32 -0600
494
+
495
+
496
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:02:42 -0600
497
+ Processing by ClWiki::PageController#find as HTML
498
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
499
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
500
+ Completed 200 OK in 38ms (Views: 33.6ms)
501
+
502
+
503
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:02:43 -0600
504
+
505
+
506
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:02:43 -0600
507
+
508
+
509
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:02:43 -0600
510
+
511
+
512
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:02:43 -0600
513
+
514
+
515
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:02:43 -0600
516
+
517
+
518
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:03:29 -0600
519
+ Processing by ClWiki::PageController#find as HTML
520
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.7ms)
521
+ Completed 200 OK in 28ms (Views: 27.2ms)
522
+
523
+
524
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:03:30 -0600
525
+
526
+
527
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:03:30 -0600
528
+
529
+
530
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:03:30 -0600
531
+
532
+
533
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:03:30 -0600
534
+
535
+
536
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:03:30 -0600
537
+
538
+
539
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:03:34 -0600
540
+ Processing by ClWiki::PageController#find as HTML
541
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4+f0lCxRkopX39wAr37J47ezRlsEJ7comIYbvAX+bI=", "search_text"=>"wiki", "find"=>"Find"}
542
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.8ms)
543
+ Completed 200 OK in 8ms (Views: 3.7ms)
544
+
545
+
546
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:05:51 -0600
547
+ Processing by ClWiki::PageController#find as HTML
548
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4+f0lCxRkopX39wAr37J47ezRlsEJ7comIYbvAX+bI=", "search_text"=>"wiki", "find"=>"Find"}
549
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.7ms)
550
+ Completed 200 OK in 38ms (Views: 32.4ms)
551
+
552
+
553
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:05:51 -0600
554
+
555
+
556
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:05:54 -0600
557
+ Processing by ClWiki::PageController#find as HTML
558
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4+f0lCxRkopX39wAr37J47ezRlsEJ7comIYbvAX+bI=", "search_text"=>"wiki", "find"=>"Find"}
559
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
560
+ Completed 200 OK in 5ms (Views: 3.6ms)
561
+
562
+
563
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:05:54 -0600
564
+
565
+
566
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:06:06 -0600
567
+ Processing by ClWiki::PageController#find as HTML
568
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
569
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.8ms)
570
+ Completed 200 OK in 17ms (Views: 15.5ms)
571
+
572
+
573
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:06:06 -0600
574
+
575
+
576
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:06:18 -0600
577
+ Processing by ClWiki::PageController#find as HTML
578
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
579
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
580
+ Completed 200 OK in 5ms (Views: 3.4ms)
581
+
582
+
583
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:06:18 -0600
584
+
585
+
586
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:06:20 -0600
587
+ Processing by ClWiki::PageController#find as HTML
588
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
589
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.8ms)
590
+ Completed 200 OK in 6ms (Views: 4.2ms)
591
+
592
+
593
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:06:20 -0600
594
+
595
+
596
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:06:27 -0600
597
+ Processing by ClWiki::PageController#find as HTML
598
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
599
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
600
+ Completed 200 OK in 5ms (Views: 3.3ms)
601
+
602
+
603
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:06:27 -0600
604
+
605
+
606
+ Started GET "/wiki/AboutClWiki" for 127.0.0.1 at 2013-02-13 00:06:29 -0600
607
+ Processing by ClWiki::PageController#show as HTML
608
+ Parameters: {"page_name"=>"AboutClWiki"}
609
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.1ms)
610
+ Completed 200 OK in 10ms (Views: 5.7ms)
611
+
612
+
613
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:06:29 -0600
614
+
615
+
616
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:08:54 -0600
617
+
618
+
619
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:08:54 -0600
620
+
621
+
622
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:08:54 -0600
623
+
624
+
625
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:08:57 -0600
626
+ Processing by ClWiki::PageController#find as HTML
627
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
628
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (1.9ms)
629
+ Completed 200 OK in 8ms (Views: 6.0ms)
630
+
631
+
632
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:08:57 -0600
633
+
634
+
635
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:08:57 -0600
636
+
637
+
638
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:08:57 -0600
639
+
640
+
641
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:09:32 -0600
642
+ Processing by ClWiki::PageController#find as HTML
643
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
644
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (1.2ms)
645
+ Completed 200 OK in 18ms (Views: 16.2ms)
646
+
647
+
648
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:32 -0600
649
+
650
+
651
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:32 -0600
652
+
653
+
654
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:32 -0600
655
+
656
+
657
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:09:34 -0600
658
+ Processing by ClWiki::PageController#find as HTML
659
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
660
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.9ms)
661
+ Completed 200 OK in 6ms (Views: 4.2ms)
662
+
663
+
664
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:34 -0600
665
+
666
+
667
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:34 -0600
668
+
669
+
670
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:34 -0600
671
+
672
+
673
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:09:38 -0600
674
+ Processing by ClWiki::PageController#find as HTML
675
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4+f0lCxRkopX39wAr37J47ezRlsEJ7comIYbvAX+bI=", "search_text"=>"wiki", "find"=>"Find"}
676
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
677
+ Completed 200 OK in 5ms (Views: 3.7ms)
678
+
679
+
680
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:38 -0600
681
+
682
+
683
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:38 -0600
684
+
685
+
686
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:38 -0600
687
+
688
+
689
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:09:40 -0600
690
+ Processing by ClWiki::PageController#find as HTML
691
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4+f0lCxRkopX39wAr37J47ezRlsEJ7comIYbvAX+bI=", "search_text"=>"wiki", "find"=>"Find"}
692
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
693
+ Completed 200 OK in 5ms (Views: 3.4ms)
694
+
695
+
696
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:40 -0600
697
+
698
+
699
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:40 -0600
700
+
701
+
702
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:40 -0600
703
+
704
+
705
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:09:43 -0600
706
+ Processing by ClWiki::PageController#find as HTML
707
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"i4+f0lCxRkopX39wAr37J47ezRlsEJ7comIYbvAX+bI=", "search_text"=>"wiki", "find"=>"Find"}
708
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.7ms)
709
+ Completed 200 OK in 5ms (Views: 3.9ms)
710
+
711
+
712
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:43 -0600
713
+
714
+
715
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:43 -0600
716
+
717
+
718
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:43 -0600
719
+
720
+
721
+ Started GET "/wiki/FrontPage" for 127.0.0.1 at 2013-02-13 00:09:46 -0600
722
+ Processing by ClWiki::PageController#show as HTML
723
+ Parameters: {"page_name"=>"FrontPage"}
724
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
725
+ Completed 200 OK in 7ms (Views: 3.3ms)
726
+
727
+
728
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:46 -0600
729
+
730
+
731
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:46 -0600
732
+
733
+
734
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:46 -0600
735
+
736
+
737
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:09:53 -0600
738
+ Processing by ClWiki::PageController#find as HTML
739
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
740
+ Completed 200 OK in 4ms (Views: 3.3ms)
741
+
742
+
743
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:09:53 -0600
744
+
745
+
746
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:53 -0600
747
+
748
+
749
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:53 -0600
750
+
751
+
752
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:53 -0600
753
+
754
+
755
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:53 -0600
756
+
757
+
758
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:09:55 -0600
759
+ Processing by ClWiki::PageController#find as HTML
760
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ugfvghB2GYePolbKKYqa02HAQ3FE+AD0TapjZoMSHTQ=", "search_text"=>"", "find"=>"Find"}
761
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
762
+ Completed 200 OK in 5ms (Views: 3.5ms)
763
+
764
+
765
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:09:55 -0600
766
+
767
+
768
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:55 -0600
769
+
770
+
771
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:55 -0600
772
+
773
+
774
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:55 -0600
775
+
776
+
777
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:55 -0600
778
+
779
+
780
+ Started GET "/wiki/FrontPage" for 127.0.0.1 at 2013-02-13 00:09:57 -0600
781
+ Processing by ClWiki::PageController#show as HTML
782
+ Parameters: {"page_name"=>"FrontPage"}
783
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
784
+ Completed 200 OK in 5ms (Views: 2.8ms)
785
+
786
+
787
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:09:57 -0600
788
+
789
+
790
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:57 -0600
791
+
792
+
793
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:57 -0600
794
+
795
+
796
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:57 -0600
797
+
798
+
799
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:09:57 -0600
800
+
801
+
802
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:10:45 -0600
803
+ Processing by ClWiki::PageController#find as HTML
804
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"ugfvghB2GYePolbKKYqa02HAQ3FE+AD0TapjZoMSHTQ=", "search_text"=>"hey", "find"=>"Find"}
805
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
806
+ Completed 200 OK in 20ms (Views: 19.2ms)
807
+
808
+
809
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:10:45 -0600
810
+
811
+
812
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:10:45 -0600
813
+
814
+
815
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:10:45 -0600
816
+
817
+
818
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:10:45 -0600
819
+
820
+
821
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:10:45 -0600
822
+
823
+
824
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:10:51 -0600
825
+ Processing by ClWiki::PageController#find as HTML
826
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.7ms)
827
+ Completed 200 OK in 4ms (Views: 3.5ms)
828
+
829
+
830
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:10:51 -0600
831
+
832
+
833
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:10:51 -0600
834
+
835
+
836
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:10:51 -0600
837
+
838
+
839
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:10:51 -0600
840
+
841
+
842
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:10:51 -0600
843
+
844
+
845
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:11:01 -0600
846
+ Processing by ClWiki::PageController#find as HTML
847
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
848
+ Completed 200 OK in 4ms (Views: 3.4ms)
849
+
850
+
851
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:11:01 -0600
852
+
853
+
854
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:01 -0600
855
+
856
+
857
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:01 -0600
858
+
859
+
860
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:01 -0600
861
+
862
+
863
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:01 -0600
864
+
865
+
866
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:11:14 -0600
867
+ Processing by ClWiki::PageController#find as HTML
868
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
869
+ Completed 200 OK in 4ms (Views: 3.2ms)
870
+
871
+
872
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:14 -0600
873
+
874
+
875
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:14 -0600
876
+
877
+
878
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:14 -0600
879
+
880
+
881
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:11:52 -0600
882
+ Processing by ClWiki::PageController#find as HTML
883
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
884
+ Completed 200 OK in 5ms (Views: 4.0ms)
885
+
886
+
887
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:11:52 -0600
888
+
889
+
890
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:52 -0600
891
+
892
+
893
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:52 -0600
894
+
895
+
896
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:52 -0600
897
+
898
+
899
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:11:52 -0600
900
+
901
+
902
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:12:02 -0600
903
+ Processing by ClWiki::PageController#find as HTML
904
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.5ms)
905
+ Completed 200 OK in 4ms (Views: 3.3ms)
906
+
907
+
908
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:12:03 -0600
909
+
910
+
911
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:03 -0600
912
+
913
+
914
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:03 -0600
915
+
916
+
917
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:03 -0600
918
+
919
+
920
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:03 -0600
921
+
922
+
923
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:12:09 -0600
924
+ Processing by ClWiki::PageController#find as HTML
925
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
926
+ Completed 200 OK in 17ms (Views: 16.1ms)
927
+
928
+
929
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:12:09 -0600
930
+
931
+
932
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:09 -0600
933
+
934
+
935
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:09 -0600
936
+
937
+
938
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:09 -0600
939
+
940
+
941
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:09 -0600
942
+
943
+
944
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:12:17 -0600
945
+ Processing by ClWiki::PageController#find as HTML
946
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.5ms)
947
+ Completed 200 OK in 4ms (Views: 3.2ms)
948
+
949
+
950
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:12:18 -0600
951
+
952
+
953
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:18 -0600
954
+
955
+
956
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:18 -0600
957
+
958
+
959
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:18 -0600
960
+
961
+
962
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:18 -0600
963
+
964
+
965
+ Started POST "/wiki/find" for 127.0.0.1 at 2013-02-13 00:12:21 -0600
966
+ Processing by ClWiki::PageController#find as HTML
967
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "search_text"=>"wiki", "find"=>"Find"}
968
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.6ms)
969
+ Completed 200 OK in 5ms (Views: 3.6ms)
970
+
971
+
972
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:12:21 -0600
973
+
974
+
975
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:21 -0600
976
+
977
+
978
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:21 -0600
979
+
980
+
981
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:21 -0600
982
+
983
+
984
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:21 -0600
985
+
986
+
987
+ Started GET "/wiki/FooBarQuux" for 127.0.0.1 at 2013-02-13 00:12:24 -0600
988
+ Processing by ClWiki::PageController#show as HTML
989
+ Parameters: {"page_name"=>"FooBarQuux"}
990
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
991
+ Completed 200 OK in 6ms (Views: 2.9ms)
992
+
993
+
994
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:12:24 -0600
995
+
996
+
997
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:24 -0600
998
+
999
+
1000
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:24 -0600
1001
+
1002
+
1003
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:24 -0600
1004
+
1005
+
1006
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:24 -0600
1007
+
1008
+
1009
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:12:38 -0600
1010
+ Processing by ClWiki::PageController#find as HTML
1011
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (1.4ms)
1012
+ Completed 200 OK in 5ms (Views: 4.3ms)
1013
+
1014
+
1015
+ Started GET "/" for 127.0.0.1 at 2013-02-13 00:12:45 -0600
1016
+ Processing by Rails::WelcomeController#index as HTML
1017
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/templates/rails/welcome/index.html.erb (0.5ms)
1018
+ Completed 200 OK in 3ms (Views: 2.8ms)
1019
+
1020
+
1021
+ Started GET "/assets/rails.png" for 127.0.0.1 at 2013-02-13 00:12:46 -0600
1022
+
1023
+ ActionController::RoutingError (No route matches [GET] "/assets/rails.png"):
1024
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1025
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1026
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
1027
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
1028
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
1029
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
1030
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
1031
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
1032
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
1033
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1034
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1035
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1036
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1037
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
1038
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1039
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
1040
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1041
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1042
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1043
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1044
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1045
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1046
+
1047
+
1048
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
1049
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
1050
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
1051
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.4ms)
1052
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (24.2ms)
1053
+
1054
+
1055
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-13 00:12:49 -0600
1056
+ Processing by ClWiki::PageController#show as HTML
1057
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
1058
+ Completed 200 OK in 5ms (Views: 3.1ms)
1059
+
1060
+
1061
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:12:49 -0600
1062
+
1063
+
1064
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:49 -0600
1065
+
1066
+
1067
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:49 -0600
1068
+
1069
+
1070
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:49 -0600
1071
+
1072
+
1073
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:49 -0600
1074
+
1075
+
1076
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-13 00:12:49 -0600
1077
+ Processing by ClWiki::PageController#show as HTML
1078
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
1079
+ Completed 200 OK in 5ms (Views: 2.8ms)
1080
+
1081
+
1082
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:12:50 -0600
1083
+
1084
+
1085
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:50 -0600
1086
+
1087
+
1088
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:50 -0600
1089
+
1090
+
1091
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:50 -0600
1092
+
1093
+
1094
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:12:50 -0600
1095
+
1096
+
1097
+ Started GET "/wiki/" for 127.0.0.1 at 2013-02-13 00:13:00 -0600
1098
+ Processing by ClWiki::PageController#show as HTML
1099
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
1100
+ Completed 200 OK in 5ms (Views: 2.8ms)
1101
+
1102
+
1103
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-13 00:13:00 -0600
1104
+
1105
+
1106
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-13 00:13:00 -0600
1107
+
1108
+
1109
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-13 00:13:00 -0600
1110
+
1111
+
1112
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-13 00:13:00 -0600
1113
+
1114
+
1115
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-13 00:13:00 -0600
1116
+
1117
+
1118
+ Started GET "/wiki/find" for 127.0.0.1 at 2013-02-13 00:13:05 -0600
1119
+ Processing by ClWiki::PageController#find as HTML
1120
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (0.7ms)
1121
+ Completed 200 OK in 4ms (Views: 3.7ms)
1122
+
1123
+
1124
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-14 23:54:12 -0600
1125
+ Processing by ClWiki::PageController#show as HTML
1126
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (2.0ms)
1127
+ Completed 200 OK in 106ms (Views: 97.9ms)
1128
+
1129
+
1130
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-14 23:54:12 -0600
1131
+
1132
+
1133
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-14 23:54:12 -0600
1134
+
1135
+
1136
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-14 23:54:12 -0600
1137
+
1138
+
1139
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-14 23:54:12 -0600
1140
+
1141
+
1142
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-14 23:54:12 -0600
1143
+
1144
+
1145
+ Started GET "/find?search_text=FooBa" for 127.0.0.1 at 2013-02-14 23:54:18 -0600
1146
+
1147
+ ActionController::RoutingError (No route matches [GET] "/find"):
1148
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1149
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1150
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
1151
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
1152
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
1153
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
1154
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
1155
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
1156
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
1157
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1158
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1159
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1160
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1161
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
1162
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1163
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
1164
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1165
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1166
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1167
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1168
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1169
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1170
+
1171
+
1172
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
1173
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
1174
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
1175
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.7ms)
1176
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (29.0ms)
1177
+
1178
+
1179
+ Started GET "/find?search_text=FooBa" for 127.0.0.1 at 2013-02-14 23:54:18 -0600
1180
+
1181
+ ActionController::RoutingError (No route matches [GET] "/find"):
1182
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1183
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1184
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
1185
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
1186
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
1187
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
1188
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
1189
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
1190
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
1191
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1192
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1193
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1194
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1195
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
1196
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1197
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
1198
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1199
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1200
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1201
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1202
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1203
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1204
+
1205
+
1206
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
1207
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
1208
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
1209
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.0ms)
1210
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.3ms)
1211
+
1212
+
1213
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-14 23:54:33 -0600
1214
+ Processing by ClWiki::PageController#show as HTML
1215
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
1216
+ Completed 200 OK in 6ms (Views: 3.1ms)
1217
+
1218
+
1219
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-14 23:54:33 -0600
1220
+
1221
+
1222
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-14 23:54:33 -0600
1223
+
1224
+
1225
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-14 23:54:33 -0600
1226
+
1227
+
1228
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-14 23:54:33 -0600
1229
+
1230
+
1231
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-14 23:54:34 -0600
1232
+
1233
+
1234
+ Started GET "/recent" for 127.0.0.1 at 2013-02-14 23:55:26 -0600
1235
+
1236
+ ActionController::RoutingError (No route matches [GET] "/recent"):
1237
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1238
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1239
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
1240
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
1241
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
1242
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
1243
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
1244
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
1245
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
1246
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1247
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1248
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1249
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1250
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
1251
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1252
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
1253
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1254
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1255
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1256
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1257
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1258
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1259
+
1260
+
1261
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
1262
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
1263
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
1264
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms)
1265
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.1ms)
1266
+
1267
+
1268
+ Started GET "/recent" for 127.0.0.1 at 2013-02-14 23:55:26 -0600
1269
+
1270
+ ActionController::RoutingError (No route matches [GET] "/recent"):
1271
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1272
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1273
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
1274
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
1275
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
1276
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
1277
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
1278
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
1279
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
1280
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1281
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1282
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1283
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1284
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
1285
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1286
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
1287
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1288
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1289
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1290
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1291
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1292
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1293
+
1294
+
1295
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
1296
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
1297
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
1298
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (18.6ms)
1299
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (34.4ms)
1300
+
1301
+
1302
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-14 23:55:31 -0600
1303
+ Processing by ClWiki::PageController#show as HTML
1304
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
1305
+ Completed 200 OK in 5ms (Views: 3.0ms)
1306
+
1307
+
1308
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-14 23:55:31 -0600
1309
+
1310
+
1311
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-14 23:55:31 -0600
1312
+
1313
+
1314
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-14 23:55:31 -0600
1315
+
1316
+
1317
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-14 23:55:31 -0600
1318
+
1319
+
1320
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-14 23:55:31 -0600
1321
+
1322
+
1323
+ Started GET "/ChrisMorris" for 127.0.0.1 at 2013-02-15 00:00:01 -0600
1324
+
1325
+ ActionController::RoutingError (No route matches [GET] "/ChrisMorris"):
1326
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1327
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1328
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
1329
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
1330
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
1331
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
1332
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
1333
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
1334
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
1335
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1336
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1337
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1338
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1339
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
1340
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1341
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
1342
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1343
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1344
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1345
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1346
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1347
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1348
+
1349
+
1350
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
1351
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
1352
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
1353
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms)
1354
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (16.3ms)
1355
+
1356
+
1357
+ Started GET "/ChrisMorris" for 127.0.0.1 at 2013-02-15 00:00:01 -0600
1358
+
1359
+ ActionController::RoutingError (No route matches [GET] "/ChrisMorris"):
1360
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
1361
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1362
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
1363
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
1364
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
1365
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
1366
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
1367
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
1368
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
1369
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1370
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1371
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1372
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1373
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
1374
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1375
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
1376
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1377
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1378
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1379
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1380
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1381
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1382
+
1383
+
1384
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
1385
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.6ms)
1386
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.4ms)
1387
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms)
1388
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.6ms)
1389
+
1390
+
1391
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-15 01:11:16 -0600
1392
+ Processing by ClWiki::PageController#show as HTML
1393
+ Redirected to http://localhost:3000/wiki/FrontPage
1394
+ Filter chain halted as :redirect_to_front_page_if_bad_name rendered or redirected
1395
+ Completed 302 Found in 1ms
1396
+
1397
+
1398
+ Started GET "/wiki/FrontPage" for 127.0.0.1 at 2013-02-15 01:11:16 -0600
1399
+ Processing by ClWiki::PageController#show as HTML
1400
+ Parameters: {"page_name"=>"FrontPage"}
1401
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (2.2ms)
1402
+ Completed 200 OK in 75ms (Views: 68.6ms)
1403
+
1404
+
1405
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-15 01:11:16 -0600
1406
+
1407
+
1408
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:16 -0600
1409
+
1410
+
1411
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:16 -0600
1412
+
1413
+
1414
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:16 -0600
1415
+
1416
+
1417
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:16 -0600
1418
+
1419
+
1420
+ Started GET "/wiki/find?search_text=FooBa" for 127.0.0.1 at 2013-02-15 01:11:21 -0600
1421
+ Processing by ClWiki::PageController#find as HTML
1422
+ Parameters: {"search_text"=>"FooBa"}
1423
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/find.html.erb within layouts/cl_wiki/application (2.1ms)
1424
+ Completed 200 OK in 12ms (Views: 6.5ms)
1425
+
1426
+
1427
+ Started GET "/wiki/FooBarQuux" for 127.0.0.1 at 2013-02-15 01:11:27 -0600
1428
+ Processing by ClWiki::PageController#show as HTML
1429
+ Parameters: {"page_name"=>"FooBarQuux"}
1430
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.3ms)
1431
+ Completed 200 OK in 7ms (Views: 3.7ms)
1432
+
1433
+
1434
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-15 01:11:35 -0600
1435
+ Processing by ClWiki::PageController#show as HTML
1436
+ Redirected to http://localhost:3000/wiki/FrontPage
1437
+ Filter chain halted as :redirect_to_front_page_if_bad_name rendered or redirected
1438
+ Completed 302 Found in 1ms
1439
+
1440
+
1441
+ Started GET "/wiki/FrontPage" for 127.0.0.1 at 2013-02-15 01:11:35 -0600
1442
+ Processing by ClWiki::PageController#show as HTML
1443
+ Parameters: {"page_name"=>"FrontPage"}
1444
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
1445
+ Completed 200 OK in 5ms (Views: 2.9ms)
1446
+
1447
+
1448
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-15 01:11:35 -0600
1449
+
1450
+
1451
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:35 -0600
1452
+
1453
+
1454
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:35 -0600
1455
+
1456
+
1457
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:35 -0600
1458
+
1459
+
1460
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:35 -0600
1461
+
1462
+
1463
+ Started GET "/wiki/FrontPageueoaoeuaoeu" for 127.0.0.1 at 2013-02-15 01:11:39 -0600
1464
+ Processing by ClWiki::PageController#show as HTML
1465
+ Parameters: {"page_name"=>"FrontPageueoaoeuaoeu"}
1466
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
1467
+ Completed 200 OK in 5ms (Views: 2.7ms)
1468
+
1469
+
1470
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-15 01:11:40 -0600
1471
+
1472
+
1473
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:40 -0600
1474
+
1475
+
1476
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:40 -0600
1477
+
1478
+
1479
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:40 -0600
1480
+
1481
+
1482
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:40 -0600
1483
+
1484
+
1485
+ Started GET "/wiki" for 127.0.0.1 at 2013-02-15 01:11:49 -0600
1486
+ Processing by ClWiki::PageController#show as HTML
1487
+ Redirected to http://localhost:3000/wiki/FrontPage
1488
+ Filter chain halted as :redirect_to_front_page_if_bad_name rendered or redirected
1489
+ Completed 302 Found in 1ms
1490
+
1491
+
1492
+ Started GET "/wiki/FrontPage" for 127.0.0.1 at 2013-02-15 01:11:49 -0600
1493
+ Processing by ClWiki::PageController#show as HTML
1494
+ Parameters: {"page_name"=>"FrontPage"}
1495
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.1ms)
1496
+ Completed 200 OK in 7ms (Views: 3.9ms)
1497
+
1498
+
1499
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-15 01:11:49 -0600
1500
+
1501
+
1502
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:49 -0600
1503
+
1504
+
1505
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:49 -0600
1506
+
1507
+
1508
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:49 -0600
1509
+
1510
+
1511
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-15 01:11:49 -0600
1512
+
1513
+
1514
+ Started GET "/wiki/ChrisMorris" for 127.0.0.1 at 2013-02-15 01:22:02 -0600
1515
+ Processing by ClWiki::PageController#show as HTML
1516
+ Parameters: {"page_name"=>"ChrisMorris"}
1517
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (1.8ms)
1518
+ Completed 200 OK in 70ms (Views: 65.1ms)
1519
+
1520
+
1521
+ Started GET "/wiki/TheMan" for 127.0.0.1 at 2013-02-15 01:22:12 -0600
1522
+ Processing by ClWiki::PageController#show as HTML
1523
+ Parameters: {"page_name"=>"TheMan"}
1524
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.3ms)
1525
+ Completed 200 OK in 8ms (Views: 4.2ms)
1526
+
1527
+
1528
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-15 01:22:12 -0600
1529
+
1530
+
1531
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-15 01:22:12 -0600
1532
+
1533
+
1534
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-15 01:22:12 -0600
1535
+
1536
+
1537
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-15 01:22:12 -0600
1538
+
1539
+
1540
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-15 01:22:12 -0600
1541
+
1542
+
1543
+ Started GET "/wiki/TheMan/edit" for 127.0.0.1 at 2013-02-15 01:22:14 -0600
1544
+ Processing by ClWiki::PageController#edit as HTML
1545
+ Parameters: {"page_name"=>"TheMan"}
1546
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/edit.html.erb within layouts/cl_wiki/application (1.2ms)
1547
+ Completed 200 OK in 6ms (Views: 4.7ms)
1548
+
1549
+
1550
+ Started POST "/wiki//TheMan" for 127.0.0.1 at 2013-02-15 01:22:19 -0600
1551
+ Processing by ClWiki::PageController#update as HTML
1552
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"Mhx2W3+RcQlfOC7DMWI8R6ZtngW5Q3uRbdagDoE+LfQ=", "client_mod_time"=>"1360912932", "page_content"=>"see ChrisMorris", "save"=>"Save", "page_name"=>"TheMan"}
1553
+ Redirected to http://localhost:3000/wiki/TheMan
1554
+ Completed 302 Found in 1ms
1555
+
1556
+
1557
+ Started GET "/wiki/TheMan" for 127.0.0.1 at 2013-02-15 01:22:19 -0600
1558
+ Processing by ClWiki::PageController#show as HTML
1559
+ Parameters: {"page_name"=>"TheMan"}
1560
+ Completed 500 Internal Server Error in 1ms
1561
+
1562
+ NoMethodError (undefined method `expand_path' for #<ClWiki::PageFormatter:0x0000010d2e31b0>):
1563
+ /Volumes/modev/clwiki/lib/cl_wiki/page.rb:153:in `get_forward_ref'
1564
+ /Volumes/modev/clwiki/lib/cl_wiki/page.rb:94:in `read_raw_content_with_forwarding'
1565
+ /Volumes/modev/clwiki/lib/cl_wiki/page.rb:110:in `read_content'
1566
+ /Volumes/modev/clwiki/app/controllers/cl_wiki/page_controller.rb:12:in `show'
1567
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1568
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/base.rb:189:in `process_action'
1569
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/rendering.rb:10:in `process_action'
1570
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1571
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:433:in `_run__2516006513809672701__process_action__callbacks'
1572
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
1573
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/callbacks.rb:17:in `process_action'
1574
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/rescue.rb:29:in `process_action'
1575
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1576
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
1577
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1578
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/notifications.rb:158:in `instrument'
1579
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1580
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
1581
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/base.rb:136:in `process'
1582
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/rendering.rb:44:in `process'
1583
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal.rb:196:in `dispatch'
1584
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1585
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal.rb:232:in `block in action'
1586
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:78:in `call'
1587
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:78:in `dispatch'
1588
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:46:in `call'
1589
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
1590
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
1591
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
1592
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:651:in `call'
1593
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1594
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/railtie/configurable.rb:30:in `method_missing'
1595
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
1596
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
1597
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
1598
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:651:in `call'
1599
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1600
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1601
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1602
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/params_parser.rb:30:in `call'
1603
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/flash.rb:241:in `call'
1604
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1605
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1606
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/cookies.rb:452:in `call'
1607
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1608
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:373:in `_run__71361513704993741__call__callbacks'
1609
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
1610
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1611
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/reloader.rb:64:in `call'
1612
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1613
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1614
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1615
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
1616
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
1617
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
1618
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
1619
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
1620
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
1621
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
1622
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1623
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1624
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1625
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1626
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
1627
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1628
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
1629
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1630
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1631
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1632
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1633
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1634
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1635
+
1636
+
1637
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.5ms)
1638
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
1639
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms)
1640
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.6ms)
1641
+
1642
+
1643
+ Started GET "/wiki/TheMan" for 127.0.0.1 at 2013-02-15 01:22:50 -0600
1644
+ Processing by ClWiki::PageController#show as HTML
1645
+ Parameters: {"page_name"=>"TheMan"}
1646
+ Completed 500 Internal Server Error in 1ms
1647
+
1648
+ NoMethodError (undefined method `expand_path' for #<ClWiki::PageFormatter:0x0000010d3a3848>):
1649
+ /Volumes/modev/clwiki/lib/cl_wiki/page.rb:153:in `get_forward_ref'
1650
+ /Volumes/modev/clwiki/lib/cl_wiki/page.rb:94:in `read_raw_content_with_forwarding'
1651
+ /Volumes/modev/clwiki/lib/cl_wiki/page.rb:110:in `read_content'
1652
+ /Volumes/modev/clwiki/app/controllers/cl_wiki/page_controller.rb:12:in `show'
1653
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1654
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/base.rb:189:in `process_action'
1655
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/rendering.rb:10:in `process_action'
1656
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1657
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:433:in `_run__2516006513809672701__process_action__callbacks'
1658
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
1659
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/callbacks.rb:17:in `process_action'
1660
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/rescue.rb:29:in `process_action'
1661
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1662
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
1663
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1664
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/notifications.rb:158:in `instrument'
1665
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1666
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
1667
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/base.rb:136:in `process'
1668
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/rendering.rb:44:in `process'
1669
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal.rb:196:in `dispatch'
1670
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1671
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal.rb:232:in `block in action'
1672
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:78:in `call'
1673
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:78:in `dispatch'
1674
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:46:in `call'
1675
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
1676
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
1677
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
1678
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:651:in `call'
1679
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1680
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/railtie/configurable.rb:30:in `method_missing'
1681
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
1682
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
1683
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
1684
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:651:in `call'
1685
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1686
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1687
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1688
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/params_parser.rb:30:in `call'
1689
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/flash.rb:241:in `call'
1690
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1691
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1692
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/cookies.rb:452:in `call'
1693
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1694
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:373:in `_run__71361513704993741__call__callbacks'
1695
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
1696
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1697
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/reloader.rb:64:in `call'
1698
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1699
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1700
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1701
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
1702
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
1703
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
1704
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
1705
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
1706
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
1707
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
1708
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1709
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1710
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1711
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1712
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
1713
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1714
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
1715
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1716
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1717
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1718
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1719
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1720
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1721
+
1722
+
1723
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
1724
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
1725
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
1726
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.5ms)
1727
+
1728
+
1729
+ Started GET "/wiki/TheMan" for 127.0.0.1 at 2013-02-15 01:22:54 -0600
1730
+ Processing by ClWiki::PageController#show as HTML
1731
+ Parameters: {"page_name"=>"TheMan"}
1732
+ Completed 500 Internal Server Error in 1ms
1733
+
1734
+ NoMethodError (undefined method `expand_path' for #<ClWiki::PageFormatter:0x0000010d43f8b0>):
1735
+ /Volumes/modev/clwiki/lib/cl_wiki/page.rb:153:in `get_forward_ref'
1736
+ /Volumes/modev/clwiki/lib/cl_wiki/page.rb:94:in `read_raw_content_with_forwarding'
1737
+ /Volumes/modev/clwiki/lib/cl_wiki/page.rb:110:in `read_content'
1738
+ /Volumes/modev/clwiki/app/controllers/cl_wiki/page_controller.rb:12:in `show'
1739
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/implicit_render.rb:4:in `send_action'
1740
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/base.rb:189:in `process_action'
1741
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/rendering.rb:10:in `process_action'
1742
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1743
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:433:in `_run__2516006513809672701__process_action__callbacks'
1744
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
1745
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/callbacks.rb:17:in `process_action'
1746
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/rescue.rb:29:in `process_action'
1747
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1748
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/notifications.rb:158:in `block in instrument'
1749
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1750
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/notifications.rb:158:in `instrument'
1751
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1752
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
1753
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/base.rb:136:in `process'
1754
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/abstract_controller/rendering.rb:44:in `process'
1755
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal.rb:196:in `dispatch'
1756
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1757
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_controller/metal.rb:232:in `block in action'
1758
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:78:in `call'
1759
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:78:in `dispatch'
1760
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:46:in `call'
1761
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
1762
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
1763
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
1764
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:651:in `call'
1765
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1766
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/railtie/configurable.rb:30:in `method_missing'
1767
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:69:in `block in call'
1768
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `each'
1769
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/journey/router.rb:57:in `call'
1770
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/routing/route_set.rb:651:in `call'
1771
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1772
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1773
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1774
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/params_parser.rb:30:in `call'
1775
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/flash.rb:241:in `call'
1776
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1777
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1778
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/cookies.rb:452:in `call'
1779
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1780
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:373:in `_run__71361513704993741__call__callbacks'
1781
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/callbacks.rb:78:in `run_callbacks'
1782
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1783
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/reloader.rb:64:in `call'
1784
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1785
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1786
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1787
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:38:in `call_app'
1788
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `block in call'
1789
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `block in tagged'
1790
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:25:in `tagged'
1791
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/tagged_logging.rb:67:in `tagged'
1792
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/rack/logger.rb:21:in `call'
1793
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/request_id.rb:21:in `call'
1794
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1795
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1796
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/activesupport/lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1797
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1798
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/static.rb:64:in `call'
1799
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/engine.rb:509:in `call'
1800
+ /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/railties/lib/rails/application.rb:96:in `call'
1801
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1802
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1803
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1804
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1805
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1806
+ /Users/chrismorris/.rbenv/versions/1.9.3-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1807
+
1808
+
1809
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.4ms)
1810
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
1811
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
1812
+ Rendered /Volumes/modev/clwiki/zz/ruby/1.9.1/bundler/gems/rails-f8c8ad56c8a1/actionpack/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.4ms)
1813
+
1814
+
1815
+ Started GET "/wiki/TheMan" for 127.0.0.1 at 2013-02-15 01:23:13 -0600
1816
+ Processing by ClWiki::PageController#show as HTML
1817
+ Parameters: {"page_name"=>"TheMan"}
1818
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (1.7ms)
1819
+ Completed 200 OK in 67ms (Views: 61.4ms)
1820
+
1821
+
1822
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-15 01:23:13 -0600
1823
+
1824
+
1825
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-15 01:23:13 -0600
1826
+
1827
+
1828
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-15 01:23:13 -0600
1829
+
1830
+
1831
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-15 01:23:13 -0600
1832
+
1833
+
1834
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-15 01:23:13 -0600
1835
+
1836
+
1837
+ Started GET "/wiki/TheMan" for 127.0.0.1 at 2013-02-15 01:25:01 -0600
1838
+ Processing by ClWiki::PageController#show as HTML
1839
+ Parameters: {"page_name"=>"TheMan"}
1840
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (1.5ms)
1841
+ Completed 200 OK in 66ms (Views: 60.6ms)
1842
+
1843
+
1844
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-02-15 01:25:01 -0600
1845
+
1846
+
1847
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-15 01:25:01 -0600
1848
+
1849
+
1850
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-15 01:25:01 -0600
1851
+
1852
+
1853
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-02-15 01:25:01 -0600
1854
+
1855
+
1856
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-02-15 01:25:01 -0600
1857
+
1858
+
1859
+ Started GET "/wiki" for 127.0.0.1 at 2013-03-03 19:20:18 -0600
1860
+ Processing by ClWiki::PageController#show as HTML
1861
+ Redirected to http://localhost:3000/wiki/FrontPage
1862
+ Filter chain halted as :redirect_to_front_page_if_bad_name rendered or redirected
1863
+ Completed 302 Found in 1ms
1864
+
1865
+
1866
+ Started GET "/wiki/FrontPage" for 127.0.0.1 at 2013-03-03 19:20:18 -0600
1867
+ Processing by ClWiki::PageController#show as HTML
1868
+ Parameters: {"page_name"=>"FrontPage"}
1869
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (2.1ms)
1870
+ Completed 200 OK in 83ms (Views: 74.6ms)
1871
+
1872
+
1873
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-03-03 19:20:18 -0600
1874
+
1875
+
1876
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-03-03 19:20:18 -0600
1877
+
1878
+
1879
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 19:20:18 -0600
1880
+
1881
+
1882
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-03-03 19:20:18 -0600
1883
+
1884
+
1885
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 19:20:18 -0600
1886
+
1887
+
1888
+ Started GET "/wiki/recent" for 127.0.0.1 at 2013-03-03 19:20:20 -0600
1889
+ Processing by ClWiki::PageController#recent as HTML
1890
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/recent.html.erb within layouts/cl_wiki/application (0.7ms)
1891
+ Completed 200 OK in 22ms (Views: 3.8ms)
1892
+
1893
+
1894
+ Started GET "/wiki/dot.rb?fn=/Volumes/modev/clwiki/test/dummy/wikirep/DotTest.txt" for 127.0.0.1 at 2013-03-03 19:20:20 -0600
1895
+ Processing by ClWiki::PageController#show as
1896
+ Parameters: {"fn"=>"/Volumes/modev/clwiki/test/dummy/wikirep/DotTest.txt", "page_name"=>"dot"}
1897
+ Redirected to http://localhost:3000/wiki/FrontPage
1898
+ Filter chain halted as :redirect_to_front_page_if_bad_name rendered or redirected
1899
+ Completed 302 Found in 1ms
1900
+
1901
+
1902
+ Started GET "/wiki/FrontPage" for 127.0.0.1 at 2013-03-03 19:20:20 -0600
1903
+ Processing by ClWiki::PageController#show as */*
1904
+ Parameters: {"page_name"=>"FrontPage"}
1905
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.3ms)
1906
+ Completed 200 OK in 9ms (Views: 6.5ms)
1907
+
1908
+
1909
+ Started GET "/wiki/FrontPage" for 127.0.0.1 at 2013-03-03 19:20:23 -0600
1910
+ Processing by ClWiki::PageController#show as HTML
1911
+ Parameters: {"page_name"=>"FrontPage"}
1912
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.3ms)
1913
+ Completed 200 OK in 7ms (Views: 3.8ms)
1914
+
1915
+
1916
+ Started GET "/wiki/TheMan" for 127.0.0.1 at 2013-03-03 19:20:25 -0600
1917
+ Processing by ClWiki::PageController#show as HTML
1918
+ Parameters: {"page_name"=>"TheMan"}
1919
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.0ms)
1920
+ Completed 200 OK in 6ms (Views: 3.8ms)
1921
+
1922
+
1923
+ Started GET "/wiki/recent" for 127.0.0.1 at 2013-03-03 19:22:53 -0600
1924
+ Processing by ClWiki::PageController#recent as HTML
1925
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/recent.html.erb within layouts/cl_wiki/application (1.8ms)
1926
+ Completed 200 OK in 478ms (Views: 460.4ms)
1927
+
1928
+
1929
+ Started GET "/assets/cl_wiki/application.css?body=1" for 127.0.0.1 at 2013-03-03 19:22:53 -0600
1930
+
1931
+
1932
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-03-03 19:22:53 -0600
1933
+
1934
+
1935
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-03-03 19:22:53 -0600
1936
+
1937
+
1938
+ Started GET "/assets/turbolinks.js?body=1" for 127.0.0.1 at 2013-03-03 19:22:53 -0600
1939
+
1940
+
1941
+ Started GET "/assets/cl_wiki/application.js?body=1" for 127.0.0.1 at 2013-03-03 19:22:53 -0600
1942
+
1943
+
1944
+ Started GET "/wiki/dot.rb?fn=/Volumes/modev/clwiki/test/dummy/wikirep/DotTest.txt" for 127.0.0.1 at 2013-03-03 19:22:54 -0600
1945
+ Processing by ClWiki::PageController#show as
1946
+ Parameters: {"fn"=>"/Volumes/modev/clwiki/test/dummy/wikirep/DotTest.txt", "page_name"=>"dot"}
1947
+ Redirected to http://localhost:3000/wiki/FrontPage
1948
+ Filter chain halted as :redirect_to_front_page_if_bad_name rendered or redirected
1949
+ Completed 302 Found in 2ms
1950
+
1951
+
1952
+ Started GET "/wiki/FrontPage" for 127.0.0.1 at 2013-03-03 19:22:54 -0600
1953
+ Processing by ClWiki::PageController#show as */*
1954
+ Parameters: {"page_name"=>"FrontPage"}
1955
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.4ms)
1956
+ Completed 200 OK in 12ms (Views: 7.6ms)
1957
+
1958
+
1959
+ Started GET "/wiki/TheMan" for 127.0.0.1 at 2013-03-03 19:22:54 -0600
1960
+ Processing by ClWiki::PageController#show as HTML
1961
+ Parameters: {"page_name"=>"TheMan"}
1962
+ Rendered /Volumes/modev/clwiki/app/views/cl_wiki/page/show.html.erb within layouts/cl_wiki/application (0.3ms)
1963
+ Completed 200 OK in 8ms (Views: 4.5ms)