commit 7bc602f476076f34aa8bec419a1c6d0ccde8ce7f Author: Benjamin ter Kuile Date: Sun Mar 25 12:44:00 2012 +0200 initial version diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1dfe31e --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +.bundle/ +log/*.log +pkg/ +test/dummy/db/*.sqlite3 +test/dummy/log/*.log +test/dummy/tmp/ +test/dummy/.sass-cache diff --git a/.rspec b/.rspec new file mode 100644 index 0000000..53607ea --- /dev/null +++ b/.rspec @@ -0,0 +1 @@ +--colour diff --git a/Gemfile b/Gemfile new file mode 100644 index 0000000..876776c --- /dev/null +++ b/Gemfile @@ -0,0 +1,36 @@ +source "http://rubygems.org" + +# Declare your gem's dependencies in cmtool.gemspec. +# Bundler will treat runtime dependencies like base dependencies, and +# development dependencies will be added by default to the :development group. +gemspec + +# jquery-rails is used by the dummy application +gem "jquery-rails" + +gem 'couch_potato' , :git => 'git://github.com/bterkuile/couch_potato.git' +gem 'simply_stored' , :git => 'git://github.com/bterkuile/simply_stored.git' +gem 'devise'#, '1.4.0' +gem 'devise_simply_stored' +gem 'tinymce-rails' +gem 'haml-rails' +gem 'sass-rails' +gem 'bourbon' +gem 'paperclip' +gem 'coffee-script' +gem 'email_validator' +group :assets do +end +# Declare any dependencies that are still in development here instead of in +# your gemspec. These might include edge Rails or gems from your path or +# Git. Remember to move these dependencies to your gemspec before releasing +# your gem to rubygems.org. + +# To use debugger +group :test do + gem 'ruby-debug19', :require => 'ruby-debug' + gem 'rspec-rails' +end +group :development do + gem 'ruby-debug19', :require => 'ruby-debug' +end diff --git a/Gemfile.lock b/Gemfile.lock new file mode 100644 index 0000000..83f4019 --- /dev/null +++ b/Gemfile.lock @@ -0,0 +1,202 @@ +GIT + remote: git://github.com/bterkuile/couch_potato.git + revision: 11a7c6edf216a2460e2f8775d52e799662b3d9d1 + specs: + couch_potato (0.5.7) + activemodel + couchrest (>= 1.0.1) + json + +GIT + remote: git://github.com/bterkuile/simply_stored.git + revision: a49f8044be2ad4d587e73d53bff9ffbe4aa6d7e3 + specs: + simply_stored (0.5.4) + activesupport + couch_potato (>= 0.2.15) + rest-client (>= 1.4.2) + +PATH + remote: . + specs: + cmtool (0.0.1) + rails (~> 3.2.2) + +GEM + remote: http://rubygems.org/ + specs: + actionmailer (3.2.2) + actionpack (= 3.2.2) + mail (~> 2.4.0) + actionpack (3.2.2) + activemodel (= 3.2.2) + activesupport (= 3.2.2) + builder (~> 3.0.0) + erubis (~> 2.7.0) + journey (~> 1.0.1) + rack (~> 1.4.0) + rack-cache (~> 1.1) + rack-test (~> 0.6.1) + sprockets (~> 2.1.2) + activemodel (3.2.2) + activesupport (= 3.2.2) + builder (~> 3.0.0) + activerecord (3.2.2) + activemodel (= 3.2.2) + activesupport (= 3.2.2) + arel (~> 3.0.2) + tzinfo (~> 0.3.29) + activeresource (3.2.2) + activemodel (= 3.2.2) + activesupport (= 3.2.2) + activesupport (3.2.2) + i18n (~> 0.6) + multi_json (~> 1.0) + archive-tar-minitar (0.5.2) + arel (3.0.2) + bcrypt-ruby (3.0.1) + bourbon (1.4.0) + sass (>= 3.1) + builder (3.0.0) + cocaine (0.2.1) + coffee-script (2.2.0) + coffee-script-source + execjs + coffee-script-source (1.2.0) + columnize (0.3.6) + couchrest (1.1.2) + mime-types (~> 1.15) + multi_json (~> 1.0.0) + rest-client (~> 1.6.1) + devise (2.0.4) + bcrypt-ruby (~> 3.0) + orm_adapter (~> 0.0.3) + railties (~> 3.1) + warden (~> 1.1.1) + devise_simply_stored (0.0.1) + devise + diff-lcs (1.1.3) + email_validator (1.3.0) + activemodel + erubis (2.7.0) + execjs (1.3.0) + multi_json (~> 1.0) + haml (3.1.4) + haml-rails (0.3.4) + actionpack (~> 3.0) + activesupport (~> 3.0) + haml (~> 3.0) + railties (~> 3.0) + hike (1.2.1) + i18n (0.6.0) + journey (1.0.3) + jquery-rails (2.0.1) + railties (>= 3.2.0, < 5.0) + thor (~> 0.14) + json (1.6.5) + linecache19 (0.5.12) + ruby_core_source (>= 0.1.4) + mail (2.4.4) + i18n (>= 0.4.0) + mime-types (~> 1.16) + treetop (~> 1.4.8) + mime-types (1.18) + multi_json (1.0.4) + orm_adapter (0.0.6) + paperclip (2.7.0) + activerecord (>= 2.3.0) + activesupport (>= 2.3.2) + cocaine (>= 0.0.2) + mime-types + polyglot (0.3.3) + rack (1.4.1) + rack-cache (1.2) + rack (>= 0.4) + rack-ssl (1.3.2) + rack + rack-test (0.6.1) + rack (>= 1.0) + rails (3.2.2) + actionmailer (= 3.2.2) + actionpack (= 3.2.2) + activerecord (= 3.2.2) + activeresource (= 3.2.2) + activesupport (= 3.2.2) + bundler (~> 1.0) + railties (= 3.2.2) + railties (3.2.2) + actionpack (= 3.2.2) + activesupport (= 3.2.2) + rack-ssl (~> 1.3.2) + rake (>= 0.8.7) + rdoc (~> 3.4) + thor (~> 0.14.6) + rake (0.9.2.2) + rdoc (3.12) + json (~> 1.4) + rest-client (1.6.7) + mime-types (>= 1.16) + rspec (2.9.0) + rspec-core (~> 2.9.0) + rspec-expectations (~> 2.9.0) + rspec-mocks (~> 2.9.0) + rspec-core (2.9.0) + rspec-expectations (2.9.0) + diff-lcs (~> 1.1.3) + rspec-mocks (2.9.0) + rspec-rails (2.9.0) + actionpack (>= 3.0) + activesupport (>= 3.0) + railties (>= 3.0) + rspec (~> 2.9.0) + ruby-debug-base19 (0.11.25) + columnize (>= 0.3.1) + linecache19 (>= 0.5.11) + ruby_core_source (>= 0.1.4) + ruby-debug19 (0.11.6) + columnize (>= 0.3.1) + linecache19 (>= 0.5.11) + ruby-debug-base19 (>= 0.11.19) + ruby_core_source (0.1.5) + archive-tar-minitar (>= 0.5.2) + sass (3.1.15) + sass-rails (3.2.5) + railties (~> 3.2.0) + sass (>= 3.1.10) + tilt (~> 1.3) + sprockets (2.1.2) + hike (~> 1.2) + rack (~> 1.0) + tilt (~> 1.1, != 1.3.0) + sqlite3 (1.3.5) + thor (0.14.6) + tilt (1.3.3) + tinymce-rails (3.4.9) + railties (>= 3.1.1) + treetop (1.4.10) + polyglot + polyglot (>= 0.3.1) + tzinfo (0.3.32) + warden (1.1.1) + rack (>= 1.0) + +PLATFORMS + ruby + +DEPENDENCIES + bourbon + cmtool! + coffee-script + couch_potato! + devise + devise_simply_stored + email_validator + haml-rails + jquery-rails + paperclip + rspec-rails + ruby-debug19 + sass-rails + simply_stored! + sqlite3 + tinymce-rails diff --git a/MIT-LICENSE b/MIT-LICENSE new file mode 100644 index 0000000..406f17b --- /dev/null +++ b/MIT-LICENSE @@ -0,0 +1,20 @@ +Copyright 2012 YOURNAME + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/README.rdoc b/README.rdoc new file mode 100644 index 0000000..39b882f --- /dev/null +++ b/README.rdoc @@ -0,0 +1,3 @@ += Cmtool + +This project rocks and uses MIT-LICENSE. \ No newline at end of file diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..96c181f --- /dev/null +++ b/Rakefile @@ -0,0 +1,40 @@ +#!/usr/bin/env rake +begin + require 'bundler/setup' +rescue LoadError + puts 'You must `gem install bundler` and `bundle install` to run rake tasks' +end +begin + require 'rdoc/task' +rescue LoadError + require 'rdoc/rdoc' + require 'rake/rdoctask' + RDoc::Task = Rake::RDocTask +end + +RDoc::Task.new(:rdoc) do |rdoc| + rdoc.rdoc_dir = 'rdoc' + rdoc.title = 'Cmtool' + rdoc.options << '--line-numbers' + rdoc.rdoc_files.include('README.rdoc') + rdoc.rdoc_files.include('lib/**/*.rb') +end + +APP_RAKEFILE = File.expand_path("../test/dummy/Rakefile", __FILE__) +load 'rails/tasks/engine.rake' + + + +Bundler::GemHelper.install_tasks + +require 'rake/testtask' + +Rake::TestTask.new(:test) do |t| + t.libs << 'lib' + t.libs << 'test' + t.pattern = 'test/**/*_test.rb' + t.verbose = false +end + + +task :default => :test diff --git a/app/assets/images/cmtool/.gitkeep b/app/assets/images/cmtool/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/app/assets/images/cmtool/ui/.DS_Store b/app/assets/images/cmtool/ui/.DS_Store new file mode 100644 index 0000000..fd2e97e Binary files /dev/null and b/app/assets/images/cmtool/ui/.DS_Store differ diff --git a/app/assets/images/cmtool/ui/ui-bg_diagonals-thick_18_b81900_40x40.png b/app/assets/images/cmtool/ui/ui-bg_diagonals-thick_18_b81900_40x40.png new file mode 100755 index 0000000..954e22d Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-bg_diagonals-thick_18_b81900_40x40.png differ diff --git a/app/assets/images/cmtool/ui/ui-bg_diagonals-thick_20_666666_40x40.png b/app/assets/images/cmtool/ui/ui-bg_diagonals-thick_20_666666_40x40.png new file mode 100755 index 0000000..64ece57 Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-bg_diagonals-thick_20_666666_40x40.png differ diff --git a/app/assets/images/cmtool/ui/ui-bg_flat_10_000000_40x100.png b/app/assets/images/cmtool/ui/ui-bg_flat_10_000000_40x100.png new file mode 100755 index 0000000..abdc010 Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-bg_flat_10_000000_40x100.png differ diff --git a/app/assets/images/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png b/app/assets/images/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png new file mode 100755 index 0000000..9b383f4 Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png differ diff --git a/app/assets/images/cmtool/ui/ui-bg_glass_100_fdf5ce_1x400.png b/app/assets/images/cmtool/ui/ui-bg_glass_100_fdf5ce_1x400.png new file mode 100755 index 0000000..a23baad Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-bg_glass_100_fdf5ce_1x400.png differ diff --git a/app/assets/images/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png b/app/assets/images/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png new file mode 100755 index 0000000..42ccba2 Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png differ diff --git a/app/assets/images/cmtool/ui/ui-bg_gloss-wave_35_f6a828_500x100.png b/app/assets/images/cmtool/ui/ui-bg_gloss-wave_35_f6a828_500x100.png new file mode 100755 index 0000000..39d5824 Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-bg_gloss-wave_35_f6a828_500x100.png differ diff --git a/app/assets/images/cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png b/app/assets/images/cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png new file mode 100755 index 0000000..f127367 Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png differ diff --git a/app/assets/images/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png b/app/assets/images/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png new file mode 100755 index 0000000..359397a Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png differ diff --git a/app/assets/images/cmtool/ui/ui-icons_222222_256x240.png b/app/assets/images/cmtool/ui/ui-icons_222222_256x240.png new file mode 100755 index 0000000..b273ff1 Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-icons_222222_256x240.png differ diff --git a/app/assets/images/cmtool/ui/ui-icons_228ef1_256x240.png b/app/assets/images/cmtool/ui/ui-icons_228ef1_256x240.png new file mode 100755 index 0000000..a641a37 Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-icons_228ef1_256x240.png differ diff --git a/app/assets/images/cmtool/ui/ui-icons_ef8c08_256x240.png b/app/assets/images/cmtool/ui/ui-icons_ef8c08_256x240.png new file mode 100755 index 0000000..85e63e9 Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-icons_ef8c08_256x240.png differ diff --git a/app/assets/images/cmtool/ui/ui-icons_ffd27a_256x240.png b/app/assets/images/cmtool/ui/ui-icons_ffd27a_256x240.png new file mode 100755 index 0000000..e117eff Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-icons_ffd27a_256x240.png differ diff --git a/app/assets/images/cmtool/ui/ui-icons_ffffff_256x240.png b/app/assets/images/cmtool/ui/ui-icons_ffffff_256x240.png new file mode 100755 index 0000000..42f8f99 Binary files /dev/null and b/app/assets/images/cmtool/ui/ui-icons_ffffff_256x240.png differ diff --git a/app/assets/javascripts/cmtool/application.js b/app/assets/javascripts/cmtool/application.js new file mode 100644 index 0000000..f4fe179 --- /dev/null +++ b/app/assets/javascripts/cmtool/application.js @@ -0,0 +1,17 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// the compiled file. +// +// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD +// GO AFTER THE REQUIRES BELOW. +// +//= require jquery +//= require jquery_ujs +//= require jquery-ui +//= require tinymce-jquery +//= require_directory . diff --git a/app/assets/javascripts/cmtool/structure.js.coffee.erb b/app/assets/javascripts/cmtool/structure.js.coffee.erb new file mode 100644 index 0000000..ed7c370 --- /dev/null +++ b/app/assets/javascripts/cmtool/structure.js.coffee.erb @@ -0,0 +1,10 @@ +<% cmtool = Cmtool::Engine.routes.url_helpers %> +$( -> + $('textarea.mceEditor, .editor_full').tinymce( + theme: 'advanced', + plugins: 'advimage', + external_image_list_url: '<%= cmtool.images_path(format: :js) %>', + relative_urls: false + ) + $('.editor_basic').tinymce({theme: 'simple'}) +) diff --git a/app/assets/stylesheets/cmtool/.sass-cache/b5d17fb5f008f2aeb0c48718fa7162f96b9e7cc3/_jquery-ui.css.sassc b/app/assets/stylesheets/cmtool/.sass-cache/b5d17fb5f008f2aeb0c48718fa7162f96b9e7cc3/_jquery-ui.css.sassc new file mode 100644 index 0000000..bcb9e21 Binary files /dev/null and b/app/assets/stylesheets/cmtool/.sass-cache/b5d17fb5f008f2aeb0c48718fa7162f96b9e7cc3/_jquery-ui.css.sassc differ diff --git a/app/assets/stylesheets/cmtool/_jquery-ui.css.sass b/app/assets/stylesheets/cmtool/_jquery-ui.css.sass new file mode 100644 index 0000000..e85fa92 --- /dev/null +++ b/app/assets/stylesheets/cmtool/_jquery-ui.css.sass @@ -0,0 +1,1433 @@ +/* + * jQuery UI CSS Framework 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + +/* Layout helpers + *---------------------------------- + +.ui-helper-hidden + display: none + +.ui-helper-hidden-accessible + position: absolute !important + clip: rect(1px 1px 1px 1px) + clip: rect(1px, 1px, 1px, 1px) + +.ui-helper-reset + margin: 0 + padding: 0 + border: 0 + outline: 0 + line-height: 1.3 + text-decoration: none + font-size: 100% + list-style: none + +.ui-helper-clearfix + &:after + content: "." + display: block + height: 0 + clear: both + visibility: hidden + display: inline-block + +/* required comment for clearfix to work in Opera \ + +* html .ui-helper-clearfix + height: 1% + +.ui-helper-clearfix + display: block + +/* end clearfix + +.ui-helper-zfix + width: 100% + height: 100% + top: 0 + left: 0 + position: absolute + opacity: 0 + filter: Alpha(Opacity = 0) + +/* Interaction Cues + *---------------------------------- + +.ui-state-disabled + cursor: default !important + +/* Icons + *---------------------------------- + +/* states and images + +.ui-icon + display: block + text-indent: -99999px + overflow: hidden + background-repeat: no-repeat + +/* Misc visuals + *---------------------------------- + +/* Overlays + +.ui-widget-overlay + position: absolute + top: 0 + left: 0 + width: 100% + height: 100% + +/* + * jQuery UI CSS Framework 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Theming/API + * + * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px + +/* Component containers + *---------------------------------- + +.ui-widget + font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif + font-size: 1.1em + .ui-widget + font-size: 1em + input, select, textarea, button + font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif + font-size: 1em + +.ui-widget-content + border: 1px solid #dddddd + background: #eeeeee image-url("cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x + color: #333333 + a + color: #333333 + +.ui-widget-header + border: 1px solid #e78f08 + background: #f6a828 image-url("cmtool/ui/ui-bg_gloss-wave_35_f6a828_500x100.png") 50% 50% repeat-x + color: #ffffff + font-weight: bold + a + color: #ffffff + +/* Interaction states + *---------------------------------- + +.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default + border: 1px solid #cccccc + background: #f6f6f6 image-url("cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x + font-weight: bold + color: #1c94c4 + +.ui-state-default a + color: #1c94c4 + text-decoration: none + &:link, &:visited + color: #1c94c4 + text-decoration: none + +.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus + border: 1px solid #fbcb09 + background: #fdf5ce image-url("cmtool/ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x + font-weight: bold + color: #c77405 + +.ui-state-hover a + color: #c77405 + text-decoration: none + &:hover + color: #c77405 + text-decoration: none + +.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active + border: 1px solid #fbd850 + background: white image-url("cmtool/ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x + font-weight: bold + color: #eb8f00 + +.ui-state-active a + color: #eb8f00 + text-decoration: none + &:link, &:visited + color: #eb8f00 + text-decoration: none + +.ui-widget :active + outline: none + +/* Interaction Cues + *---------------------------------- + +.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight + border: 1px solid #fed22f + background: #ffe45c image-url("cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x + color: #363636 + +.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a + color: #363636 + +.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error + border: 1px solid #cd0a0a + background: #b81900 image-url("cmtool/ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat + color: #ffffff + +.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a, .ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text + color: #ffffff + +.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary + font-weight: bold + +.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary + opacity: .7 + filter: Alpha(Opacity = 70) + font-weight: normal + +.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled + opacity: .35 + filter: Alpha(Opacity = 35) + background-image: none + +/* Icons + *---------------------------------- + +/* states and images + +.ui-icon + width: 16px + height: 16px + background-image: image-url("cmtool/ui/ui-icons_222222_256x240.png") + +.ui-widget-content .ui-icon + background-image: image-url("cmtool/ui/ui-icons_222222_256x240.png") + +.ui-widget-header .ui-icon + background-image: image-url("cmtool/ui/ui-icons_ffffff_256x240.png") + +.ui-state-default .ui-icon, .ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-state-active .ui-icon + background-image: image-url("cmtool/ui/ui-icons_ef8c08_256x240.png") + +.ui-state-highlight .ui-icon + background-image: image-url("cmtool/ui/ui-icons_228ef1_256x240.png") + +.ui-state-error .ui-icon, .ui-state-error-text .ui-icon + background-image: image-url("cmtool/ui/ui-icons_ffd27a_256x240.png") + +/* positioning + +.ui-icon-carat-1-n + background-position: 0 0 + +.ui-icon-carat-1-ne + background-position: -16px 0 + +.ui-icon-carat-1-e + background-position: -32px 0 + +.ui-icon-carat-1-se + background-position: -48px 0 + +.ui-icon-carat-1-s + background-position: -64px 0 + +.ui-icon-carat-1-sw + background-position: -80px 0 + +.ui-icon-carat-1-w + background-position: -96px 0 + +.ui-icon-carat-1-nw + background-position: -112px 0 + +.ui-icon-carat-2-n-s + background-position: -128px 0 + +.ui-icon-carat-2-e-w + background-position: -144px 0 + +.ui-icon-triangle-1-n + background-position: 0 -16px + +.ui-icon-triangle-1-ne + background-position: -16px -16px + +.ui-icon-triangle-1-e + background-position: -32px -16px + +.ui-icon-triangle-1-se + background-position: -48px -16px + +.ui-icon-triangle-1-s + background-position: -64px -16px + +.ui-icon-triangle-1-sw + background-position: -80px -16px + +.ui-icon-triangle-1-w + background-position: -96px -16px + +.ui-icon-triangle-1-nw + background-position: -112px -16px + +.ui-icon-triangle-2-n-s + background-position: -128px -16px + +.ui-icon-triangle-2-e-w + background-position: -144px -16px + +.ui-icon-arrow-1-n + background-position: 0 -32px + +.ui-icon-arrow-1-ne + background-position: -16px -32px + +.ui-icon-arrow-1-e + background-position: -32px -32px + +.ui-icon-arrow-1-se + background-position: -48px -32px + +.ui-icon-arrow-1-s + background-position: -64px -32px + +.ui-icon-arrow-1-sw + background-position: -80px -32px + +.ui-icon-arrow-1-w + background-position: -96px -32px + +.ui-icon-arrow-1-nw + background-position: -112px -32px + +.ui-icon-arrow-2-n-s + background-position: -128px -32px + +.ui-icon-arrow-2-ne-sw + background-position: -144px -32px + +.ui-icon-arrow-2-e-w + background-position: -160px -32px + +.ui-icon-arrow-2-se-nw + background-position: -176px -32px + +.ui-icon-arrowstop-1-n + background-position: -192px -32px + +.ui-icon-arrowstop-1-e + background-position: -208px -32px + +.ui-icon-arrowstop-1-s + background-position: -224px -32px + +.ui-icon-arrowstop-1-w + background-position: -240px -32px + +.ui-icon-arrowthick-1-n + background-position: 0 -48px + +.ui-icon-arrowthick-1-ne + background-position: -16px -48px + +.ui-icon-arrowthick-1-e + background-position: -32px -48px + +.ui-icon-arrowthick-1-se + background-position: -48px -48px + +.ui-icon-arrowthick-1-s + background-position: -64px -48px + +.ui-icon-arrowthick-1-sw + background-position: -80px -48px + +.ui-icon-arrowthick-1-w + background-position: -96px -48px + +.ui-icon-arrowthick-1-nw + background-position: -112px -48px + +.ui-icon-arrowthick-2-n-s + background-position: -128px -48px + +.ui-icon-arrowthick-2-ne-sw + background-position: -144px -48px + +.ui-icon-arrowthick-2-e-w + background-position: -160px -48px + +.ui-icon-arrowthick-2-se-nw + background-position: -176px -48px + +.ui-icon-arrowthickstop-1-n + background-position: -192px -48px + +.ui-icon-arrowthickstop-1-e + background-position: -208px -48px + +.ui-icon-arrowthickstop-1-s + background-position: -224px -48px + +.ui-icon-arrowthickstop-1-w + background-position: -240px -48px + +.ui-icon-arrowreturnthick-1-w + background-position: 0 -64px + +.ui-icon-arrowreturnthick-1-n + background-position: -16px -64px + +.ui-icon-arrowreturnthick-1-e + background-position: -32px -64px + +.ui-icon-arrowreturnthick-1-s + background-position: -48px -64px + +.ui-icon-arrowreturn-1-w + background-position: -64px -64px + +.ui-icon-arrowreturn-1-n + background-position: -80px -64px + +.ui-icon-arrowreturn-1-e + background-position: -96px -64px + +.ui-icon-arrowreturn-1-s + background-position: -112px -64px + +.ui-icon-arrowrefresh-1-w + background-position: -128px -64px + +.ui-icon-arrowrefresh-1-n + background-position: -144px -64px + +.ui-icon-arrowrefresh-1-e + background-position: -160px -64px + +.ui-icon-arrowrefresh-1-s + background-position: -176px -64px + +.ui-icon-arrow-4 + background-position: 0 -80px + +.ui-icon-arrow-4-diag + background-position: -16px -80px + +.ui-icon-extlink + background-position: -32px -80px + +.ui-icon-newwin + background-position: -48px -80px + +.ui-icon-refresh + background-position: -64px -80px + +.ui-icon-shuffle + background-position: -80px -80px + +.ui-icon-transfer-e-w + background-position: -96px -80px + +.ui-icon-transferthick-e-w + background-position: -112px -80px + +.ui-icon-folder-collapsed + background-position: 0 -96px + +.ui-icon-folder-open + background-position: -16px -96px + +.ui-icon-document + background-position: -32px -96px + +.ui-icon-document-b + background-position: -48px -96px + +.ui-icon-note + background-position: -64px -96px + +.ui-icon-mail-closed + background-position: -80px -96px + +.ui-icon-mail-open + background-position: -96px -96px + +.ui-icon-suitcase + background-position: -112px -96px + +.ui-icon-comment + background-position: -128px -96px + +.ui-icon-person + background-position: -144px -96px + +.ui-icon-print + background-position: -160px -96px + +.ui-icon-trash + background-position: -176px -96px + +.ui-icon-locked + background-position: -192px -96px + +.ui-icon-unlocked + background-position: -208px -96px + +.ui-icon-bookmark + background-position: -224px -96px + +.ui-icon-tag + background-position: -240px -96px + +.ui-icon-home + background-position: 0 -112px + +.ui-icon-flag + background-position: -16px -112px + +.ui-icon-calendar + background-position: -32px -112px + +.ui-icon-cart + background-position: -48px -112px + +.ui-icon-pencil + background-position: -64px -112px + +.ui-icon-clock + background-position: -80px -112px + +.ui-icon-disk + background-position: -96px -112px + +.ui-icon-calculator + background-position: -112px -112px + +.ui-icon-zoomin + background-position: -128px -112px + +.ui-icon-zoomout + background-position: -144px -112px + +.ui-icon-search + background-position: -160px -112px + +.ui-icon-wrench + background-position: -176px -112px + +.ui-icon-gear + background-position: -192px -112px + +.ui-icon-heart + background-position: -208px -112px + +.ui-icon-star + background-position: -224px -112px + +.ui-icon-link + background-position: -240px -112px + +.ui-icon-cancel + background-position: 0 -128px + +.ui-icon-plus + background-position: -16px -128px + +.ui-icon-plusthick + background-position: -32px -128px + +.ui-icon-minus + background-position: -48px -128px + +.ui-icon-minusthick + background-position: -64px -128px + +.ui-icon-close + background-position: -80px -128px + +.ui-icon-closethick + background-position: -96px -128px + +.ui-icon-key + background-position: -112px -128px + +.ui-icon-lightbulb + background-position: -128px -128px + +.ui-icon-scissors + background-position: -144px -128px + +.ui-icon-clipboard + background-position: -160px -128px + +.ui-icon-copy + background-position: -176px -128px + +.ui-icon-contact + background-position: -192px -128px + +.ui-icon-image + background-position: -208px -128px + +.ui-icon-video + background-position: -224px -128px + +.ui-icon-script + background-position: -240px -128px + +.ui-icon-alert + background-position: 0 -144px + +.ui-icon-info + background-position: -16px -144px + +.ui-icon-notice + background-position: -32px -144px + +.ui-icon-help + background-position: -48px -144px + +.ui-icon-check + background-position: -64px -144px + +.ui-icon-bullet + background-position: -80px -144px + +.ui-icon-radio-off + background-position: -96px -144px + +.ui-icon-radio-on + background-position: -112px -144px + +.ui-icon-pin-w + background-position: -128px -144px + +.ui-icon-pin-s + background-position: -144px -144px + +.ui-icon-play + background-position: 0 -160px + +.ui-icon-pause + background-position: -16px -160px + +.ui-icon-seek-next + background-position: -32px -160px + +.ui-icon-seek-prev + background-position: -48px -160px + +.ui-icon-seek-end + background-position: -64px -160px + +.ui-icon-seek-start, .ui-icon-seek-first + background-position: -80px -160px + +/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead + +.ui-icon-stop + background-position: -96px -160px + +.ui-icon-eject + background-position: -112px -160px + +.ui-icon-volume-off + background-position: -128px -160px + +.ui-icon-volume-on + background-position: -144px -160px + +.ui-icon-power + background-position: 0 -176px + +.ui-icon-signal-diag + background-position: -16px -176px + +.ui-icon-signal + background-position: -32px -176px + +.ui-icon-battery-0 + background-position: -48px -176px + +.ui-icon-battery-1 + background-position: -64px -176px + +.ui-icon-battery-2 + background-position: -80px -176px + +.ui-icon-battery-3 + background-position: -96px -176px + +.ui-icon-circle-plus + background-position: 0 -192px + +.ui-icon-circle-minus + background-position: -16px -192px + +.ui-icon-circle-close + background-position: -32px -192px + +.ui-icon-circle-triangle-e + background-position: -48px -192px + +.ui-icon-circle-triangle-s + background-position: -64px -192px + +.ui-icon-circle-triangle-w + background-position: -80px -192px + +.ui-icon-circle-triangle-n + background-position: -96px -192px + +.ui-icon-circle-arrow-e + background-position: -112px -192px + +.ui-icon-circle-arrow-s + background-position: -128px -192px + +.ui-icon-circle-arrow-w + background-position: -144px -192px + +.ui-icon-circle-arrow-n + background-position: -160px -192px + +.ui-icon-circle-zoomin + background-position: -176px -192px + +.ui-icon-circle-zoomout + background-position: -192px -192px + +.ui-icon-circle-check + background-position: -208px -192px + +.ui-icon-circlesmall-plus + background-position: 0 -208px + +.ui-icon-circlesmall-minus + background-position: -16px -208px + +.ui-icon-circlesmall-close + background-position: -32px -208px + +.ui-icon-squaresmall-plus + background-position: -48px -208px + +.ui-icon-squaresmall-minus + background-position: -64px -208px + +.ui-icon-squaresmall-close + background-position: -80px -208px + +.ui-icon-grip-dotted-vertical + background-position: 0 -224px + +.ui-icon-grip-dotted-horizontal + background-position: -16px -224px + +.ui-icon-grip-solid-vertical + background-position: -32px -224px + +.ui-icon-grip-solid-horizontal + background-position: -48px -224px + +.ui-icon-gripsmall-diagonal-se + background-position: -64px -224px + +.ui-icon-grip-diagonal-se + background-position: -80px -224px + +/* Misc visuals + *---------------------------------- + +/* Corner radius + +.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl + -moz-border-radius-topleft: 4px + -webkit-border-top-left-radius: 4px + -khtml-border-top-left-radius: 4px + border-top-left-radius: 4px + +.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr + -moz-border-radius-topright: 4px + -webkit-border-top-right-radius: 4px + -khtml-border-top-right-radius: 4px + border-top-right-radius: 4px + +.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl + -moz-border-radius-bottomleft: 4px + -webkit-border-bottom-left-radius: 4px + -khtml-border-bottom-left-radius: 4px + border-bottom-left-radius: 4px + +.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br + -moz-border-radius-bottomright: 4px + -webkit-border-bottom-right-radius: 4px + -khtml-border-bottom-right-radius: 4px + border-bottom-right-radius: 4px + +/* Overlays + +.ui-widget-overlay + background: #666666 image-url("cmtool/ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat + opacity: .50 + filter: Alpha(Opacity = 50) + +.ui-widget-shadow + margin: -5px 0 0 -5px + padding: 5px + background: black image-url("cmtool/ui/ui-bg_flat_10_000000_40x100.png") 50% 50% repeat-x + opacity: .20 + filter: Alpha(Opacity = 20) + -moz-border-radius: 5px + -khtml-border-radius: 5px + -webkit-border-radius: 5px + border-radius: 5px + +/* + * * jQuery UI Resizable 1.8.16 + * * + * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * * Dual licensed under the MIT or GPL Version 2 licenses. + * * http://jquery.org/license + * * + * * http://docs.jquery.com/UI/Resizable#theming + +.ui-resizable + position: relative + +.ui-resizable-handle + position: absolute + font-size: 0.1px + z-index: 99999 + display: block + +.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle + display: none + +.ui-resizable-n + cursor: n-resize + height: 7px + width: 100% + top: -5px + left: 0 + +.ui-resizable-s + cursor: s-resize + height: 7px + width: 100% + bottom: -5px + left: 0 + +.ui-resizable-e + cursor: e-resize + width: 7px + right: -5px + top: 0 + height: 100% + +.ui-resizable-w + cursor: w-resize + width: 7px + left: -5px + top: 0 + height: 100% + +.ui-resizable-se + cursor: se-resize + width: 12px + height: 12px + right: 1px + bottom: 1px + +.ui-resizable-sw + cursor: sw-resize + width: 9px + height: 9px + left: -5px + bottom: -5px + +.ui-resizable-nw + cursor: nw-resize + width: 9px + height: 9px + left: -5px + top: -5px + +.ui-resizable-ne + cursor: ne-resize + width: 9px + height: 9px + right: -5px + top: -5px + +/* + * * jQuery UI Selectable 1.8.16 + * * + * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * * Dual licensed under the MIT or GPL Version 2 licenses. + * * http://jquery.org/license + * * + * * http://docs.jquery.com/UI/Selectable#theming + +.ui-selectable-helper + position: absolute + z-index: 100 + border: 1px dotted black + +/* + * jQuery UI Accordion 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Accordion#theming +/* IE/Win - Fix animation bug - #4615 + +.ui-accordion + width: 100% + .ui-accordion-header + cursor: pointer + position: relative + margin-top: 1px + zoom: 1 + .ui-accordion-li-fix + display: inline + .ui-accordion-header-active + border-bottom: 0 !important + .ui-accordion-header a + display: block + font-size: 1em + padding: .5em .5em .5em .7em + +.ui-accordion-icons .ui-accordion-header a + padding-left: 2.2em + +.ui-accordion + .ui-accordion-header .ui-icon + position: absolute + left: .5em + top: 50% + margin-top: -8px + .ui-accordion-content + padding: 1em 2.2em + border-top: 0 + margin-top: -2px + position: relative + top: 1px + margin-bottom: 2px + overflow: auto + display: none + zoom: 1 + .ui-accordion-content-active + display: block + +/* + * jQuery UI Autocomplete 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Autocomplete#theming + +.ui-autocomplete + position: absolute + cursor: default + +/* workarounds + +* html .ui-autocomplete + width: 1px + +/* without this, the menu expands to 100% in IE6 + +/* + * jQuery UI Menu 1.8.16 + * + * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Menu#theming + +.ui-menu + list-style: none + padding: 2px + margin: 0 + display: block + float: left + .ui-menu + margin-top: -3px + .ui-menu-item + margin: 0 + padding: 0 + zoom: 1 + float: left + clear: left + width: 100% + a + text-decoration: none + display: block + padding: .2em .4em + line-height: 1.5 + zoom: 1 + &.ui-state-hover, &.ui-state-active + font-weight: normal + margin: -1px + +/* + * jQuery UI Button 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Button#theming + +.ui-button + display: inline-block + position: relative + padding: 0 + margin-right: .1em + text-decoration: none !important + cursor: pointer + text-align: center + zoom: 1 + overflow: visible + +/* the overflow property removes extra width in IE + +.ui-button-icon-only + width: 2.2em + +/* to make room for the icon, a width needs to be set here + +button.ui-button-icon-only + width: 2.4em + +/* button elements seem to need a little more width + +.ui-button-icons-only + width: 3.4em + +button.ui-button-icons-only + width: 3.7em + +/*button text element + +.ui-button .ui-button-text + display: block + line-height: 1.4 + +.ui-button-text-only .ui-button-text + padding: .4em 1em + +.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text + padding: .4em + text-indent: -9999999px + +.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text + padding: .4em 1em .4em 2.1em + +.ui-button-text-icon-secondary .ui-button-text + padding: .4em 2.1em .4em 1em + +.ui-button-text-icons .ui-button-text + padding: .4em 2.1em .4em 1em + padding-left: 2.1em + padding-right: 2.1em + +/* no icon support for input elements, provide padding by default + +input.ui-button + padding: .4em 1em + +/*button icon element(s) + +.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon + position: absolute + top: 50% + margin-top: -8px + +.ui-button-icon-only .ui-icon + left: 50% + margin-left: -8px + +.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary + left: .5em + +.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary + right: .5em + +/*button sets + +.ui-buttonset + margin-right: 7px + .ui-button + margin-left: 0 + margin-right: -0.3em + +/* workarounds + +button.ui-button::-moz-focus-inner + border: 0 + padding: 0 + +/* reset extra padding in Firefox +/* + * jQuery UI Dialog 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Dialog#theming + +.ui-dialog + position: absolute + padding: .2em + width: 300px + overflow: hidden + .ui-dialog-titlebar + padding: .4em 1em + position: relative + .ui-dialog-title + float: left + margin: .1em 16px .1em 0 + .ui-dialog-titlebar-close + position: absolute + right: .3em + top: 50% + width: 19px + margin: -10px 0 0 0 + padding: 1px + height: 18px + span + display: block + margin: 1px + &:hover, &:focus + padding: 0 + .ui-dialog-content + position: relative + border: 0 + padding: .5em 1em + background: none + overflow: auto + zoom: 1 + .ui-dialog-buttonpane + text-align: left + border-width: 1px 0 0 0 + background-image: none + margin: .5em 0 0 0 + padding: .3em 1em .5em .4em + .ui-dialog-buttonset + float: right + button + margin: .5em .4em .5em 0 + cursor: pointer + .ui-resizable-se + width: 14px + height: 14px + right: 3px + bottom: 3px + +.ui-draggable .ui-dialog-titlebar + cursor: move + +/* + * jQuery UI Slider 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Slider#theming + +.ui-slider + position: relative + text-align: left + .ui-slider-handle + position: absolute + z-index: 2 + width: 1.2em + height: 1.2em + cursor: default + .ui-slider-range + position: absolute + z-index: 1 + font-size: .7em + display: block + border: 0 + background-position: 0 0 + +.ui-slider-horizontal + height: .8em + .ui-slider-handle + top: -0.3em + margin-left: -0.6em + .ui-slider-range + top: 0 + height: 100% + .ui-slider-range-min + left: 0 + .ui-slider-range-max + right: 0 + +.ui-slider-vertical + width: .8em + height: 100px + .ui-slider-handle + left: -0.3em + margin-left: 0 + margin-bottom: -0.6em + .ui-slider-range + left: 0 + width: 100% + .ui-slider-range-min + bottom: 0 + .ui-slider-range-max + top: 0 + +/* + * * jQuery UI Tabs 1.8.16 + * * + * * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * * Dual licensed under the MIT or GPL Version 2 licenses. + * * http://jquery.org/license + * * + * * http://docs.jquery.com/UI/Tabs#theming + +.ui-tabs + position: relative + padding: .2em + zoom: 1 + .ui-tabs-nav + margin: 0 + padding: .2em .2em 0 + li + list-style: none + float: left + position: relative + top: 1px + margin: 0 .2em 1px 0 + border-bottom: 0 !important + padding: 0 + white-space: nowrap + a + float: left + padding: .5em 1em + text-decoration: none + &.ui-tabs-selected + margin-bottom: 0 + padding-bottom: 1px + a + cursor: text + &.ui-state-disabled a, &.ui-state-processing a + cursor: text + a + cursor: pointer + &.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a + cursor: pointer + .ui-tabs-panel + display: block + border-width: 0 + padding: 1em 1.4em + background: none + .ui-tabs-hide + display: none !important + +/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") + +/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... + +/* + * jQuery UI Datepicker 1.8.16 + * + * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + * Dual licensed under the MIT or GPL Version 2 licenses. + * http://jquery.org/license + * + * http://docs.jquery.com/UI/Datepicker#theming + +.ui-datepicker + width: 17em + padding: .2em .2em 0 + display: none + .ui-datepicker-header + position: relative + padding: .2em 0 + .ui-datepicker-prev, .ui-datepicker-next + position: absolute + top: 2px + width: 1.8em + height: 1.8em + .ui-datepicker-prev-hover, .ui-datepicker-next-hover + top: 1px + .ui-datepicker-prev + left: 2px + .ui-datepicker-next + right: 2px + .ui-datepicker-prev-hover + left: 1px + .ui-datepicker-next-hover + right: 1px + .ui-datepicker-prev span, .ui-datepicker-next span + display: block + position: absolute + left: 50% + margin-left: -8px + top: 50% + margin-top: -8px + .ui-datepicker-title + margin: 0 2.3em + line-height: 1.8em + text-align: center + select + font-size: 1em + margin: 1px 0 + select + &.ui-datepicker-month-year + width: 100% + &.ui-datepicker-month, &.ui-datepicker-year + width: 49% + table + width: 100% + font-size: .9em + border-collapse: collapse + margin: 0 0 .4em + th + padding: .7em .3em + text-align: center + font-weight: bold + border: 0 + td + border: 0 + padding: 1px + span, a + display: block + padding: .2em + text-align: right + text-decoration: none + .ui-datepicker-buttonpane + background-image: none + margin: .7em 0 0 0 + padding: 0 .2em + border-left: 0 + border-right: 0 + border-bottom: 0 + button + float: right + margin: .5em .2em .4em + cursor: pointer + padding: .2em .6em .3em .6em + width: auto + overflow: visible + &.ui-datepicker-current + float: left + &.ui-datepicker-multi + width: auto + +/* with multiple calendars + +.ui-datepicker-multi .ui-datepicker-group + float: left + table + width: 95% + margin: 0 auto .4em + +.ui-datepicker-multi-2 .ui-datepicker-group + width: 50% + +.ui-datepicker-multi-3 .ui-datepicker-group + width: 33.3% + +.ui-datepicker-multi-4 .ui-datepicker-group + width: 25% + +.ui-datepicker-multi + .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-group-middle .ui-datepicker-header + border-left-width: 0 + .ui-datepicker-buttonpane + clear: left + +.ui-datepicker-row-break + clear: both + width: 100% + font-size: 0em + +/* RTL support + +.ui-datepicker-rtl + direction: rtl + .ui-datepicker-prev + right: 2px + left: auto + .ui-datepicker-next + left: 2px + right: auto + .ui-datepicker-prev:hover + right: 1px + left: auto + .ui-datepicker-next:hover + left: 1px + right: auto + .ui-datepicker-buttonpane + clear: right + button + float: left + &.ui-datepicker-current + float: right + .ui-datepicker-group + float: right + .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-group-middle .ui-datepicker-header + border-right-width: 0 + border-left-width: 1px + +/* IE6 IFRAME FIX (taken from datepicker 1.5.3 + +.ui-datepicker-cover + display: none + /*sorry for IE5 + position: absolute + /*must have + z-index: -1 + /*must have + filter: mask() + /*must have + top: -4px + /*must have + left: -4px + /*must have + width: 200px + /*must have + height: 200px + /*must have + +/* + ** jQuery UI Progressbar 1.8.16 + ** + ** Copyright 2011, AUTHORS.txt (http://jqueryui.com/about) + ** Dual licensed under the MIT or GPL Version 2 licenses. + ** http://jquery.org/license + ** + ** http://docs.jquery.com/UI/Progressbar#theming + +.ui-progressbar + height: 2em + text-align: left + .ui-progressbar-value + margin: -1px + height: 100% diff --git a/app/assets/stylesheets/cmtool/application.css b/app/assets/stylesheets/cmtool/application.css new file mode 100644 index 0000000..3b5cc66 --- /dev/null +++ b/app/assets/stylesheets/cmtool/application.css @@ -0,0 +1,13 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the top of the + * compiled file, but it's generally better to create a new file per style scope. + * + *= require_self + *= require_tree . +*/ diff --git a/app/assets/stylesheets/cmtool/directories.css.sass b/app/assets/stylesheets/cmtool/directories.css.sass new file mode 100644 index 0000000..4a3b656 --- /dev/null +++ b/app/assets/stylesheets/cmtool/directories.css.sass @@ -0,0 +1,4 @@ +table#directory-view + border-collapse: collapse + border: 1px solid #444 + td diff --git a/app/assets/stylesheets/cmtool/structure.css.sass b/app/assets/stylesheets/cmtool/structure.css.sass new file mode 100644 index 0000000..5a28bec --- /dev/null +++ b/app/assets/stylesheets/cmtool/structure.css.sass @@ -0,0 +1,64 @@ +@import 'bourbon' + +html, body + background-color: #eee + font-family: $lucida-grande +.button + @include button(shiny, #777) +a + color: #333 + font-weight: bold + text-decoration: none + &:hover + text-decoration: underline +.clear + clear: both + +.field + clear: left + &>label + width: 202px + float: left + &>.field_with_errors + float: left + label + width: 202px + float: left + color: red + input + border: 1px solid red +#page-wrapper + width: 972px + margin: 10px auto + background-color: white +#menu-container + @include linear-gradient(#1e5799, #2989d8) + clear: both + padding: 10px + ul + margin: 0 + padding: 0 + list-style: none + li + float: left + margin-right: 9px + padding: 5px 4px + background-color: white + &.parent:hover> ul + display: block + .child-menu + display: none + position: absolute + z-index: 10000 + margin-left: -5px + margin-top: 4px + li + float: none + &.ui-state-active .child-menu li.ui-state-default a + color: #1C94C4 +#sub-navigation-container + ul + list-style: none + li + float: left + margin-right: 10px diff --git a/app/controllers/cmtool/application_controller.rb b/app/controllers/cmtool/application_controller.rb new file mode 100644 index 0000000..0df2a24 --- /dev/null +++ b/app/controllers/cmtool/application_controller.rb @@ -0,0 +1,5 @@ +module Cmtool + class ApplicationController < ::ApplicationController + before_filter :authenticate_user! + end +end diff --git a/app/controllers/cmtool/contact_forms_controller.rb b/app/controllers/cmtool/contact_forms_controller.rb new file mode 100644 index 0000000..048f243 --- /dev/null +++ b/app/controllers/cmtool/contact_forms_controller.rb @@ -0,0 +1,85 @@ +module Cmtool + class Cmtool::ContactFormsController < Cmtool::ApplicationController + # GET /contact_forms + # GET /contact_forms.xml + def index + @contact_forms = Cmtool::ContactForm.all + + respond_to do |format| + format.html # index.html.erb + format.xml { render :xml => @contact_forms } + end + end + + # GET /contact_forms/1 + # GET /contact_forms/1.xml + def show + @contact_form = Cmtool::ContactForm.find(params[:id]) + + respond_to do |format| + format.html # show.html.erb + format.xml { render :xml => @contact_form } + end + end + + # GET /contact_forms/new + # GET /contact_forms/new.xml + def new + @contact_form = Cmtool::ContactForm.new + + respond_to do |format| + format.html # new.html.erb + format.xml { render :xml => @contact_form } + end + end + + # GET /contact_forms/1/edit + def edit + @contact_form = Cmtool::ContactForm.find(params[:id]) + end + + # POST /contact_forms + # POST /contact_forms.xml + def create + @contact_form = Cmtool::ContactForm.new(params[:contact_form]) + + respond_to do |format| + if @contact_form.save + format.html { redirect_to([cmtool, @contact_form], :notice => I18n.t('cmtool.action.create.successful', :model => Cmtool::ContactForm.model_name.human)) } + format.xml { render :xml => @contact_form, :status => :created, :location => @contact_form } + else + format.html { render :action => "new" } + format.xml { render :xml => @contact_form.errors, :status => :unprocessable_entity } + end + end + end + + # PUT /contact_forms/1 + # PUT /contact_forms/1.xml + def update + @contact_form = Cmtool::ContactForm.find(params[:id]) + + respond_to do |format| + if @contact_form.update_attributes(params[:contact_form]) + format.html { redirect_to([cmtool, @contact_form], :notice => I18n.t('cmtool.action.update.successful', :model => Cmtool::ContactForm.model_name.human)) } + format.xml { head :ok } + else + format.html { render :action => "edit" } + format.xml { render :xml => @contact_form.errors, :status => :unprocessable_entity } + end + end + end + + # DELETE /contact_forms/1 + # DELETE /contact_forms/1.xml + def destroy + @contact_form = Cmtool::ContactForm.find(params[:id]) + @contact_form.destroy + + respond_to do |format| + format.html { redirect_to(cmtool.contact_forms_url) } + format.xml { head :ok } + end + end + end +end diff --git a/app/controllers/cmtool/directories_controller.rb b/app/controllers/cmtool/directories_controller.rb new file mode 100644 index 0000000..f737e5f --- /dev/null +++ b/app/controllers/cmtool/directories_controller.rb @@ -0,0 +1,90 @@ +module Cmtool + class DirectoriesController < Cmtool::ApplicationController + # GET /directories + # GET /directories.xml + def index + @directories = Cmtool::Directory.roots + + respond_to do |format| + format.html # index.html.erb + format.xml { render :xml => @directories } + end + end + + # GET /directories/1 + # GET /directories/1.xml + def show + @directory = Cmtool::Directory.find(params[:id]) + + respond_to do |format| + format.html # show.html.erb + format.xml { render :xml => @directory } + end + end + + # GET /directories/new + # GET /directories/new.xml + def new + @directory = Cmtool::Directory.new + + respond_to do |format| + format.html # new.html.erb + format.xml { render :xml => @directory } + end + end + + # GET /directories/1/edit + def edit + @directory = Cmtool::Directory.find(params[:id]) + end + + # POST /directories + # POST /directories.xml + def create + @directory = Cmtool::Directory.new(params[:directory]) + + respond_to do |format| + if @directory.save + format.html { redirect_to([cmtool, @directory], :notice => I18n.t('cmtool.action.create.successful', :model => Cmtool::Directory.model_name.human)) } + format.xml { render :xml => @directory, :status => :created, :location => @directory } + else + format.html { render :action => "new" } + format.xml { render :xml => @directory.errors, :status => :unprocessable_entity } + end + end + end + + # PUT /directories/1 + # PUT /directories/1.xml + def update + @directory = Cmtool::Directory.find(params[:id]) + + respond_to do |format| + if @directory.update_attributes(params[:directory]) + format.html { redirect_to([cmtool, @directory], :notice => I18n.t('cmtool.action.update.successful', :model => Cmtool::Directory.model_name.human)) } + format.xml { head :ok } + else + format.html { render :action => "edit" } + format.xml { render :xml => @directory.errors, :status => :unprocessable_entity } + end + end + end + + # DELETE /directories/1 + # DELETE /directories/1.xml + def destroy + @directory = Cmtool::Directory.find(params[:id]) + @directory.destroy + flash[:notice] = I18n.t('cmtool.action.destroy.successful', :model => Cmtool::Directory.model_name.human) + respond_to do |format| + format.html { redirect_to(cmtool.directories_url) } + format.xml { head :ok } + end + end + def remove_image + @directory = Cmtool::Directory.find(params[:id]) + @directory.image = nil + @directory.save + end + end +end diff --git a/app/controllers/cmtool/faqs_controller.rb b/app/controllers/cmtool/faqs_controller.rb new file mode 100644 index 0000000..22a9559 --- /dev/null +++ b/app/controllers/cmtool/faqs_controller.rb @@ -0,0 +1,85 @@ +module Cmtool + class Cmtool::FaqsController < Cmtool::ApplicationController + # GET /faqs + # GET /faqs.xml + def index + @faqs = Cmtool::Faq.all + + respond_to do |format| + format.html # index.html.erb + format.xml { render :xml => @faqs } + end + end + + # GET /faqs/1 + # GET /faqs/1.xml + def show + @faq = Cmtool::Faq.find(params[:id]) + + respond_to do |format| + format.html # show.html.erb + format.xml { render :xml => @faq } + end + end + + # GET /faqs/new + # GET /faqs/new.xml + def new + @faq = Cmtool::Faq.new + + respond_to do |format| + format.html # new.html.erb + format.xml { render :xml => @faq } + end + end + + # GET /faqs/1/edit + def edit + @faq = Cmtool::Faq.find(params[:id]) + end + + # POST /faqs + # POST /faqs.xml + def create + @faq = Cmtool::Faq.new(params[:faq]) + + respond_to do |format| + if @faq.save + format.html { redirect_to([cmtool, @faq], :notice => I18n.t('cmtool.action.create.successful', :model => Cmtool::Faq.model_name.human)) } + format.xml { render :xml => @faq, :status => :created, :location => @faq } + else + format.html { render :action => "new" } + format.xml { render :xml => @faq.errors, :status => :unprocessable_entity } + end + end + end + + # PUT /faqs/1 + # PUT /faqs/1.xml + def update + @faq = Cmtool::Faq.find(params[:id]) + + respond_to do |format| + if @faq.update_attributes(params[:faq]) + format.html { redirect_to([cmtool, @faq], :notice => I18n.t('cmtool.action.create.successful', :model => Cmtool::Faq.model_name.human)) } + format.xml { head :ok } + else + format.html { render :action => "edit" } + format.xml { render :xml => @faq.errors, :status => :unprocessable_entity } + end + end + end + + # DELETE /faqs/1 + # DELETE /faqs/1.xml + def destroy + @faq = Cmtool::Faq.find(params[:id]) + @faq.destroy + + respond_to do |format| + format.html { redirect_to(cmtool.faqs_url) } + format.xml { head :ok } + end + end + end +end diff --git a/app/controllers/cmtool/images_controller.rb b/app/controllers/cmtool/images_controller.rb new file mode 100644 index 0000000..57db750 --- /dev/null +++ b/app/controllers/cmtool/images_controller.rb @@ -0,0 +1,86 @@ +module Cmtool + class Cmtool::ImagesController < Cmtool::ApplicationController + # GET /images + # GET /images.xml + def index + @images = Cmtool::Image.all + + respond_to do |format| + format.html # index.html.erb + format.xml { render :xml => @images } + format.js + end + end + + # GET /images/1 + # GET /images/1.xml + def show + @image = Cmtool::Image.find(params[:id]) + + respond_to do |format| + format.html # show.html.erb + format.xml { render :xml => @image } + end + end + + # GET /images/new + # GET /images/new.xml + def new + @image = Cmtool::Image.new + + respond_to do |format| + format.html # new.html.erb + format.xml { render :xml => @image } + end + end + + # GET /images/1/edit + def edit + @image = Cmtool::Image.find(params[:id]) + end + + # POST /images + # POST /images.xml + def create + @image = Cmtool::Image.new(params[:image]) + + respond_to do |format| + if @image.save + format.html { redirect_to([cmtool, @image.directory || @image], :notice => I18n.t('cmtool.action.create.successful', :model => Cmtool::Image.model_name.human) ) } + format.xml { render :xml => @image, :status => :created, :location => @image } + else + format.html { render :action => "new" } + format.xml { render :xml => @image.errors, :status => :unprocessable_entity } + end + end + end + + # PUT /images/1 + # PUT /images/1.xml + def update + @image = Cmtool::Image.find(params[:id]) + + respond_to do |format| + if @image.update_attributes(params[:image]) + format.html { redirect_to([cmtool, @image], :notice => I18n.t('cmtool.action.update.successful', :model => Cmtool::Image.model_name.human)) } + format.xml { head :ok } + else + format.html { render :action => "edit" } + format.xml { render :xml => @image.errors, :status => :unprocessable_entity } + end + end + end + + # DELETE /images/1 + # DELETE /images/1.xml + def destroy + @image = Cmtool::Image.find(params[:id]) + @image.destroy + + respond_to do |format| + format.html { redirect_to(cmtool.images_url) } + format.xml { head :ok } + end + end + end +end diff --git a/app/controllers/cmtool/keywords_controller.rb b/app/controllers/cmtool/keywords_controller.rb new file mode 100644 index 0000000..2197316 --- /dev/null +++ b/app/controllers/cmtool/keywords_controller.rb @@ -0,0 +1,85 @@ +module Cmtool + class Cmtool::KeywordsController < Cmtool::ApplicationController + # GET /keywords + # GET /keywords.xml + def index + @keywords = Cmtool::Keyword.all + + respond_to do |format| + format.html # index.html.erb + format.xml { render :xml => @keywords } + end + end + + # GET /keywords/1 + # GET /keywords/1.xml + def show + @keyword = Cmtool::Keyword.find(params[:id]) + + respond_to do |format| + format.html # show.html.erb + format.xml { render :xml => @keyword } + end + end + + # GET /keywords/new + # GET /keywords/new.xml + def new + @keyword = Cmtool::Keyword.new + + respond_to do |format| + format.html # new.html.erb + format.xml { render :xml => @keyword } + end + end + + # GET /keywords/1/edit + def edit + @keyword = Cmtool::Keyword.find(params[:id]) + end + + # POST /keywords + # POST /keywords.xml + def create + @keyword = Cmtool::Keyword.new(params[:keyword]) + + respond_to do |format| + if @keyword.save + format.html { redirect_to(cmtool.keywords_path, :notice => I18n.t('cmtool.action.create.successful', :model => Cmtool::Keyword.model_name.human)) } + format.xml { render :xml => @keyword, :status => :created, :location => @keyword } + else + format.html { render :action => "new" } + format.xml { render :xml => @keyword.errors, :status => :unprocessable_entity } + end + end + end + + # PUT /keywords/1 + # PUT /keywords/1.xml + def update + @keyword = Cmtool::Keyword.find(params[:id]) + + respond_to do |format| + if @keyword.update_attributes(params[:keyword]) + format.html { redirect_to(cmtool.keywords_path, :notice => I18n.t('cmtool.action.update.successful', :model => Cmtool::Keyword.model_name.human)) } + format.xml { head :ok } + else + format.html { render :action => "edit" } + format.xml { render :xml => @keyword.errors, :status => :unprocessable_entity } + end + end + end + + # DELETE /keywords/1 + # DELETE /keywords/1.xml + def destroy + @keyword = Cmtool::Keyword.find(params[:id]) + @keyword.destroy + + respond_to do |format| + format.html { redirect_to(cmtool.keywords_url, notice: I18n.t('cmtool.action.destroy.successful', model: Cmtool::Keyword.model_name.human)) } + format.xml { head :ok } + end + end + end +end diff --git a/app/controllers/cmtool/news_controller.rb b/app/controllers/cmtool/news_controller.rb new file mode 100644 index 0000000..b8e3637 --- /dev/null +++ b/app/controllers/cmtool/news_controller.rb @@ -0,0 +1,91 @@ +module Cmtool + class Cmtool::NewsController < Cmtool::ApplicationController + # GET /news + # GET /news.xml + def index + @news = Cmtool::News.all + + respond_to do |format| + format.html # index.html.erb + format.xml { render :xml => @news } + end + end + + # GET /news/1 + # GET /news/1.xml + def show + @news = Cmtool::News.find(params[:id]) + + respond_to do |format| + format.html # show.html.erb + format.xml { render :xml => @news } + end + end + + # GET /news/new + # GET /news/new.xml + def new + @news = Cmtool::News.new :date => Date.today + + respond_to do |format| + format.html # new.html.erb + format.xml { render :xml => @news } + end + end + + # GET /news/1/edit + def edit + @news = Cmtool::News.find(params[:id]) + end + + # POST /news + # POST /news.xml + def create + @news = Cmtool::News.new(params[:news]) + + respond_to do |format| + if @news.save + format.html { redirect_to([cmtool, @news], :notice => t('cmtool.action.create.successful', :model => Cmtool::News.model_name.human)) } + format.xml { render :xml => @news, :status => :created, :location => @news } + else + format.html { render :action => "new" } + format.xml { render :xml => @news.errors, :status => :unprocessable_entity } + end + end + end + + # PUT /news/1 + # PUT /news/1.xml + def update + @news = Cmtool::News.find(params[:id]) + + respond_to do |format| + if @news.update_attributes(params[:news]) + format.html { redirect_to([cmtool, @news], :notice => t('cmtool.action.update.successful', :model => Cmtool::News.model_name.human)) } + format.xml { head :ok } + else + format.html { render :action => "edit" } + format.xml { render :xml => @news.errors, :status => :unprocessable_entity } + end + end + end + + # DELETE /news/1 + # DELETE /news/1.xml + def destroy + @news = Cmtool::News.find(params[:id]) + @news.destroy + + respond_to do |format| + format.html { redirect_to(cmtool.news_index_url) } + format.xml { head :ok } + end + end + + def remove_image + @news = Cmtool::News.find(params[:id]) + @news.image = nil + @news.save + end + end +end diff --git a/app/controllers/cmtool/newsletter_subscriptions_controller.rb b/app/controllers/cmtool/newsletter_subscriptions_controller.rb new file mode 100644 index 0000000..4a11e20 --- /dev/null +++ b/app/controllers/cmtool/newsletter_subscriptions_controller.rb @@ -0,0 +1,85 @@ +module Cmtool + class Cmtool::NewsletterSubscriptionsController < Cmtool::ApplicationController + # GET /newsletter_subscriptions + # GET /newsletter_subscriptions.xml + def index + @newsletter_subscriptions = Cmtool::NewsletterSubscription.all + + respond_to do |format| + format.html # index.html.erb + format.xml { render :xml => @newsletter_subscriptions } + end + end + + # GET /newsletter_subscriptions/1 + # GET /newsletter_subscriptions/1.xml + def show + @newsletter_subscription = Cmtool::NewsletterSubscription.find(params[:id]) + + respond_to do |format| + format.html # show.html.erb + format.xml { render :xml => @newsletter_subscription } + end + end + + # GET /newsletter_subscriptions/new + # GET /newsletter_subscriptions/new.xml + def new + @newsletter_subscription = Cmtool::NewsletterSubscription.new + + respond_to do |format| + format.html # new.html.erb + format.xml { render :xml => @newsletter_subscription } + end + end + + # GET /newsletter_subscriptions/1/edit + def edit + @newsletter_subscription = Cmtool::NewsletterSubscription.find(params[:id]) + end + + # POST /newsletter_subscriptions + # POST /newsletter_subscriptions.xml + def create + @newsletter_subscription = Cmtool::NewsletterSubscription.new(params[:newsletter_subscription]) + + respond_to do |format| + if @newsletter_subscription.save + format.html { redirect_to([cmtool, @newsletter_subscription], :notice => I18n.t('cmtool.action.create.successful', :model => Cmtool::NewsletterSubscription.model_name.human)) } + format.xml { render :xml => @newsletter_subscription, :status => :created, :location => @newsletter_subscription } + else + format.html { render :action => "new" } + format.xml { render :xml => @newsletter_subscription.errors, :status => :unprocessable_entity } + end + end + end + + # PUT /newsletter_subscriptions/1 + # PUT /newsletter_subscriptions/1.xml + def update + @newsletter_subscription = Cmtool::NewsletterSubscription.find(params[:id]) + + respond_to do |format| + if @newsletter_subscription.update_attributes(params[:newsletter_subscription]) + format.html { redirect_to([cmtool, @newsletter_subscription], :notice => I18n.t('cmtool.action.update.successful', :model => Cmtool::NewsletterSubscription.model_name.human)) } + format.xml { head :ok } + else + format.html { render :action => "edit" } + format.xml { render :xml => @newsletter_subscription.errors, :status => :unprocessable_entity } + end + end + end + + # DELETE /newsletter_subscriptions/1 + # DELETE /newsletter_subscriptions/1.xml + def destroy + @newsletter_subscription = Cmtool::NewsletterSubscription.find(params[:id]) + @newsletter_subscription.destroy + + respond_to do |format| + format.html { redirect_to(cmtool.newsletter_subscriptions_url) } + format.xml { head :ok } + end + end + end +end diff --git a/app/controllers/cmtool/pages_controller.rb b/app/controllers/cmtool/pages_controller.rb new file mode 100644 index 0000000..f583af9 --- /dev/null +++ b/app/controllers/cmtool/pages_controller.rb @@ -0,0 +1,101 @@ +module Cmtool + class PagesController < Cmtool::ApplicationController + # GET /pages + # GET /pages.xml + def index + @pages = ::Page.all.sort_by{|p| "#{p.parent.presence.try(:reverse) || p.name}#{p.position.to_s.rjust(6, "0")}" } + + respond_to do |format| + format.html # index.html.erb + format.xml { render :xml => @pages } + end + end + + # GET /pages/1 + # GET /pages/1.xml + def show + @page = ::Page.find(params[:id]) + + respond_to do |format| + format.html # show.html.erb + format.xml { render :xml => @page } + end + end + + # GET /pages/new + # GET /pages/new.xml + def new + @page = ::Page.new + + respond_to do |format| + format.html # new.html.erb + format.xml { render :xml => @page } + end + end + + # GET /pages/1/edit + def edit + @page = ::Page.find(params[:id]) + end + + # POST /pages + # POST /pages.xml + def create + @page = ::Page.new(params[:page]) + + respond_to do |format| + if @page.save + format.html { redirect_to(cmtool.pages_path, :notice => I18n.t('cmtool.action.create.successful', :model => ::Page.model_name.human)) } + format.xml { render :xml => @page, :status => :created, :location => @page } + else + format.html { render :action => "new" } + format.xml { render :xml => @page.errors, :status => :unprocessable_entity } + end + end + end + + # PUT /pages/1 + # PUT /pages/1.xml + def update + @page = ::Page.find(params[:id]) + + respond_to do |format| + if @page.update_attributes(params[:page]) + format.html { redirect_to(cmtool.pages_path, :notice => I18n.t('cmtool.action.update.successful', :model => ::Page.model_name.human)) } + format.xml { head :ok } + else + format.html { render :action => "edit" } + format.xml { render :xml => @page.errors, :status => :unprocessable_entity } + end + end + end + + # DELETE /pages/1 + # DELETE /pages/1.xml + def destroy + @page = ::Page.find(params[:id]) + @page.destroy + + respond_to do |format| + format.html { redirect_to(cmtool.pages_path) } + format.xml { head :ok } + end + end + def generate_name + @page = ::Page.find(params[:id]) if params[:id] + render(:js => "alert('Wel eerst een titel invullen')") and return if params[:name].blank? + # Strategy, + # make name lowercase + # strip all non word charachters from front and end + # then replace non word characters with a dash + @generated_name = ::Page.generate_name(params[:name]) + @has_template = @page && @page.name != @generated_name ? template_exists?("pages/#{@page.name}") : nil + end + + def preview + + end + + + end +end diff --git a/app/controllers/cmtool/passwords_controller.rb b/app/controllers/cmtool/passwords_controller.rb new file mode 100644 index 0000000..ee474cc --- /dev/null +++ b/app/controllers/cmtool/passwords_controller.rb @@ -0,0 +1,5 @@ +module Cmtool + class PasswordsController < Devise::PasswordsController + layout 'cmtool/application' + end +end diff --git a/app/controllers/cmtool/quotes_controller.rb b/app/controllers/cmtool/quotes_controller.rb new file mode 100644 index 0000000..7a0848a --- /dev/null +++ b/app/controllers/cmtool/quotes_controller.rb @@ -0,0 +1,90 @@ +module Cmtool + class Cmtool::QuotesController < Cmtool::ApplicationController + # GET /quotes + # GET /quotes.xml + def index + @quotes = Cmtool::Quote.all + + respond_to do |format| + format.html # index.html.erb + format.xml { render :xml => @quotes } + end + end + + # GET /quotes/1 + # GET /quotes/1.xml + def show + @quote = Cmtool::Quote.find(params[:id]) + + respond_to do |format| + format.html # show.html.erb + format.xml { render :xml => @quote } + end + end + + # GET /quotes/new + # GET /quotes/new.xml + def new + @quote = Cmtool::Quote.new + + respond_to do |format| + format.html # new.html.erb + format.xml { render :xml => @quote } + end + end + + # GET /quotes/1/edit + def edit + @quote = Cmtool::Quote.find(params[:id]) + end + + # POST /quotes + # POST /quotes.xml + def create + @quote = Cmtool::Quote.new(params[:quote]) + + respond_to do |format| + if @quote.save + format.html { redirect_to([cmtool, @quote], :notice => I18n.t('cmtool.action.create.successful', :model => Cmtool::Quote.model_name.human)) } + format.xml { render :xml => @quote, :status => :created, :location => @quote } + else + format.html { render :action => "new" } + format.xml { render :xml => @quote.errors, :status => :unprocessable_entity } + end + end + end + + # PUT /quotes/1 + # PUT /quotes/1.xml + def update + @quote = Cmtool::Quote.find(params[:id]) + + respond_to do |format| + if @quote.update_attributes(params[:quote]) + format.html { redirect_to([cmtool, @quote], :notice => I18n.t('cmtool.action.update.successful', :model => Cmtool::Quote.model_name.human)) } + format.xml { head :ok } + else + format.html { render :action => "edit" } + format.xml { render :xml => @quote.errors, :status => :unprocessable_entity } + end + end + end + + # DELETE /quotes/1 + # DELETE /quotes/1.xml + def destroy + @quote = Cmtool::Quote.find(params[:id]) + @quote.destroy + + respond_to do |format| + format.html { redirect_to(cmtool.quotes_url, notice: I18n.t('cmtool.action.destroy.successful', model: Cmtool::Quote.model_name.human)) } + format.xml { head :ok } + end + end + def remove_image + @quote = Cmtool::Quote.find(params[:id]) + @quote.image = nil + @quote.save + end + end +end diff --git a/app/controllers/cmtool/sessions_controller.rb b/app/controllers/cmtool/sessions_controller.rb new file mode 100644 index 0000000..fb77c8a --- /dev/null +++ b/app/controllers/cmtool/sessions_controller.rb @@ -0,0 +1,5 @@ +module Cmtool + class SessionsController < ::Devise::SessionsController + layout 'cmtool/application' + end +end diff --git a/app/controllers/cmtool/users_controller.rb b/app/controllers/cmtool/users_controller.rb new file mode 100644 index 0000000..c55878d --- /dev/null +++ b/app/controllers/cmtool/users_controller.rb @@ -0,0 +1,54 @@ +module Cmtool + class UsersController < Cmtool::ApplicationController + + # GET /cmtool/users + def index + @users = ::User.all + end + + def show + @user = ::User.find(params[:id]) + end + + def edit + @user = ::User.find(params[:id]) + end + + def new + @user = ::User.new + end + + def create + @user = ::User.new(params[:user]) + if @user.save + redirect_to cmtool.users_path, :notice => I18n.t('cmtool.action.create.successful', :model => ::User.model_name.human) + else + render :action => 'new' + end + end + + def update + user = params[:user] + unless user['password'].present? + user.delete('password') + user.delete('password_confirmation') + end + @user = ::User.find(params[:id]) + if @user.update_attributes(user) + if user['password'] + # Sign in after changing current logged in password + sign_in(@user, :bypass => true) if @user == current_user + end + redirect_to cmtool.users_path, :notice => I18n.t('cmtool.action.update.successful', :model => ::User.model_name.human) + else + render :action => 'edit' + end + end + + def destroy + @user = ::User.find(params[:id]) + @user.destroy + redirect_to cmtool.users_path, :notice => I18n.t('cmtool.action.destroy.successful', :model => ::User.model_name.human) + end + end +end diff --git a/app/helpers/cmtool/application_helper.rb b/app/helpers/cmtool/application_helper.rb new file mode 100644 index 0000000..1257b39 --- /dev/null +++ b/app/helpers/cmtool/application_helper.rb @@ -0,0 +1,85 @@ +module Cmtool + module ApplicationHelper + + def site_title + 'Cmtool' + end + def title(*args) + content_for :title do + if args.first.is_a?(Symbol) && (args[1].respond_to?(:model_name) || args[1].class.respond_to?(:model_name)) + model = args[1].respond_to?(:model_name) ? args[1] : args[1].class + if args.first == :index + t('cmtool.action.index.title', models: model.model_name.human_plural) + else + t("cmtool.action.#{args.first}.title", model: model.model_name.human) + end + else + args.first + end + end + end + def are_you_sure(obj = nil) + if name = obj && obj.respond_to?(:name) && obj.name.presence + t('cmtool.general.are_you_sure_with_name', name: name, model: obj.class.model_name.human) + else + t('cmtool.general.are_you_sure') + end + end + alias are_you_sure? are_you_sure + + def boolean_text(yes) + yes.present? ? t('cmtool.general.yes') : t('cmtool.general.no') + end + def empty_result(model) + t('cmtool.general.empty_result', models: model.model_name.human_plural.downcase ) + end + def link_to_new_content(model) + t('cmtool.action.new.title', model: model.model_name.human) + end + def link_to_edit_content(obj) + t('cmtool.action.edit.title', model: obj.class.model_name.human) + end + def link_to_show_content(obj) + t('cmtool.action.show.title', model: obj.class.model_name.human) + end + def link_to_index_content(model) + t('cmtool.action.index.title', models: model.model_name.human_plural) + end + def link_to_destroy_content(obj) + t('cmtool.action.destroy.title', model: obj.class.model_name.human) + end + + def create_button_text(obj) + t('cmtool.action.create.label', model: obj.class.model_name.human) + end + def update_button_text(obj) + t('cmtool.action.update.label', model: obj.class.model_name.human) + end + def link_separator + ' | ' + end + def tree_options_for_select(roots, options = {}) + iterator = Proc.new do |add_to, elements| + for element in elements + if !options[:exclude].present? || (element.path_ids & Array.wrap(options[:exclude])).empty? + add_to << ['- '*element.tree_depth + element.name, element.id] + iterator.call(add_to, element.children) if element.children.any? + end + end + end + options_ary = [] + iterator.call(options_ary, roots) + options_for_select(options_ary, options[:selected]) + end + def human_size(n) + return '0 MB' unless n + n = n.to_i + count = 0 + while n >= 1024 and count < 4 + n /= 1024.0 + count += 1 + end + format("%.2f",n) + %w(B KB MB GB TB)[count] + end + end +end diff --git a/app/models/cmtool/contact_form.rb b/app/models/cmtool/contact_form.rb new file mode 100644 index 0000000..09b6a22 --- /dev/null +++ b/app/models/cmtool/contact_form.rb @@ -0,0 +1,10 @@ +module Cmtool + class ContactForm + include SimplyStored::Couch + property :gender + property :name + property :email + property :phone + property :body + end +end diff --git a/app/models/cmtool/directory.rb b/app/models/cmtool/directory.rb new file mode 100644 index 0000000..8bbdb58 --- /dev/null +++ b/app/models/cmtool/directory.rb @@ -0,0 +1,13 @@ +module Cmtool + class Directory + include SimplyStored::Couch + + property :name + + has_ancestry + + view :all_documents, key: :name + + has_many :images + end +end diff --git a/app/models/cmtool/faq.rb b/app/models/cmtool/faq.rb new file mode 100644 index 0000000..a1bc900 --- /dev/null +++ b/app/models/cmtool/faq.rb @@ -0,0 +1,16 @@ +module Cmtool + class Faq + include SimplyStored::Couch + + property :question + property :answer + property :active, type: :boolean, default: true + + view :active_view, key: :created_at, conditions: "doc['active']" + + def self.active + database.view(active_view) + end + + end +end diff --git a/app/models/cmtool/image.rb b/app/models/cmtool/image.rb new file mode 100644 index 0000000..1940468 --- /dev/null +++ b/app/models/cmtool/image.rb @@ -0,0 +1,24 @@ +module Cmtool + class Image + include SimplyStored::Couch + include Paperclip::Glue + + property :file_file_name + property :file_content_type + property :file_file_size, :type => Fixnum + property :file_updated_at, :type => Time + has_attached_file :file, :styles => { :page => '675x10000>', :medium => "354x1000>", :thumb => "150x1250>" } + + belongs_to :directory + + def self.active(*args) + all(*args) + end + + # Return cleaned name, without extension + def clean_name + return file_file_name + file_file_name.to_s.sub(/\..*/, '') + end + end +end diff --git a/app/models/cmtool/keyword.rb b/app/models/cmtool/keyword.rb new file mode 100644 index 0000000..2e0c3f6 --- /dev/null +++ b/app/models/cmtool/keyword.rb @@ -0,0 +1,10 @@ +module Cmtool + class Keyword + include SimplyStored::Couch + + property :name + + has_and_belongs_to_many :pages, storing_keys: false, class_name: 'Page' + has_and_belongs_to_many :news, :storing_keys => false + end +end diff --git a/app/models/cmtool/news.rb b/app/models/cmtool/news.rb new file mode 100644 index 0000000..647c960 --- /dev/null +++ b/app/models/cmtool/news.rb @@ -0,0 +1,32 @@ +module Cmtool + class News + include SimplyStored::Couch + include Paperclip::Glue + + property :title + property :active, type: :boolean, default: true + property :date, type: Date + property :body + + property :image_file_name + property :image_content_type + property :image_file_size, type: Fixnum + property :image_updated_at, type: Time + + has_attached_file :image, styles: { :medium => "500x500>", :thumb => "250x250>" } + has_and_belongs_to_many :keywords, storing_keys: true + validates :title, presence: true + validates :date, presence: true + + view :all_documents, key: :date, descending: true + view :by_active, key: [:active, :date], descending: true + + def self.active(options = {till: Date.today}) + find_all_by_active(true, options) + end + + def self.find_all_by_active(active, options = {till: Date.today}) + database.view(by_active(startkey: [active, options[:till].strftime('%Y-%m-%d')], endkey: [active], descending: true)) + end + end +end diff --git a/app/models/cmtool/newsletter_subscription.rb b/app/models/cmtool/newsletter_subscription.rb new file mode 100644 index 0000000..3fd0e51 --- /dev/null +++ b/app/models/cmtool/newsletter_subscription.rb @@ -0,0 +1,25 @@ +module Cmtool + class NewsletterSubscription + include SimplyStored::Couch + + # PROPERTIES + property :email + property :active, :type => :boolean, :default => true + property :deactivation_token + + # CALLBACKS + before_save :set_deactivation_token + + validates :email, presence: true, email: true + + def name + email + end + + private + + def set_deactivation_token + self.deactivation_token = ((('a'..'z').to_a + ('A'..'Z').to_a)*100).sample(10).join + end + end +end diff --git a/app/models/cmtool/quote.rb b/app/models/cmtool/quote.rb new file mode 100644 index 0000000..b45d78a --- /dev/null +++ b/app/models/cmtool/quote.rb @@ -0,0 +1,38 @@ +module Cmtool + class Quote + include SimplyStored::Couch + include Paperclip::Glue + + property :owner + property :function + property :state + property :body + property :active, :type => :boolean, :default => true + property :locale + + property :image_file_name + property :image_content_type + property :image_file_size, :type => Fixnum + property :image_updated_at, :type => Time + + has_attached_file :image, :styles => {:medium => "300x1000>", :thumb => "137x1250>" } + + view :for_sidebar_view, :key => [:state, :created_at], :conditions => %{doc['active']} + STATES = %w[page sidebar] + def self.active(*args) + database.view(for_sidebar_view(*args)) + end + + def self.for_page + active(:startkey => ['page'], :endkey => ['page', {}]) + end + + def self.states + STATES + end + + def self.for_sidebar + active(:startkey => ['sidebar'], :endkey => ['sidebar', {}], :limit => 2) + end + end +end diff --git a/app/models/page.rb b/app/models/page.rb new file mode 100644 index 0000000..0950b05 --- /dev/null +++ b/app/models/page.rb @@ -0,0 +1,3 @@ +class Page + include Cmtool::Page +end diff --git a/app/models/user.rb b/app/models/user.rb new file mode 100644 index 0000000..71178af --- /dev/null +++ b/app/models/user.rb @@ -0,0 +1,3 @@ +class User + include Cmtool::User +end diff --git a/app/views/cmtool/application/_alerts.html.haml b/app/views/cmtool/application/_alerts.html.haml new file mode 100644 index 0000000..93cae72 --- /dev/null +++ b/app/views/cmtool/application/_alerts.html.haml @@ -0,0 +1,10 @@ +- if alert + .message.error.ui-state-error + .icon + .text + =raw flash[:alert] +- if notice + .message.notice.ui-state-highlight + .icon + .text + =raw flash[:notice] diff --git a/app/views/cmtool/application/_error_messages.html.haml b/app/views/cmtool/application/_error_messages.html.haml new file mode 100644 index 0000000..3b04329 --- /dev/null +++ b/app/views/cmtool/application/_error_messages.html.haml @@ -0,0 +1,6 @@ +-if target.errors.any? + #errorExplanation + %h2= t('Errors title', :count => target.errors.count) + %ul + - target.errors.full_messages.each do |msg| + %li= msg diff --git a/app/views/cmtool/application/_user_info.html.haml b/app/views/cmtool/application/_user_info.html.haml new file mode 100644 index 0000000..1fed71d --- /dev/null +++ b/app/views/cmtool/application/_user_info.html.haml @@ -0,0 +1,7 @@ +#user-info + #user-info-email= current_user.email + #user-info-sign-in-out{class: user_signed_in? ? 'signed-in' : 'signed-out'} + - if user_signed_in? + = link_to t('devise.sessions.sign_out'), cmtool.destroy_user_session_path + - else + = link_to t('devise.sessions.sign_in'), new_user_session_path diff --git a/app/views/cmtool/confirmations/new.html.erb b/app/views/cmtool/confirmations/new.html.erb new file mode 100644 index 0000000..da93af2 --- /dev/null +++ b/app/views/cmtool/confirmations/new.html.erb @@ -0,0 +1,12 @@ +

Resend confirmation instructions

+ +<%= form_for(resource, :as => resource_name, :url => confirmation_path(resource_name), :html => { :method => :post }) do |f| %> + <%= devise_error_messages! %> + +

<%= f.label :email %>
+ <%= f.email_field :email %>

+ +

<%= f.submit "Resend confirmation instructions" %>

+<% end %> + +<%= render :partial => "devise/shared/links" %> \ No newline at end of file diff --git a/app/views/cmtool/contact_forms/_form.html.haml b/app/views/cmtool/contact_forms/_form.html.haml new file mode 100644 index 0000000..f29119c --- /dev/null +++ b/app/views/cmtool/contact_forms/_form.html.haml @@ -0,0 +1,20 @@ += form_for [cmtool, @contact_form] do |f| + = render 'error_messages', :target => @contact_form + + .field + = f.label :gender + = f.text_field :gender + .field + = f.label :name + = f.text_field :name + .field + = f.label :email + = f.text_field :email + .field + = f.label :phone + = f.text_field :phone + .field + = f.label :body + = f.text_area :body, class: :editor_full + .actions + = f.submit @submit || update_button_text(@contact_form) diff --git a/app/views/cmtool/contact_forms/edit.html.haml b/app/views/cmtool/contact_forms/edit.html.haml new file mode 100644 index 0000000..e0b6469 --- /dev/null +++ b/app/views/cmtool/contact_forms/edit.html.haml @@ -0,0 +1,8 @@ +- title :edit, Cmtool::ContactForm += render 'form', :submit => update_button_text(@contact_form) + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@contact_form), cmtool.contact_form_path(@contact_form) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::ContactForm), cmtool.contact_forms_path diff --git a/app/views/cmtool/contact_forms/index.html.haml b/app/views/cmtool/contact_forms/index.html.haml new file mode 100644 index 0000000..85fe83d --- /dev/null +++ b/app/views/cmtool/contact_forms/index.html.haml @@ -0,0 +1,26 @@ +- title :index, Cmtool::ContactForm +- if @contact_forms.any? + %table.index-table + %thead + %tr + %th= Cmtool::ContactForm.human_attribute_name(:gender) + %th= Cmtool::ContactForm.human_attribute_name(:name) + %th= Cmtool::ContactForm.human_attribute_name(:email) + %th= Cmtool::ContactForm.human_attribute_name(:phone) + %th + %th + %tbody + - @contact_forms.each do |contact_form| + %tr + %td= contact_form.gender + %td= link_to contact_form.name, cmtool.contact_form_path(contact_form) + %td= contact_form.email + %td= contact_form.phone + %td= link_to link_to_edit_content(contact_form), cmtool.edit_contact_form_path(contact_form) + %td= link_to link_to_destroy_content(contact_form), cmtool.contact_form_path(contact_form), :confirm => are_you_sure(contact_form), :method => :delete +- else + = empty_result(Cmtool::ContactForm) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(Cmtool::ContactForm), cmtool.new_contact_form_path diff --git a/app/views/cmtool/contact_forms/new.html.haml b/app/views/cmtool/contact_forms/new.html.haml new file mode 100644 index 0000000..730119c --- /dev/null +++ b/app/views/cmtool/contact_forms/new.html.haml @@ -0,0 +1,5 @@ +- title :new, Cmtool::ContactForm += render 'form', :submit => create_button_text(@contact_form) +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Cmtool::ContactForm), cmtool.contact_forms_path diff --git a/app/views/cmtool/contact_forms/show.html.haml b/app/views/cmtool/contact_forms/show.html.haml new file mode 100644 index 0000000..8e9e9fd --- /dev/null +++ b/app/views/cmtool/contact_forms/show.html.haml @@ -0,0 +1,22 @@ +- title :show, Cmtool::ContactForm +.show_field + %strong= Cmtool::ContactForm.human_attribute_name(:gender) + = @contact_form.gender +.show_field + %strong= Cmtool::ContactForm.human_attribute_name(:name) + = @contact_form.name +.show_field + %strong= Cmtool::ContactForm.human_attribute_name(:email) + = @contact_form.email +.show_field + %strong= Cmtool::ContactForm.human_attribute_name(:phone) + = @contact_form.phone +.show_field + %strong= Cmtool::ContactForm.human_attribute_name(:body) + =raw @contact_form.body + +- content_for :page_links do + %ul + %li= link_to link_to_edit_content(@contact_form), cmtool.edit_contact_form_path(@contact_form) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::ContactForm), cmtool.contact_forms_path diff --git a/app/views/cmtool/customers/_form.html.haml b/app/views/cmtool/customers/_form.html.haml new file mode 100644 index 0000000..8da0c3e --- /dev/null +++ b/app/views/cmtool/customers/_form.html.haml @@ -0,0 +1,14 @@ += form_for [:admin, @customer] do |f| + = render 'error_messages', :target => @customer + + .field + = f.label :email + = f.text_field :email + .field + = f.label :password + = f.password_field :password + .field + = f.label :password_confirmation + = f.password_field :password_confirmation + .actions + = f.submit @submit || update_button_text diff --git a/app/views/cmtool/customers/edit.html.haml b/app/views/cmtool/customers/edit.html.haml new file mode 100644 index 0000000..1b4b79d --- /dev/null +++ b/app/views/cmtool/customers/edit.html.haml @@ -0,0 +1,8 @@ +- title t('action.edit.title', :model => Customer.model_name.human) += render 'form', :submit => update_button_text + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@customer), [:admin, @customer] + %li= link_separator + %li= link_to link_to_index_content(:customer), admin_customers_path diff --git a/app/views/cmtool/customers/index.html.haml b/app/views/cmtool/customers/index.html.haml new file mode 100644 index 0000000..989dad5 --- /dev/null +++ b/app/views/cmtool/customers/index.html.haml @@ -0,0 +1,20 @@ +- title t('action.index.title', :model => Customer.model_name.human.pluralize) +- if @customers.any? + %table.index-table + %thead + %tr + %th= Customer.human_attribute_name(:email) + %th + %th + %tbody + - @customers.each do |customer| + %tr + %td= link_to customer.email, [:admin, customer] + %td= link_to link_to_edit_content(customer), [:edit, :admin, customer] + %td= link_to link_to_destroy_content(customer), [:admin, customer], :confirm => are_you_sure(customer), :method => :delete +- else + = empty_result(Customer) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(:customer), new_admin_customer_path diff --git a/app/views/cmtool/customers/new.html.haml b/app/views/cmtool/customers/new.html.haml new file mode 100644 index 0000000..c27002b --- /dev/null +++ b/app/views/cmtool/customers/new.html.haml @@ -0,0 +1,7 @@ +- title t('action.new.title', :model => Customer.model_name.human) + += render 'form', :submit => create_button_text + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(:customer), admin_customers_path diff --git a/app/views/cmtool/customers/show.html.haml b/app/views/cmtool/customers/show.html.haml new file mode 100644 index 0000000..f9c24df --- /dev/null +++ b/app/views/cmtool/customers/show.html.haml @@ -0,0 +1,10 @@ +- title t('action.show.title', :model => Customer.model_name.human) +.show_field + %strong= Customer.human_attribute_name(:email) + = @customer.email + +- content_for :page_links do + %ul + %li= link_to link_to_edit_content(@customer), [:edit, :admin, @customer] + %li= link_separator + %li= link_to link_to_index_content(:customer), admin_customers_path diff --git a/app/views/cmtool/dashboard/index.html.haml b/app/views/cmtool/dashboard/index.html.haml new file mode 100644 index 0000000..1e04429 --- /dev/null +++ b/app/views/cmtool/dashboard/index.html.haml @@ -0,0 +1 @@ +Ik ben een klant diff --git a/app/views/cmtool/directories/_form.html.haml b/app/views/cmtool/directories/_form.html.haml new file mode 100644 index 0000000..86281eb --- /dev/null +++ b/app/views/cmtool/directories/_form.html.haml @@ -0,0 +1,10 @@ += form_for [cmtool, @directory], :html => {:multipart => true} do |f| + = render 'error_messages', :target => @directory + .field + = f.label :name + = f.text_field :name + .field + = f.label :parent_id, Cmtool::Directory.model_name.human + = f.select :parent_id, tree_options_for_select(Cmtool::Directory.full_tree, exclude: @directory.id, selected: @directory.parent_id), include_blank: '' + .actions + = f.submit @submit || update_button_text(@directory) diff --git a/app/views/cmtool/directories/_image.html.haml b/app/views/cmtool/directories/_image.html.haml new file mode 100644 index 0000000..ad591b3 --- /dev/null +++ b/app/views/cmtool/directories/_image.html.haml @@ -0,0 +1,5 @@ +%tr + %td.image.thumb= link_to(image_tag(image.file.url(:thumb)), cmtool.image_path(image) + %td= link_to image.clean_name, cmtool.image_path(image) + %td + %td.action.destroy.directory= link_to link_to_destroy_content(image), cmtool.image_path(image), :method => :delete, :confirm => are_you_sure(image) diff --git a/app/views/cmtool/directories/edit.html.haml b/app/views/cmtool/directories/edit.html.haml new file mode 100644 index 0000000..351a25f --- /dev/null +++ b/app/views/cmtool/directories/edit.html.haml @@ -0,0 +1,8 @@ +- title :edit, Cmtool::Directory += render 'form', :submit => update_button_text(@directory) + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@directory), cmtool.directory_path(@directory) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::Directory), cmtool.directories_path diff --git a/app/views/cmtool/directories/index.html.haml b/app/views/cmtool/directories/index.html.haml new file mode 100644 index 0000000..8f54b25 --- /dev/null +++ b/app/views/cmtool/directories/index.html.haml @@ -0,0 +1,20 @@ +- title :index, Cmtool::Directory +- if @directories.any? + %table.index-table + %thead + %tr + %th= Cmtool::Directory.human_attribute_name(:name) + %th + %th + %tbody + - @directories.each do |directory| + %tr + %td= link_to directory.name, cmtool.directory_path(directory) + %td= link_to link_to_edit_content(directory), cmtool.edit_directory_path(directory) + %td= link_to link_to_destroy_content(directory), cmtool.directory_path(directory), :confirm => are_you_sure(directory), :method => :delete +- else + = empty_result(Cmtool::Directory) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(Cmtool::Directory), cmtool.new_directory_path diff --git a/app/views/cmtool/directories/new.html.haml b/app/views/cmtool/directories/new.html.haml new file mode 100644 index 0000000..5918f0a --- /dev/null +++ b/app/views/cmtool/directories/new.html.haml @@ -0,0 +1,7 @@ +- title :new, Cmtool::Directory + += render 'form', :submit => create_button_text(@directory) + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Cmtool::Directory), cmtool.directories_path diff --git a/app/views/cmtool/directories/show.html.haml b/app/views/cmtool/directories/show.html.haml new file mode 100644 index 0000000..144ec4f --- /dev/null +++ b/app/views/cmtool/directories/show.html.haml @@ -0,0 +1,35 @@ +- title :show, Cmtool::Directory +- content_for :onload_javascript do + $('.add-image-container').dialog({modal: true, autoOpen: false, width: 400}) +.add-image-container + = form_for [cmtool, Cmtool::Image.new(directory_id: @directory.id)], :html => { :multipart => true } do |f| + = f.hidden_field :directory_id + = f.file_field :file + = f.submit t('cmtool.directory.add_image.label', image: Cmtool::Image.model_name.human) +.directory.caption= "/#{@directory.tree_path.map{|d| link_to(d.name, cmtool.directory_path(d))}.join('/')}".html_safe +%table#directory-view + %thead + %tbody + %tr + %td.directory.parent= link_to '..', (@directory.parent ? cmtool.directory_path(@directory.parent) : cmtool.directories_path) + %td + %td + %td + - for child in @directory.children + %tr + %td.directory.child= link_to child.name, cmtool.directory_path(child) + %td + %td + %td.action.destroy.directory= link_to link_to_destroy_content(child), cmtool.directory_path(child), :method => :delete, :confirm => are_you_sure(child) + - for image in @directory.images + = render 'image', :image => image +- content_for :page_links do + %ul + - if @directory.parent + %li= link_to '..', cmtool.directory_path(@directory.parent) + %li= link_separator + %li= link_to link_to_edit_content(@directory), cmtool.edit_directory_path(@directory) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::Directory), cmtool.directories_path + %li= link_separator + %li= link_to_function t('cmtool.directoy.add_file'), %|$('.add-image-container').dialog('open')| diff --git a/app/views/cmtool/faqs/_form.html.haml b/app/views/cmtool/faqs/_form.html.haml new file mode 100644 index 0000000..436a5dd --- /dev/null +++ b/app/views/cmtool/faqs/_form.html.haml @@ -0,0 +1,11 @@ += form_for [cmtool, @faq] do |f| + = render 'error_messages', :target => @faq + + .field + = f.label :question + = f.text_area :question, :rows => 3, :class => 'editor_basic' + .field + = f.label :answer + = f.text_area :answer, :rows => 6, :class => 'editor_basic' + .actions + = f.submit @submit || update_button_text(@faq) diff --git a/app/views/cmtool/faqs/edit.html.haml b/app/views/cmtool/faqs/edit.html.haml new file mode 100644 index 0000000..d55ca85 --- /dev/null +++ b/app/views/cmtool/faqs/edit.html.haml @@ -0,0 +1,8 @@ +- title :edit, @faq += render 'form', :submit => update_button_text(@faq) + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@faq), cmtool.faq_path(@faq) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::Faq), cmtool.faqs_path diff --git a/app/views/cmtool/faqs/index.html.haml b/app/views/cmtool/faqs/index.html.haml new file mode 100644 index 0000000..00fd2a7 --- /dev/null +++ b/app/views/cmtool/faqs/index.html.haml @@ -0,0 +1,22 @@ +- title t('cmtool.action.index.title', :models => Cmtool::Faq.model_name.human.pluralize) +- if @faqs.any? + %table.index-table + %thead + %tr + %th= Cmtool::Faq.human_attribute_name(:question) + %th= Cmtool::Faq.human_attribute_name(:answer) + %th + %th + %tbody + - @faqs.each do |faq| + %tr + %td= link_to raw(truncate(faq.question, :length => 40)), cmtool.faq_path(faq) + %td= link_to raw(truncate(faq.answer, :length => 40)), cmtool.faq_path(faq) + %td= link_to link_to_edit_content(faq), cmtool.edit_faq_path(faq) + %td= link_to link_to_destroy_content(faq), cmtool.faq_path(faq), :confirm => are_you_sure(faq), :method => :delete +- else + = empty_result(Cmtool::Faq) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(Cmtool::Faq), cmtool.new_faq_path diff --git a/app/views/cmtool/faqs/new.html.haml b/app/views/cmtool/faqs/new.html.haml new file mode 100644 index 0000000..807384b --- /dev/null +++ b/app/views/cmtool/faqs/new.html.haml @@ -0,0 +1,6 @@ +- title :new, Cmtool::Faq += render 'form', :submit => create_button_text(@faq) + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Cmtool::Faq), cmtool.faqs_path diff --git a/app/views/cmtool/faqs/show.html.haml b/app/views/cmtool/faqs/show.html.haml new file mode 100644 index 0000000..c907311 --- /dev/null +++ b/app/views/cmtool/faqs/show.html.haml @@ -0,0 +1,13 @@ +- title t('cmtool.action.show.title', :model => Cmtool::Faq.model_name.human) +.show_field + %strong= Cmtool::Faq.human_attribute_name(:question) + =raw @faq.question +.show_field + %strong= Cmtool::Faq.human_attribute_name(:answer) + =raw @faq.answer + +- content_for :page_links do + %ul + %li= link_to link_to_edit_content(@faq), cmtool.edit_faq_path(@faq) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::Faq), cmtool.faqs_path diff --git a/app/views/cmtool/images/_form.html.haml b/app/views/cmtool/images/_form.html.haml new file mode 100644 index 0000000..0f2b10c --- /dev/null +++ b/app/views/cmtool/images/_form.html.haml @@ -0,0 +1,12 @@ += form_for [cmtool, @image], :html => {:multipart => true} do |f| + = render 'error_messages', :target => @image + + .field + = f.label :file, Cmtool::Image.model_name.human + = f.file_field :file + .field + = f.label :directory_id, Cmtool::Directory.model_name.human + = f.select :directory_id, Cmtool::Directory.all.map{|d| ["-"*d.depth + ' ' + d.name.to_s, d.id]} + + .actions + = f.submit @submit || update_button_text(@image) diff --git a/app/views/cmtool/images/edit.html.haml b/app/views/cmtool/images/edit.html.haml new file mode 100644 index 0000000..417a93f --- /dev/null +++ b/app/views/cmtool/images/edit.html.haml @@ -0,0 +1,8 @@ +- title :edit, Cmtool::Image += render 'form', :submit => update_button_text(@image) + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@image), cmtool.image_path(@image) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::Image), cmtool.images_path diff --git a/app/views/cmtool/images/index.html.haml b/app/views/cmtool/images/index.html.haml new file mode 100644 index 0000000..083a9ad --- /dev/null +++ b/app/views/cmtool/images/index.html.haml @@ -0,0 +1,30 @@ +- title :index, Cmtool::Image +- if @images.any? + %table.index-table + %thead + %tr + %th= Cmtool::Image.model_name.human + %th= Cmtool::Image.human_attribute_name(:file_file_name) + %th= Cmtool::Image.human_attribute_name(:file_content_type) + %th= Cmtool::Image.human_attribute_name(:file_file_size) + %th= Cmtool::Image.human_attribute_name(:file_updated_at) + %th + %th + %tbody + - @images.each do |image| + %tr + %td + - if image.file? + = link_to(image_tag(image.file.url(:thumb)), cmtool.image_path(image)) + %td= link_to image.file_file_name, cmtool.image_path(image) + %td= image.file_content_type + %td= human_size image.file_file_size + %td= l image.file_updated_at #, :format => :short + %td= link_to link_to_edit_content(image), cmtool.edit_image_path(image) + %td= link_to link_to_destroy_content(image), cmtool.image_path(image), :confirm => are_you_sure(image), :method => :delete +- else + = empty_result(Cmtool::Image) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(Cmtool::Image), cmtool.new_image_path diff --git a/app/views/cmtool/images/index.js.erb b/app/views/cmtool/images/index.js.erb new file mode 100644 index 0000000..993e529 --- /dev/null +++ b/app/views/cmtool/images/index.js.erb @@ -0,0 +1,3 @@ +var tinyMCE::ImageList = new Array( + <%= Cmtool::Image.active.map{|i| %{['#{i.clean_name} (Origineel)', '#{i.file.url(:original)}'], ['#{i.clean_name} (Pagina)', '#{i.file.url(:page)}'], ['#{i.clean_name} (Medium)', '#{i.file.url(:medium)}'], ['#{i.clean_name} (Thumb)', '#{i.file.url(:thumb)}']}}.join(",\n") %> +); diff --git a/app/views/cmtool/images/new.html.haml b/app/views/cmtool/images/new.html.haml new file mode 100644 index 0000000..60c20d1 --- /dev/null +++ b/app/views/cmtool/images/new.html.haml @@ -0,0 +1,6 @@ +- title :new, Cmtool::Image += render 'form', :submit => create_button_text(@image) + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Cmtool::Image), cmtool.images_path diff --git a/app/views/cmtool/images/show.html.haml b/app/views/cmtool/images/show.html.haml new file mode 100644 index 0000000..89ed5e0 --- /dev/null +++ b/app/views/cmtool/images/show.html.haml @@ -0,0 +1,24 @@ +- title t('action.show.title', :model => Cmtool::Image.model_name.human) +.show_field + - if @image.file? + = image_tag @image.file.url(:page) +.show_field + %strong= Cmtool::Image.human_attribute_name(:file_file_name) + = @image.file_file_name +.show_field + %strong= Cmtool::Image.human_attribute_name(:file_content_type) + = @image.file_content_type +.show_field + %strong= Cmtool::Image.human_attribute_name(:file_file_size) + = human_size @image.file_file_size +.show_field + %strong= Cmtool::Image.human_attribute_name(:file_updated_at) + = @image.file_updated_at + +- content_for :page_links do + %ul + %li= link_to link_to_edit_content(@image), cmtool.edit_image_path(@image) + %li= link_separator + %li= link_to link_to_new_content(Cmtool::Image), cmtool.new_image_path, :class => %w[new image] + %li= link_separator + %li= link_to link_to_index_content(Cmtool::Image), cmtool.images_path diff --git a/app/views/cmtool/keywords/_form.html.haml b/app/views/cmtool/keywords/_form.html.haml new file mode 100644 index 0000000..b8bfd29 --- /dev/null +++ b/app/views/cmtool/keywords/_form.html.haml @@ -0,0 +1,8 @@ += form_for [cmtool, @keyword] do |f| + = render 'error_messages', :target => @keyword + + .field + = f.label :name + = f.text_field :name + .actions + = f.submit @submit || update_button_text(@keyword) diff --git a/app/views/cmtool/keywords/_habtm.html.haml b/app/views/cmtool/keywords/_habtm.html.haml new file mode 100644 index 0000000..d218c62 --- /dev/null +++ b/app/views/cmtool/keywords/_habtm.html.haml @@ -0,0 +1,6 @@ +%h4= Cmtool::Keyword.model_name.human.pluralize += hidden_field_tag "#{subject.class.name.underscore.sub(/.*\//, '')}[keyword_ids][]", nil +- for keyword in Cmtool::Keyword.all + .keyword_container + = check_box_tag "#{subject.class.name.underscore.sub(/.*\//, '')}[keyword_ids][]", keyword.id, subject.keywords.include?(keyword), :id => "keyword-checkbox-#{keyword.id}" + = label_tag "keyword-checkbox-#{keyword.id}", keyword.name diff --git a/app/views/cmtool/keywords/edit.html.haml b/app/views/cmtool/keywords/edit.html.haml new file mode 100644 index 0000000..69b3c80 --- /dev/null +++ b/app/views/cmtool/keywords/edit.html.haml @@ -0,0 +1,8 @@ +- title t('cmtool.action.edit.title', :model => Cmtool::Keyword.model_name.human) += render 'form', :submit => update_button_text(@keyword) + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@keyword), cmtool.keyword_path(@keyword) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::Keyword), cmtool.keywords_path diff --git a/app/views/cmtool/keywords/index.html.haml b/app/views/cmtool/keywords/index.html.haml new file mode 100644 index 0000000..6da4205 --- /dev/null +++ b/app/views/cmtool/keywords/index.html.haml @@ -0,0 +1,20 @@ +- title t('action.index.title', :model => Cmtool::Keyword.model_name.human.pluralize) +- if @keywords.any? + %table.index-table + %thead + %tr + %th= Cmtool::Keyword.human_attribute_name(:name) + %th + %th + %tbody + - @keywords.each do |keyword| + %tr + %td= link_to keyword.name, cmtool.keyword_path(keyword) + %td= link_to link_to_edit_content(keyword), cmtool.edit_keyword_path(keyword) + %td= link_to link_to_destroy_content(keyword), cmtool.keyword_path(keyword), :confirm => are_you_sure(keyword), :method => :delete +- else + = empty_result(Cmtool::Keyword) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(Cmtool::Keyword), cmtool.new_keyword_path diff --git a/app/views/cmtool/keywords/new.html.haml b/app/views/cmtool/keywords/new.html.haml new file mode 100644 index 0000000..c81ffd0 --- /dev/null +++ b/app/views/cmtool/keywords/new.html.haml @@ -0,0 +1,7 @@ +- title t('cmtool.action.new.title', :model => Cmtool::Keyword.model_name.human) + += render 'form', :submit => create_button_text(@keyword) + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Cmtool::Keyword), cmtool.keywords_path diff --git a/app/views/cmtool/keywords/show.html.haml b/app/views/cmtool/keywords/show.html.haml new file mode 100644 index 0000000..6a004c5 --- /dev/null +++ b/app/views/cmtool/keywords/show.html.haml @@ -0,0 +1,10 @@ +- title t('cmtool.action.show.title', :model => Cmtool::Keyword.model_name.human) +.show_field + %strong= Cmtool::Keyword.human_attribute_name(:name) + = @keyword.name + +- content_for :page_links do + %ul + %li= link_to link_to_edit_content(@keyword), cmtool.edit_keyword_path(@keyword) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::Keyword), cmtool.keywords_path diff --git a/app/views/cmtool/mailer/confirmation_instructions.html.erb b/app/views/cmtool/mailer/confirmation_instructions.html.erb new file mode 100644 index 0000000..a6ea8ca --- /dev/null +++ b/app/views/cmtool/mailer/confirmation_instructions.html.erb @@ -0,0 +1,5 @@ +

Welcome <%= @resource.email %>!

+ +

You can confirm your account through the link below:

+ +

<%= link_to 'Confirm my account', confirmation_url(@resource, :confirmation_token => @resource.confirmation_token) %>

diff --git a/app/views/cmtool/mailer/reset_password_instructions.html.erb b/app/views/cmtool/mailer/reset_password_instructions.html.erb new file mode 100644 index 0000000..ae9e888 --- /dev/null +++ b/app/views/cmtool/mailer/reset_password_instructions.html.erb @@ -0,0 +1,8 @@ +

Hello <%= @resource.email %>!

+ +

Someone has requested a link to change your password, and you can do this through the link below.

+ +

<%= link_to 'Change my password', edit_password_url(@resource, :reset_password_token => @resource.reset_password_token) %>

+ +

If you didn't request this, please ignore this email.

+

Your password won't change until you access the link above and create a new one.

diff --git a/app/views/cmtool/mailer/unlock_instructions.html.erb b/app/views/cmtool/mailer/unlock_instructions.html.erb new file mode 100644 index 0000000..2263c21 --- /dev/null +++ b/app/views/cmtool/mailer/unlock_instructions.html.erb @@ -0,0 +1,7 @@ +

Hello <%= @resource.email %>!

+ +

Your account has been locked due to an excessive amount of unsuccessful sign in attempts.

+ +

Click the link below to unlock your account:

+ +

<%= link_to 'Unlock my account', unlock_url(@resource, :unlock_token => @resource.unlock_token) %>

diff --git a/app/views/cmtool/news/_form.html.haml b/app/views/cmtool/news/_form.html.haml new file mode 100644 index 0000000..6477be1 --- /dev/null +++ b/app/views/cmtool/news/_form.html.haml @@ -0,0 +1,22 @@ += form_for [cmtool, @news], :html => {:multipart => true} do |f| + = render 'error_messages', :target => @news + .field + = f.label :title + = f.text_field :title + .field + = f.label :active + = f.check_box :active + .field + = f.label :date + = f.text_field :date + (yyyy-mm-dd) + .field + = f.label :body + = f.text_area :body, :class => 'editor_full' + .field + = f.label :image + = f.file_field :image + .field + = render "cmtool/keywords/habtm", :subject => @news + .actions + = f.submit @submit || update_button_text(@news) diff --git a/app/views/cmtool/news/edit.html.haml b/app/views/cmtool/news/edit.html.haml new file mode 100644 index 0000000..fbe0af4 --- /dev/null +++ b/app/views/cmtool/news/edit.html.haml @@ -0,0 +1,10 @@ +- title t('action.edit.title', :model => Cmtool::News.model_name.human) +- if @news.image? + = link_to image_tag(@news.image.url(:thumb)), @news.image.url += render 'form', :submit => update_button_text(@news) + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@news), cmtool.news_path(@news) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::News), cmtool.news_index_path diff --git a/app/views/cmtool/news/index.html.haml b/app/views/cmtool/news/index.html.haml new file mode 100644 index 0000000..35acdf2 --- /dev/null +++ b/app/views/cmtool/news/index.html.haml @@ -0,0 +1,24 @@ +- title t('action.index.title', :model => Cmtool::News.model_name.human.pluralize) +- if @news.any? + %table.index-table + %thead + %tr + %th= Cmtool::News.human_attribute_name(:title) + %th= Cmtool::News.human_attribute_name(:active) + %th= Cmtool::News.human_attribute_name(:date) + %th + %th + %tbody + - @news.each do |news| + %tr + %td= link_to news.title, cmtool.news_path(news) + %td= boolean_text news.active? + %td=l news.date + %td= link_to link_to_edit_content(news), cmtool.edit_news_path(news) + %td= link_to link_to_destroy_content(news), cmtool.news_path(news), :confirm => are_you_sure(news), :method => :delete +- else + = empty_result(Cmtool::News) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(Cmtool::News), cmtool.new_news_path diff --git a/app/views/cmtool/news/new.html.haml b/app/views/cmtool/news/new.html.haml new file mode 100644 index 0000000..9df4a08 --- /dev/null +++ b/app/views/cmtool/news/new.html.haml @@ -0,0 +1,7 @@ +- title t('action.new.title', :model => Cmtool::News.model_name.human) + += render 'form', :submit => create_button_text(@news) + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Cmtool::News), cmtool.news_index_path diff --git a/app/views/cmtool/news/remove_image.js.erb b/app/views/cmtool/news/remove_image.js.erb new file mode 100644 index 0000000..2afe347 --- /dev/null +++ b/app/views/cmtool/news/remove_image.js.erb @@ -0,0 +1 @@ +$('#news-image-container').slideUp(); diff --git a/app/views/cmtool/news/show.html.haml b/app/views/cmtool/news/show.html.haml new file mode 100644 index 0000000..8a0ace8 --- /dev/null +++ b/app/views/cmtool/news/show.html.haml @@ -0,0 +1,29 @@ +- title t('action.show.title', :model => Cmtool::News.model_name.human) +- if @news.image? + #news-image-container + = link_to image_tag(@news.image.url(:thumb)), @news.image.url + = link_to 'Verwijder', remove_image_admin_news_path(@news), :method => :delete, :confirm => are_you_sure, :remote => true +.show_field + %strong= Cmtool::News.human_attribute_name(:title) + = @news.title +.show_field + %strong= Cmtool::News.human_attribute_name(:active) + = boolean_text @news.active? +.show_field + %strong= Cmtool::News.human_attribute_name(:date) + =l @news.date +.show_field + %strong= Cmtool::Keyword.model_name.human.pluralize + %ul + - for keyword in @news.keywords + %li.keyword_show= keyword.name +.show_field + %strong= Cmtool::News.human_attribute_name(:body) + =raw @news.body + + +- content_for :page_links do + %ul + %li= link_to link_to_edit_content(@news), cmtool.edit_news_path(@news) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::News), cmtool.news_index_path diff --git a/app/views/cmtool/newsletter_subscriptions/_form.html.haml b/app/views/cmtool/newsletter_subscriptions/_form.html.haml new file mode 100644 index 0000000..196376d --- /dev/null +++ b/app/views/cmtool/newsletter_subscriptions/_form.html.haml @@ -0,0 +1,11 @@ += form_for [cmtool, @newsletter_subscription] do |f| + = render 'error_messages', :target => @newsletter_subscription + + .field + = f.label :email + = f.text_field :email + .field + = f.label :active + = f.check_box :active + .actions + = f.submit @submit || update_button_text(@newsletter_subscription) diff --git a/app/views/cmtool/newsletter_subscriptions/edit.html.haml b/app/views/cmtool/newsletter_subscriptions/edit.html.haml new file mode 100644 index 0000000..fb165d5 --- /dev/null +++ b/app/views/cmtool/newsletter_subscriptions/edit.html.haml @@ -0,0 +1,8 @@ +- title :edit, Cmtool::NewsletterSubscription += render 'form', :submit => update_button_text(@newsletter_subscription) + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@newsletter_subscription), cmtool.newsletter_subscription_path(@newsletter_subscription) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::NewsletterSubscription), cmtool.newsletter_subscriptions_path diff --git a/app/views/cmtool/newsletter_subscriptions/index.html.haml b/app/views/cmtool/newsletter_subscriptions/index.html.haml new file mode 100644 index 0000000..907d613 --- /dev/null +++ b/app/views/cmtool/newsletter_subscriptions/index.html.haml @@ -0,0 +1,24 @@ +- title :index, Cmtool::NewsletterSubscription +- if @newsletter_subscriptions.any? + %table.index-table + %thead + %tr + %th= Cmtool::NewsletterSubscription.human_attribute_name(:email) + %th= Cmtool::NewsletterSubscription.human_attribute_name(:deactivation_token) + %th= Cmtool::NewsletterSubscription.human_attribute_name(:active) + %th + %th + %tbody + - @newsletter_subscriptions.each do |newsletter_subscription| + %tr + %td= newsletter_subscription.email + %td= newsletter_subscription.deactivation_token + %td= boolean_text newsletter_subscription.active + %td= link_to link_to_edit_content(newsletter_subscription), cmtool.edit_newsletter_subscription_path(newsletter_subscription) + %td= link_to link_to_destroy_content(newsletter_subscription), cmtool.newsletter_subscription_path(newsletter_subscription), :confirm => are_you_sure(newsletter_subscription), :method => :delete +- else + = empty_result(Cmtool::NewsletterSubscription) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(Cmtool::NewsletterSubscription), cmtool.new_newsletter_subscription_path diff --git a/app/views/cmtool/newsletter_subscriptions/new.html.haml b/app/views/cmtool/newsletter_subscriptions/new.html.haml new file mode 100644 index 0000000..9eb06b6 --- /dev/null +++ b/app/views/cmtool/newsletter_subscriptions/new.html.haml @@ -0,0 +1,6 @@ +- title :new, Cmtool::NewsletterSubscription += render 'form', :submit => create_button_text(@newsletter_subscription) + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Cmtool::NewsletterSubscription), cmtool.newsletter_subscriptions_path diff --git a/app/views/cmtool/newsletter_subscriptions/show.html.haml b/app/views/cmtool/newsletter_subscriptions/show.html.haml new file mode 100644 index 0000000..ebda20e --- /dev/null +++ b/app/views/cmtool/newsletter_subscriptions/show.html.haml @@ -0,0 +1,16 @@ +- title :show, Cmtool::NewsletterSubscription +.show_field + %strong= Cmtool::NewsletterSubscription.human_attribute_name(:email) + = @newsletter_subscription.email +.show_field + %strong= Cmtool::NewsletterSubscription.human_attribute_name(:deactivation_token) + = @newsletter_subscription.deactivation_token +.show_field + %strong= Cmtool::NewsletterSubscription.human_attribute_name(:active) + = boolean_text @newsletter_subscription.active + +- content_for :page_links do + %ul + %li= link_to link_to_edit_content(@newsletter_subscription), cmtool.edit_newsletter_subscription_path(@newsletter_subscription) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::NewsletterSubscription), cmtool.newsletter_subscriptions_path diff --git a/app/views/cmtool/pages/_form.html.haml b/app/views/cmtool/pages/_form.html.haml new file mode 100644 index 0000000..421f1db --- /dev/null +++ b/app/views/cmtool/pages/_form.html.haml @@ -0,0 +1,51 @@ += form_for [cmtool, @page] do |f| + = render 'error_messages', :target => @page + + .field + = f.label :name + = f.text_field :name + %span Te zien in de url + - if @page.new_record? + = link_to_function 'Genereer vanuit titel', %{$.get('#{cmtool.generate_name_pages_path}', {name: $('#page_title').val()})} + - else + = link_to_function 'Genereer vanuit titel', %{$.get('#{cmtool.generate_name_page_path(@page)}', {name: $('#page_title').val()})} + .field + = f.label :menu_text + = f.text_field :menu_text + %span Weergave in menu + .field + = f.label :title + = f.text_field :title + %span Titel op de pagina + .field + = f.label :locale + = f.select :locale, ['nl', 'en', 'de'] + .field + = f.label :body + = f.text_area :body, :rows => 30, :cols => 80, :class => 'editor_full' + .field + = f.label :footer + = f.text_area :footer, :rows => 15, :cols => 80, :class => 'editor_full' + .field + = f.label :sidebar + = f.text_area :sidebar, :rows => 15, :cols => 80, :class => 'editor_full' + .field + = f.label :parent_id + = f.select :parent_id, tree_options_for_select(Page.full_tree(@page.locale), exclude: @page), include_blank: ' -- ' + .field + = f.label :default + = f.check_box :default + .field + = f.label :position + = f.select :position, (0..20).to_a + .field + = f.label :layout + = f.select :layout, Page::LAYOUTS + .field + = f.label :in_menu + = f.check_box :in_menu + .field + = render "cmtool/keywords/habtm", :subject => @page + .actions + = f.submit @submit || update_button_text(f.object) + = button_to_function 'Preview (unsupported)', %{$('form').attr('action', '/' + $('#page_name').val()).submit();} diff --git a/app/views/cmtool/pages/_nested_pages.html.haml b/app/views/cmtool/pages/_nested_pages.html.haml new file mode 100644 index 0000000..a5ccb73 --- /dev/null +++ b/app/views/cmtool/pages/_nested_pages.html.haml @@ -0,0 +1,10 @@ +- pages.each do |page| + %tr + %td= link_to ' - '*page.tree_depth + page.name, cmtool.edit_page_path(page) + %td= page.title + %td.locale{class: "locale-#{page.locale}"}= page.locale + %td= boolean_text controller.template_exists?("pages/#{page.name}") + %td= boolean_text page.in_menu? + %th= page.tree_path.map(&:position).map(&:to_s).join('.') + - if children = page.children.presence + = render 'nested_pages', pages: children diff --git a/app/views/cmtool/pages/edit.html.haml b/app/views/cmtool/pages/edit.html.haml new file mode 100644 index 0000000..bab0366 --- /dev/null +++ b/app/views/cmtool/pages/edit.html.haml @@ -0,0 +1,9 @@ +- title t('action.edit.title', :model => Page.model_name.human) += render 'form', :submit => update_button_text(@page) + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Page), cmtool.pages_path + %li= link_to link_to_show_content(@page), cmtool.page_path(@page) + %li= link_to link_to_edit_content(@page), cmtool.edit_page_path(@page) + %li= link_to link_to_destroy_content(@page), cmtool.page_path(@page), :confirm => are_you_sure?(@page), :method => :delete diff --git a/app/views/cmtool/pages/generate_name.js.erb b/app/views/cmtool/pages/generate_name.js.erb new file mode 100644 index 0000000..5e686c8 --- /dev/null +++ b/app/views/cmtool/pages/generate_name.js.erb @@ -0,0 +1,11 @@ +<%- if @has_template -%> +$('
Er bestaat een speciale pagina met een design specifiek voor deze pagina. Deze is gekoppeld aan de naam. Deze koppeling gaat verloren als u de naam verandert. Wilt u dit toch doen?
').dialog({ + modal: true, + buttons: { + OK: function(){$('#page_name').val('<%= @generated_name %>'); $(this).dialog('close');}, + Annuleren: function(){$(this).dialog('close');} + } +}); +<%- else -%> +$('#page_name').val('<%= @generated_name %>'); +<%- end -%> diff --git a/app/views/cmtool/pages/index.html.haml b/app/views/cmtool/pages/index.html.haml new file mode 100644 index 0000000..975bded --- /dev/null +++ b/app/views/cmtool/pages/index.html.haml @@ -0,0 +1,21 @@ +- title t('action.index.title', :model => Page.model_name.human_plural) +%table.index-table + %thead + %tr + %th= Page.human_attribute_name(:name) + %th= Page.human_attribute_name(:title) + %th= Page.human_attribute_name(:locale) + %th= Page.human_attribute_name(:has_view) + %th= Page.human_attribute_name(:in_menu) + %th= Page.human_attribute_name(:position) + %th + %th + %tbody + = render 'nested_pages', pages: Page.full_tree(:nl) + = render 'nested_pages', pages: Page.full_tree(:en) + = render 'nested_pages', pages: Page.full_tree(:de) + = render 'nested_pages', pages: Page.full_tree(:es) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(Page), cmtool.new_page_path diff --git a/app/views/cmtool/pages/new.html.haml b/app/views/cmtool/pages/new.html.haml new file mode 100644 index 0000000..6e923c4 --- /dev/null +++ b/app/views/cmtool/pages/new.html.haml @@ -0,0 +1,7 @@ +- title t('action.new.title', :model => Page.model_name.human) + += render 'form', :submit => create_button_text(@page) + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Page), cmtool.pages_path diff --git a/app/views/cmtool/pages/show.html.haml b/app/views/cmtool/pages/show.html.haml new file mode 100644 index 0000000..1bb4b59 --- /dev/null +++ b/app/views/cmtool/pages/show.html.haml @@ -0,0 +1,42 @@ +- title t('action.show.title', :model => Page.model_name.human) +.show_field + %strong= Page.human_attribute_name(:name) + = @page.name +.show_field + %strong= Page.human_attribute_name(:menu_text) + = @page.menu_text +.show_field + %strong= Page.human_attribute_name(:title) + = @page.title +.show_field + %strong= Page.human_attribute_name(:body) + =raw @page.body +.show_field + %strong= Page.human_attribute_name(:footer) + =raw @page.footer +.show_field + %strong= Page.human_attribute_name(:sidebar) + =raw @page.sidebar +.show_field + %strong= Page.human_attribute_name(:parent) + = @page.parent +.show_field + %strong= Page.human_attribute_name(:position) + = @page.position +.show_field + %strong= Page.human_attribute_name(:layout) + = @page.layout +.show_field + %strong= Page.human_attribute_name(:default) + = boolean_text @page.default +.show_field + %strong= Page.human_attribute_name(:has_view) + =# boolean_text template_exist?("pages/#{@page.name}") +.show_field + %strong= Page.human_attribute_name(:in_menu) + = boolean_text @page.in_menu? + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Page), cmtool.pages_path + %li= link_to link_to_edit_content(@page), cmtool.edit_page_path(@page) diff --git a/app/views/cmtool/partners/_form.html.haml b/app/views/cmtool/partners/_form.html.haml new file mode 100644 index 0000000..51a5114 --- /dev/null +++ b/app/views/cmtool/partners/_form.html.haml @@ -0,0 +1,14 @@ += form_for [:admin, @partner] do |f| + = render 'error_messages', :target => @partner + + .field + = f.label :email + = f.text_field :email + .field + = f.label :password + = f.password_field :password + .field + = f.label :password_confirmation + = f.password_field :password_confirmation + .actions + = f.submit @submit || update_button_text diff --git a/app/views/cmtool/partners/edit.html.haml b/app/views/cmtool/partners/edit.html.haml new file mode 100644 index 0000000..4e23dcc --- /dev/null +++ b/app/views/cmtool/partners/edit.html.haml @@ -0,0 +1,8 @@ +- title t('action.edit.title', :model => Partner.model_name.human) += render 'form', :submit => update_button_text + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@partner), [:admin, @partner] + %li= link_separator + %li= link_to link_to_index_content(:partner), admin_partners_path diff --git a/app/views/cmtool/partners/index.html.haml b/app/views/cmtool/partners/index.html.haml new file mode 100644 index 0000000..e448524 --- /dev/null +++ b/app/views/cmtool/partners/index.html.haml @@ -0,0 +1,20 @@ +- title t('action.index.title', :model => Partner.model_name.human.pluralize) +- if @partners.any? + %table.index-table + %thead + %tr + %th= Partner.human_attribute_name(:email) + %th + %th + %tbody + - @partners.each do |partner| + %tr + %td= link_to partner.email, [:admin, partner] + %td= link_to link_to_edit_content(partner), [:edit, :admin, partner] + %td= link_to link_to_destroy_content(partner), [:admin, partner], :confirm => are_you_sure(partner), :method => :delete +- else + = empty_result(Partner) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(:partner), new_admin_partner_path diff --git a/app/views/cmtool/partners/new.html.haml b/app/views/cmtool/partners/new.html.haml new file mode 100644 index 0000000..151b6c0 --- /dev/null +++ b/app/views/cmtool/partners/new.html.haml @@ -0,0 +1,7 @@ +- title t('action.new.title', :model => Partner.model_name.human) + += render 'form', :submit => create_button_text + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(:partner), admin_partners_path diff --git a/app/views/cmtool/partners/show.html.haml b/app/views/cmtool/partners/show.html.haml new file mode 100644 index 0000000..ad85288 --- /dev/null +++ b/app/views/cmtool/partners/show.html.haml @@ -0,0 +1,10 @@ +- title t('action.show.title', :model => Partner.model_name.human) +.show_field + %strong= Partner.human_attribute_name(:email) + = @partner.email + +- content_for :page_links do + %ul + %li= link_to link_to_edit_content(@partner), [:edit, :admin, @partner] + %li= link_separator + %li= link_to link_to_index_content(:partner), admin_partners_path diff --git a/app/views/cmtool/passwords/edit.html.haml b/app/views/cmtool/passwords/edit.html.haml new file mode 100644 index 0000000..184a333 --- /dev/null +++ b/app/views/cmtool/passwords/edit.html.haml @@ -0,0 +1,13 @@ +%h2 Verander wachtwoord += form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :put }) do |f| + = devise_error_messages! + = f.hidden_field :reset_password_token + .field + = f.label :password, "Nieuw wachtwoord" + = f.password_field :password + .field + = f.label :password_confirmation, "Bevestig nieuw wachtwoord" + = f.password_field :password_confirmation + .actions + = f.submit "Verander mijn wachtwoord" += render :partial => "devise/shared/links" diff --git a/app/views/cmtool/passwords/new.html.haml b/app/views/cmtool/passwords/new.html.haml new file mode 100644 index 0000000..c8aaa27 --- /dev/null +++ b/app/views/cmtool/passwords/new.html.haml @@ -0,0 +1,9 @@ +%h2 Wachtwoord vergeten? += form_for(resource, :as => resource_name, :url => password_path(resource_name), :html => { :method => :post }) do |f| + = devise_error_messages! + .field + = f.label :email + = f.email_field :email + .field + = f.submit "Stuur mij instructies om mijn wachtwoord te vernieuwen" += render :partial => "devise/shared/links" diff --git a/app/views/cmtool/quotes/_form.html.haml b/app/views/cmtool/quotes/_form.html.haml new file mode 100644 index 0000000..d524dd6 --- /dev/null +++ b/app/views/cmtool/quotes/_form.html.haml @@ -0,0 +1,22 @@ += form_for [cmtool, @quote], :html => {:multipart => true} do |f| + = render 'error_messages', :target => @quote + .field + = f.label :owner + = f.text_field :owner + .field + = f.label :function + = f.text_field :function + .field + = f.label :state + = f.select :state, Cmtool::Quote.states + .field + = f.label :image + = f.file_field :image + .field + = f.label :body + = f.text_area :body, :rows => 8, :class => 'mceEditor' + .field + = f.label :active + = f.check_box :active + .actions + = f.submit @submit || update_button_text(@quote) diff --git a/app/views/cmtool/quotes/edit.html.haml b/app/views/cmtool/quotes/edit.html.haml new file mode 100644 index 0000000..5bdde0f --- /dev/null +++ b/app/views/cmtool/quotes/edit.html.haml @@ -0,0 +1,8 @@ +- title :edit, Cmtool::Quote += render 'form', :submit => update_button_text(@quote) + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@quote), cmtool.quote_path(@quote) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::Quote), cmtool.quotes_path diff --git a/app/views/cmtool/quotes/index.html.haml b/app/views/cmtool/quotes/index.html.haml new file mode 100644 index 0000000..5a83601 --- /dev/null +++ b/app/views/cmtool/quotes/index.html.haml @@ -0,0 +1,26 @@ +- title :index, Cmtool::Quote +- if @quotes.any? + %table.index-table + %thead + %tr + %th= Cmtool::Quote.human_attribute_name(:owner) + %th= Cmtool::Quote.human_attribute_name(:function) + %th= Cmtool::Quote.human_attribute_name(:active) + %th= Cmtool::Quote.human_attribute_name(:state) + %th + %th + %tbody + - @quotes.each do |quote| + %tr + %td= quote.owner + %td= quote.function + %td= boolean_text quote.active + %td= quote.state + %td= link_to link_to_edit_content(quote), cmtool.edit_quote_path(quote) + %td= link_to link_to_destroy_content(quote), cmtool.quote_path(quote), :confirm => are_you_sure(quote), :method => :delete +- else + = empty_result(Cmtool::Quote) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(Cmtool::Quote), cmtool.new_quote_path diff --git a/app/views/cmtool/quotes/new.html.haml b/app/views/cmtool/quotes/new.html.haml new file mode 100644 index 0000000..1ddfe61 --- /dev/null +++ b/app/views/cmtool/quotes/new.html.haml @@ -0,0 +1,6 @@ +- title :new, Cmtool::Quote += render 'form', :submit => create_button_text(@quote) + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(Cmtool::Quote), cmtool.quotes_path diff --git a/app/views/cmtool/quotes/remove_image.js.erb b/app/views/cmtool/quotes/remove_image.js.erb new file mode 100644 index 0000000..7f4ef11 --- /dev/null +++ b/app/views/cmtool/quotes/remove_image.js.erb @@ -0,0 +1 @@ +$('#quote-image-container').slideUp(); diff --git a/app/views/cmtool/quotes/show.html.haml b/app/views/cmtool/quotes/show.html.haml new file mode 100644 index 0000000..171c248 --- /dev/null +++ b/app/views/cmtool/quotes/show.html.haml @@ -0,0 +1,26 @@ +- title :show, Cmtool::Quote +- if @quote.image? + #quote-image-container + = link_to image_tag(@quote.image.url(:thumb)), @quote.image.url + = link_to 'Verwijder', remove_image_admin_quote_path(@quote), :method => :delete, :confirm => are_you_sure, :remote => true +.show_field + %strong= Cmtool::Quote.human_attribute_name(:owner) + = @quote.owner +.show_field + %strong= Cmtool::Quote.human_attribute_name(:function) + = @quote.function +.show_field + %strong= Cmtool::Quote.human_attribute_name(:state) + = @quote.state +.show_field + %strong= Cmtool::Quote.human_attribute_name(:body) + =raw @quote.body +.show_field + %strong= Cmtool::Quote.human_attribute_name(:active) + = boolean_text @quote.active + +- content_for :page_links do + %ul + %li= link_to link_to_edit_content(@quote), cmtool.edit_quote_path(@quote) + %li= link_separator + %li= link_to link_to_index_content(Cmtool::Quote), cmtool.quotes_path diff --git a/app/views/cmtool/sessions/new.html.haml b/app/views/cmtool/sessions/new.html.haml new file mode 100644 index 0000000..c8e464d --- /dev/null +++ b/app/views/cmtool/sessions/new.html.haml @@ -0,0 +1,16 @@ +%h2 Inloggen voor toegang tot extra diensten += form_for(resource, :as => resource_name, :url => session_path(resource_name)) do |f| + .field + = f.label :email + = f.email_field :email + .field + = f.label :password + = f.password_field :password + + - if devise_mapping.rememberable? + .field + = f.check_box :remember_me + = f.label :remember_me + .field + = f.submit "Inloggen" += render :partial => "devise/shared/links" diff --git a/app/views/cmtool/unlocks/new.html.erb b/app/views/cmtool/unlocks/new.html.erb new file mode 100644 index 0000000..905a393 --- /dev/null +++ b/app/views/cmtool/unlocks/new.html.erb @@ -0,0 +1,12 @@ +

Resend unlock instructions

+ +<%= form_for(resource, :as => resource_name, :url => unlock_path(resource_name), :html => { :method => :post }) do |f| %> + <%= devise_error_messages! %> + +

<%= f.label :email %>
+ <%= f.email_field :email %>

+ +

<%= f.submit "Resend unlock instructions" %>

+<% end %> + +<%= render :partial => "devise/shared/links" %> \ No newline at end of file diff --git a/app/views/cmtool/users/.index.html.haml.swp b/app/views/cmtool/users/.index.html.haml.swp new file mode 100644 index 0000000..7070527 Binary files /dev/null and b/app/views/cmtool/users/.index.html.haml.swp differ diff --git a/app/views/cmtool/users/_form.html.haml b/app/views/cmtool/users/_form.html.haml new file mode 100644 index 0000000..92b144f --- /dev/null +++ b/app/views/cmtool/users/_form.html.haml @@ -0,0 +1,21 @@ += form_for [cmtool, @user] do |f| + = render 'error_messages', :target => @user + + .field + = f.label :email + = f.text_field :email + .field + = f.label :password + = f.password_field :password + .field + = f.label :password_confirmation + = f.password_field :password_confirmation + - if @user != current_user + .field + = f.label :active + = f.check_box :active + .field + = f.label :is_admin + = f.check_box :is_admin + .actions + = f.submit @submit || update_button_text(@user) diff --git a/app/views/cmtool/users/edit.html.haml b/app/views/cmtool/users/edit.html.haml new file mode 100644 index 0000000..d4f8f00 --- /dev/null +++ b/app/views/cmtool/users/edit.html.haml @@ -0,0 +1,8 @@ +- title :edit, User += render 'form', :submit => update_button_text(@user) + +- content_for :page_links do + %ul + %li= link_to link_to_show_content(@user), cmtool.user_path(@user) + %li= link_separator + %li= link_to link_to_index_content(User), cmtool.users_path diff --git a/app/views/cmtool/users/index.html.haml b/app/views/cmtool/users/index.html.haml new file mode 100644 index 0000000..8747a6d --- /dev/null +++ b/app/views/cmtool/users/index.html.haml @@ -0,0 +1,20 @@ +- title :index, User +- if @users.any? + %table.index-table + %thead + %tr + %th= User.human_attribute_name(:email) + %th + %th + %tbody + - @users.each do |user| + %tr + %td= link_to user.email, cmtool.user_path(user) + %td= link_to link_to_edit_content(user), cmtool.edit_user_path(user) + %td= link_to link_to_destroy_content(user), cmtool.user_path(user), :confirm => are_you_sure(user), :method => :delete +- else + = empty_result(User) + +- content_for :page_links do + %ul + %li= link_to link_to_new_content(User), cmtool.new_user_path diff --git a/app/views/cmtool/users/new.html.haml b/app/views/cmtool/users/new.html.haml new file mode 100644 index 0000000..e08e340 --- /dev/null +++ b/app/views/cmtool/users/new.html.haml @@ -0,0 +1,6 @@ +- title :new, User += render 'form', :submit => create_button_text(@user) + +- content_for :page_links do + %ul + %li= link_to link_to_index_content(User), cmtool.users_path diff --git a/app/views/cmtool/users/show.html.haml b/app/views/cmtool/users/show.html.haml new file mode 100644 index 0000000..98ed8f0 --- /dev/null +++ b/app/views/cmtool/users/show.html.haml @@ -0,0 +1,38 @@ +- title :show, User +.show_field + %span.show_label= User.human_attribute_name(:email) + %span.show_separator + %span.show_value= @user.email +.show_field + %span.show_label= User.human_attribute_name(:sign_in_count) + %span.show_separator + %span.show_value.link= @user.sign_in_count +.show_field + %span.show_label= User.human_attribute_name(:current_sign_in_at) + %span.show_separator + %span.show_value.link= @user.current_sign_in_at +.show_field + %span.show_label= User.human_attribute_name(:last_sign_in_at) + %span.show_separator + %span.show_value.link= @user.last_sign_in_at +.show_field + %span.show_label= User.human_attribute_name(:current_sign_in_ip) + %span.show_separator + %span.show_value.link= @user.current_sign_in_ip +.show_field + %span.show_label= User.human_attribute_name(:last_sign_in_ip) + %span.show_separator + %span.show_value.link= @user.last_sign_in_ip +.show_field + %span.show_label= User.human_attribute_name(:is_admin) + %span.show_separator + %span.show_value.boolean= boolean_text(@user.is_admin?) +.show_field + %span.show_label= User.human_attribute_name(:active) + %span.show_separator + %span.show_value.boolean= boolean_text(@user.active?) +- content_for :page_links do + %ul + %li= link_to link_to_edit_content(@user), cmtool.edit_user_path(@user) + %li= link_separator + %li= link_to link_to_index_content(User), cmtool.users_path diff --git a/app/views/layouts/cmtool/application.html.haml b/app/views/layouts/cmtool/application.html.haml new file mode 100644 index 0000000..c9c2d1a --- /dev/null +++ b/app/views/layouts/cmtool/application.html.haml @@ -0,0 +1,42 @@ +!!! Strict +%html{"xml:lang" => I18n.locale, :lang => I18n.locale} + %head + %title= site_title + = csrf_meta_tag + = stylesheet_link_tag 'cmtool/application' + = javascript_include_tag 'cmtool/application' + = yield(:head) + :javascript + $(function(){ + //Onload + #{yield(:onload_javascript)} + }); + %body + #page-wrapper + #header-container= render 'user_info' + #navigation-container + #menu-container + - if user_signed_in? + %ul + %li{:class => controller_name == 'pages' ? 'ui-state-active' : 'ui-state-default'}=link_to Page.model_name.human_plural, cmtool.pages_path + %li{:class => controller_name == 'news' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::News.model_name.human_plural, cmtool.news_index_path + %li{:class => controller_name == 'keywords' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Keyword.model_name.human_plural, cmtool.keywords_path + %li{:class => controller_name == 'faqs' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Faq.model_name.human_plural, cmtool.faqs_path + %li{:class => controller_name == 'quotes' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Quote.model_name.human_plural, cmtool.quotes_path + %li{:class => %w[contact_forms demo_requests call_requests newsletter_subscriptions].include?(controller_name) ? ['ui-state-active', 'parent'] : ['ui-state-default', 'parent']} + %span.title Formulieren + %ul.child-menu + %li{:class => controller_name == 'contact_forms' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::ContactForm.model_name.human_plural, cmtool.contact_forms_path + %li{:class => controller_name == 'newsletter_subscriptions' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::NewsletterSubscription.model_name.human_plural, cmtool.newsletter_subscriptions_path + %li{:class => controller_name == 'users' ? 'ui-state-active' : 'ui-state-default'}=link_to User.model_name.human_plural, cmtool.users_path + %li{:class => controller_name == 'images' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Image.model_name.human_plural, cmtool.images_path + %li{:class => controller_name == 'directories' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Directory.model_name.human_plural, cmtool.directories_path + .clear + %h1#title= yield :title + #sub-navigation-container + = yield :page_links + .clear + #content-container + = render 'alerts' + #content + =yield diff --git a/cmtool.gemspec b/cmtool.gemspec new file mode 100644 index 0000000..d33b9ff --- /dev/null +++ b/cmtool.gemspec @@ -0,0 +1,23 @@ +$:.push File.expand_path("../lib", __FILE__) + +# Maintain your gem's version: +require "cmtool/version" + +# Describe your gem and declare its dependencies: +Gem::Specification.new do |s| + s.name = "cmtool" + s.version = Cmtool::VERSION + s.authors = ["Benjamin ter Kuile"] + s.email = ["bterkuile@gmail.com"] + s.homepage = "www.companytools.nl" + s.summary = "The CMS extracted from multiple sites" + s.description = "The CMS extracted from multiple sites" + + s.files = Dir["{app,config,db,lib}/**/*"] + ["MIT-LICENSE", "Rakefile", "README.rdoc"] + s.test_files = Dir["test/**/*"] + + s.add_dependency "rails", "~> 3.2.2" + # s.add_dependency "jquery-rails" + + s.add_development_dependency "sqlite3" +end diff --git a/config/initializers/model_human_plural.rb b/config/initializers/model_human_plural.rb new file mode 100644 index 0000000..9ae2309 --- /dev/null +++ b/config/initializers/model_human_plural.rb @@ -0,0 +1,7 @@ +module ActiveModel + class Name + def human_plural + I18n.t("activemodel.models.plural.#{underscore.gsub('/', '.')}", :default => nil ) || human.pluralize + end + end +end diff --git a/config/locales/cmtool.en.yml b/config/locales/cmtool.en.yml new file mode 100644 index 0000000..4b63631 --- /dev/null +++ b/config/locales/cmtool.en.yml @@ -0,0 +1,55 @@ +en: + cmtool: + general: + yes: Yes + no: No + are_you_sure: 'Are you sure?' + are_you_sure_with_name: 'Are you sure you want to delete %{model} %{name}?' + empty_result: No %{models} found + action: + index: + title: List %{models} + new: + title: New %{model} + create: + label: Create + successful: '%{model} successfully created' + edit: + title: Edit %{model} + update: + label: Save + successful: '%{model} successfully updated' + show: + title: Show %{model} + destroy: + title: Destroy %{model} + successful: '%{model} successfully deleted' + directory: + add_file: Add file + add_image: + label: Add %{image} + activemodel: + models: + page: Page + user: User + cmtool: + quote: Quote + news: News + keyword: Keyword + faq: Faq + contact_form: Contact request + newsletter_subscription: Newsletter subscription + image: Image + directory: Directory + plural: + page: Pages + user: Users + cmtool: + quote: Quotes + news: News + keyword: Keywords + faq: Faqs + contact_form: Contact requests + newsletter_subscription: Newsletter subscriptions + image: Images + directory: Directories diff --git a/config/routes.rb b/config/routes.rb new file mode 100644 index 0000000..e35e758 --- /dev/null +++ b/config/routes.rb @@ -0,0 +1,34 @@ +Cmtool::Engine.routes.draw do + devise_for :users, :controllers => {:sessions => 'cmtool/sessions', :passwords => 'cmtool/passwords'} + root :to => "pages#index" + resources :directories + resources :images + resources :period_extensions + resources :pages do + member do + get :generate_name + end + collection do + get :generate_name + end + end + resources :news do + member do + delete :remove_image + end + end + resources :keywords + resources :faqs + resources :quotes do + member do + delete :remove_image + end + end + + # ADMIN FORMS + resources :contact_forms + resources :newsletter_subscriptions + + # USER MANAGEMENT + resources :users +end diff --git a/lib/cmtool.rb b/lib/cmtool.rb new file mode 100644 index 0000000..b6abbe8 --- /dev/null +++ b/lib/cmtool.rb @@ -0,0 +1,6 @@ +require "cmtool/engine" +require 'cmtool/user' +require 'cmtool/page' + +module Cmtool +end diff --git a/lib/cmtool/engine.rb b/lib/cmtool/engine.rb new file mode 100644 index 0000000..8919283 --- /dev/null +++ b/lib/cmtool/engine.rb @@ -0,0 +1,5 @@ +module Cmtool + class Engine < ::Rails::Engine + isolate_namespace Cmtool + end +end diff --git a/lib/cmtool/page.rb b/lib/cmtool/page.rb new file mode 100644 index 0000000..9ad90b9 --- /dev/null +++ b/lib/cmtool/page.rb @@ -0,0 +1,48 @@ +module Cmtool + module Page + LAYOUTS = %w[application home contact manual] + def self.included(klass) + klass.send :include, SimplyStored::Couch + + # PROPERTIES + klass.property :name + klass.property :menu_text + klass.property :title + klass.property :body + klass.property :footer + klass.property :sidebar + klass.property :priority, type: Float, default: 0.5 + klass.property :default, type: :boolean + klass.property :active, type: :boolean, default: true + klass.property :layout + klass.property :in_menu, type: :boolean + + klass.has_ancestry :by_property => :locale + + klass.validates :name, presence: true + klass.validates :locale, presence: true + + # RELATIONS + klass.has_and_belongs_to_many :keywords, storing_keys: true, class_name: 'Cmtool::Keyword' + + # DEFAULT ORDER + klass.view :all_documents, key: [:position, :name, :title] + klass.view :by_name_and_locale, key: [:name, :locale] + end + def InstanceMethods + + def generate_name + name = self.class.generate_name(title) + end + end + + def ClassMethods + def generate_name(name) + name.to_s.downcase.gsub(/^\W+/, '').gsub(/\W+$/,'').gsub(/\W+/, '-') + end + def active(*args) + all(*args) + end + end + end +end diff --git a/lib/cmtool/user.rb b/lib/cmtool/user.rb new file mode 100644 index 0000000..1242942 --- /dev/null +++ b/lib/cmtool/user.rb @@ -0,0 +1,45 @@ +module Cmtool + module User + def self.included(klass) + klass.extend Devise::Models + klass.send :include, SimplyStored::Couch + klass.send :include, Devise::Orm::SimplyStored + klass.send :include, InstanceMethods + + klass.property :employee_email + klass.property :is_admin, type: :boolean + klass.property :active, type: :boolean, default: true + + klass.devise :database_authenticatable, :recoverable, :rememberable, :trackable + + + #== VALIDATIONS + klass.validates_presence_of :email + klass.validates_uniqueness_of :email + klass.validates_presence_of :encrypted_password, if: lambda{ |u| u.email.present? } + klass.validates_confirmation_of :password, if: lambda{ |u| u.password.present? } + + + klass.view :by_email, key: :email + end + module InstanceMethods + def google? + false + end + def name + email + end + + def generated_password + @generated_password + end + + def generate_password! + @password_haystack ||= (:a..:z).to_a + (:A..:Z).to_a + (0..9).to_a + @generated_password = @password_haystack.sample(8).join + self.password = @generated_password + self.password_confirmation = @generated_password + end + end + end +end diff --git a/lib/cmtool/version.rb b/lib/cmtool/version.rb new file mode 100644 index 0000000..67ee091 --- /dev/null +++ b/lib/cmtool/version.rb @@ -0,0 +1,3 @@ +module Cmtool + VERSION = "0.0.1" +end diff --git a/lib/tasks/cmtool_tasks.rake b/lib/tasks/cmtool_tasks.rake new file mode 100644 index 0000000..b8caa79 --- /dev/null +++ b/lib/tasks/cmtool_tasks.rake @@ -0,0 +1,4 @@ +# desc "Explaining what the task does" +# task :cmtool do +# # Task goes here +# end diff --git a/script/rails b/script/rails new file mode 100755 index 0000000..d30917a --- /dev/null +++ b/script/rails @@ -0,0 +1,8 @@ +#!/usr/bin/env ruby +# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. + +ENGINE_ROOT = File.expand_path('../..', __FILE__) +ENGINE_PATH = File.expand_path('../../lib/cmtool/engine', __FILE__) + +require 'rails/all' +require 'rails/engine/commands' diff --git a/spec/dummy/.sass-cache/b5d17fb5f008f2aeb0c48718fa7162f96b9e7cc3/structure.css.sassc b/spec/dummy/.sass-cache/b5d17fb5f008f2aeb0c48718fa7162f96b9e7cc3/structure.css.sassc new file mode 100644 index 0000000..ccb57ab Binary files /dev/null and b/spec/dummy/.sass-cache/b5d17fb5f008f2aeb0c48718fa7162f96b9e7cc3/structure.css.sassc differ diff --git a/spec/dummy/README.rdoc b/spec/dummy/README.rdoc new file mode 100644 index 0000000..7c36f23 --- /dev/null +++ b/spec/dummy/README.rdoc @@ -0,0 +1,261 @@ +== Welcome to Rails + +Rails is a web-application framework that includes everything needed to create +database-backed web applications according to the Model-View-Control pattern. + +This pattern splits the view (also called the presentation) into "dumb" +templates that are primarily responsible for inserting pre-built data in between +HTML tags. The model contains the "smart" domain objects (such as Account, +Product, Person, Post) that holds all the business logic and knows how to +persist themselves to a database. The controller handles the incoming requests +(such as Save New Account, Update Product, Show Post) by manipulating the model +and directing data to the view. + +In Rails, the model is handled by what's called an object-relational mapping +layer entitled Active Record. This layer allows you to present the data from +database rows as objects and embellish these data objects with business logic +methods. You can read more about Active Record in +link:files/vendor/rails/activerecord/README.html. + +The controller and view are handled by the Action Pack, which handles both +layers by its two parts: Action View and Action Controller. These two layers +are bundled in a single package due to their heavy interdependence. This is +unlike the relationship between the Active Record and Action Pack that is much +more separate. Each of these packages can be used independently outside of +Rails. You can read more about Action Pack in +link:files/vendor/rails/actionpack/README.html. + + +== Getting Started + +1. At the command prompt, create a new Rails application: + rails new myapp (where myapp is the application name) + +2. Change directory to myapp and start the web server: + cd myapp; rails server (run with --help for options) + +3. Go to http://localhost:3000/ and you'll see: + "Welcome aboard: You're riding Ruby on Rails!" + +4. Follow the guidelines to start developing your application. You can find +the following resources handy: + +* The Getting Started Guide: http://guides.rubyonrails.org/getting_started.html +* Ruby on Rails Tutorial Book: http://www.railstutorial.org/ + + +== Debugging Rails + +Sometimes your application goes wrong. Fortunately there are a lot of tools that +will help you debug it and get it back on the rails. + +First area to check is the application log files. Have "tail -f" commands +running on the server.log and development.log. Rails will automatically display +debugging and runtime information to these files. Debugging info will also be +shown in the browser on requests from 127.0.0.1. + +You can also log your own messages directly into the log file from your code +using the Ruby logger class from inside your controllers. Example: + + class WeblogController < ActionController::Base + def destroy + @weblog = Weblog.find(params[:id]) + @weblog.destroy + logger.info("#{Time.now} Destroyed Weblog ID ##{@weblog.id}!") + end + end + +The result will be a message in your log file along the lines of: + + Mon Oct 08 14:22:29 +1000 2007 Destroyed Weblog ID #1! + +More information on how to use the logger is at http://www.ruby-doc.org/core/ + +Also, Ruby documentation can be found at http://www.ruby-lang.org/. There are +several books available online as well: + +* Programming Ruby: http://www.ruby-doc.org/docs/ProgrammingRuby/ (Pickaxe) +* Learn to Program: http://pine.fm/LearnToProgram/ (a beginners guide) + +These two books will bring you up to speed on the Ruby language and also on +programming in general. + + +== Debugger + +Debugger support is available through the debugger command when you start your +Mongrel or WEBrick server with --debugger. This means that you can break out of +execution at any point in the code, investigate and change the model, and then, +resume execution! You need to install ruby-debug to run the server in debugging +mode. With gems, use sudo gem install ruby-debug. Example: + + class WeblogController < ActionController::Base + def index + @posts = Post.all + debugger + end + end + +So the controller will accept the action, run the first line, then present you +with a IRB prompt in the server window. Here you can do things like: + + >> @posts.inspect + => "[#nil, "body"=>nil, "id"=>"1"}>, + #"Rails", "body"=>"Only ten..", "id"=>"2"}>]" + >> @posts.first.title = "hello from a debugger" + => "hello from a debugger" + +...and even better, you can examine how your runtime objects actually work: + + >> f = @posts.first + => #nil, "body"=>nil, "id"=>"1"}> + >> f. + Display all 152 possibilities? (y or n) + +Finally, when you're ready to resume execution, you can enter "cont". + + +== Console + +The console is a Ruby shell, which allows you to interact with your +application's domain model. Here you'll have all parts of the application +configured, just like it is when the application is running. You can inspect +domain models, change values, and save to the database. Starting the script +without arguments will launch it in the development environment. + +To start the console, run rails console from the application +directory. + +Options: + +* Passing the -s, --sandbox argument will rollback any modifications + made to the database. +* Passing an environment name as an argument will load the corresponding + environment. Example: rails console production. + +To reload your controllers and models after launching the console run +reload! + +More information about irb can be found at: +link:http://www.rubycentral.org/pickaxe/irb.html + + +== dbconsole + +You can go to the command line of your database directly through rails +dbconsole. You would be connected to the database with the credentials +defined in database.yml. Starting the script without arguments will connect you +to the development database. Passing an argument will connect you to a different +database, like rails dbconsole production. Currently works for MySQL, +PostgreSQL and SQLite 3. + +== Description of Contents + +The default directory structure of a generated Ruby on Rails application: + + |-- app + | |-- assets + | |-- images + | |-- javascripts + | `-- stylesheets + | |-- controllers + | |-- helpers + | |-- mailers + | |-- models + | `-- views + | `-- layouts + |-- config + | |-- environments + | |-- initializers + | `-- locales + |-- db + |-- doc + |-- lib + | `-- tasks + |-- log + |-- public + |-- script + |-- test + | |-- fixtures + | |-- functional + | |-- integration + | |-- performance + | `-- unit + |-- tmp + | |-- cache + | |-- pids + | |-- sessions + | `-- sockets + `-- vendor + |-- assets + `-- stylesheets + `-- plugins + +app + Holds all the code that's specific to this particular application. + +app/assets + Contains subdirectories for images, stylesheets, and JavaScript files. + +app/controllers + Holds controllers that should be named like weblogs_controller.rb for + automated URL mapping. All controllers should descend from + ApplicationController which itself descends from ActionController::Base. + +app/models + Holds models that should be named like post.rb. Models descend from + ActiveRecord::Base by default. + +app/views + Holds the template files for the view that should be named like + weblogs/index.html.erb for the WeblogsController#index action. All views use + eRuby syntax by default. + +app/views/layouts + Holds the template files for layouts to be used with views. This models the + common header/footer method of wrapping views. In your views, define a layout + using the layout :default and create a file named default.html.erb. + Inside default.html.erb, call <% yield %> to render the view using this + layout. + +app/helpers + Holds view helpers that should be named like weblogs_helper.rb. These are + generated for you automatically when using generators for controllers. + Helpers can be used to wrap functionality for your views into methods. + +config + Configuration files for the Rails environment, the routing map, the database, + and other dependencies. + +db + Contains the database schema in schema.rb. db/migrate contains all the + sequence of Migrations for your schema. + +doc + This directory is where your application documentation will be stored when + generated using rake doc:app + +lib + Application specific libraries. Basically, any kind of custom code that + doesn't belong under controllers, models, or helpers. This directory is in + the load path. + +public + The directory available for the web server. Also contains the dispatchers and the + default HTML files. This should be set as the DOCUMENT_ROOT of your web + server. + +script + Helper scripts for automation and generation. + +test + Unit and functional tests along with fixtures. When using the rails generate + command, template test files will be generated for you and placed in this + directory. + +vendor + External libraries that the application depends on. Also includes the plugins + subdirectory. If the app has frozen rails, those gems also go here, under + vendor/rails/. This directory is in the load path. diff --git a/spec/dummy/Rakefile b/spec/dummy/Rakefile new file mode 100644 index 0000000..3645852 --- /dev/null +++ b/spec/dummy/Rakefile @@ -0,0 +1,7 @@ +#!/usr/bin/env rake +# Add your own tasks in files placed in lib/tasks ending in .rake, +# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake. + +require File.expand_path('../config/application', __FILE__) + +Dummy::Application.load_tasks diff --git a/spec/dummy/app/assets/javascripts/application.js b/spec/dummy/app/assets/javascripts/application.js new file mode 100644 index 0000000..9097d83 --- /dev/null +++ b/spec/dummy/app/assets/javascripts/application.js @@ -0,0 +1,15 @@ +// This is a manifest file that'll be compiled into application.js, which will include all the files +// listed below. +// +// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts, +// or vendor/assets/javascripts of plugins, if any, can be referenced here using a relative path. +// +// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the +// the compiled file. +// +// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD +// GO AFTER THE REQUIRES BELOW. +// +//= require jquery +//= require jquery_ujs +//= require_tree . diff --git a/spec/dummy/app/assets/stylesheets/application.css b/spec/dummy/app/assets/stylesheets/application.css new file mode 100644 index 0000000..3b5cc66 --- /dev/null +++ b/spec/dummy/app/assets/stylesheets/application.css @@ -0,0 +1,13 @@ +/* + * This is a manifest file that'll be compiled into application.css, which will include all the files + * listed below. + * + * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets, + * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path. + * + * You're free to add application-wide styles to this file and they'll appear at the top of the + * compiled file, but it's generally better to create a new file per style scope. + * + *= require_self + *= require_tree . +*/ diff --git a/spec/dummy/app/controllers/application_controller.rb b/spec/dummy/app/controllers/application_controller.rb new file mode 100644 index 0000000..e8065d9 --- /dev/null +++ b/spec/dummy/app/controllers/application_controller.rb @@ -0,0 +1,3 @@ +class ApplicationController < ActionController::Base + protect_from_forgery +end diff --git a/spec/dummy/app/helpers/application_helper.rb b/spec/dummy/app/helpers/application_helper.rb new file mode 100644 index 0000000..de6be79 --- /dev/null +++ b/spec/dummy/app/helpers/application_helper.rb @@ -0,0 +1,2 @@ +module ApplicationHelper +end diff --git a/spec/dummy/app/mailers/.gitkeep b/spec/dummy/app/mailers/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/spec/dummy/app/models/.gitkeep b/spec/dummy/app/models/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/spec/dummy/app/views/layouts/application.html.erb b/spec/dummy/app/views/layouts/application.html.erb new file mode 100644 index 0000000..4cab268 --- /dev/null +++ b/spec/dummy/app/views/layouts/application.html.erb @@ -0,0 +1,14 @@ + + + + Dummy + <%= stylesheet_link_tag "application", :media => "all" %> + <%= javascript_include_tag "application" %> + <%= csrf_meta_tags %> + + + +<%= yield %> + + + diff --git a/spec/dummy/config.ru b/spec/dummy/config.ru new file mode 100644 index 0000000..1989ed8 --- /dev/null +++ b/spec/dummy/config.ru @@ -0,0 +1,4 @@ +# This file is used by Rack-based servers to start the application. + +require ::File.expand_path('../config/environment', __FILE__) +run Dummy::Application diff --git a/spec/dummy/config/application.rb b/spec/dummy/config/application.rb new file mode 100644 index 0000000..785b9ff --- /dev/null +++ b/spec/dummy/config/application.rb @@ -0,0 +1,56 @@ +require File.expand_path('../boot', __FILE__) + +require 'rails/all' + +Bundler.require +require "cmtool" + +module Dummy + class Application < Rails::Application + # Settings in config/environments/* take precedence over those specified here. + # Application configuration should go into files in config/initializers + # -- all .rb files in that directory are automatically loaded. + + # Custom directories with classes and modules you want to be autoloadable. + # config.autoload_paths += %W(#{config.root}/extras) + + # Only load the plugins named here, in the order given (default is alphabetical). + # :all can be used as a placeholder for all plugins not explicitly named. + # config.plugins = [ :exception_notification, :ssl_requirement, :all ] + + # Activate observers that should always be running. + # config.active_record.observers = :cacher, :garbage_collector, :forum_observer + + # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone. + # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC. + # config.time_zone = 'Central Time (US & Canada)' + + # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded. + # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s] + # config.i18n.default_locale = :de + + # Configure the default encoding used in templates for Ruby 1.9. + config.encoding = "utf-8" + + # Configure sensitive parameters which will be filtered from the log file. + config.filter_parameters += [:password] + + # Use SQL instead of Active Record's schema dumper when creating the database. + # This is necessary if your schema can't be completely dumped by the schema dumper, + # like if you have constraints or database-specific column types + # config.active_record.schema_format = :sql + + # Enforce whitelist mode for mass assignment. + # This will create an empty whitelist of attributes available for mass-assignment for all models + # in your app. As such, your models will need to explicitly whitelist or blacklist accessible + # parameters by using an attr_accessible or attr_protected declaration. + # config.active_record.whitelist_attributes = true + + # Enable the asset pipeline + config.assets.enabled = true + + # Version of your assets, change this if you want to expire all your assets + config.assets.version = '1.0' + end +end + diff --git a/spec/dummy/config/boot.rb b/spec/dummy/config/boot.rb new file mode 100644 index 0000000..eba0681 --- /dev/null +++ b/spec/dummy/config/boot.rb @@ -0,0 +1,10 @@ +require 'rubygems' +gemfile = File.expand_path('../../../../Gemfile', __FILE__) + +if File.exist?(gemfile) + ENV['BUNDLE_GEMFILE'] = gemfile + require 'bundler' + Bundler.setup +end + +$:.unshift File.expand_path('../../../../lib', __FILE__) \ No newline at end of file diff --git a/spec/dummy/config/couchdb.yml b/spec/dummy/config/couchdb.yml new file mode 100644 index 0000000..4603844 --- /dev/null +++ b/spec/dummy/config/couchdb.yml @@ -0,0 +1,9 @@ +development: + validation_framework: :active_model #optional + database: cmtool +test: + validation_framework: :active_model #optional + database: cmtool +production: + validation_framework: :active_model #optional + database: cmtool diff --git a/spec/dummy/config/database.yml b/spec/dummy/config/database.yml new file mode 100644 index 0000000..51a4dd4 --- /dev/null +++ b/spec/dummy/config/database.yml @@ -0,0 +1,25 @@ +# SQLite version 3.x +# gem install sqlite3 +# +# Ensure the SQLite 3 gem is defined in your Gemfile +# gem 'sqlite3' +development: + adapter: sqlite3 + database: db/development.sqlite3 + pool: 5 + timeout: 5000 + +# Warning: The database defined as "test" will be erased and +# re-generated from your development database when you run "rake". +# Do not set this db to the same as development or production. +test: + adapter: sqlite3 + database: db/test.sqlite3 + pool: 5 + timeout: 5000 + +production: + adapter: sqlite3 + database: db/production.sqlite3 + pool: 5 + timeout: 5000 diff --git a/spec/dummy/config/environment.rb b/spec/dummy/config/environment.rb new file mode 100644 index 0000000..3da5eb9 --- /dev/null +++ b/spec/dummy/config/environment.rb @@ -0,0 +1,5 @@ +# Load the rails application +require File.expand_path('../application', __FILE__) + +# Initialize the rails application +Dummy::Application.initialize! diff --git a/spec/dummy/config/environments/development.rb b/spec/dummy/config/environments/development.rb new file mode 100644 index 0000000..82c74d1 --- /dev/null +++ b/spec/dummy/config/environments/development.rb @@ -0,0 +1,37 @@ +Dummy::Application.configure do + # Settings specified here will take precedence over those in config/application.rb + + # In the development environment your application's code is reloaded on + # every request. This slows down response time but is perfect for development + # since you don't have to restart the web server when you make code changes. + config.cache_classes = false + + # Log error messages when you accidentally call methods on nil. + config.whiny_nils = true + + # Show full error reports and disable caching + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Don't care if the mailer can't send + config.action_mailer.raise_delivery_errors = false + + # Print deprecation notices to the Rails logger + config.active_support.deprecation = :log + + # Only use best-standards-support built into browsers + config.action_dispatch.best_standards_support = :builtin + + # Raise exception on mass assignment protection for Active Record models + config.active_record.mass_assignment_sanitizer = :strict + + # Log the query plan for queries taking more than this (works + # with SQLite, MySQL, and PostgreSQL) + config.active_record.auto_explain_threshold_in_seconds = 0.5 + + # Do not compress assets + config.assets.compress = false + + # Expands the lines which load the assets + config.assets.debug = true +end diff --git a/spec/dummy/config/environments/production.rb b/spec/dummy/config/environments/production.rb new file mode 100644 index 0000000..56e3066 --- /dev/null +++ b/spec/dummy/config/environments/production.rb @@ -0,0 +1,67 @@ +Dummy::Application.configure do + # Settings specified here will take precedence over those in config/application.rb + + # Code is not reloaded between requests + config.cache_classes = true + + # Full error reports are disabled and caching is turned on + config.consider_all_requests_local = false + config.action_controller.perform_caching = true + + # Disable Rails's static asset server (Apache or nginx will already do this) + config.serve_static_assets = false + + # Compress JavaScripts and CSS + config.assets.compress = true + + # Don't fallback to assets pipeline if a precompiled asset is missed + config.assets.compile = false + + # Generate digests for assets URLs + config.assets.digest = true + + # Defaults to Rails.root.join("public/assets") + # config.assets.manifest = YOUR_PATH + + # Specifies the header that your server uses for sending files + # config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache + # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx + + # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies. + # config.force_ssl = true + + # See everything in the log (default is :info) + # config.log_level = :debug + + # Prepend all log lines with the following tags + # config.log_tags = [ :subdomain, :uuid ] + + # Use a different logger for distributed setups + # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new) + + # Use a different cache store in production + # config.cache_store = :mem_cache_store + + # Enable serving of images, stylesheets, and JavaScripts from an asset server + # config.action_controller.asset_host = "http://assets.example.com" + + # Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added) + # config.assets.precompile += %w( search.js ) + + # Disable delivery errors, bad email addresses will be ignored + # config.action_mailer.raise_delivery_errors = false + + # Enable threaded mode + # config.threadsafe! + + # Enable locale fallbacks for I18n (makes lookups for any locale fall back to + # the I18n.default_locale when a translation can not be found) + config.i18n.fallbacks = true + + # Send deprecation notices to registered listeners + config.active_support.deprecation = :notify + + # Log the query plan for queries taking more than this (works + # with SQLite, MySQL, and PostgreSQL) + # config.active_record.auto_explain_threshold_in_seconds = 0.5 +end diff --git a/spec/dummy/config/environments/test.rb b/spec/dummy/config/environments/test.rb new file mode 100644 index 0000000..f1a4814 --- /dev/null +++ b/spec/dummy/config/environments/test.rb @@ -0,0 +1,37 @@ +Dummy::Application.configure do + # Settings specified here will take precedence over those in config/application.rb + + # The test environment is used exclusively to run your application's + # test suite. You never need to work with it otherwise. Remember that + # your test database is "scratch space" for the test suite and is wiped + # and recreated between test runs. Don't rely on the data there! + config.cache_classes = true + + # Configure static asset server for tests with Cache-Control for performance + config.serve_static_assets = true + config.static_cache_control = "public, max-age=3600" + + # Log error messages when you accidentally call methods on nil + config.whiny_nils = true + + # Show full error reports and disable caching + config.consider_all_requests_local = true + config.action_controller.perform_caching = false + + # Raise exceptions instead of rendering exception templates + config.action_dispatch.show_exceptions = false + + # Disable request forgery protection in test environment + config.action_controller.allow_forgery_protection = false + + # Tell Action Mailer not to deliver emails to the real world. + # The :test delivery method accumulates sent emails in the + # ActionMailer::Base.deliveries array. + config.action_mailer.delivery_method = :test + + # Raise exception on mass assignment protection for Active Record models + config.active_record.mass_assignment_sanitizer = :strict + + # Print deprecation notices to the stderr + config.active_support.deprecation = :stderr +end diff --git a/spec/dummy/config/initializers/backtrace_silencers.rb b/spec/dummy/config/initializers/backtrace_silencers.rb new file mode 100644 index 0000000..59385cd --- /dev/null +++ b/spec/dummy/config/initializers/backtrace_silencers.rb @@ -0,0 +1,7 @@ +# Be sure to restart your server when you modify this file. + +# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces. +# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ } + +# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code. +# Rails.backtrace_cleaner.remove_silencers! diff --git a/spec/dummy/config/initializers/inflections.rb b/spec/dummy/config/initializers/inflections.rb new file mode 100644 index 0000000..5d8d9be --- /dev/null +++ b/spec/dummy/config/initializers/inflections.rb @@ -0,0 +1,15 @@ +# Be sure to restart your server when you modify this file. + +# Add new inflection rules using the following format +# (all these examples are active by default): +# ActiveSupport::Inflector.inflections do |inflect| +# inflect.plural /^(ox)$/i, '\1en' +# inflect.singular /^(ox)en/i, '\1' +# inflect.irregular 'person', 'people' +# inflect.uncountable %w( fish sheep ) +# end +# +# These inflection rules are supported but not enabled by default: +# ActiveSupport::Inflector.inflections do |inflect| +# inflect.acronym 'RESTful' +# end diff --git a/spec/dummy/config/initializers/mime_types.rb b/spec/dummy/config/initializers/mime_types.rb new file mode 100644 index 0000000..72aca7e --- /dev/null +++ b/spec/dummy/config/initializers/mime_types.rb @@ -0,0 +1,5 @@ +# Be sure to restart your server when you modify this file. + +# Add new mime types for use in respond_to blocks: +# Mime::Type.register "text/richtext", :rtf +# Mime::Type.register_alias "text/html", :iphone diff --git a/spec/dummy/config/initializers/secret_token.rb b/spec/dummy/config/initializers/secret_token.rb new file mode 100644 index 0000000..5eabd13 --- /dev/null +++ b/spec/dummy/config/initializers/secret_token.rb @@ -0,0 +1,7 @@ +# Be sure to restart your server when you modify this file. + +# Your secret key for verifying the integrity of signed cookies. +# If you change this key, all old signed cookies will become invalid! +# Make sure the secret is at least 30 characters and all random, +# no regular words or you'll be exposed to dictionary attacks. +Dummy::Application.config.secret_token = '07e3e06289630672c91b768b1e063917a5bbe739e5c6b8e8ba6d75488447f156b493974cacf671820948e19a49020743581c59d43904b030a59ba8b55f968b2e' diff --git a/spec/dummy/config/initializers/session_store.rb b/spec/dummy/config/initializers/session_store.rb new file mode 100644 index 0000000..952473f --- /dev/null +++ b/spec/dummy/config/initializers/session_store.rb @@ -0,0 +1,8 @@ +# Be sure to restart your server when you modify this file. + +Dummy::Application.config.session_store :cookie_store, key: '_dummy_session' + +# Use the database for sessions instead of the cookie-based default, +# which shouldn't be used to store highly confidential information +# (create the session table with "rails generate session_migration") +# Dummy::Application.config.session_store :active_record_store diff --git a/spec/dummy/config/initializers/wrap_parameters.rb b/spec/dummy/config/initializers/wrap_parameters.rb new file mode 100644 index 0000000..999df20 --- /dev/null +++ b/spec/dummy/config/initializers/wrap_parameters.rb @@ -0,0 +1,14 @@ +# Be sure to restart your server when you modify this file. +# +# This file contains settings for ActionController::ParamsWrapper which +# is enabled by default. + +# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array. +ActiveSupport.on_load(:action_controller) do + wrap_parameters format: [:json] +end + +# Disable root element in JSON by default. +ActiveSupport.on_load(:active_record) do + self.include_root_in_json = false +end diff --git a/spec/dummy/config/locales/en.yml b/spec/dummy/config/locales/en.yml new file mode 100644 index 0000000..179c14c --- /dev/null +++ b/spec/dummy/config/locales/en.yml @@ -0,0 +1,5 @@ +# Sample localization file for English. Add more files in this directory for other locales. +# See https://github.com/svenfuchs/rails-i18n/tree/master/rails%2Flocale for starting points. + +en: + hello: "Hello world" diff --git a/spec/dummy/config/routes.rb b/spec/dummy/config/routes.rb new file mode 100644 index 0000000..a484e46 --- /dev/null +++ b/spec/dummy/config/routes.rb @@ -0,0 +1,5 @@ +Rails.application.routes.draw do + + devise_for :users, :controllers => {:sessions => 'cmtool/sessions', :passwords => 'cmtool/passwords'} + mount Cmtool::Engine => "/cmtool" +end diff --git a/spec/dummy/db/development.sqlite3 b/spec/dummy/db/development.sqlite3 new file mode 100644 index 0000000..e69de29 diff --git a/spec/dummy/lib/assets/.gitkeep b/spec/dummy/lib/assets/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/spec/dummy/log/.gitkeep b/spec/dummy/log/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/spec/dummy/log/development.log b/spec/dummy/log/development.log new file mode 100644 index 0000000..4404a6b --- /dev/null +++ b/spec/dummy/log/development.log @@ -0,0 +1,36450 @@ + + +Started GET "/" for 127.0.0.1 at 2012-03-23 15:38:06 +0100 + +ActionController::RoutingError (No route matches [GET] "/"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (35.3ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 15:38:13 +0100 + +ActionController::RoutingError (No route matches [GET] "/cmtool"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 15:40:18 +0100 + +ActionController::RoutingError (uninitialized constant Page::AtoolModelModifications): + /Users/bterkuile/companytools/development/rails/cmtool/app/models/page.rb:3:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/models/page.rb:1:in `' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:229:in `block in constantize' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `each' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `constantize' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:259:in `safe_constantize' + activesupport (3.2.2) lib/active_support/core_ext/string/inflections.rb:66:in `safe_constantize' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:152:in `_default_wrap_model' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:169:in `_set_wrapper_defaults' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:133:in `inherited' + actionpack (3.2.2) lib/abstract_controller/railties/routes_helpers.rb:7:in `block (2 levels) in with' + actionpack (3.2.2) lib/action_controller/railties/paths.rb:7:in `block (2 levels) in with' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:2:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:1:in `' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:229:in `block in constantize' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `each' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `constantize' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:63:in `controller_reference' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:48:in `controller' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:26:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3022656419449223433__call__3239112933098771936__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 15:40:36 +0100 +Processing by Cmtool::PagesController#index as HTML +Completed 500 Internal Server Error in 431ms + +NoMethodError (undefined method `authenticate_user!' for #): + activesupport (3.2.2) lib/active_support/callbacks.rb:418:in `_run__1910319779841692235__process_action__2078919011977586933__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3022656419449223433__call__3239112933098771936__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (16.4ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 15:41:38 +0100 + +NameError (uninitialized constant User::AtoolModelModifications): + /Users/bterkuile/companytools/development/rails/cmtool/app/models/user.rb:4:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/models/user.rb:1:in `' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:229:in `block in constantize' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `each' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `constantize' + devise (2.0.4) lib/devise.rb:293:in `get' + devise (2.0.4) lib/devise/mapping.rb:77:in `to' + devise (2.0.4) lib/devise/mapping.rb:72:in `modules' + devise (2.0.4) lib/devise/mapping.rb:89:in `routes' + devise (2.0.4) lib/devise/mapping.rb:156:in `default_used_route' + devise (2.0.4) lib/devise/mapping.rb:66:in `initialize' + devise (2.0.4) lib/devise.rb:327:in `new' + devise (2.0.4) lib/devise.rb:327:in `add_mapping' + devise (2.0.4) lib/devise/rails/routes.rb:206:in `block in devise_for' + devise (2.0.4) lib/devise/rails/routes.rb:205:in `each' + devise (2.0.4) lib/devise/rails/routes.rb:205:in `devise_for' + /Users/bterkuile/companytools/development/rails/cmtool/config/routes.rb:2:in `block in ' + actionpack (3.2.2) lib/action_dispatch/routing/mapper.rb:424:in `instance_exec' + actionpack (3.2.2) lib/action_dispatch/routing/mapper.rb:424:in `block in with_default_scope' + actionpack (3.2.2) lib/action_dispatch/routing/mapper.rb:622:in `scope' + actionpack (3.2.2) lib/action_dispatch/routing/mapper.rb:423:in `with_default_scope' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:274:in `eval_block' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:254:in `draw' + /Users/bterkuile/companytools/development/rails/cmtool/config/routes.rb:1:in `' + railties (3.2.2) lib/rails/application/routes_reloader.rb:40:in `block in load_paths' + railties (3.2.2) lib/rails/application/routes_reloader.rb:40:in `each' + railties (3.2.2) lib/rails/application/routes_reloader.rb:40:in `load_paths' + railties (3.2.2) lib/rails/application/routes_reloader.rb:16:in `reload!' + railties (3.2.2) lib/rails/application/routes_reloader.rb:26:in `block in updater' + activesupport (3.2.2) lib/active_support/file_update_checker.rb:78:in `call' + activesupport (3.2.2) lib/active_support/file_update_checker.rb:78:in `execute' + activesupport (3.2.2) lib/active_support/file_update_checker.rb:86:in `execute_if_updated' + railties (3.2.2) lib/rails/application/routes_reloader.rb:7:in `execute_if_updated' + railties (3.2.2) lib/rails/application/finisher.rb:68:in `block (2 levels) in ' + activesupport (3.2.2) lib/active_support/callbacks.rb:451:in `_run__1604440581370603888__prepare__3239112933098771936__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_prepare_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:74:in `prepare!' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:64:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (31.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.4ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 15:41:51 +0100 +Processing by Cmtool::PagesController#index as HTML +Completed 500 Internal Server Error in 349ms + +NoMethodError (undefined method `authenticate_user!' for #): + activesupport (3.2.2) lib/active_support/callbacks.rb:418:in `_run__1910319779841692235__process_action__2078919011977586933__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3022656419449223433__call__3239112933098771936__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (7.7ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 15:46:17 +0100 +Processing by Cmtool::PagesController#index as HTML +Completed 401 Unauthorized in 13ms + + +Started GET "/users/sign_in" for 127.0.0.1 at 2012-03-23 15:46:18 +0100 +Processing by Cmtool::SessionsController#new as HTML + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.0.4/app/views/devise/_links.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.0.4/app/views/devise/sessions/new.html.erb within layouts/cmtool/application (29.0ms) +Compiled cmtool/application.css (0ms) (pid 4790) +Compiled jquery.js (1ms) (pid 4790) +Compiled jquery_ujs.js (0ms) (pid 4790) +Compiled cmtool/application.js (56ms) (pid 4790) +Completed 200 OK in 231ms (Views: 230.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 15:46:18 +0100 +Served asset /cmtool/application.css - 200 OK (8ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 15:46:18 +0100 +Served asset /jquery.js - 200 OK (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 15:46:18 +0100 +Served asset /jquery_ujs.js - 200 OK (2ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 15:46:18 +0100 +Served asset /cmtool/application.js - 200 OK (8ms) + + +Started POST "/users/sign_in" for 127.0.0.1 at 2012-03-23 15:53:52 +0100 +Processing by Cmtool::SessionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "user"=>{"email"=>"bterkuile@gmail.com", "password"=>"[FILTERED]", "remember_me"=>"0"}, "commit"=>"Sign in"} +Redirected to http://localhost:3000/cmtool/ +Completed 302 Found in 254ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 15:53:52 +0100 +Processing by Cmtool::PagesController#index as HTML +Completed 500 Internal Server Error in 17ms + +ActionView::MissingTemplate (Missing template cmtool/pages/index, cmtool/application/index, application/index with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder]}. Searched in: + * "/Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/app/views" + * "/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.0.4/app/views" + * "/Users/bterkuile/companytools/development/rails/cmtool/app/views" +): + actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find' + actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:3:in `find_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:29:in `determine_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:10:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__769427547146528419__process_action__1514775616020210695__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1883392464645834402__call__4458679076636177736__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/missing_template.erb within rescues/layout (1.1ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 15:56:04 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (5.0ms) +Completed 500 Internal Server Error in 136ms + +ActionView::Template::Error (undefined method `human_plural' for "Page":ActiveModel::Name): + 1: - title t('action.index.title', :model => Page.model_name.human_plural) + 2: %table.index-table + 3: %thead + 4: %tr + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml___2454205793906461197_70220754680520' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2115395866617010673__process_action__2296914882894525762__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3159580910748923390__call__2750921967473057426__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.5ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 15:56:51 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (1.7ms) +Completed 500 Internal Server Error in 14ms + +ActionView::Template::Error (undefined method `human_plural' for "Page":ActiveModel::Name): + 1: - title t('action.index.title', :model => Page.model_name.human_plural) + 2: %table.index-table + 3: %thead + 4: %tr + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml___2454205793906461197_70220754680520' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2115395866617010673__process_action__2296914882894525762__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3159580910748923390__call__2750921967473057426__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.2ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 15:57:34 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (594.8ms) +Completed 500 Internal Server Error in 734ms + +ActionView::Template::Error (undefined method `title' for #<#:0x007f982c7039a8>): + 1: - title t('action.index.title', :model => Page.model_name.human_plural) + 2: %table.index-table + 3: %thead + 4: %tr + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml___2911175577186168847_70145802211600' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3480573518160665444__process_action__1356144986677517679__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1275520714495656397__call__296568650365416036__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (29.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (38.4ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:07:14 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (4.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (701.7ms) +Completed 500 Internal Server Error in 734ms + +ActionView::Template::Error (undefined method `link_to_new_content' for #<#:0x007f982c47aa10>): + 18: + 19: - content_for :page_links do + 20: %ul + 21: %li= link_to link_to_new_content(:page), new_admin_page_path + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:21:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml___2911175577186168847_70145802211600' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:19:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml___2911175577186168847_70145802211600' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3480573518160665444__process_action__1356144986677517679__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1275520714495656397__call__296568650365416036__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.1ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:10:51 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (33.4ms) +Completed 500 Internal Server Error in 60ms + +ActionView::Template::Error (undefined method `model_name' for :page:Symbol): + 18: + 19: - content_for :page_links do + 20: %ul + 21: %li= link_to link_to_new_content(:page), new_admin_page_path + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:20:in `link_to_new_content' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:21:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml___2911175577186168847_70145802211600' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:19:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml___2911175577186168847_70145802211600' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3480573518160665444__process_action__1356144986677517679__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1275520714495656397__call__296568650365416036__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.4ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:11:36 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (613.9ms) +Completed 500 Internal Server Error in 623ms + +ActionView::Template::Error (undefined local variable or method `new_admin_page_path' for #<#:0x007f982c4eb328>): + 18: + 19: - content_for :page_links do + 20: %ul + 21: %li= link_to link_to_new_content(Page), new_admin_page_path + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:21:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml___2911175577186168847_70145777534480' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:19:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml___2911175577186168847_70145777534480' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3480573518160665444__process_action__1356144986677517679__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1275520714495656397__call__296568650365416036__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.7ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:11:56 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (67.9ms) +Completed 200 OK in 99ms (Views: 92.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:11:56 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:11:56 +0100 +Served asset /jquery.js - 304 Not Modified (2ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:11:56 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:11:56 +0100 +Served asset /cmtool/application.js - 304 Not Modified (5ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:13:30 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (38.7ms) +Completed 500 Internal Server Error in 669ms + +ActionView::Template::Error (File to import not found or unreadable: bourbon. +Load path: /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy + (in /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/structure.css.sass)): + 2: + 3: + 4: Cmtool + 5: <%= stylesheet_link_tag "cmtool/application", :media => "all" %> + 6: <%= javascript_include_tag "cmtool/application" %> + 7: <%= csrf_meta_tags %> + 8: + /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/structure.css.sass:1 + sass (3.1.15) lib/sass/tree/import_node.rb:64:in `rescue in import' + sass (3.1.15) lib/sass/tree/import_node.rb:42:in `import' + sass (3.1.15) lib/sass/tree/import_node.rb:25:in `imported_file' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:149:in `rescue in visit_import' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:154:in `visit_import' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:18:in `visit' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `map' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `visit_children' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:27:in `block in visit_children' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:39:in `with_environment' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:26:in `visit_children' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `block in visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:47:in `visit_root' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:18:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:7:in `visit' + sass (3.1.15) lib/sass/tree/root_node.rb:20:in `render' + sass (3.1.15) lib/sass/engine.rb:299:in `_render' + sass (3.1.15) lib/sass/engine.rb:246:in `render' + tilt (1.3.3) lib/tilt/css.rb:24:in `evaluate' + tilt (1.3.3) lib/tilt/template.rb:76:in `render' + sprockets (2.1.2) lib/sprockets/context.rb:177:in `block in evaluate' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `each' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `evaluate' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:12:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `each' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:16:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/bundled_asset.rb:38:in `init_with' + sprockets (2.1.2) lib/sprockets/asset.rb:24:in `from_hash' + sprockets (2.1.2) lib/sprockets/caching.rb:15:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/environment.rb:74:in `find_asset' + sprockets (2.1.2) lib/sprockets/base.rb:171:in `[]' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `collect' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.erb:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_erb__2810986482247163972_70145801872500' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3480573518160665444__process_action__1356144986677517679__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1275520714495656397__call__296568650365416036__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.3ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:13:58 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (2.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (56.6ms) +Completed 500 Internal Server Error in 725ms + +ActionView::Template::Error (File to import not found or unreadable: bourbon. +Load path: /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy + (in /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/structure.css.sass)): + 2: + 3: + 4: Cmtool + 5: <%= stylesheet_link_tag "cmtool/application", :media => "all" %> + 6: <%= javascript_include_tag "cmtool/application" %> + 7: <%= csrf_meta_tags %> + 8: + /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/structure.css.sass:1 + sass (3.1.15) lib/sass/tree/import_node.rb:64:in `rescue in import' + sass (3.1.15) lib/sass/tree/import_node.rb:42:in `import' + sass (3.1.15) lib/sass/tree/import_node.rb:25:in `imported_file' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:149:in `rescue in visit_import' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:154:in `visit_import' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:18:in `visit' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `map' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `visit_children' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:27:in `block in visit_children' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:39:in `with_environment' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:26:in `visit_children' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `block in visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:47:in `visit_root' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:18:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:7:in `visit' + sass (3.1.15) lib/sass/tree/root_node.rb:20:in `render' + sass (3.1.15) lib/sass/engine.rb:299:in `_render' + sass (3.1.15) lib/sass/engine.rb:246:in `render' + tilt (1.3.3) lib/tilt/css.rb:24:in `evaluate' + tilt (1.3.3) lib/tilt/template.rb:76:in `render' + sprockets (2.1.2) lib/sprockets/context.rb:177:in `block in evaluate' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `each' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `evaluate' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:12:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `each' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:16:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/bundled_asset.rb:38:in `init_with' + sprockets (2.1.2) lib/sprockets/asset.rb:24:in `from_hash' + sprockets (2.1.2) lib/sprockets/caching.rb:15:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/environment.rb:74:in `find_asset' + sprockets (2.1.2) lib/sprockets/base.rb:171:in `[]' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `collect' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.erb:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_erb___498466460453171157_70115128679060' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__1161653758605551207__process_action__2776927264935496497__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3339202763328974838__call__3675477687352571756__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.5ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:15:11 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (2.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (100.5ms) +Completed 500 Internal Server Error in 251ms + +ActionView::Template::Error (File to import not found or unreadable: bourbon. +Load path: /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy + (in /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/structure.css.sass)): + 2: + 3: + 4: Cmtool + 5: <%= stylesheet_link_tag "cmtool/application", :media => "all" %> + 6: <%= javascript_include_tag "cmtool/application" %> + 7: <%= csrf_meta_tags %> + 8: + /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/structure.css.sass:1 + sass (3.1.15) lib/sass/tree/import_node.rb:64:in `rescue in import' + sass (3.1.15) lib/sass/tree/import_node.rb:42:in `import' + sass (3.1.15) lib/sass/tree/import_node.rb:25:in `imported_file' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:149:in `rescue in visit_import' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:154:in `visit_import' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:18:in `visit' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `map' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `visit_children' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:27:in `block in visit_children' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:39:in `with_environment' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:26:in `visit_children' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `block in visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:47:in `visit_root' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:18:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:7:in `visit' + sass (3.1.15) lib/sass/tree/root_node.rb:20:in `render' + sass (3.1.15) lib/sass/engine.rb:299:in `_render' + sass (3.1.15) lib/sass/engine.rb:246:in `render' + tilt (1.3.3) lib/tilt/css.rb:24:in `evaluate' + tilt (1.3.3) lib/tilt/template.rb:76:in `render' + sprockets (2.1.2) lib/sprockets/context.rb:177:in `block in evaluate' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `each' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `evaluate' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:12:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `each' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:16:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/bundled_asset.rb:38:in `init_with' + sprockets (2.1.2) lib/sprockets/asset.rb:24:in `from_hash' + sprockets (2.1.2) lib/sprockets/caching.rb:15:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/environment.rb:74:in `find_asset' + sprockets (2.1.2) lib/sprockets/base.rb:171:in `[]' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `collect' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.erb:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_erb___3194466277569770970_70230867797560' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__475529890875849372__process_action__4246755627389958119__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__2493849402545773723__call__1552323737836493741__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.1ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:16:29 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (33.3ms) +Completed 500 Internal Server Error in 58ms + +ActionView::Template::Error (File to import not found or unreadable: bourbon. +Load path: /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy + (in /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/structure.css.sass)): + 2: + 3: + 4: Cmtool + 5: <%= stylesheet_link_tag "cmtool/application", :media => "all" %> + 6: <%= javascript_include_tag "cmtool/application" %> + 7: <%= csrf_meta_tags %> + 8: + /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/structure.css.sass:1 + sass (3.1.15) lib/sass/tree/import_node.rb:64:in `rescue in import' + sass (3.1.15) lib/sass/tree/import_node.rb:42:in `import' + sass (3.1.15) lib/sass/tree/import_node.rb:25:in `imported_file' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:149:in `rescue in visit_import' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:154:in `visit_import' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:18:in `visit' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `block in visit_children' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `map' + sass (3.1.15) lib/sass/tree/visitors/base.rb:53:in `visit_children' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:27:in `block in visit_children' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:39:in `with_environment' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:26:in `visit_children' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `block in visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:47:in `visit_root' + sass (3.1.15) lib/sass/tree/visitors/base.rb:37:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:18:in `visit' + sass (3.1.15) lib/sass/tree/visitors/perform.rb:7:in `visit' + sass (3.1.15) lib/sass/tree/root_node.rb:20:in `render' + sass (3.1.15) lib/sass/engine.rb:299:in `_render' + sass (3.1.15) lib/sass/engine.rb:246:in `render' + tilt (1.3.3) lib/tilt/css.rb:24:in `evaluate' + tilt (1.3.3) lib/tilt/template.rb:76:in `render' + sprockets (2.1.2) lib/sprockets/context.rb:177:in `block in evaluate' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `each' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `evaluate' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:12:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `each' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:16:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/bundled_asset.rb:38:in `init_with' + sprockets (2.1.2) lib/sprockets/asset.rb:24:in `from_hash' + sprockets (2.1.2) lib/sprockets/caching.rb:15:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/environment.rb:74:in `find_asset' + sprockets (2.1.2) lib/sprockets/base.rb:171:in `[]' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `collect' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.erb:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_erb___3194466277569770970_70230867797560' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__475529890875849372__process_action__4246755627389958119__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__2493849402545773723__call__1552323737836493741__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:20:09 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (6.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (69.8ms) +Compiled cmtool/structure.css (1492ms) (pid 4971) +Compiled cmtool/application.css (1547ms) (pid 4971) +Completed 200 OK in 1816ms (Views: 1738.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:20:11 +0100 +Served asset /cmtool/application.css - 304 Not Modified (69ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:20:11 +0100 +Served asset /cmtool/structure.css - 200 OK (13ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:20:11 +0100 +Served asset /jquery.js - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:20:11 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:20:11 +0100 +Served asset /cmtool/application.js - 304 Not Modified (12ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:24:28 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (42.1ms) +Completed 500 Internal Server Error in 1941ms + +ActionView::Template::Error (undefined local variable or method `site_title' for #<#:0x007fbb37164960>): + 1: !!! Strict + 2: %html{"xml:lang" => I18n.locale, :lang => I18n.locale} + 3: %head + 4: %title= site_title + 5: = csrf_meta_tag + 6: = stylesheet_link_tag 'cmtool/application' + 7: = javascript_include_tag 'cmtool/application' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:4:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___968418388285954432_70221029886880' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3969561503948822299__process_action__1371774983036682861__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3217160298992764048__call__4345061484916105656__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.0ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:24:56 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (38.4ms) +Completed 500 Internal Server Error in 85ms + +ActionView::Template::Error (Missing partial cmtool/pages/user_info, cmtool/application/user_info, application/user_info with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: + * "/Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/app/views" + * "/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.0.4/app/views" + * "/Users/bterkuile/companytools/development/rails/cmtool/app/views" +): + 8: = yield(:head) + 9: %body + 10: #page-wrapper + 11: #header-container= render 'user_info' + 12: #navigation-container + 13: #menu-container + 14: - if user_signed_in? + actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find' + actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:331:in `find_template' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:325:in `find_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:222:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:11:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___968418388285954432_70221029886880' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3969561503948822299__process_action__1371774983036682861__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3217160298992764048__call__4345061484916105656__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.9ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:25:59 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (43.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (3511.2ms) +Completed 500 Internal Server Error in 3603ms + +ActionView::Template::Error (undefined local variable or method `destroy_user_session_path' for #<#:0x007fbb38691ea0>): + 2: #user-info-email= current_user.email + 3: #user-info-sign-in-out{class: user_signed_in? ? 'signed-in' : 'signed-out'} + 4: - if user_signed_in? + 5: = link_to t('devise.sessions.sign_out'), destroy_user_session_path + 6: - else + 7: = link_to t('devise.sessions.sign_in'), new_user_session_path + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_application__user_info_html_haml__707110879011766820_70221039199840' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:11:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___968418388285954432_70221029886880' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3969561503948822299__process_action__1371774983036682861__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3217160298992764048__call__4345061484916105656__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.6ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:27:32 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (41.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1068.6ms) +Completed 500 Internal Server Error in 1132ms + +ActionView::Template::Error (undefined method `destroy_user_session_path' for #): + 2: #user-info-email= current_user.email + 3: #user-info-sign-in-out{class: user_signed_in? ? 'signed-in' : 'signed-out'} + 4: - if user_signed_in? + 5: = link_to t('devise.sessions.sign_out'), cmtool.destroy_user_session_path + 6: - else + 7: = link_to t('devise.sessions.sign_in'), new_user_session_path + actionpack (3.2.2) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_application__user_info_html_haml__707110879011766820_70221030981400' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:11:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___968418388285954432_70221029886880' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3969561503948822299__process_action__1371774983036682861__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3217160298992764048__call__4345061484916105656__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.2ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:28:00 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (50.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (6.2ms) +Completed 500 Internal Server Error in 3688ms + +ActionView::Template::Error (undefined local variable or method `admin_pages_path' for #<#:0x007fbb33d34cf8>): + 13: #menu-container + 14: - if user_signed_in? + 15: %ul + 16: %li{:class => controller_name == 'pages' ? 'ui-state-active' : 'ui-state-default'}=link_to Page.model_name.human_plural, admin_pages_path + 17: %li{:class => controller_name == 'news' ? 'ui-state-active' : 'ui-state-default'}=link_to News.model_name.human_plural, admin_news_index_path + 18: %li{:class => controller_name == 'keywords' ? 'ui-state-active' : 'ui-state-default'}=link_to Keyword.model_name.human_plural, admin_keywords_path + 19: %li{:class => controller_name == 'faqs' ? 'ui-state-active' : 'ui-state-default'}=link_to Faq.model_name.human_plural, admin_faqs_path + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:16:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___968418388285954432_70221029886880' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3969561503948822299__process_action__1371774983036682861__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3217160298992764048__call__4345061484916105656__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:28:35 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (43.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) +Completed 500 Internal Server Error in 95ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::News): + 14: - if user_signed_in? + 15: %ul + 16: %li{:class => controller_name == 'pages' ? 'ui-state-active' : 'ui-state-default'}=link_to Page.model_name.human_plural, cmtool.pages_path + 17: %li{:class => controller_name == 'news' ? 'ui-state-active' : 'ui-state-default'}=link_to News.model_name.human_plural, cmtool.news_index_path + 18: %li{:class => controller_name == 'keywords' ? 'ui-state-active' : 'ui-state-default'}=link_to Keyword.model_name.human_plural, cmtool.keywords_path + 19: %li{:class => controller_name == 'faqs' ? 'ui-state-active' : 'ui-state-default'}=link_to Faq.model_name.human_plural, cmtool.faqs_path + 20: %li{:class => controller_name == 'quotes' ? 'ui-state-active' : 'ui-state-default'}=link_to Quote.model_name.human_plural, cmtool.quotes_path + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:17:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___968418388285954432_70221028178680' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3969561503948822299__process_action__1371774983036682861__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3217160298992764048__call__4345061484916105656__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (59.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (69.7ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:29:46 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (47.1ms) +ERROR: compiling ___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___968418388285954432_70221025047000 RAISED /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:25: syntax error, unexpected '\n', expecting tASSOC +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:26: unknown regexp option - l +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:26: syntax error, unexpected $undefined +...));}\n \n \n ... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:27: unknown regexp option - l +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:27: syntax error, unexpected $undefined +));}\n \n <... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:27: unknown regexp options - dv +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:27: syntax error, unexpected $undefined +...
\n", -1, false);end +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:30: unknown regexp options - dv +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:30: syntax error, unexpected $undefined +...
\n \n ... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:30: unknown regexp options - dv +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:30: syntax error, unexpected $undefined +...\n \n \n
\n
\n
\n ... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:30: syntax error, unexpected $undefined +...
\n #{_hamlout.adjust_ta... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:33: syntax error, unexpected '}', expecting ')' +));}\n
\... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:33: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' +));}\n
\n #{_ham... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:33: syntax error, unexpected $undefined +...;}\n
\n #{_hamlout.adjust_... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:35: syntax error, unexpected '}', expecting ')' +));}\n
\n \n
\n
\n \n\n
\n \n\n", -5, false);::Ham... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:35: unterminated regexp meets end of file +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:35: syntax error, unexpected $end, expecting ')' +Function body: def ___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___968418388285954432_70221025047000(local_assigns, output_buffer) + _old_virtual_path, @virtual_path = @virtual_path, "layouts/cmtool/application";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;;_hamlout.push_text("\n I18n.locale, :lang => I18n.locale)}>\n \n #{_hamlout.adjust_tabs(3); + +_hamlout.format_script_false_true_false_true_false_true_false((site_title +));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( csrf_meta_tag +));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( stylesheet_link_tag 'cmtool/application' +));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( javascript_include_tag 'cmtool/application' +));}\n #{_hamlout.format_script_false_false_false_true_false_true_false(( yield(:head) +));}\n \n \n
\n
#{_hamlout.adjust_tabs(2); + +_hamlout.format_script_false_true_false_true_false_true_false((render 'user_info' +));}
\n \n
\n #{_hamlout.adjust_tabs(-1); + +_hamlout.format_script_false_false_false_true_false_true_false(( render 'alerts' +));}\n
\n #{_hamlout.adjust_tabs(1); +_hamlout.format_script_false_false_false_true_false_true_false((yield +));}\n
\n
\n
\n \n\n", -5, false);::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; + ensure + @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer + end + +Backtrace: /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:285:in `module_eval' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:285:in `compile' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:233:in `compile!' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:142:in `block in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:125:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:141:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:40:in `render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:13:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/renderer.rb:36:in `render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/renderer.rb:17:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:109:in `_render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/streaming.rb:225:in `_render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:103:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/renderers.rb:28:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:88:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:16:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/core_ext/benchmark.rb:5:in `ms' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:40:in `block in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:39:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:10:in `default_render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' +/Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:4:in `send_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:167:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:10:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:18:in `block in process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:425:in `_run__3969561503948822299__process_action__1371774983036682861__callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:17:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rescue.rb:29:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:29:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/params_wrapper.rb:205:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:18:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:121:in `process' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:45:in `process' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal.rb:203:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal.rb:246:in `block in action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:30:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/railtie/configurable.rb:30:in `method_missing' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.1.15/lib/sass/plugin/rack.rb:54:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:35:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:34:in `catch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:34:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/head.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/params_parser.rb:21:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/flash.rb:242:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/cookies.rb:338:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/query_cache.rb:64:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `_run__3217160298992764048__call__4345061484916105656__callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:27:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/reloader.rb:65:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/logger.rb:26:in `call_app' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/logger.rb:16:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/request_id.rb:22:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/cache/strategy/local_cache.rb:72:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/static.rb:61:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/application.rb:220:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/debugger.rb:20:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/log_tailer.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' +Completed 500 Internal Server Error in 77ms + +ActionView::Template::Error (/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:25: syntax error, unexpected '\n', expecting tASSOC +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:26: unknown regexp option - l +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:26: syntax error, unexpected $undefined +...));}\n \n \n ... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:27: unknown regexp option - l +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:27: syntax error, unexpected $undefined +));}\n \n <... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:27: unknown regexp options - dv +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:27: syntax error, unexpected $undefined +...
\n", -1, false);end +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:30: unknown regexp options - dv +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:30: syntax error, unexpected $undefined +...
\n
\n ... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:30: unknown regexp options - dv +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:30: syntax error, unexpected $undefined +...\n \n \n
\n
\n
\n ... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:30: syntax error, unexpected $undefined +...
\n #{_hamlout.adjust_ta... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:33: syntax error, unexpected '}', expecting ')' +));}\n
\... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:33: syntax error, unexpected tIDENTIFIER, expecting keyword_do or '{' or '(' +));}\n
\n #{_ham... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:33: syntax error, unexpected $undefined +...;}\n
\n #{_hamlout.adjust_... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:35: syntax error, unexpected '}', expecting ')' +));}\n
\n \n
\n
\n \n\n
\n \n\n", -5, false);::Ham... +... ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:35: unterminated regexp meets end of file +/Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:35: syntax error, unexpected $end, expecting ')'): + 22: %span.title Formulieren + 23: %ul.child-menu + 24: %li{:class => controller_name == 'contact_forms' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::ContactForm.model_name.human_plural, cmtool.contact_forms_path + 25: %li{:class => controller_name == 'newsletter_subscriptions' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool:NewsletterSubscription.model_name.human_plural, cmtool.newsletter_subscriptions_path + 26: %li{:class => controller_name == 'images' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Image.model_name.human_plural, cmtool.images_path + 27: .clear + 28: #sub-navigation-container + actionpack (3.2.2) lib/action_view/template.rb:285:in `module_eval' + actionpack (3.2.2) lib/action_view/template.rb:285:in `compile' + actionpack (3.2.2) lib/action_view/template.rb:233:in `compile!' + actionpack (3.2.2) lib/action_view/template.rb:142:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3969561503948822299__process_action__1371774983036682861__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3217160298992764048__call__4345061484916105656__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.9ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:30:04 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (40.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +Completed 500 Internal Server Error in 100ms + +ActionView::Template::Error (uninitialized constant Cmtool::News::Paperclip): + 14: - if user_signed_in? + 15: %ul + 16: %li{:class => controller_name == 'pages' ? 'ui-state-active' : 'ui-state-default'}=link_to Page.model_name.human_plural, cmtool.pages_path + 17: %li{:class => controller_name == 'news' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::News.model_name.human_plural, cmtool.news_index_path + 18: %li{:class => controller_name == 'keywords' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Keyword.model_name.human_plural, cmtool.keywords_path + 19: %li{:class => controller_name == 'faqs' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Faq.model_name.human_plural, cmtool.faqs_path + 20: %li{:class => controller_name == 'quotes' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Quote.model_name.human_plural, cmtool.quotes_path + /Users/bterkuile/companytools/development/rails/cmtool/app/models/cmtool/news.rb:4:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/models/cmtool/news.rb:2:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/models/cmtool/news.rb:1:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:17:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___968418388285954432_70221037959860' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3969561503948822299__process_action__1371774983036682861__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__3217160298992764048__call__4345061484916105656__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.6ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:33:07 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (42.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (113.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (4.6ms) +Completed 500 Internal Server Error in 513ms + +ActionView::Template::Error (uninitialized constant Quote::AtoolModelModifications): + 17: %li{:class => controller_name == 'news' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::News.model_name.human_plural, cmtool.news_index_path + 18: %li{:class => controller_name == 'keywords' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Keyword.model_name.human_plural, cmtool.keywords_path + 19: %li{:class => controller_name == 'faqs' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Faq.model_name.human_plural, cmtool.faqs_path + 20: %li{:class => controller_name == 'quotes' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Quote.model_name.human_plural, cmtool.quotes_path + 21: %li{:class => %w[contact_forms demo_requests call_requests newsletter_subscriptions].include?(controller_name) ? ['ui-state-active', 'parent'] : ['ui-state-default', 'parent']} + 22: %span.title Formulieren + 23: %ul.child-menu + /Users/bterkuile/companytools/development/rails/cmtool/app/models/cmtool/quote.rb:3:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/models/cmtool/quote.rb:1:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:20:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___3634275718403312306_70263973678000' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3966381975674565819__process_action__1992222127301008129__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__860227898862519431__call__1788633400245166599__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.7ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:33:30 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (42.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class +Completed 500 Internal Server Error in 209ms + +ActionView::Template::Error (Expected /Users/bterkuile/companytools/development/rails/cmtool/app/models/cmtool/quote.rb to define Cmtool::Quote): + 17: %li{:class => controller_name == 'news' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::News.model_name.human_plural, cmtool.news_index_path + 18: %li{:class => controller_name == 'keywords' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Keyword.model_name.human_plural, cmtool.keywords_path + 19: %li{:class => controller_name == 'faqs' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Faq.model_name.human_plural, cmtool.faqs_path + 20: %li{:class => controller_name == 'quotes' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Quote.model_name.human_plural, cmtool.quotes_path + 21: %li{:class => %w[contact_forms demo_requests call_requests newsletter_subscriptions].include?(controller_name) ? ['ui-state-active', 'parent'] : ['ui-state-default', 'parent']} + 22: %span.title Formulieren + 23: %ul.child-menu + activesupport (3.2.2) lib/active_support/dependencies.rb:503:in `load_missing_constant' + activesupport (3.2.2) lib/active_support/dependencies.rb:192:in `block in const_missing' + activesupport (3.2.2) lib/active_support/dependencies.rb:190:in `each' + activesupport (3.2.2) lib/active_support/dependencies.rb:190:in `const_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:20:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___3634275718403312306_70263973678000' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3966381975674565819__process_action__1992222127301008129__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__860227898862519431__call__1788633400245166599__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.6ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:33:49 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (85.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class +Completed 500 Internal Server Error in 297ms + +ActionView::Template::Error (Unknown validator: 'EmailValidator'): + 22: %span.title Formulieren + 23: %ul.child-menu + 24: %li{:class => controller_name == 'contact_forms' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::ContactForm.model_name.human_plural, cmtool.contact_forms_path + 25: %li{:class => controller_name == 'newsletter_subscriptions' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::NewsletterSubscription.model_name.human_plural, cmtool.newsletter_subscriptions_path + 26: %li{:class => controller_name == 'images' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Image.model_name.human_plural, cmtool.images_path + 27: .clear + 28: #sub-navigation-container + activemodel (3.2.2) lib/active_model/validations/validates.rb:96:in `rescue in block in validates' + activemodel (3.2.2) lib/active_model/validations/validates.rb:93:in `block in validates' + activemodel (3.2.2) lib/active_model/validations/validates.rb:90:in `each' + activemodel (3.2.2) lib/active_model/validations/validates.rb:90:in `validates' + /Users/bterkuile/companytools/development/rails/cmtool/app/models/cmtool/newsletter_subscription.rb:13:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/models/cmtool/newsletter_subscription.rb:2:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/models/cmtool/newsletter_subscription.rb:1:in `' + activesupport (3.2.2) lib/active_support/dependencies.rb:469:in `load' + activesupport (3.2.2) lib/active_support/dependencies.rb:469:in `block in load_file' + activesupport (3.2.2) lib/active_support/dependencies.rb:639:in `new_constants_in' + activesupport (3.2.2) lib/active_support/dependencies.rb:468:in `load_file' + activesupport (3.2.2) lib/active_support/dependencies.rb:353:in `require_or_load' + activesupport (3.2.2) lib/active_support/dependencies.rb:502:in `load_missing_constant' + activesupport (3.2.2) lib/active_support/dependencies.rb:192:in `block in const_missing' + activesupport (3.2.2) lib/active_support/dependencies.rb:190:in `each' + activesupport (3.2.2) lib/active_support/dependencies.rb:190:in `const_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:25:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___3634275718403312306_70263973678000' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3966381975674565819__process_action__1992222127301008129__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__860227898862519431__call__1788633400245166599__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.3ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:36:26 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (4.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (72.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (4.2ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (3.6ms) +Completed 200 OK in 513ms (Views: 393.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:36:27 +0100 +Served asset /cmtool/application.css - 304 Not Modified (68ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:36:27 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (14ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:36:27 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:36:27 +0100 +Served asset /jquery.js - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:36:27 +0100 +Served asset /cmtool/application.js - 304 Not Modified (10ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:38:38 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (45.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 310ms (Views: 275.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:38:38 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:38:38 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:38:38 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:38:38 +0100 +Served asset /cmtool/application.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:38:38 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:39:10 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (57.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 338ms (Views: 295.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:39:10 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:39:10 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:39:10 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:39:10 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:39:10 +0100 +Served asset /cmtool/application.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:41:46 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (50.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 369ms (Views: 288.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:41:46 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:41:46 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:41:46 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:41:46 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:41:47 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:42:09 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (47.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 80ms (Views: 72.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:42:09 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:42:09 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:42:09 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:42:09 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:42:09 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:42:30 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (5.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (72.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (5.8ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (3.9ms) +Completed 200 OK in 533ms (Views: 415.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:42:31 +0100 +Served asset /cmtool/application.css - 304 Not Modified (33ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:42:31 +0100 +Served asset /jquery.js - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:42:31 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (17ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:42:31 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:42:31 +0100 +Served asset /cmtool/application.js - 304 Not Modified (15ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:42:59 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (65.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 388ms (Views: 346.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:43:00 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:43:00 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:43:00 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:43:00 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:43:00 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:44:36 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (55.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.4ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 347ms (Views: 310.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:44:36 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:44:36 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:44:36 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:44:36 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:44:36 +0100 +Served asset /cmtool/application.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:45:25 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (57.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (2.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 336ms (Views: 299.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:45:25 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:45:25 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:45:25 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:45:25 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:45:25 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:45:45 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (62.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 428ms (Views: 325.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:45:46 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:45:46 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:45:46 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:45:46 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:45:46 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:47:46 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (47.0ms) +Compiled cmtool/structure.css (875ms) (pid 5233) +Compiled cmtool/application.css (2ms) (pid 5233) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 995ms (Views: 986.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:47:47 +0100 +Served asset /cmtool/application.css - 304 Not Modified (92ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:47:47 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:47:47 +0100 +Served asset /cmtool/application.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:47:47 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:47:47 +0100 +Served asset /cmtool/structure.css - 200 OK (20ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:48:58 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (42.1ms) +Compiled cmtool/structure.css (776ms) (pid 5233) +Compiled cmtool/application.css (3ms) (pid 5233) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 894ms (Views: 886.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:48:59 +0100 +Served asset /cmtool/application.css - 304 Not Modified (45ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:48:59 +0100 +Served asset /cmtool/structure.css - 200 OK (68ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:48:59 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:48:59 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:48:59 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:50:06 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (41.7ms) +Compiled cmtool/structure.css (890ms) (pid 5233) +Compiled cmtool/application.css (2ms) (pid 5233) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 1010ms (Views: 1001.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:50:07 +0100 +Served asset /cmtool/application.css - 304 Not Modified (50ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:50:07 +0100 +Served asset /cmtool/structure.css - 200 OK (18ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:50:07 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:50:07 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:50:07 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:51:05 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (39.8ms) +Compiled cmtool/structure.css (802ms) (pid 5233) +Compiled cmtool/application.css (2ms) (pid 5233) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 977ms (Views: 911.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:51:06 +0100 +Served asset /cmtool/application.css - 304 Not Modified (44ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:51:06 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:51:06 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:51:06 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:51:06 +0100 +Served asset /cmtool/structure.css - 200 OK (22ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:51:25 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (102.7ms) +Compiled cmtool/structure.css (842ms) (pid 5233) +Compiled cmtool/application.css (2ms) (pid 5233) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 1031ms (Views: 1021.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:51:26 +0100 +Served asset /cmtool/structure.css - 200 OK (18ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:51:26 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:51:26 +0100 +Served asset /cmtool/application.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:51:26 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:51:26 +0100 +Served asset /cmtool/application.css - 304 Not Modified (33ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:52:14 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (37.8ms) +Compiled cmtool/structure.css (837ms) (pid 5233) +Compiled cmtool/application.css (3ms) (pid 5233) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 1025ms (Views: 1015.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:52:15 +0100 +Served asset /cmtool/application.css - 304 Not Modified (41ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:52:15 +0100 +Served asset /cmtool/structure.css - 200 OK (22ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:52:15 +0100 +Served asset /cmtool/application.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:52:15 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:52:15 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/" for 127.0.0.1 at 2012-03-23 16:53:20 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (43.3ms) +Compiled cmtool/structure.css (851ms) (pid 5233) +Compiled cmtool/application.css (2ms) (pid 5233) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 1026ms (Views: 1016.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:53:21 +0100 +Served asset /cmtool/application.css - 304 Not Modified (46ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:53:21 +0100 +Served asset /cmtool/structure.css - 200 OK (19ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:53:21 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:53:21 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:53:21 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-23 16:53:58 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml within layouts/cmtool/application (13.6ms) +Completed 500 Internal Server Error in 38ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::NewsletterSubscription): + 1: - title t('action.index.title', :model => NewsletterSubscription.model_name.human.pluralize) + 2: - if @newsletter_subscriptions.any? + 3: %table.index-table + 4: %thead + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_newsletter_subscriptions_index_html_haml___1735422341275243329_70211118796720' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/newsletter_subscriptions_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4079772898414418086__process_action__3736514759238779311__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.7ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-23 16:54:17 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (102.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 133ms (Views: 125.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 16:54:17 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 16:54:17 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (9ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 16:54:17 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 16:54:17 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 16:54:17 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 16:54:19 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (1240.0ms) +Completed 500 Internal Server Error in 1250ms + +ActionView::Template::Error (undefined local variable or method `create_button_text' for #<#:0x007fb69d95e380>): + 1: - title t('action.new.title', :model => Page.model_name.human) + 2: + 3: = render 'form', :submit => create_button_text + 4: + 5: - content_for :page_links do + 6: %ul + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211152225760' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.2ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 16:55:56 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (2.6ms) +Completed 500 Internal Server Error in 40ms + +ActionView::Template::Error (wrong number of arguments (0 for 1)): + 1: - title t('action.new.title', :model => Page.model_name.human) + 2: + 3: = render 'form', :submit => create_button_text + 4: + 5: - content_for :page_links do + 6: %ul + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:39:in `create_button_text' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211152225760' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.3ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 16:56:12 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (1089.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (1098.5ms) +Completed 500 Internal Server Error in 1106ms + +ActionView::Template::Error (undefined method `admin_pages_path' for #<#:0x007fb698bf9bf8>): + 1: = form_for [:admin, @page] do |f| + 2: = render 'error_messages', :target => @page + 3: + 4: .field + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:396:in `apply_form_for_options!' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:369:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211111648960' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211111728260' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.8ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 16:56:31 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (1027.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (1034.0ms) +Completed 500 Internal Server Error in 1043ms + +ActionView::Template::Error (undefined method `admin_pages_path' for #<#:0x007fb69aa3c4d0>): + 1: = form_for [:admin, @page] do |f| + 2: = render 'error_messages', :target => @page + 3: + 4: .field + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:396:in `apply_form_for_options!' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:369:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211111648960' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.3ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 16:56:55 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (24.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (27.2ms) +Completed 500 Internal Server Error in 35ms + +ActionView::Template::Error (Missing partial cmtool/pages/error_messages, cmtool/application/error_messages, application/error_messages with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: + * "/Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/app/views" + * "/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.0.4/app/views" + * "/Users/bterkuile/companytools/development/rails/cmtool/app/views" +): + 1: = form_for [cmtool, @page] do |f| + 2: = render 'error_messages', :target => @page + 3: + 4: .field + 5: = f.label :name + actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find' + actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:331:in `find_template' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:325:in `find_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:222:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:2:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211138576140' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211138576140' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (21.0ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 16:57:23 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (2.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (2059.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (2062.2ms) +Completed 500 Internal Server Error in 2072ms + +ActionView::Template::Error (undefined local variable or method `generate_name_admin_pages_path' for #<#:0x007fb6997150f0>): + 6: = f.text_field :name + 7: %span Te zien in de url + 8: - if @page.new_record? + 9: = link_to_function 'Genereer vanuit titel', %{$.get('#{generate_name_admin_pages_path}', {name: $('#page_title').val()})} + 10: - else + 11: = link_to_function 'Genereer vanuit titel', %{$.get('#{generate_name_admin_page_path(@page)}', {name: $('#page_title').val()})} + 12: .field + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:9:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211117047680' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211117047680' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.3ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 16:58:05 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (1898.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (1901.6ms) +Completed 500 Internal Server Error in 1911ms + +ActionView::Template::Error (undefined method `tree_options_for_select' for #<#:0x007fb69da3b280>): + 31: = f.text_area :sidebar, :rows => 15, :cols => 80, :class => 'editor_full' + 32: .field + 33: = f.label :parent_id + 34: = f.select :parent_id, tree_options_for_select(Page.full_tree(@page.locale), exclude: @page), include_blank: ' -- ' + 35: .field + 36: = f.label :default + 37: = f.check_box :default + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:34:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211152322000' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211152322000' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.7ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 16:59:03 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (86.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (89.6ms) +Completed 500 Internal Server Error in 127ms + +ActionView::Template::Error (Missing partial admin/keywords/habtm with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: + * "/Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/app/views" + * "/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.0.4/app/views" + * "/Users/bterkuile/companytools/development/rails/cmtool/app/views" +): + 45: = f.label :in_menu + 46: = f.check_box :in_menu + 47: .field + 48: = render "admin/keywords/habtm", :subject => @page + 49: .actions + 50: = f.submit @submit || update_button_text + 51: = button_to_function 'Preview (unsupported)', %{$('form').attr('action', '/' + $('#page_name').val()).submit();} + actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find' + actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:331:in `find_template' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:325:in `find_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:222:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:48:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211152322000' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211152322000' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.1ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 16:59:57 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (45.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (48.0ms) +Completed 500 Internal Server Error in 55ms + +ActionView::Template::Error (Missing partial cmtool/pages/habtm, cmtool/application/habtm, application/habtm with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: + * "/Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/app/views" + * "/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.0.4/app/views" + * "/Users/bterkuile/companytools/development/rails/cmtool/app/views" +): + 45: = f.label :in_menu + 46: = f.check_box :in_menu + 47: .field + 48: = render "habtm", :subject => @page + 49: .actions + 50: = f.submit @submit || update_button_text + 51: = button_to_function 'Preview (unsupported)', %{$('form').attr('action', '/' + $('#page_name').val()).submit();} + actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find' + actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:331:in `find_template' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:325:in `find_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:222:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:48:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211155258140' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211155258140' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.8ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:00:17 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (40.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (43.0ms) +Completed 500 Internal Server Error in 50ms + +ActionView::Template::Error (Missing partial keywords/habtm with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: + * "/Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/app/views" + * "/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.0.4/app/views" + * "/Users/bterkuile/companytools/development/rails/cmtool/app/views" +): + 45: = f.label :in_menu + 46: = f.check_box :in_menu + 47: .field + 48: = render "keywords/habtm", :subject => @page + 49: .actions + 50: = f.submit @submit || update_button_text + 51: = button_to_function 'Preview (unsupported)', %{$('form').attr('action', '/' + $('#page_name').val()).submit();} + actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find' + actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:331:in `find_template' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:325:in `find_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:222:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:48:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211113676840' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211113676840' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.2ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:01:24 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (42.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (45.7ms) +Completed 500 Internal Server Error in 55ms + +ActionView::Template::Error (Missing partial keywords/habtm with {:locale=>[:en], :formats=>[:html], :handlers=>[:erb, :builder, :haml]}. Searched in: + * "/Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/app/views" + * "/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/devise-2.0.4/app/views" + * "/Users/bterkuile/companytools/development/rails/cmtool/app/views" +): + 45: = f.label :in_menu + 46: = f.check_box :in_menu + 47: .field + 48: = render "keywords/habtm", :subject => @page + 49: .actions + 50: = f.submit @submit || update_button_text + 51: = button_to_function 'Preview (unsupported)', %{$('form').attr('action', '/' + $('#page_name').val()).submit();} + actionpack (3.2.2) lib/action_view/path_set.rb:58:in `find' + actionpack (3.2.2) lib/action_view/lookup_context.rb:109:in `find' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:331:in `find_template' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:325:in `find_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:222:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:48:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211119986620' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211119986620' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.8ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:01:32 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (11.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (50.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (53.3ms) +Completed 500 Internal Server Error in 61ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Keyword): + 1: %h4= Keyword.model_name.human.pluralize + 2: = hidden_field_tag "#{subject.class.name.underscore}[keyword_ids][]", nil + 3: - for keyword in Keyword.all + 4: .keyword_container + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_keywords__habtm_html_haml___2476846096912112575_70211120144080' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:48:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211120045400' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211120045400' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.0ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:02:00 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (39.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (2025.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (2029.7ms) +Completed 500 Internal Server Error in 2038ms + +ActionView::Template::Error (undefined local variable or method `update_button_text' for #<#:0x007fb699c7a950>): + 47: .field + 48: = render "cmtool/keywords/habtm", :subject => @page + 49: .actions + 50: = f.submit @submit || update_button_text + 51: = button_to_function 'Preview (unsupported)', %{$('form').attr('action', '/' + $('#page_name').val()).submit();} + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:50:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211120045400' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211120045400' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.3ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:02:35 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (106.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (135.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (140.1ms) +Completed 500 Internal Server Error in 184ms + +ActionView::Template::Error (wrong number of arguments (0 for 1)): + 47: .field + 48: = render "cmtool/keywords/habtm", :subject => @page + 49: .actions + 50: = f.submit @submit || update_button_text + 51: = button_to_function 'Preview (unsupported)', %{$('form').attr('action', '/' + $('#page_name').val()).submit();} + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:42:in `update_button_text' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:50:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211120045400' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__form_html_haml___776252999558643377_70211120045400' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.2ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:02:56 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (5.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (60.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (65.9ms) +Completed 500 Internal Server Error in 76ms + +ActionView::Template::Error (undefined method `model_name' for :page:Symbol): + 4: + 5: - content_for :page_links do + 6: %ul + 7: %li= link_to link_to_index_content(:page), cmtool.pages_path + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:33:in `link_to_index_content' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:7:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.3ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:03:18 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (4.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (33000.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (33006.4ms) +Completed 500 Internal Server Error in 33015ms + +ActionView::Template::Error (undefined method `model_name' for :page:Symbol): + 4: + 5: - content_for :page_links do + 6: %ul + 7: %li= link_to link_to_index_content(:page), cmtool.pages_path + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:33:in `link_to_index_content' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:7:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211127592200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.4ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:04:09 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (5.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (43.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (49.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 178ms (Views: 173.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:04:09 +0100 +Served asset /cmtool/application.css - 304 Not Modified (15ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:04:09 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:04:09 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:04:09 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:04:09 +0100 +Served asset /cmtool/application.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:05:11 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (27.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (57.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (74.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 270ms (Views: 233.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:05:11 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:05:11 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (10ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:05:11 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:05:11 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:05:11 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:06:04 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (5.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (32.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (36.5ms) +Compiled cmtool/structure.css (811ms) (pid 5233) +Compiled cmtool/application.css (1ms) (pid 5233) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 924ms (Views: 919.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:06:05 +0100 +Served asset /cmtool/application.css - 304 Not Modified (42ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:06:05 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:06:05 +0100 +Served asset /cmtool/structure.css - 200 OK (21ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:06:05 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:06:05 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:06:55 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (21.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (48.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (64.6ms) +Completed 500 Internal Server Error in 98ms + +ActionView::Template::Error (missing interpolation argument in "List %{models}" ({:model=>"Page"} given)): + 4: + 5: - content_for :page_links do + 6: %ul + 7: %li= link_to link_to_index_content(Page), cmtool.pages_path + i18n (0.6.0) lib/i18n/interpolate/ruby.rb:24:in `block in interpolate_hash' + i18n (0.6.0) lib/i18n/interpolate/ruby.rb:19:in `gsub' + i18n (0.6.0) lib/i18n/interpolate/ruby.rb:19:in `interpolate_hash' + i18n (0.6.0) lib/i18n/interpolate/ruby.rb:15:in `interpolate' + i18n (0.6.0) lib/i18n/backend/base.rb:144:in `interpolate' + i18n (0.6.0) lib/i18n/backend/base.rb:41:in `translate' + i18n (0.6.0) lib/i18n.rb:156:in `block in translate' + i18n (0.6.0) lib/i18n.rb:152:in `catch' + i18n (0.6.0) lib/i18n.rb:152:in `translate' + actionpack (3.2.2) lib/action_view/helpers/translation_helper.rb:59:in `translate' + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:33:in `link_to_index_content' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:7:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211154027280' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_new_html_haml__2887344989828276895_70211154027280' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2708038077515618333__process_action__784439712667584211__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__115765963323534074__call__1472187616920541001__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.2ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:07:34 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (20.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (48.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (68.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.4ms) +Completed 200 OK in 348ms (Views: 315.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:07:34 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:07:34 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:07:34 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:07:34 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:07:34 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/pages/generate_name?name=" for 127.0.0.1 at 2012-03-23 17:08:13 +0100 +Processing by Cmtool::PagesController#generate_name as */* + Parameters: {"name"=>""} +Completed 200 OK in 4ms (Views: 0.2ms | ActiveRecord: 0.0ms) + + +Started GET "/cmtool/pages/generate_name?name=dfgsdfhg" for 127.0.0.1 at 2012-03-23 17:08:19 +0100 +Processing by Cmtool::PagesController#generate_name as */* + Parameters: {"name"=>"dfgsdfhg"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/generate_name.js.erb (0.7ms) +Completed 200 OK in 17ms (Views: 13.8ms | ActiveRecord: 0.0ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:10:48 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (2.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (67.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (132.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (150.9ms) +Compiled tinymce/preinit.js (1ms) (pid 5292) +Compiled tinymce/tiny_mce_jquery_src.js (4ms) (pid 5292) +Compiled tinymce/jquery.tinymce.js (1ms) (pid 5292) +Compiled tinymce-jquery.js (90ms) (pid 5292) +Completed 500 Internal Server Error in 742ms + +ActionView::Template::Error (SyntaxError: unmatched OUTDENT on line 6 + (in /Users/bterkuile/companytools/development/rails/cmtool/app/assets/javascripts/cmtool/structure.js.coffee)): + 4: %title= site_title + 5: = csrf_meta_tag + 6: = stylesheet_link_tag 'cmtool/application' + 7: = javascript_include_tag 'cmtool/application' + 8: = yield(:head) + 9: %body + 10: #page-wrapper + execjs (1.3.0) lib/execjs/external_runtime.rb:65:in `extract_result' + execjs (1.3.0) lib/execjs/external_runtime.rb:27:in `block in exec' + execjs (1.3.0) lib/execjs/external_runtime.rb:40:in `compile_to_tempfile' + execjs (1.3.0) lib/execjs/external_runtime.rb:26:in `exec' + execjs (1.3.0) lib/execjs/external_runtime.rb:18:in `eval' + execjs (1.3.0) lib/execjs/external_runtime.rb:32:in `call' + coffee-script (2.2.0) lib/coffee_script.rb:57:in `compile' + tilt (1.3.3) lib/tilt/coffee.rb:46:in `evaluate' + tilt (1.3.3) lib/tilt/template.rb:76:in `render' + sprockets (2.1.2) lib/sprockets/context.rb:177:in `block in evaluate' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `each' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `evaluate' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:12:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `each' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:16:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/bundled_asset.rb:38:in `init_with' + sprockets (2.1.2) lib/sprockets/asset.rb:24:in `from_hash' + sprockets (2.1.2) lib/sprockets/caching.rb:15:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/environment.rb:74:in `find_asset' + sprockets (2.1.2) lib/sprockets/base.rb:171:in `[]' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:26:in `collect' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:7:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___16357081340062261_70140552570200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__3247510730742637281__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.9ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:11:12 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (5.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (36.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (41.2ms) +Compiled cmtool/structure.js (153ms) (pid 5292) +Compiled cmtool/application.js (185ms) (pid 5292) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (6.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (6.1ms) +Completed 200 OK in 583ms (Views: 577.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Served asset /cmtool/application.css - 304 Not Modified (52ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Served asset /jquery.js - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Served asset /tinymce/preinit.js - 200 OK (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (16ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 200 OK (9ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Served asset /tinymce/jquery.tinymce.js - 200 OK (5ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Served asset /tinymce-jquery.js - 200 OK (60ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Served asset /cmtool/structure.js - 200 OK (8ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Served asset /cmtool/application.js - 200 OK (32ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:13 +0100 +Compiled tinymce/langs/en.js (1ms) (pid 5292) +Served asset /tinymce/langs/en.js - 200 OK (21ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:14 +0100 +Compiled tinymce/themes/advanced/editor_template.js (0ms) (pid 5292) +Served asset /tinymce/themes/advanced/editor_template.js - 200 OK (21ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:14 +0100 +Compiled tinymce/themes/advanced/langs/en.js (0ms) (pid 5292) +Served asset /tinymce/themes/advanced/langs/en.js - 200 OK (23ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:14 +0100 +Compiled tinymce/themes/advanced/skins/default/ui.css (0ms) (pid 5292) +Served asset /tinymce/themes/advanced/skins/default/ui.css - 200 OK (70ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-23 17:11:14 +0100 +Compiled tinymce/themes/advanced/skins/default/content.css (0ms) (pid 5292) +Served asset /tinymce/themes/advanced/skins/default/content.css - 200 OK (21ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-23 17:11:14 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 200 OK (15ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (4.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (36.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (39.6ms) +Compiled cmtool/structure.js (132ms) (pid 5292) +Compiled cmtool/application.js (13ms) (pid 5292) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (4.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 365ms (Views: 360.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Served asset /cmtool/structure.js - 200 OK (7ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:11:50 +0100 +Served asset /cmtool/application.js - 304 Not Modified (30ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:51 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:51 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:51 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:51 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-23 17:11:51 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/image.htm?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:54 +0100 +Served asset /tinymce/themes/advanced/image.htm - 200 OK (11ms) + + +Started GET "/assets/tinymce/utils/mctabs.js" for 127.0.0.1 at 2012-03-23 17:11:54 +0100 +Compiled tinymce/utils/mctabs.js (0ms) (pid 5292) +Served asset /tinymce/utils/mctabs.js - 200 OK (69ms) + + +Started GET "/assets/tinymce/tiny_mce_popup.js" for 127.0.0.1 at 2012-03-23 17:11:54 +0100 +Compiled tinymce/tiny_mce_popup.js (0ms) (pid 5292) +Served asset /tinymce/tiny_mce_popup.js - 200 OK (21ms) + + +Started GET "/assets/tinymce/themes/advanced/js/image.js" for 127.0.0.1 at 2012-03-23 17:11:54 +0100 +Compiled tinymce/themes/advanced/js/image.js (0ms) (pid 5292) +Served asset /tinymce/themes/advanced/js/image.js - 200 OK (23ms) + + +Started GET "/assets/tinymce/utils/form_utils.js" for 127.0.0.1 at 2012-03-23 17:11:54 +0100 +Compiled tinymce/utils/form_utils.js (0ms) (pid 5292) +Served asset /tinymce/utils/form_utils.js - 200 OK (21ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/dialog.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:54 +0100 +Compiled tinymce/themes/advanced/skins/default/dialog.css (0ms) (pid 5292) +Served asset /tinymce/themes/advanced/skins/default/dialog.css - 200 OK (29ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en_dlg.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:11:55 +0100 +Compiled tinymce/themes/advanced/langs/en_dlg.js (1ms) (pid 5292) +Served asset /tinymce/themes/advanced/langs/en_dlg.js - 200 OK (68ms) + + +Started GET "/cmtool/pages/images.js" for 127.0.0.1 at 2012-03-23 17:11:55 +0100 +Processing by Cmtool::PagesController#show as JS + Parameters: {"id"=>"images"} +Completed 500 Internal Server Error in 9ms + +SimplyStored::RecordNotFound (Page could not be found with "images"): + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/finders.rb:35:in `find' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:17:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.8ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/img/tabs.gif" for 127.0.0.1 at 2012-03-23 17:11:55 +0100 +Served asset /tinymce/themes/advanced/skins/default/img/tabs.gif - 200 OK (18ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/img/buttons.png" for 127.0.0.1 at 2012-03-23 17:11:55 +0100 +Served asset /tinymce/themes/advanced/skins/default/img/buttons.png - 200 OK (11ms) + + +Started GET "/assets/tinymce/themes/advanced/image.htm?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:03 +0100 +Served asset /tinymce/themes/advanced/image.htm - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/dialog.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:03 +0100 +Served asset /tinymce/themes/advanced/skins/default/dialog.css - 304 Not Modified (0ms) + + +Started GET "/cmtool/pages/images.js" for 127.0.0.1 at 2012-03-23 17:12:03 +0100 +Processing by Cmtool::PagesController#show as JS + Parameters: {"id"=>"images"} +Completed 500 Internal Server Error in 11ms + +SimplyStored::RecordNotFound (Page could not be found with "images"): + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/finders.rb:35:in `find' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:17:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (3.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.8ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:12:06 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (4.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (81.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (85.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 115ms (Views: 110.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-23 17:12:07 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/image.htm?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:10 +0100 +Served asset /tinymce/themes/advanced/image.htm - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/dialog.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:10 +0100 +Served asset /tinymce/themes/advanced/skins/default/dialog.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en_dlg.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:10 +0100 +Served asset /tinymce/themes/advanced/langs/en_dlg.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/pages/images.js" for 127.0.0.1 at 2012-03-23 17:12:10 +0100 +Processing by Cmtool::PagesController#show as JS + Parameters: {"id"=>"images"} +Completed 500 Internal Server Error in 8ms + +SimplyStored::RecordNotFound (Page could not be found with "images"): + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/finders.rb:35:in `find' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:17:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.4ms) + + +Started GET "/assets/tinymce/themes/advanced/image.htm?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:18 +0100 +Served asset /tinymce/themes/advanced/image.htm - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/dialog.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:19 +0100 +Served asset /tinymce/themes/advanced/skins/default/dialog.css - 304 Not Modified (0ms) + + +Started GET "/cmtool/pages/images.js" for 127.0.0.1 at 2012-03-23 17:12:19 +0100 +Processing by Cmtool::PagesController#show as JS + Parameters: {"id"=>"images"} +Completed 500 Internal Server Error in 9ms + +SimplyStored::RecordNotFound (Page could not be found with "images"): + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/finders.rb:35:in `find' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:17:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (59.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (71.7ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:12:47 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (5.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (32.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (36.3ms) +Compiled cmtool/structure.js (132ms) (pid 5292) +Compiled cmtool/application.js (9ms) (pid 5292) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 317ms (Views: 312.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:12:48 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:12:48 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:48 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:48 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:48 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:48 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:48 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:48 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:48 +0100 +Served asset /cmtool/structure.js - 200 OK (10ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:48 +0100 +Served asset /cmtool/application.js - 304 Not Modified (84ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:12:58 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (4.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (39.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (45.5ms) +Compiled cmtool/structure.js (158ms) (pid 5292) +Compiled cmtool/application.js (15ms) (pid 5292) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 365ms (Views: 359.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /cmtool/structure.js - 200 OK (7ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /cmtool/application.js - 304 Not Modified (34ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Compiled tinymce/plugins/advimage/editor_plugin.js (1ms) (pid 5292) +Served asset /tinymce/plugins/advimage/editor_plugin.js - 200 OK (26ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-23 17:12:59 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/image.htm?3.4.9" for 127.0.0.1 at 2012-03-23 17:13:02 +0100 +Served asset /tinymce/plugins/advimage/image.htm - 200 OK (16ms) + + +Started GET "/assets/tinymce/utils/editable_selects.js" for 127.0.0.1 at 2012-03-23 17:13:03 +0100 +Compiled tinymce/utils/editable_selects.js (0ms) (pid 5292) +Served asset /tinymce/utils/editable_selects.js - 200 OK (82ms) + + +Started GET "/assets/tinymce/plugins/advimage/css/advimage.css" for 127.0.0.1 at 2012-03-23 17:13:03 +0100 +Compiled tinymce/plugins/advimage/css/advimage.css (0ms) (pid 5292) +Served asset /tinymce/plugins/advimage/css/advimage.css - 200 OK (20ms) + + +Started GET "/assets/tinymce/utils/validate.js" for 127.0.0.1 at 2012-03-23 17:13:03 +0100 +Compiled tinymce/utils/validate.js (1ms) (pid 5292) +Served asset /tinymce/utils/validate.js - 200 OK (25ms) + + +Started GET "/assets/tinymce/plugins/advimage/js/image.js" for 127.0.0.1 at 2012-03-23 17:13:03 +0100 +Compiled tinymce/plugins/advimage/js/image.js (0ms) (pid 5292) +Served asset /tinymce/plugins/advimage/js/image.js - 200 OK (23ms) + + +Started GET "/assets/tinymce/plugins/advimage/img/sample.gif" for 127.0.0.1 at 2012-03-23 17:13:03 +0100 +Served asset /tinymce/plugins/advimage/img/sample.gif - 200 OK (12ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/dialog.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:13:03 +0100 +Served asset /tinymce/themes/advanced/skins/default/dialog.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/langs/en_dlg.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:13:03 +0100 +Compiled tinymce/plugins/advimage/langs/en_dlg.js (0ms) (pid 5292) +Served asset /tinymce/plugins/advimage/langs/en_dlg.js - 200 OK (21ms) + + +Started GET "/cmtool/pages/images.js" for 127.0.0.1 at 2012-03-23 17:13:03 +0100 +Processing by Cmtool::PagesController#show as JS + Parameters: {"id"=>"images"} +Completed 500 Internal Server Error in 14ms + +SimplyStored::RecordNotFound (Page could not be found with "images"): + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/finders.rb:35:in `find' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:17:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.7ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:14:15 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (4.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (28.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (33.4ms) +Completed 500 Internal Server Error in 94ms + +ActionView::Template::Error (undefined local variable or method `cmtool' for #<#:0x007f95bc94bb88> + (in /Users/bterkuile/companytools/development/rails/cmtool/app/assets/javascripts/cmtool/structure.js.coffee.erb)): + 4: %title= site_title + 5: = csrf_meta_tag + 6: = stylesheet_link_tag 'cmtool/application' + 7: = javascript_include_tag 'cmtool/application' + 8: = yield(:head) + 9: %body + 10: #page-wrapper + /Users/bterkuile/companytools/development/rails/cmtool/app/assets/javascripts/cmtool/structure.js.coffee.erb:5:in `evaluate_source' + tilt (1.3.3) lib/tilt/template.rb:209:in `instance_eval' + tilt (1.3.3) lib/tilt/template.rb:209:in `evaluate_source' + tilt (1.3.3) lib/tilt/template.rb:144:in `cached_evaluate' + tilt (1.3.3) lib/tilt/template.rb:127:in `evaluate' + tilt (1.3.3) lib/tilt/template.rb:76:in `render' + sprockets (2.1.2) lib/sprockets/context.rb:177:in `block in evaluate' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `each' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `evaluate' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:12:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `each' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:16:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/bundled_asset.rb:38:in `init_with' + sprockets (2.1.2) lib/sprockets/asset.rb:24:in `from_hash' + sprockets (2.1.2) lib/sprockets/caching.rb:15:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/environment.rb:74:in `find_asset' + sprockets (2.1.2) lib/sprockets/base.rb:171:in `[]' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:27:in `block in javascript_include_tag' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:26:in `collect' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:26:in `javascript_include_tag' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:7:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___16357081340062261_70140552570200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__3247510730742637281__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.4ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (4.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (32.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (37.4ms) +Compiled cmtool/structure.js (134ms) (pid 5292) +Compiled cmtool/application.js (160ms) (pid 5292) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 360ms (Views: 356.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Served asset /cmtool/structure.js - 200 OK (7ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:15:10 +0100 +Served asset /cmtool/application.js - 304 Not Modified (32ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:15:11 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:15:11 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:15:11 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:15:11 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:15:11 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-23 17:15:11 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/image.htm?3.4.9" for 127.0.0.1 at 2012-03-23 17:15:18 +0100 +Served asset /tinymce/plugins/advimage/image.htm - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/dialog.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:15:18 +0100 +Served asset /tinymce/themes/advanced/skins/default/dialog.css - 304 Not Modified (0ms) + + +Started GET "/cmtool/images.js" for 127.0.0.1 at 2012-03-23 17:15:18 +0100 +Processing by Cmtool::ImagesController#index as JS + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.js.erb (5.3ms) +Completed 500 Internal Server Error in 33ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Image): + 1: var tinyMCEImageList = new Array( + 2: <%= Image.active.map{|i| %{['#{i.clean_name} (Origineel)', '#{i.file.url(:original)}'], ['#{i.clean_name} (Pagina)', '#{i.file.url(:page)}'], ['#{i.clean_name} (Medium)', '#{i.file.url(:medium)}'], ['#{i.clean_name} (Thumb)', '#{i.file.url(:thumb)}']}}.join(",\n") %> + 3: ); + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.js.erb:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_js_erb__3601174057983490633_70140524554920' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (63.9ms) + + +Started GET "/assets/tinymce/plugins/advimage/langs/en_dlg.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:15:18 +0100 +Served asset /tinymce/plugins/advimage/langs/en_dlg.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/images.js" for 127.0.0.1 at 2012-03-23 17:15:18 +0100 +Processing by Cmtool::ImagesController#index as JS + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.js.erb (11.0ms) +Completed 500 Internal Server Error in 26ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Image): + 1: var tinyMCEImageList = new Array( + 2: <%= Image.active.map{|i| %{['#{i.clean_name} (Origineel)', '#{i.file.url(:original)}'], ['#{i.clean_name} (Pagina)', '#{i.file.url(:page)}'], ['#{i.clean_name} (Medium)', '#{i.file.url(:medium)}'], ['#{i.clean_name} (Thumb)', '#{i.file.url(:thumb)}']}}.join(",\n") %> + 3: ); + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.js.erb:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_js_erb__3601174057983490633_70140524554920' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.1ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:15:50 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (17.0ms) +Completed 500 Internal Server Error in 30ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Image): + 1: - title t('action.index.title', :model => Image.model_name.human.pluralize) + 2: - if @images.any? + 3: %table.index-table + 4: %thead + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140563527740' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (18.1ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:16:28 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (14.0ms) +Completed 500 Internal Server Error in 25ms + +ActionView::Template::Error (wrong number of arguments (1 for 0)): + 25: - else + 26: = empty_result(Cmtool::Image) + 27: + 28: - content_for :page_links do + 29: %ul + 30: %li= link_to link_to_new_content(:image), new_admin_image_path + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:20:in `empty_result' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:28:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140537280860' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (61.9ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:17:38 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (13.2ms) +Completed 500 Internal Server Error in 25ms + +ActionView::Template::Error (wrong number of arguments (1 for 0)): + 25: - else + 26: = empty_result(Cmtool::Image) + 27: + 28: - content_for :page_links do + 29: %ul + 30: %li= link_to link_to_new_content(Cmtool::Image), cmtool.new_image_path + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:20:in `empty_result' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:28:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140534943460' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (4.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 289ms (Views: 198.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (9ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:13 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (21.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.4ms) +Completed 200 OK in 327ms (Views: 291.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:18:42 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/images/new" for 127.0.0.1 at 2012-03-23 17:18:46 +0100 +Processing by Cmtool::ImagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml within layouts/cmtool/application (7.0ms) +Completed 500 Internal Server Error in 19ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Image): + 1: - title t('action.new.title', :model => Image.model_name.human) + 2: + 3: = render 'form', :submit => create_button_text + 4: + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_new_html_haml__3022646357124937902_70140524261600' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:31:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3247510730742637281__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.0ms) + + +Started GET "/cmtool/images/new" for 127.0.0.1 at 2012-03-23 17:19:11 +0100 +Processing by Cmtool::ImagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml within layouts/cmtool/application (4.7ms) +Completed 500 Internal Server Error in 13ms + +ActionView::Template::Error (wrong number of arguments (0 for 1)): + 1: - title t('action.new.title', :model => Cmtool::Image.model_name.human) + 2: + 3: = render 'form', :submit => create_button_text + 4: + 5: - content_for :page_links do + 6: %ul + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:39:in `create_button_text' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_new_html_haml__3022646357124937902_70140524789720' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:31:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3247510730742637281__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.1ms) + + +Started GET "/cmtool/images/new" for 127.0.0.1 at 2012-03-23 17:19:28 +0100 +Processing by Cmtool::ImagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/_form.html.haml (1114.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml within layouts/cmtool/application (1122.5ms) +Completed 500 Internal Server Error in 1131ms + +ActionView::Template::Error (undefined method `admin_images_path' for #<#:0x007f95bedb66a8>): + 1: = form_for [:admin, @image], :html => {:multipart => true} do |f| + 2: = render 'error_messages', :target => @image + 3: + 4: .field + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:396:in `apply_form_for_options!' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:369:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images__form_html_haml__526874506033896933_70140563647780' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_new_html_haml__3022646357124937902_70140564382460' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:31:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3247510730742637281__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.4ms) + + +Started GET "/cmtool/images/new" for 127.0.0.1 at 2012-03-23 17:20:28 +0100 +Processing by Cmtool::ImagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/_form.html.haml (46.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml within layouts/cmtool/application (51.7ms) +Completed 500 Internal Server Error in 60ms + +ActionView::Template::Error (wrong number of arguments (0 for 1)): + 9: = f.select :directory_id, Cmtool::Directory.all.map{|d| ["-"*d.depth + ' ' + d.name.to_s, d.id]} + 10: + 11: .actions + 12: = f.submit @submit || update_button_text + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:42:in `update_button_text' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/_form.html.haml:12:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images__form_html_haml__526874506033896933_70140546714300' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images__form_html_haml__526874506033896933_70140546714300' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_new_html_haml__3022646357124937902_70140548143460' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:31:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3247510730742637281__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.5ms) + + +Started GET "/cmtool/images/new" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Processing by Cmtool::ImagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/_form.html.haml (19.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml within layouts/cmtool/application (24.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.3ms) +Completed 200 OK in 68ms (Views: 62.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:20:36 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started POST "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:20:43 +0100 +Processing by Cmtool::ImagesController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "image"=>{"file"=>#>}, "commit"=>"Save"} +Command :: identify -format %wx%h '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-5ot7q3.png[0]' +Command :: convert '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-5ot7q3.png[0]' -resize "675x10000>" '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-5ot7q320120323-5292-11jvnb7' +Command :: identify -format %wx%h '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-5ot7q3.png[0]' +Command :: convert '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-5ot7q3.png[0]' -resize "354x1000>" '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-5ot7q320120323-5292-v61ljx' +Command :: identify -format %wx%h '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-5ot7q3.png[0]' +Command :: convert '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-5ot7q3.png[0]' -resize "150x1250>" '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-5ot7q320120323-5292-b390c2' +[paperclip] Saving attachments. +[paperclip] saving /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/original/atool-main-menu.png +[paperclip] saving /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/page/atool-main-menu.png +[paperclip] saving /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/medium/atool-main-menu.png +[paperclip] saving /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/thumb/atool-main-menu.png +Redirected to +Completed 500 Internal Server Error in 1189ms + +NoMethodError (undefined method `cmtool_image_url' for #): + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/url_for.rb:150:in `url_for' + actionpack (3.2.2) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' + actionpack (3.2.2) lib/action_controller/metal/redirecting.rb:64:in `redirect_to' + actionpack (3.2.2) lib/action_controller/metal/flash.rb:25:in `redirect_to' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:49:in `block (2 levels) in create' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `call' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:47:in `create' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__2081097533526317988__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.0ms) + + +Started POST "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:21:46 +0100 +Processing by Cmtool::ImagesController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "image"=>{"file"=>#>}, "commit"=>"Save"} +Command :: identify -format %wx%h '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-12fpc.png[0]' +Command :: convert '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-12fpc.png[0]' -resize "675x10000>" '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-12fpc20120323-5292-r2zyoz' +Command :: identify -format %wx%h '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-12fpc.png[0]' +Command :: convert '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-12fpc.png[0]' -resize "354x1000>" '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-12fpc20120323-5292-r2ykb1' +Command :: identify -format %wx%h '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-12fpc.png[0]' +Command :: convert '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-12fpc.png[0]' -resize "150x1250>" '/var/folders/nq/2fz6fd1s27b05071t1j41xxw0000gn/T/stream20120323-5292-12fpc20120323-5292-f4uxrk' +[paperclip] Saving attachments. +[paperclip] saving /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83bf0/original/atool-main-menu.png +[paperclip] saving /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83bf0/page/atool-main-menu.png +[paperclip] saving /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83bf0/medium/atool-main-menu.png +[paperclip] saving /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83bf0/thumb/atool-main-menu.png +Redirected to http://localhost:3000/cmtool/images/22bc63dc4235e11e23ae8e9eabd83bf0 +Completed 302 Found in 233ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/images/22bc63dc4235e11e23ae8e9eabd83bf0" for 127.0.0.1 at 2012-03-23 17:21:46 +0100 +Processing by Cmtool::ImagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd83bf0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml within layouts/cmtool/application (18.8ms) +Completed 500 Internal Server Error in 31ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Image): + 1: - title t('action.show.title', :model => Image.model_name.human) + 2: .show_field + 3: - if @image.file? + 4: = image_tag @image.file.url(:page) + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_show_html_haml__359216116126954141_70140525261040' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:20:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.4ms) + + +Started GET "/cmtool/images/22bc63dc4235e11e23ae8e9eabd83bf0" for 127.0.0.1 at 2012-03-23 17:22:56 +0100 +Processing by Cmtool::ImagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd83bf0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml within layouts/cmtool/application (1805.5ms) +Completed 500 Internal Server Error in 1817ms + +ActionView::Template::Error (undefined method `human_size' for #<#:0x007f95ba00a418>): + 10: = @image.file_content_type + 11: .show_field + 12: %strong= Cmtool::Image.human_attribute_name(:file_file_size) + 13: = human_size @image.file_file_size + 14: .show_field + 15: %strong= Cmtool::Image.human_attribute_name(:file_updated_at) + 16: = @image.file_updated_at + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml:13:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_show_html_haml__359216116126954141_70140523870200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:20:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.7ms) + + +Started GET "/cmtool/images/22bc63dc4235e11e23ae8e9eabd83bf0" for 127.0.0.1 at 2012-03-23 17:23:30 +0100 +Processing by Cmtool::ImagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd83bf0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml within layouts/cmtool/application (2713.9ms) +Completed 500 Internal Server Error in 2817ms + +ActionView::Template::Error (undefined local variable or method `admin_images_path' for #<#:0x007f95bbbf5678>): + 21: %li= link_separator + 22: %li= link_to link_to_new_content(Cmtool::Image), cmtool.new_image_path, :class => %w[new image] + 23: %li= link_separator + 24: %li= link_to link_to_index_content(Cmtool::Image), admin_images_path + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml:24:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_show_html_haml__359216116126954141_70140523870200' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml:18:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_show_html_haml__359216116126954141_70140523870200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:20:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.3ms) + + +Started GET "/cmtool/images/22bc63dc4235e11e23ae8e9eabd83bf0" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Processing by Cmtool::ImagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd83bf0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml within layouts/cmtool/application (21.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 284ms (Views: 272.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Served asset /cmtool/application.css - 304 Not Modified (9ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:23:46 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/images/22bc63dc4235e11e23ae8e9eabd83bf0" for 127.0.0.1 at 2012-03-23 17:24:47 +0100 +Processing by Cmtool::ImagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd83bf0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml within layouts/cmtool/application (10.4ms) +Completed 500 Internal Server Error in 51ms + +ActionView::Template::Error (couldn't parse YAML at line 12 column 20): + 1: - title t('action.show.title', :model => Cmtool::Image.model_name.human) + 2: .show_field + 3: - if @image.file? + 4: = image_tag @image.file.url(:page) + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/psych.rb:148:in `parse' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/psych.rb:148:in `parse_stream' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/psych.rb:119:in `parse' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/psych.rb:106:in `load' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/psych.rb:205:in `load_file' + i18n (0.6.0) lib/i18n/backend/base.rb:171:in `load_yml' + i18n (0.6.0) lib/i18n/backend/base.rb:157:in `load_file' + i18n (0.6.0) lib/i18n/backend/base.rb:15:in `block in load_translations' + i18n (0.6.0) lib/i18n/backend/base.rb:15:in `each' + i18n (0.6.0) lib/i18n/backend/base.rb:15:in `load_translations' + i18n (0.6.0) lib/i18n/backend/simple.rb:57:in `init_translations' + i18n (0.6.0) lib/i18n/backend/simple.rb:71:in `lookup' + i18n (0.6.0) lib/i18n/backend/base.rb:26:in `translate' + i18n (0.6.0) lib/i18n.rb:156:in `block in translate' + i18n (0.6.0) lib/i18n.rb:152:in `catch' + i18n (0.6.0) lib/i18n.rb:152:in `translate' + activemodel (3.2.2) lib/active_model/naming.rb:57:in `human' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_show_html_haml__359216116126954141_70140536616400' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:20:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.6ms) + + +Started GET "/cmtool/images/22bc63dc4235e11e23ae8e9eabd83bf0" for 127.0.0.1 at 2012-03-23 17:25:17 +0100 +Processing by Cmtool::ImagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd83bf0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml within layouts/cmtool/application (26.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 314ms (Views: 184.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:25:18 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:25:18 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:25:18 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:25:18 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:25:18 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:25:18 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:25:18 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:25:18 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:25:18 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:25:18 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/images/22bc63dc4235e11e23ae8e9eabd83bf0" for 127.0.0.1 at 2012-03-23 17:26:20 +0100 +Processing by Cmtool::ImagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd83bf0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml within layouts/cmtool/application (7.3ms) +Compiled cmtool/structure.css (762ms) (pid 5292) +Compiled cmtool/application.css (3ms) (pid 5292) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 848ms (Views: 841.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:26:21 +0100 +Served asset /cmtool/application.css - 304 Not Modified (45ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:21 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:26:21 +0100 +Served asset /cmtool/structure.css - 200 OK (20ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:21 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:21 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:21 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:21 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:21 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:21 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:21 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/images/22bc63dc4235e11e23ae8e9eabd83bf0" for 127.0.0.1 at 2012-03-23 17:26:30 +0100 +Processing by Cmtool::ImagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd83bf0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/show.html.haml within layouts/cmtool/application (17.3ms) +Compiled cmtool/structure.css (741ms) (pid 5292) +Compiled cmtool/application.css (2ms) (pid 5292) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 844ms (Views: 835.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:26:31 +0100 +Served asset /cmtool/application.css - 304 Not Modified (41ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:31 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:31 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:31 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:26:31 +0100 +Served asset /cmtool/structure.css - 200 OK (30ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:31 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:31 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:31 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:31 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:26:31 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:26:56 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (1874.1ms) +Completed 500 Internal Server Error in 1891ms + +ActionView::Template::Error (undefined method `admin_image_path' for #<#:0x007f95b9ebc520>): + 15: %tr + 16: %td + 17: - if image.file? + 18: = link_to(image_tag(image.file.url(:thumb)), [:admin, image]) + 19: %td= link_to image.file_file_name, [:admin, image] + 20: %td= image.file_content_type + 21: %td= human_size image.file_file_size + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:111:in `url_for' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:242:in `link_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:18:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140534943460' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:14:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:14:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140534943460' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.2ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:27:31 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (18.8ms) +Completed 500 Internal Server Error in 32ms + +ActionView::Template::Error (undefined method `model_name' for ActionDispatch::Routing::RoutesProxy:Class): + 21: %td= human_size image.file_file_size + 22: %td= l image.file_updated_at #, :format => :short + 23: %td= link_to link_to_edit_content(image), [:edit, cmtool, image] + 24: %td= link_to link_to_destroy_content(image), [cmtool, image], :confirm => are_you_sure(image), :method => :delete + 25: - else + 26: = empty_result(Cmtool::Image) + 27: + activemodel (3.2.2) lib/active_model/naming.rb:163:in `model_name_from_record_or_class' + activemodel (3.2.2) lib/active_model/naming.rb:131:in `singular_route_key' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:168:in `block in build_named_route_call' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:164:in `map' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:164:in `build_named_route_call' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:120:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:111:in `url_for' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:242:in `link_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:24:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140564671360' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:14:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:14:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140564671360' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.5ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:28:04 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (11.5ms) +Completed 500 Internal Server Error in 25ms + +ActionView::Template::Error (undefined method `model_name' for ActionDispatch::Routing::RoutesProxy:Class): + 21: %td= human_size image.file_file_size + 22: %td= l image.file_updated_at #, :format => :short + 23: %td= link_to link_to_edit_content(image), [:edit, cmtool, image] + 24: %td= link_to link_to_destroy_content(image), [cmtool, image], :confirm => are_you_sure(image), :method => :delete + 25: - else + 26: = empty_result(Cmtool::Image) + 27: + activemodel (3.2.2) lib/active_model/naming.rb:163:in `model_name_from_record_or_class' + activemodel (3.2.2) lib/active_model/naming.rb:131:in `singular_route_key' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:168:in `block in build_named_route_call' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:164:in `map' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:164:in `build_named_route_call' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:120:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:111:in `url_for' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:242:in `link_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:24:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140564671360' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:14:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:14:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140564671360' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.0ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:28:18 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (24.8ms) +Completed 500 Internal Server Error in 48ms + +ActionView::Template::Error (undefined method `model_name' for ActionDispatch::Routing::RoutesProxy:Class): + 21: %td= human_size image.file_file_size + 22: %td= l image.file_updated_at #, :format => :short + 23: %td= link_to link_to_edit_content(image), [:edit, cmtool, image] + 24: - debugger + 25: %td= link_to link_to_destroy_content(image), [cmtool, image], :confirm => are_you_sure(image), :method => :delete + 26: - else + 27: = empty_result(Cmtool::Image) + activemodel (3.2.2) lib/active_model/naming.rb:163:in `model_name_from_record_or_class' + activemodel (3.2.2) lib/active_model/naming.rb:131:in `singular_route_key' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:168:in `block in build_named_route_call' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:164:in `map' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:164:in `build_named_route_call' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:120:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:111:in `url_for' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:242:in `link_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:24:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140552806560' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:14:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:14:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140552806560' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.7ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:30:26 +0100 +Processing by Cmtool::ImagesController#index as HTML +ERROR: compiling ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140549873160 RAISED /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: unknown regexp options - tabl +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: syntax error, unexpected $undefined +_hamlout.push_text(" \n\n", -2, false); else + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:29: syntax error, unexpected ')', expecting '}' +));}\n", 0, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:31: syntax error, unexpected $undefined +_hamlout.push_text("
    \n
  • #{_hamlout.adjust_tabs... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected ')' +));}
  • \n
\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unknown regexp option - l +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $undefined +));}\n\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unterminated string meets end of file +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $end, expecting '}' +Function body: def ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140549873160(local_assigns, output_buffer) + _old_virtual_path, @virtual_path = @virtual_path, "cmtool/images/index";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; title t('action.index.title', :model => Cmtool::Image.model_name.human.pluralize) + if @images.any? +_hamlout.push_text("\n \n \n \n \n \n \n \n \n \n \n \n \n", -1, false); + + + @images.each do |image| +_hamlout.push_text(" \n \n \n \n \n \n \n \n \n", -1, false);end +_hamlout.push_text(" \n
#{_hamlout.adjust_tabs(4); + + +_hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.model_name.human +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_file_name) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_content_type) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_file_size) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_updated_at) +));}
\n", 2, false); + + if image.file? +_hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to(image_tag(image.file.url(:thumb)), cmtool.image_path(image) +));}\n", 0, false);end +_hamlout.push_text(" #{_hamlout.format_script_false_true_false_true_false_true_false((link_to image.file_file_name, cmtool.image_path(image) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((image.file_content_type +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((human_size image.file_file_size +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((l image.file_updated_at #, :format => :short +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_edit_content(image), cmtool.edit_image_path(image) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_destroy_content(image), cmtool.image_path(image), :confirm => are_you_sure(image), :method => :delete +));}
\n", -2, false); else +_hamlout.push_text("#{_hamlout.format_script_false_false_false_true_false_true_false(( empty_result(Cmtool::Image) +));}\n", 0, false);end + content_for :page_links do +_hamlout.push_text("
    \n
  • #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_new_content(Cmtool::Image), cmtool.new_image_path +));}
  • \n
\n", -1, false);end +::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; + ensure + @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer + end + +Backtrace: /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:285:in `module_eval' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:285:in `compile' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:233:in `compile!' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:142:in `block in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:125:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:141:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:40:in `render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:13:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/renderer.rb:36:in `render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/renderer.rb:17:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:109:in `_render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/streaming.rb:225:in `_render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:103:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/renderers.rb:28:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:88:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:16:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/core_ext/benchmark.rb:5:in `ms' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:40:in `block in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:39:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:10:in `default_render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' +/Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:4:in `send_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:167:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:10:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:18:in `block in process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:17:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rescue.rb:29:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:29:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/params_wrapper.rb:205:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:18:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:121:in `process' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:45:in `process' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal.rb:203:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal.rb:246:in `block in action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:30:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/railtie/configurable.rb:30:in `method_missing' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.1.15/lib/sass/plugin/rack.rb:54:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:35:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:34:in `catch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:34:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/head.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/params_parser.rb:21:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/flash.rb:242:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/cookies.rb:338:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/query_cache.rb:64:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:27:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/reloader.rb:65:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/logger.rb:26:in `call_app' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/logger.rb:16:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/request_id.rb:22:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/cache/strategy/local_cache.rb:72:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/static.rb:61:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/application.rb:220:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/debugger.rb:20:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/log_tailer.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (19.7ms) +Completed 500 Internal Server Error in 34ms + +ActionView::Template::Error (/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: unknown regexp options - tabl +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: syntax error, unexpected $undefined +_hamlout.push_text(" \n\n", -2, false); else + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:29: syntax error, unexpected ')', expecting '}' +));}\n", 0, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:31: syntax error, unexpected $undefined +_hamlout.push_text("
    \n
  • #{_hamlout.adjust_tabs... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected ')' +));}
  • \n
\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unknown regexp option - l +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $undefined +));}\n\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unterminated string meets end of file +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $end, expecting '}'): + 24: %td= link_to link_to_destroy_content(image), cmtool.image_path(image), :confirm => are_you_sure(image), :method => :delete + 25: - else + 26: = empty_result(Cmtool::Image) + 27: + 28: - content_for :page_links do + 29: %ul + 30: %li= link_to link_to_new_content(Cmtool::Image), cmtool.new_image_path + actionpack (3.2.2) lib/action_view/template.rb:285:in `module_eval' + actionpack (3.2.2) lib/action_view/template.rb:285:in `compile' + actionpack (3.2.2) lib/action_view/template.rb:233:in `compile!' + actionpack (3.2.2) lib/action_view/template.rb:142:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.7ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:31:21 +0100 +Processing by Cmtool::ImagesController#index as HTML +ERROR: compiling ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140538821280 RAISED /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:19: syntax error, unexpected ';', expecting ')' +));}\n", 0, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:21: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:21: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:22: syntax error, unexpected ')' +));}\n #{_hamlou... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:23: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:23: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:24: syntax error, unexpected ')' +));}\n #{_hamlou... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:25: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:25: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: syntax error, unexpected ')' +));}\n \n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: unknown regexp options - tr +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: syntax error, unexpected $undefined +));}\n \n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: unknown regexp options - tabl +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: syntax error, unexpected $undefined +_hamlout.push_text(" \n\n", -2, false); else + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:29: syntax error, unexpected ')', expecting '}' +));}\n", 0, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:31: syntax error, unexpected $undefined +_hamlout.push_text("
    \n
  • #{_hamlout.adjust_tabs... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected ')' +));}
  • \n
\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unknown regexp option - l +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $undefined +));}\n\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unterminated string meets end of file +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $end, expecting '}' +Function body: def ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140538821280(local_assigns, output_buffer) + _old_virtual_path, @virtual_path = @virtual_path, "cmtool/images/index";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; title t('action.index.title', :model => Cmtool::Image.model_name.human.pluralize) + if @images.any? +_hamlout.push_text("\n \n \n \n \n \n \n \n \n \n \n \n \n", -1, false); + + + @images.each do |image| +_hamlout.push_text(" \n \n \n \n \n \n \n \n \n", -1, false);end +_hamlout.push_text(" \n
#{_hamlout.adjust_tabs(4); + + +_hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.model_name.human +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_file_name) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_content_type) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_file_size) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_updated_at) +));}
\n", 2, false); + + if image.file? +_hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to(image_tag(image.file.url(:thumb)), cmtool.image_path(image) +));}\n", 0, false);end +_hamlout.push_text(" #{_hamlout.format_script_false_true_false_true_false_true_false((link_to image.file_file_name, cmtool.image_path(image) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((image.file_content_type +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((human_size image.file_file_size +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((l image.file_updated_at #, :format => :short +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_edit_content(image), cmtool.edit_image_path(image) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_destroy_content(image), cmtool.image_path(image), :confirm => are_you_sure(image), :method => :delete +));}
\n", -2, false); else +_hamlout.push_text("#{_hamlout.format_script_false_false_false_true_false_true_false(( empty_result(Cmtool::Image) +));}\n", 0, false);end + content_for :page_links do +_hamlout.push_text("
    \n
  • #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_new_content(Cmtool::Image), cmtool.new_image_path +));}
  • \n
\n", -1, false);end +::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; + ensure + @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer + end + +Backtrace: /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:285:in `module_eval' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:285:in `compile' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:233:in `compile!' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:142:in `block in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:125:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:141:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:40:in `render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:13:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/renderer.rb:36:in `render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/renderer.rb:17:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:109:in `_render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/streaming.rb:225:in `_render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:103:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/renderers.rb:28:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:88:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:16:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/core_ext/benchmark.rb:5:in `ms' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:40:in `block in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:39:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:10:in `default_render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' +/Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:4:in `send_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:167:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:10:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:18:in `block in process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:17:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rescue.rb:29:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:29:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/params_wrapper.rb:205:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:18:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:121:in `process' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:45:in `process' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal.rb:203:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal.rb:246:in `block in action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:30:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/railtie/configurable.rb:30:in `method_missing' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.1.15/lib/sass/plugin/rack.rb:54:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:35:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:34:in `catch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:34:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/head.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/params_parser.rb:21:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/flash.rb:242:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/cookies.rb:338:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/query_cache.rb:64:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:27:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/reloader.rb:65:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/logger.rb:26:in `call_app' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/logger.rb:16:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/request_id.rb:22:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/cache/strategy/local_cache.rb:72:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/static.rb:61:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/application.rb:220:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/debugger.rb:20:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/log_tailer.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (12.4ms) +Completed 500 Internal Server Error in 27ms + +ActionView::Template::Error (/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:19: syntax error, unexpected ';', expecting ')' +));}\n", 0, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:21: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:21: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:22: syntax error, unexpected ')' +));}\n #{_hamlou... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:23: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:23: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:24: syntax error, unexpected ')' +));}\n #{_hamlou... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:25: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:25: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: syntax error, unexpected ')' +));}\n \n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: unknown regexp options - tr +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: syntax error, unexpected $undefined +));}\n \n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: unknown regexp options - tabl +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: syntax error, unexpected $undefined +_hamlout.push_text(" \n\n", -2, false); else + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:29: syntax error, unexpected ')', expecting '}' +));}\n", 0, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:31: syntax error, unexpected $undefined +_hamlout.push_text("
    \n
  • #{_hamlout.adjust_tabs... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected ')' +));}
  • \n
\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unknown regexp option - l +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $undefined +));}\n\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unterminated string meets end of file +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $end, expecting '}'): + 16: %td + 17: - if image.file? + 18: = link_to(image_tag(image.file.url(:thumb)), cmtool.image_path(image) + 19: %td= link_to image.file_file_name, cmtool.image_path(image) + 20: %td= image.file_content_type + 21: %td= human_size image.file_file_size + 22: %td= l image.file_updated_at #, :format => :short + actionpack (3.2.2) lib/action_view/template.rb:285:in `module_eval' + actionpack (3.2.2) lib/action_view/template.rb:285:in `compile' + actionpack (3.2.2) lib/action_view/template.rb:233:in `compile!' + actionpack (3.2.2) lib/action_view/template.rb:142:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.1ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:31:22 +0100 +Processing by Cmtool::ImagesController#index as HTML +ERROR: compiling ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140538821280 RAISED /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:19: syntax error, unexpected ';', expecting ')' +));}\n", 0, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:21: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:21: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:22: syntax error, unexpected ')' +));}\n #{_hamlou... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:23: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:23: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:24: syntax error, unexpected ')' +));}\n #{_hamlou... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:25: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:25: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: syntax error, unexpected ')' +));}\n \n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: unknown regexp options - tr +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: syntax error, unexpected $undefined +));}\n \n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: unknown regexp options - tabl +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: syntax error, unexpected $undefined +_hamlout.push_text(" \n\n", -2, false); else + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:29: syntax error, unexpected ')', expecting '}' +));}\n", 0, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:31: syntax error, unexpected $undefined +_hamlout.push_text("
    \n
  • #{_hamlout.adjust_tabs... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected ')' +));}
  • \n
\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unknown regexp option - l +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $undefined +));}\n\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unterminated string meets end of file +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $end, expecting '}' +Function body: def ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140538821280(local_assigns, output_buffer) + _old_virtual_path, @virtual_path = @virtual_path, "cmtool/images/index";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; title t('action.index.title', :model => Cmtool::Image.model_name.human.pluralize) + if @images.any? +_hamlout.push_text("\n \n \n \n \n \n \n \n \n \n \n \n \n", -1, false); + + + @images.each do |image| +_hamlout.push_text(" \n \n \n \n \n \n \n \n \n", -1, false);end +_hamlout.push_text(" \n
#{_hamlout.adjust_tabs(4); + + +_hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.model_name.human +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_file_name) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_content_type) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_file_size) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Image.human_attribute_name(:file_updated_at) +));}
\n", 2, false); + + if image.file? +_hamlout.push_text(" #{_hamlout.format_script_false_false_false_true_false_true_false(( link_to(image_tag(image.file.url(:thumb)), cmtool.image_path(image) +));}\n", 0, false);end +_hamlout.push_text(" #{_hamlout.format_script_false_true_false_true_false_true_false((link_to image.file_file_name, cmtool.image_path(image) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((image.file_content_type +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((human_size image.file_file_size +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((l image.file_updated_at #, :format => :short +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_edit_content(image), cmtool.edit_image_path(image) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_destroy_content(image), cmtool.image_path(image), :confirm => are_you_sure(image), :method => :delete +));}
\n", -2, false); else +_hamlout.push_text("#{_hamlout.format_script_false_false_false_true_false_true_false(( empty_result(Cmtool::Image) +));}\n", 0, false);end + content_for :page_links do +_hamlout.push_text("
    \n
  • #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_new_content(Cmtool::Image), cmtool.new_image_path +));}
  • \n
\n", -1, false);end +::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; + ensure + @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer + end + +Backtrace: /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:285:in `module_eval' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:285:in `compile' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:233:in `compile!' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:142:in `block in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:125:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:141:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:40:in `render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:13:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/renderer.rb:36:in `render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/renderer.rb:17:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:109:in `_render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/streaming.rb:225:in `_render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:103:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/renderers.rb:28:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:88:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:16:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/core_ext/benchmark.rb:5:in `ms' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:40:in `block in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:39:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:10:in `default_render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' +/Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:4:in `send_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:167:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:10:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:18:in `block in process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:17:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rescue.rb:29:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:29:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/params_wrapper.rb:205:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:18:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:121:in `process' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:45:in `process' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal.rb:203:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal.rb:246:in `block in action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:30:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/railtie/configurable.rb:30:in `method_missing' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.1.15/lib/sass/plugin/rack.rb:54:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:35:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:34:in `catch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:34:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/head.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/params_parser.rb:21:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/flash.rb:242:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/cookies.rb:338:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/query_cache.rb:64:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:27:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/reloader.rb:65:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/logger.rb:26:in `call_app' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/logger.rb:16:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/request_id.rb:22:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/cache/strategy/local_cache.rb:72:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/static.rb:61:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/application.rb:220:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/debugger.rb:20:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/log_tailer.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (11.8ms) +Completed 500 Internal Server Error in 24ms + +ActionView::Template::Error (/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:19: syntax error, unexpected ';', expecting ')' +));}\n", 0, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:21: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:21: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:22: syntax error, unexpected ')' +));}\n #{_hamlou... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:23: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:23: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:24: syntax error, unexpected ')' +));}\n #{_hamlou... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:25: unknown regexp options - td +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:25: syntax error, unexpected $undefined +));}\n #{_hamlout.adjust_... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: syntax error, unexpected ')' +));}\n \n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: unknown regexp options - tr +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:26: syntax error, unexpected $undefined +));}\n \n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: unknown regexp options - tabl +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:27: syntax error, unexpected $undefined +_hamlout.push_text(" \n\n", -2, false); else + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:29: syntax error, unexpected ')', expecting '}' +));}\n", 0, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:31: syntax error, unexpected $undefined +_hamlout.push_text("
    \n
  • #{_hamlout.adjust_tabs... + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected ')' +));}
  • \n
\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unknown regexp option - l +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $undefined +));}\n\n", -1, false);end + ^ +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: unterminated string meets end of file +/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:32: syntax error, unexpected $end, expecting '}'): + 16: %td + 17: - if image.file? + 18: = link_to(image_tag(image.file.url(:thumb)), cmtool.image_path(image) + 19: %td= link_to image.file_file_name, cmtool.image_path(image) + 20: %td= image.file_content_type + 21: %td= human_size image.file_file_size + 22: %td= l image.file_updated_at #, :format => :short + actionpack (3.2.2) lib/action_view/template.rb:285:in `module_eval' + actionpack (3.2.2) lib/action_view/template.rb:285:in `compile' + actionpack (3.2.2) lib/action_view/template.rb:233:in `compile!' + actionpack (3.2.2) lib/action_view/template.rb:142:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:31:41 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (2616.9ms) +Completed 500 Internal Server Error in 2631ms + +ActionView::Template::Error (undefined method `are_you_sure' for #<#:0x007f95ba4abee0>): + 22: %td= l image.file_updated_at #, :format => :short + 23: %td= link_to link_to_edit_content(image), cmtool.edit_image_path(image) + 24: %td= link_to link_to_destroy_content(image), cmtool.image_path(image), :confirm => are_you_sure(image), :method => :delete + 25: - else + 26: = empty_result(Cmtool::Image) + 27: + 28: - content_for :page_links do + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:25:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140526149560' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:14:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml:14:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_images_index_html_haml__1941898290324441601_70140526149560' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4493518365258510720__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.9ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (19.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 217ms (Views: 183.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:32:30 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:34:21 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (35.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 338ms (Views: 296.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:34:22 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:34:22 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:34:22 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:34:22 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:34:22 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:34:22 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:34:22 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:34:22 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:34:22 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:34:22 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:35:57 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (34.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 232ms (Views: 194.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:35:58 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:35:58 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:35:58 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:35:58 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:35:58 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:35:58 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:35:58 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:35:58 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:35:58 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:35:58 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started DELETE "/cmtool/images/22bc63dc4235e11e23ae8e9eabd83bf0" for 127.0.0.1 at 2012-03-23 17:36:34 +0100 +Processing by Cmtool::ImagesController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"22bc63dc4235e11e23ae8e9eabd83bf0"} +[paperclip] Scheduling attachments for deletion. +[paperclip] Deleting attachments. +[paperclip] deleting /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83bf0/original/atool-main-menu.png +[paperclip] deleting /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83bf0/page/atool-main-menu.png +[paperclip] deleting /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83bf0/medium/atool-main-menu.png +[paperclip] deleting /Users/bterkuile/companytools/development/rails/cmtool/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83bf0/thumb/atool-main-menu.png +Redirected to http://localhost:3000/cmtool/images +Completed 302 Found in 66ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (12.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 217ms (Views: 205.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:35 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (4.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (64.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 109ms (Views: 95.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:41 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/pages/new" for 127.0.0.1 at 2012-03-23 17:36:47 +0100 +Processing by Cmtool::PagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (9.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (36.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/new.html.haml within layouts/cmtool/application (40.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 76ms (Views: 72.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:36:47 +0100 +Served asset /cmtool/application.css - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:36:47 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:47 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:47 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-23 17:36:48 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started POST "/cmtool/pages" for 127.0.0.1 at 2012-03-23 17:37:06 +0100 +Processing by Cmtool::PagesController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "page"=>{"name"=>"home", "menu_text"=>"Home", "title"=>"Home", "locale"=>"nl", "body"=>"", "footer"=>"", "sidebar"=>"", "parent_id"=>"", "default"=>"0", "position"=>"0", "layout"=>"application", "in_menu"=>"1", "keyword_ids"=>[""]}, "commit"=>"Save"} +Completed 500 Internal Server Error in 772ms + +NameError (undefined local variable or method `cmtool_pages_path' for #): + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:48:in `block (2 levels) in create' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `call' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:46:in `create' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__2081097533526317988__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.6ms) + + +Started POST "/cmtool/pages" for 127.0.0.1 at 2012-03-23 17:37:46 +0100 +Processing by Cmtool::PagesController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "page"=>{"name"=>"home", "menu_text"=>"Home", "title"=>"Home", "locale"=>"nl", "body"=>"", "footer"=>"", "sidebar"=>"", "parent_id"=>"", "default"=>"0", "position"=>"0", "layout"=>"application", "in_menu"=>"1", "keyword_ids"=>[""]}, "commit"=>"Save"} +Redirected to http://localhost:3000/cmtool/pages +Completed 302 Found in 57ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-23 17:37:46 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (965.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (979.2ms) +Completed 500 Internal Server Error in 998ms + +ActionView::Template::Error (undefined method `edit_admin_page_path' for #<#:0x007f95bd460410>): + 1: - pages.each do |page| + 2: %tr + 3: %td= link_to ' - '*page.tree_depth + page.name, edit_admin_page_path(page) + 4: %td= page.title + 5: %td.locale{class: "locale-#{page.locale}"}= page.locale + 6: %td= boolean_text controller.template_exists?("pages/#{page.name}") + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml:3:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__nested_pages_html_haml___3418500090272693737_70140534874560' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml:1:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__nested_pages_html_haml___3418500090272693737_70140534874560' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:14:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml__706081946009169479_70140537499280' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.9ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-23 17:38:30 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (1988.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (2000.0ms) +Completed 500 Internal Server Error in 2014ms + +ActionView::Template::Error (undefined method `boolean_text' for #<#:0x007f95bd4e2e88>): + 3: %td= link_to ' - '*page.tree_depth + page.name, cmtool.edit_page_path(page) + 4: %td= page.title + 5: %td.locale{class: "locale-#{page.locale}"}= page.locale + 6: %td= boolean_text controller.template_exists?("pages/#{page.name}") + 7: %td= boolean_text page.in_menu? + 8: %th= page.tree_path.map(&:position).map(&:to_s).join('.') + 9: - if children = page.children.presence + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml:6:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__nested_pages_html_haml___3418500090272693737_70140551130620' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml:1:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages__nested_pages_html_haml___3418500090272693737_70140551130620' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml:14:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_index_html_haml__706081946009169479_70140537499280' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.4ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-23 17:39:45 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (33.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (88.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 300ms (Views: 266.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:39:46 +0100 +Served asset /cmtool/application.css - 304 Not Modified (10ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:39:46 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:39:46 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:39:46 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:39:46 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:39:46 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:39:46 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:39:46 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:39:46 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:39:46 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd8324a/edit" for 127.0.0.1 at 2012-03-23 17:39:52 +0100 +Processing by Cmtool::PagesController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd8324a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml within layouts/cmtool/application (5.2ms) +Completed 500 Internal Server Error in 19ms + +ActionView::Template::Error (wrong number of arguments (0 for 1)): + 1: - title t('action.edit.title', :model => Page.model_name.human) + 2: = render 'form', :submit => update_button_text + 3: + 4: - content_for :page_links do + 5: %ul + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:53:in `update_button_text' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_edit_html_haml___1637832105989351543_70140526548000' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__694304711431824684__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.9ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd8324a/edit" for 127.0.0.1 at 2012-03-23 17:40:49 +0100 +Processing by Cmtool::PagesController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd8324a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml within layouts/cmtool/application (7.4ms) +Completed 500 Internal Server Error in 18ms + +ActionView::Template::Error (wrong number of arguments (0 for 1)): + 1: - title t('action.edit.title', :model => Page.model_name.human) + 2: = render 'form', :submit => update_button_text + 3: + 4: - content_for :page_links do + 5: %ul + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:53:in `update_button_text' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_edit_html_haml___1637832105989351543_70140525515500' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__694304711431824684__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.0ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd8324a/edit" for 127.0.0.1 at 2012-03-23 17:41:02 +0100 +Processing by Cmtool::PagesController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd8324a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (12.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (65.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml within layouts/cmtool/application (74.9ms) +Completed 500 Internal Server Error in 85ms + +ActionView::Template::Error (undefined method `model_name' for :page:Symbol): + 3: + 4: - content_for :page_links do + 5: %ul + 6: %li= link_to link_to_index_content(:page), cmtool.pages_path + 7: %li= link_to link_to_show_content(@page), cmtool.page_path(@page) + 8: %li= link_to link_to_edit_content(@page), cmtool.edit_page_path(@page) + 9: %li= link_to link_to_destroy_content(@page), cmtool.page_path(@page), :confirm => are_you_sure?(@page), :method => :delete + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:44:in `link_to_index_content' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml:6:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_edit_html_haml___1637832105989351543_70140523871320' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml:4:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_edit_html_haml___1637832105989351543_70140523871320' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__694304711431824684__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.9ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd8324a/edit" for 127.0.0.1 at 2012-03-23 17:41:13 +0100 +Processing by Cmtool::PagesController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd8324a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (4.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (44.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml within layouts/cmtool/application (1931.2ms) +Completed 500 Internal Server Error in 1942ms + +ActionView::Template::Error (undefined method `are_you_sure?' for #<#:0x007f95b9d09908>): + 6: %li= link_to link_to_index_content(Page), cmtool.pages_path + 7: %li= link_to link_to_show_content(@page), cmtool.page_path(@page) + 8: %li= link_to link_to_edit_content(@page), cmtool.edit_page_path(@page) + 9: %li= link_to link_to_destroy_content(@page), cmtool.page_path(@page), :confirm => are_you_sure?(@page), :method => :delete + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml:9:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_edit_html_haml___1637832105989351543_70140522148640' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml:4:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_edit_html_haml___1637832105989351543_70140522148640' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__694304711431824684__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.2ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd8324a/edit" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Processing by Cmtool::PagesController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd8324a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (24.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (64.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml within layouts/cmtool/application (70.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.7ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 322ms (Views: 211.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:39 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:41:40 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:41:40 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:41:40 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:41:40 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:41:40 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-23 17:41:40 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started DELETE "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd8324a" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Processing by Cmtool::PagesController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"22bc63dc4235e11e23ae8e9eabd8324a"} +Redirected to http://localhost:3000/cmtool/pages +Completed 302 Found in 14ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (6.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (50.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 93ms (Views: 80.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:48 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0/edit" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Processing by Cmtool::PagesController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (6.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (40.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml within layouts/cmtool/application (46.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (2.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 89ms (Views: 81.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:41:55 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:41:56 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:41:56 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:41:56 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:41:56 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:41:56 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-23 17:41:56 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0" for 127.0.0.1 at 2012-03-23 17:41:57 +0100 +Processing by Cmtool::PagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml within layouts/cmtool/application (25.6ms) +Completed 500 Internal Server Error in 37ms + +ActionView::Template::Error (undefined method `model_name' for :page:Symbol): + 38: + 39: - content_for :page_links do + 40: %ul + 41: %li= link_to link_to_index_content(:page), admin_pages_path + 42: %li= link_to link_to_edit_content(@page), [:edit, :admin, @page] + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:45:in `link_to_index_content' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml:41:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_show_html_haml__747002749826202656_70140523038700' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml:39:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_show_html_haml__747002749826202656_70140523038700' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.6ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0" for 127.0.0.1 at 2012-03-23 17:42:26 +0100 +Processing by Cmtool::PagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml within layouts/cmtool/application (34.0ms) +Completed 500 Internal Server Error in 46ms + +ActionView::Template::Error (undefined method `model_name' for :page:Symbol): + 38: + 39: - content_for :page_links do + 40: %ul + 41: %li= link_to link_to_index_content(:page), cmtool.pages_path + 42: %li= link_to link_to_edit_content(@page), cmtool.edit_path_path(@page) + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:45:in `link_to_index_content' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml:41:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_show_html_haml__747002749826202656_70140545158800' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml:39:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_show_html_haml__747002749826202656_70140545158800' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.3ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0" for 127.0.0.1 at 2012-03-23 17:42:38 +0100 +Processing by Cmtool::PagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml within layouts/cmtool/application (1165.9ms) +Completed 500 Internal Server Error in 1180ms + +ActionView::Template::Error (undefined method `edit_path_path' for #): + 39: - content_for :page_links do + 40: %ul + 41: %li= link_to link_to_index_content(Page), cmtool.pages_path + 42: %li= link_to link_to_edit_content(@page), cmtool.edit_path_path(@page) + actionpack (3.2.2) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml:42:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_show_html_haml__747002749826202656_70140587354460' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml:39:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_show_html_haml__747002749826202656_70140587354460' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.7ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0" for 127.0.0.1 at 2012-03-23 17:42:52 +0100 +Processing by Cmtool::PagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml within layouts/cmtool/application (1256.8ms) +Completed 500 Internal Server Error in 1271ms + +ActionView::Template::Error (undefined method `edit_path' for #): + 39: - content_for :page_links do + 40: %ul + 41: %li= link_to link_to_index_content(Page), cmtool.pages_path + 42: %li= link_to link_to_edit_content(@page), cmtool.edit_path(@page) + actionpack (3.2.2) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml:42:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_show_html_haml__747002749826202656_70140563923500' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml:39:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_pages_show_html_haml__747002749826202656_70140563923500' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4545490273085901613__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.1ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Processing by Cmtool::PagesController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/show.html.haml within layouts/cmtool/application (25.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 58ms (Views: 50.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:43:01 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/news" for 127.0.0.1 at 2012-03-23 17:43:05 +0100 +Processing by Cmtool::NewsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/index.html.haml within layouts/cmtool/application (12.0ms) +Completed 500 Internal Server Error in 39ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::News): + 1: - title t('action.index.title', :model => News.model_name.human.pluralize) + 2: - if @news.any? + 3: %table.index-table + 4: %thead + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_index_html_haml___3991113180718381918_70140537235600' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4528871263902235684__process_action__3345567099542600705__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (94.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (105.6ms) + + +Started GET "/cmtool/news" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Processing by Cmtool::NewsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/index.html.haml within layouts/cmtool/application (9.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 50ms (Views: 36.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:44:33 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/news/new" for 127.0.0.1 at 2012-03-23 17:44:36 +0100 +Processing by Cmtool::NewsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/new.html.haml within layouts/cmtool/application (8.5ms) +Completed 500 Internal Server Error in 23ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::News): + 1: - title t('action.new.title', :model => News.model_name.human) + 2: + 3: = render 'form', :submit => create_button_text + 4: + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/new.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_new_html_haml__2323081516519902013_70140564463120' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4528871263902235684__process_action__3247510730742637281__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.5ms) + + +Started GET "/cmtool/news/new" for 127.0.0.1 at 2012-03-23 17:45:37 +0100 +Processing by Cmtool::NewsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (5.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (27.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/new.html.haml within layouts/cmtool/application (34.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 69ms (Views: 63.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:45:37 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:45:37 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:45:37 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:45:37 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:45:37 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:45:37 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:45:38 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:45:38 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:45:38 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:45:38 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:45:38 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:45:38 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:45:38 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-23 17:45:38 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-23 17:45:38 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-23 17:45:38 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started POST "/cmtool/news" for 127.0.0.1 at 2012-03-23 17:47:12 +0100 +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +Processing by Cmtool::NewsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"Hoi", "active"=>"1", "date"=>"2012-03-23", "body"=>"

asdflkj

"}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save"} +[paperclip] Saving attachments. +Redirected to http://localhost:3000/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad +Completed 302 Found in 52ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-23 17:47:12 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (20.2ms) +Completed 500 Internal Server Error in 38ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::News): + 1: - title t('action.show.title', :model => News.model_name.human) + 2: - if @news.image? + 3: #news-image-container + 4: = link_to image_tag(@news.image.url(:thumb)), @news.image.url + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_show_html_haml___15018930155516727_70140523445580' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4528871263902235684__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-23 17:47:54 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (26.6ms) +Completed 500 Internal Server Error in 44ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Keyword): + 13: %strong= Cmtool::News.human_attribute_name(:date) + 14: =l @news.date + 15: .show_field + 16: %strong= Keyword.model_name.human.pluralize + 17: %ul + 18: - for keyword in @news.keywords + 19: %li.keyword_show= keyword.name + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml:16:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_show_html_haml___15018930155516727_70140522035860' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4528871263902235684__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.0ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-23 17:48:11 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (40.4ms) +Completed 500 Internal Server Error in 51ms + +ActionView::Template::Error (uninitialized constant Keyword): + 15: .show_field + 16: %strong= Cmtool::Keyword.model_name.human.pluralize + 17: %ul + 18: - for keyword in @news.keywords + 19: %li.keyword_show= keyword.name + 20: .show_field + 21: %strong= Cmtool::News.human_attribute_name(:body) + activesupport (3.2.2) lib/active_support/inflector/methods.rb:229:in `block in constantize' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `each' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `constantize' + activesupport (3.2.2) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/class_methods_base.rb:11:in `get_class_from_name' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:323:in `find_associated_via_join_view' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/has_and_belongs_to_many.rb:81:in `block in define_has_and_belongs_to_many_getter' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml:18:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_show_html_haml___15018930155516727_70140522307740' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4528871263902235684__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-23 17:49:12 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (19.3ms) +Completed 500 Internal Server Error in 31ms + +ActionView::Template::Error (uninitialized constant Keyword): + 15: .show_field + 16: -#%strong= Cmtool::Keyword.model_name.human.pluralize + 17: %ul + 18: - for keyword in @news.keywords + 19: %li.keyword_show= keyword.name + 20: .show_field + 21: %strong= Cmtool::News.human_attribute_name(:body) + activesupport (3.2.2) lib/active_support/inflector/methods.rb:229:in `block in constantize' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `each' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `constantize' + activesupport (3.2.2) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/class_methods_base.rb:11:in `get_class_from_name' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:323:in `find_associated_via_join_view' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/has_and_belongs_to_many.rb:81:in `block in define_has_and_belongs_to_many_getter' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml:18:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_show_html_haml___15018930155516727_70140546523000' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4528871263902235684__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.9ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-23 17:49:28 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (16.2ms) +Completed 500 Internal Server Error in 27ms + +ActionView::Template::Error (uninitialized constant Keyword): + 15: .show_field + 16: %strong= Cmtool::Keyword.model_name.human.pluralize + 17: %ul + 18: - for keyword in @news.keywords + 19: %li.keyword_show=# keyword.name + 20: .show_field + 21: %strong= Cmtool::News.human_attribute_name(:body) + activesupport (3.2.2) lib/active_support/inflector/methods.rb:229:in `block in constantize' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `each' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `constantize' + activesupport (3.2.2) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/class_methods_base.rb:11:in `get_class_from_name' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:323:in `find_associated_via_join_view' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/has_and_belongs_to_many.rb:81:in `block in define_has_and_belongs_to_many_getter' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml:18:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_show_html_haml___15018930155516727_70140587371060' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4528871263902235684__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.1ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-23 17:49:44 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (2.5ms) +Completed 500 Internal Server Error in 17ms + +ActionView::Template::Error (Inconsistent indentation: 1 space was used for indentation, but the rest of the document was indented using 2 spaces.): + 13: %strong= Cmtool::News.human_attribute_name(:date) + 14: =l @news.date + 15: .show_field + 16: -# + 17: %strong= Cmtool::Keyword.model_name.human.pluralize + 18: %ul + 19: - for keyword in @news.keywords + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml:16 + haml (3.1.4) lib/haml/parser.rb:109:in `block in tabs' + haml (3.1.4) lib/haml/parser.rb:88:in `instance_eval' + haml (3.1.4) lib/haml/parser.rb:88:in `tabs' + haml (3.1.4) lib/haml/parser.rb:698:in `block_opened?' + haml (3.1.4) lib/haml/parser.rb:336:in `tag' + haml (3.1.4) lib/haml/parser.rb:359:in `div' + haml (3.1.4) lib/haml/parser.rb:182:in `process_line' + haml (3.1.4) lib/haml/parser.rb:148:in `parse' + haml (3.1.4) lib/haml/engine.rb:124:in `initialize' + haml (3.1.4) lib/haml/template/plugin.rb:34:in `new' + haml (3.1.4) lib/haml/template/plugin.rb:34:in `compile' + haml (3.1.4) lib/haml/template/plugin.rb:39:in `call' + actionpack (3.2.2) lib/action_view/template.rb:256:in `compile' + actionpack (3.2.2) lib/action_view/template.rb:233:in `compile!' + actionpack (3.2.2) lib/action_view/template.rb:142:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4528871263902235684__process_action__1784743353891096808__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1116019429427030604__call__2923096297201419081__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.5ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (14.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 178ms (Views: 168.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:00 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (23.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 75ms (Views: 63.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Served asset /cmtool/application.css - 304 Not Modified (16ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 17:50:17 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-23 17:57:05 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (35.4ms) +Completed 500 Internal Server Error in 199ms + +ActionView::Template::Error (undefined method `association_cmtool__keyword_has_and_belongs_to_many_cmtool__news' for Cmtool::Keyword:Class): + 15: .show_field + 16: %strong= Cmtool::Keyword.model_name.human.pluralize + 17: %ul + 18: - for keyword in @news.keywords + 19: %li.keyword_show= keyword.name + 20: .show_field + 21: %strong= Cmtool::News.human_attribute_name(:body) + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch.rb:104:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:323:in `find_associated_via_join_view' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/has_and_belongs_to_many.rb:81:in `block in define_has_and_belongs_to_many_getter' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml:18:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_show_html_haml__4080701415989868182_70166794589880' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3928426162778133407__process_action__1014767451091143534__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__4499760586666180124__call__3130496139397387563__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.4ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-23 18:02:28 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (70.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (6.5ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (5.7ms) +Completed 200 OK in 576ms (Views: 466.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-23 18:02:29 +0100 +Served asset /cmtool/application.css - 304 Not Modified (39ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-23 18:02:29 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (14ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-23 18:02:29 +0100 +Served asset /jquery.js - 304 Not Modified (6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-23 18:02:29 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-23 18:02:29 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (6ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-23 18:02:29 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-23 18:02:29 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-23 18:02:29 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (17ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-23 18:02:29 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-23 18:02:29 +0100 +Served asset /cmtool/application.js - 304 Not Modified (34ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad/edit" for 127.0.0.1 at 2012-03-24 09:47:07 +0100 +Processing by Cmtool::NewsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (88.9ms) +Completed 500 Internal Server Error in 341ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::News): + 1: - title t('action.edit.title', :model => News.model_name.human) + 2: - if @news.image? + 3: = link_to image_tag(@news.image.url(:thumb)), @news.image.url + 4: = render 'form', :submit => update_button_text + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_edit_html_haml__4308634516552004208_70336680643180' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3635116531102071266__process_action__772969143724999752__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (261.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (287.8ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad/edit" for 127.0.0.1 at 2012-03-24 09:48:17 +0100 +Processing by Cmtool::NewsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (9.3ms) +Completed 500 Internal Server Error in 29ms + +ActionView::Template::Error (wrong number of arguments (0 for 1)): + 2: - if @news.image? + 3: = link_to image_tag(@news.image.url(:thumb)), @news.image.url + 4: = render 'form', :submit => update_button_text + 5: + 6: - content_for :page_links do + 7: %ul + 8: %li= link_to link_to_show_content(@news), cmtool.news_path(@news) + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:54:in `update_button_text' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_edit_html_haml__4308634516552004208_70336685194920' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3635116531102071266__process_action__772969143724999752__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.8ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad/edit" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Processing by Cmtool::NewsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (5.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (23.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (70.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (79.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (2.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 126ms (Views: 111.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /cmtool/application.css - 304 Not Modified (10ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (21ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (13ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (12ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 09:48:30 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 09:48:31 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (14ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 09:48:31 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (10ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 09:48:31 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (7ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-24 09:48:39 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"Hoi3", "active"=>"1", "date"=>"2012-03-23", "body"=>"

asdflkj

"}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} +[paperclip] Saving attachments. +Redirected to http://localhost:3000/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad +Completed 302 Found in 48ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-24 09:48:39 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (119.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 163ms (Views: 152.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:48:40 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:40 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:48:40 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:40 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:40 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:40 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:40 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:40 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:40 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:40 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/news" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Processing by Cmtool::NewsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/index.html.haml within layouts/cmtool/application (19.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 77ms (Views: 52.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (9ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:44 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started DELETE "/cmtool/news/22bc63dc4235e11e23ae8e9eabd817ad" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Processing by Cmtool::NewsController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"22bc63dc4235e11e23ae8e9eabd817ad"} +[paperclip] Scheduling attachments for deletion. +[paperclip] Deleting attachments. +Redirected to http://localhost:3000/cmtool/news +Completed 302 Found in 16ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/news" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Processing by Cmtool::NewsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/index.html.haml within layouts/cmtool/application (2.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 105ms (Views: 95.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:48:48 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/keywords" for 127.0.0.1 at 2012-03-24 09:48:51 +0100 +Processing by Cmtool::KeywordsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/index.html.haml within layouts/cmtool/application (12.1ms) +Completed 500 Internal Server Error in 30ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Keyword): + 1: - title t('action.index.title', :model => Keyword.model_name.human.pluralize) + 2: - if @keywords.any? + 3: %table.index-table + 4: %thead + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_keywords_index_html_haml___3686463607075545736_70336722124660' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/keywords_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4577976723287247660__process_action__1128328477484397803__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.7ms) + + +Started GET "/cmtool/keywords" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Processing by Cmtool::KeywordsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/index.html.haml within layouts/cmtool/application (10.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 103ms (Views: 92.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:52:45 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/keywords/new" for 127.0.0.1 at 2012-03-24 09:52:48 +0100 +Processing by Cmtool::KeywordsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/new.html.haml within layouts/cmtool/application (7.9ms) +Completed 500 Internal Server Error in 18ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Keyword): + 1: - title t('action.new.title', :model => Keyword.model_name.human) + 2: + 3: = render 'form', :submit => create_button_text + 4: + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/new.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_keywords_new_html_haml___3093604805508178158_70336722180920' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/keywords_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4577976723287247660__process_action__978369216716424220__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.9ms) + + +Started GET "/cmtool/keywords/new" for 127.0.0.1 at 2012-03-24 09:53:34 +0100 +Processing by Cmtool::KeywordsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_form.html.haml (1170.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/new.html.haml within layouts/cmtool/application (1175.3ms) +Completed 500 Internal Server Error in 1183ms + +ActionView::Template::Error (undefined method `admin_keywords_path' for #<#:0x007ff114ce6a28>): + 1: = form_for [:admin, @keyword] do |f| + 2: = render 'error_messages', :target => @keyword + 3: + 4: .field + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:396:in `apply_form_for_options!' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:369:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_keywords__form_html_haml___1714933881814782736_70336699461840' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_keywords_new_html_haml___3093604805508178158_70336705969640' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/keywords_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4577976723287247660__process_action__978369216716424220__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.3ms) + + +Started GET "/cmtool/keywords/new" for 127.0.0.1 at 2012-03-24 09:54:08 +0100 +Processing by Cmtool::KeywordsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_form.html.haml (10.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/new.html.haml within layouts/cmtool/application (14.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 87ms (Views: 82.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:54:09 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:54:09 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:54:09 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:54:09 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:54:09 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:54:09 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:54:09 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:54:09 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:54:09 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:54:09 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started POST "/cmtool/keywords" for 127.0.0.1 at 2012-03-24 09:54:13 +0100 +Processing by Cmtool::KeywordsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "keyword"=>{"name"=>"test"}, "commit"=>"Save"} +Completed 500 Internal Server Error in 861ms + +NameError (undefined local variable or method `cmtool_keywords_path' for #): + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/keywords_controller.rb:48:in `block (2 levels) in create' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `call' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/keywords_controller.rb:46:in `create' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4577976723287247660__process_action__2041082840204562492__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.6ms) + + +Started GET "/cmtool/keywords" for 127.0.0.1 at 2012-03-24 09:55:45 +0100 +Processing by Cmtool::KeywordsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/index.html.haml within layouts/cmtool/application (7.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 257ms (Views: 164.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:55:46 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:55:46 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:55:46 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:55:46 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:55:46 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:55:46 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:55:46 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:55:46 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:55:46 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:55:46 +0100 +Served asset /cmtool/application.js - 304 Not Modified (4ms) + + +Started GET "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7099b/edit" for 127.0.0.1 at 2012-03-24 09:55:49 +0100 +Processing by Cmtool::KeywordsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf7099b"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/edit.html.haml within layouts/cmtool/application (8.7ms) +Completed 500 Internal Server Error in 93ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Keyword): + 1: - title t('action.edit.title', :model => Keyword.model_name.human) + 2: = render 'form', :submit => update_button_text + 3: + 4: - content_for :page_links do + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/edit.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_keywords_edit_html_haml__3326779019105154308_70336680400480' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4577976723287247660__process_action__772969143724999752__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.3ms) + + +Started GET "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7099b/edit" for 127.0.0.1 at 2012-03-24 09:56:42 +0100 +Processing by Cmtool::KeywordsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf7099b"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/edit.html.haml within layouts/cmtool/application (4.8ms) +Completed 500 Internal Server Error in 16ms + +ActionView::Template::Error (wrong number of arguments (0 for 1)): + 1: - title t('cmtool.action.edit.title', :model => Cmtool::Keyword.model_name.human) + 2: = render 'form', :submit => update_button_text + 3: + 4: - content_for :page_links do + 5: %ul + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:54:in `update_button_text' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/edit.html.haml:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_keywords_edit_html_haml__3326779019105154308_70336711334640' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4577976723287247660__process_action__772969143724999752__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.8ms) + + +Started GET "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7099b/edit" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Processing by Cmtool::KeywordsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf7099b"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_form.html.haml (10.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/edit.html.haml within layouts/cmtool/application (18.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 55ms (Views: 48.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:54 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started PUT "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7099b" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Processing by Cmtool::KeywordsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "keyword"=>{"name"=>"test"}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf7099b"} +Redirected to http://localhost:3000/cmtool/keywords +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/keywords" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Processing by Cmtool::KeywordsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/index.html.haml within layouts/cmtool/application (6.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 46ms (Views: 38.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (11ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Served asset /cmtool/application.css - 304 Not Modified (10ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:56:59 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7099b/edit" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Processing by Cmtool::KeywordsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf7099b"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_form.html.haml (10.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/edit.html.haml within layouts/cmtool/application (17.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 61ms (Views: 52.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Served asset /cmtool/application.css - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:03 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started PUT "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7099b" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Processing by Cmtool::KeywordsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "keyword"=>{"name"=>"test2"}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf7099b"} +Redirected to http://localhost:3000/cmtool/keywords +Completed 302 Found in 22ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/keywords" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Processing by Cmtool::KeywordsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/index.html.haml within layouts/cmtool/application (5.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 48ms (Views: 36.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:57:06 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started DELETE "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7099b" for 127.0.0.1 at 2012-03-24 09:57:14 +0100 +Processing by Cmtool::KeywordsController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"22bc63dc4235e11e23ae8e9eabf7099b"} +Completed 500 Internal Server Error in 8ms + +NameError (uninitialized constant Cmtool::Page): + activesupport (3.2.2) lib/active_support/inflector/methods.rb:229:in `block in constantize' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `each' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `constantize' + activesupport (3.2.2) lib/active_support/core_ext/string/inflections.rb:54:in `constantize' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/class_methods_base.rb:11:in `get_class_from_name' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:323:in `find_associated_via_join_view' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/has_and_belongs_to_many.rb:96:in `block in define_has_and_belongs_to_many_getter' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/has_and_belongs_to_many.rb:151:in `block in define_has_and_belongs_to_many_setter_remove_all' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/has_and_belongs_to_many.rb:179:in `block in define_has_and_belongs_to_many_after_destroy_cleanup' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:224:in `block in check_and_destroy_dependents' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/properties.rb:17:in `block in each' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/properties.rb:17:in `each' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/properties.rb:17:in `each' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:221:in `check_and_destroy_dependents' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:42:in `destroy' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/keywords_controller.rb:77:in `destroy' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4577976723287247660__process_action__582879433212570805__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (12.7ms) + + +Started DELETE "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7099b" for 127.0.0.1 at 2012-03-24 09:58:06 +0100 +Processing by Cmtool::KeywordsController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"22bc63dc4235e11e23ae8e9eabf7099b"} +Completed 500 Internal Server Error in 120ms + +NoMethodError (undefined method `association_page_has_and_belongs_to_many_cmtool__keywords' for Page:Class): + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch.rb:104:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:323:in `find_associated_via_join_view' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/has_and_belongs_to_many.rb:96:in `block in define_has_and_belongs_to_many_getter' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/has_and_belongs_to_many.rb:151:in `block in define_has_and_belongs_to_many_setter_remove_all' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/couch/has_and_belongs_to_many.rb:179:in `block in define_has_and_belongs_to_many_after_destroy_cleanup' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:224:in `block in check_and_destroy_dependents' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/properties.rb:17:in `block in each' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/properties.rb:17:in `each' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/properties.rb:17:in `each' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:221:in `check_and_destroy_dependents' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:42:in `destroy' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/keywords_controller.rb:77:in `destroy' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4577976723287247660__process_action__582879433212570805__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (14.1ms) + + +Started DELETE "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7099b" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Processing by Cmtool::KeywordsController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"22bc63dc4235e11e23ae8e9eabf7099b"} +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +Redirected to http://localhost:3000/cmtool/keywords +Completed 302 Found in 137ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/keywords" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Processing by Cmtool::KeywordsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/index.html.haml within layouts/cmtool/application (2.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 202ms (Views: 193.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:06 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/keywords/new" for 127.0.0.1 at 2012-03-24 09:59:10 +0100 +Processing by Cmtool::KeywordsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_form.html.haml (5.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/new.html.haml within layouts/cmtool/application (9.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 45ms (Views: 40.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:59:11 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:59:11 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:11 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:11 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:11 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:11 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:11 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:11 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:11 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:11 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started POST "/cmtool/keywords" for 127.0.0.1 at 2012-03-24 09:59:13 +0100 +Processing by Cmtool::KeywordsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "keyword"=>{"name"=>"test"}, "commit"=>"Save"} +Redirected to http://localhost:3000/cmtool/keywords +Completed 302 Found in 20ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/keywords" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Processing by Cmtool::KeywordsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/index.html.haml within layouts/cmtool/application (5.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 127ms (Views: 113.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (10ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 09:59:14 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7023b" for 127.0.0.1 at 2012-03-24 09:59:21 +0100 +Processing by Cmtool::KeywordsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf7023b"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/show.html.haml within layouts/cmtool/application (9.7ms) +Completed 500 Internal Server Error in 22ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Keyword): + 1: - title t('action.show.title', :model => Keyword.model_name.human) + 2: .show_field + 3: %strong= Keyword.human_attribute_name(:name) + 4: = @keyword.name + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/show.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_keywords_show_html_haml__774498325804372337_70336723613760' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/keywords_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4577976723287247660__process_action__3621365737644745260__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.5ms) + + +Started GET "/cmtool/keywords/22bc63dc4235e11e23ae8e9eabf7023b" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Processing by Cmtool::KeywordsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf7023b"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/show.html.haml within layouts/cmtool/application (8.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 47ms (Views: 39.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:13 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/news" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Processing by Cmtool::NewsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/index.html.haml within layouts/cmtool/application (2.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.3ms) +Completed 200 OK in 44ms (Views: 33.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:00:18 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/news/new" for 127.0.0.1 at 2012-03-24 10:00:20 +0100 +Processing by Cmtool::NewsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (106.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (121.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/new.html.haml within layouts/cmtool/application (127.2ms) +Completed 500 Internal Server Error in 147ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Keyword): + 1: %h4= Keyword.model_name.human.pluralize + 2: = hidden_field_tag "#{subject.class.name.underscore}[keyword_ids][]", nil + 3: - for keyword in Keyword.all + 4: .keyword_container + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_keywords__habtm_html_haml__1193904355056574777_70336692923980' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml:20:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news__form_html_haml___394709614745718277_70336708620500' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news__form_html_haml___394709614745718277_70336708620500' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_new_html_haml__1230616303111631609_70336685758780' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3635116531102071266__process_action__978369216716424220__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (9.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.1ms) + + +Started GET "/cmtool/news/new" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Processing by Cmtool::NewsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (15.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (27.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/new.html.haml within layouts/cmtool/application (32.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 62ms (Views: 57.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:03 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:01:04 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:01:04 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:01:04 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:01:04 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:01:04 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:01:04 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:01:04 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started POST "/cmtool/news" for 127.0.0.1 at 2012-03-24 10:01:08 +0100 +Processing by Cmtool::NewsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>["", "22bc63dc4235e11e23ae8e9eabf7023b"]}, "commit"=>"Save"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (1.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (14.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (28.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/new.html.haml within layouts/cmtool/application (32.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 76ms (Views: 64.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:01:09 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started POST "/cmtool/news" for 127.0.0.1 at 2012-03-24 10:02:10 +0100 +Processing by Cmtool::NewsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"test", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save"} +[paperclip] Saving attachments. +Redirected to http://localhost:3000/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904 +Completed 302 Found in 99ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:02:10 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (19.7ms) +Compiled cmtool/structure.css (809ms) (pid 5623) +Compiled cmtool/application.css (3ms) (pid 5623) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 910ms (Views: 903.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:02:11 +0100 +Served asset /cmtool/application.css - 304 Not Modified (46ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:02:11 +0100 +Served asset /cmtool/structure.css - 200 OK (22ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:11 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:11 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:11 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:11 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:12 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:12 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:12 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:12 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904/edit" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Processing by Cmtool::NewsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (14.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (30.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (36.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 72ms (Views: 63.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:16 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:17 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:17 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:17 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:17 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:17 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:02:17 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:02:17 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (12.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (25.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (30.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 72ms (Views: 60.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:24 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:25 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:25 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:25 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:25 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:25 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:02:25 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:02:26 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:02:43 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (1.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (14.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (28.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (32.7ms) +Compiled cmtool/structure.css (791ms) (pid 5623) +Compiled cmtool/application.css (3ms) (pid 5623) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 988ms (Views: 978.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:02:44 +0100 +Served asset /cmtool/structure.css - 200 OK (23ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:44 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:44 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:44 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:02:44 +0100 +Served asset /cmtool/application.css - 304 Not Modified (50ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:44 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:44 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:44 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:44 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:02:44 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:45 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:45 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:45 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:45 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:02:45 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:02:45 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:02:45 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:03:10 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (101.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (121.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (126.3ms) +Compiled cmtool/structure.css (833ms) (pid 5623) +Compiled cmtool/application.css (2ms) (pid 5623) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (2.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 1055ms (Views: 1040.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /cmtool/structure.css - 200 OK (21ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /cmtool/application.css - 304 Not Modified (33ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:03:11 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:04:30 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (12.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (29.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (35.2ms) +Compiled cmtool/structure.css (771ms) (pid 5623) +Compiled cmtool/application.css (1ms) (pid 5623) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 981ms (Views: 886.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /cmtool/application.css - 304 Not Modified (49ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /cmtool/structure.css - 200 OK (20ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:04:31 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:04:32 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:04:32 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:04:32 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:04:32 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:05:25 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (14.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (32.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (37.1ms) +Compiled cmtool/structure.css (800ms) (pid 5623) +Compiled cmtool/application.css (2ms) (pid 5623) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 923ms (Views: 910.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:05:26 +0100 +Served asset /cmtool/application.css - 304 Not Modified (118ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:05:26 +0100 +Served asset /cmtool/structure.css - 200 OK (20ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:26 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:26 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:26 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:26 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:26 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:26 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:26 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:26 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:05:27 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:05:27 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:05:27 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:05:27 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:05:27 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:05:27 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:05:27 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:05:42 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (2.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (14.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (32.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (37.8ms) +Compiled cmtool/structure.css (818ms) (pid 5623) +Compiled cmtool/application.css (1ms) (pid 5623) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 1005ms (Views: 993.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:05:43 +0100 +Served asset /cmtool/application.css - 304 Not Modified (41ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:05:43 +0100 +Served asset /cmtool/structure.css - 200 OK (24ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:43 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:43 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:43 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:43 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:43 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:43 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:43 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:05:43 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:05:44 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:05:44 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:05:44 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:05:44 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:05:44 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:05:44 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:05:44 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:06:12 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>["", "22bc63dc4235e11e23ae8e9eabf7023b"]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (15.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (30.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (35.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 76ms (Views: 64.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:06:13 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:06:18 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"test", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>["", "22bc63dc4235e11e23ae8e9eabf7023b"]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} +Redirected to http://localhost:3000/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904 +Completed 302 Found in 12ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:06:18 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (15.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 49ms (Views: 42.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:06:18 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:06:18 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:19 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:19 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:19 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:19 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:19 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:19 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:19 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:06:19 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:08:03 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (90.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 128ms (Views: 121.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:08:03 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:03 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:03 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:08:03 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:03 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:03 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:03 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:04 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:04 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:04 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904/edit" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Processing by Cmtool::NewsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (16.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (33.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (40.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 78ms (Views: 71.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:08:07 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:08:08 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:08:08 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:08:08 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:08:08 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:08:08 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:08:08 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:08:08 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:08:10 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"test", "active"=>"1", "date"=>"2012-03-24", "body"=>"", "keyword_ids"=>["22bc63dc4235e11e23ae8e9eabf7023b"]}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} +Completed 500 Internal Server Error in 13ms + +NoMethodError (undefined method `keyword_ids=' for #): + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/ghost_attributes.rb:7:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/dirty_attributes.rb:32:in `method_missing' + activemodel (3.2.2) lib/active_model/attribute_methods.rb:407:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence.rb:77:in `block in attributes=' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence.rb:76:in `each' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence.rb:76:in `attributes=' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:75:in `attributes=' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:61:in `update_attributes' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:63:in `block in update' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:278:in `call' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:278:in `retrieve_collector_from_mimes' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:62:in `update' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3635116531102071266__process_action__3283052313026704226__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1590310695956642621__call__2934392333720949172__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.6ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:09:48 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"test", "active"=>"1", "date"=>"2012-03-24", "body"=>"", "keyword_ids"=>["22bc63dc4235e11e23ae8e9eabf7023b"]}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} +Completed 500 Internal Server Error in 126ms + +NoMethodError (undefined method `keyword_ids=' for #): + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/ghost_attributes.rb:7:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/dirty_attributes.rb:32:in `method_missing' + activemodel (3.2.2) lib/active_model/attribute_methods.rb:407:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence.rb:77:in `block in attributes=' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence.rb:76:in `each' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence.rb:76:in `attributes=' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:75:in `attributes=' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/simply_stored-a49f8044be2a/lib/simply_stored/instance_methods.rb:61:in `update_attributes' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:63:in `block in update' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:278:in `call' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:278:in `retrieve_collector_from_mimes' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:194:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/news_controller.rb:62:in `update' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2576405598953887811__process_action__4109570975166885147__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__278129011696128213__call__222498606587770896__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.2ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:10:57 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"test", "active"=>"1", "date"=>"2012-03-24", "body"=>"", "keyword_ids"=>["22bc63dc4235e11e23ae8e9eabf7023b"]}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:27:52 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"test", "active"=>"1", "date"=>"2012-03-24", "body"=>"", "keyword_ids"=>["22bc63dc4235e11e23ae8e9eabf7023b"]}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} +[paperclip] Saving attachments. +Redirected to http://localhost:3000/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904 +Completed 302 Found in 178ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:27:52 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (74.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (4.8ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (3.9ms) +Completed 200 OK in 513ms (Views: 505.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:27:53 +0100 +Served asset /cmtool/application.css - 304 Not Modified (38ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:27:53 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (15ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:53 +0100 +Served asset /jquery.js - 304 Not Modified (7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:53 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (6ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:53 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (6ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:53 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:53 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:53 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (15ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:53 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:53 +0100 +Served asset /cmtool/application.js - 304 Not Modified (31ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904/edit" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Processing by Cmtool::NewsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (2.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (19.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (53.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (67.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 114ms (Views: 106.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:27:58 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:27:59 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (10ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:27:59 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (12ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:27:59 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (10ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:27:59 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:27:59 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:27:59 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (12ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:27:59 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (7ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:28:02 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"test", "active"=>"1", "date"=>"2012-03-24", "body"=>""}, "cmtool/news"=>{"keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} +Redirected to http://localhost:3000/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904 +Completed 302 Found in 12ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:28:02 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (14.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 50ms (Views: 43.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:28:03 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:28:03 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:28:03 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:28:03 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:28:03 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:28:03 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:28:03 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:28:03 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:28:03 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:28:03 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904/edit" for 127.0.0.1 at 2012-03-24 10:28:53 +0100 +Processing by Cmtool::NewsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (4.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (16.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (20.1ms) +Completed 500 Internal Server Error in 78ms + +ActionView::Template::Error (wrong number of arguments (1 for 1..2)): + 1: %h4= Cmtool::Keyword.model_name.human.pluralize + 2: = hidden_field_tag "#{subject.class.name.underscore.sub(/.*\//)}[keyword_ids][]", nil + 3: - for keyword in Cmtool::Keyword.all + 4: .keyword_container + 5: = check_box_tag "#{subject.class.name.underscore.sub(/.*\//, '')}[keyword_ids][]", keyword.id, subject.keywords.include?(keyword), :id => "keyword-checkbox-#{keyword.id}" + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml:2:in `sub' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_keywords__habtm_html_haml__1218612106183910883_70140521031300' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml:20:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news__form_html_haml___383515856866272702_70140558659520' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news__form_html_haml___383515856866272702_70140558659520' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml:5:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_news_edit_html_haml___920374923563044975_70140558799560' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4507778467959407776__process_action__3636994043121611160__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.6ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904/edit" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Processing by Cmtool::NewsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (15.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (27.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (32.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 72ms (Views: 65.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:09 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:29:10 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:29:10 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"test", "active"=>"1", "date"=>"2012-03-24", "body"=>"", "keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} +[paperclip] Saving attachments. +Redirected to http://localhost:3000/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904 +Completed 302 Found in 24ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (17.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 63ms (Views: 47.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:12 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904/edit" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Processing by Cmtool::NewsController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (13.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/_form.html.haml (27.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/edit.html.haml within layouts/cmtool/application (33.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 127ms (Views: 120.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:16 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:17 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:17 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:17 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:17 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:17 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:29:17 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:29:17 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:29:19 +0100 +Processing by Cmtool::NewsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "news"=>{"title"=>"test", "active"=>"1", "date"=>"2012-03-24", "body"=>"", "keyword_ids"=>["", "22bc63dc4235e11e23ae8e9eabf7023b"]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} +[paperclip] Saving attachments. +Redirected to http://localhost:3000/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904 +Completed 302 Found in 24ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:29:19 +0100 +Processing by Cmtool::NewsController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/show.html.haml within layouts/cmtool/application (19.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 53ms (Views: 45.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:19 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:19 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:19 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:19 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:19 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:19 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:19 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:19 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:20 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:20 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/news" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Processing by Cmtool::NewsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/index.html.haml within layouts/cmtool/application (17.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 63ms (Views: 49.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:24 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started DELETE "/cmtool/news/22bc63dc4235e11e23ae8e9eabf6f904" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Processing by Cmtool::NewsController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"22bc63dc4235e11e23ae8e9eabf6f904"} +[paperclip] Scheduling attachments for deletion. +[paperclip] Deleting attachments. +Redirected to http://localhost:3000/cmtool/news +Completed 302 Found in 15ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/news" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Processing by Cmtool::NewsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/news/index.html.haml within layouts/cmtool/application (3.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 41ms (Views: 33.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:30 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-24 10:29:31 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (16.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (75.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 123ms (Views: 103.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:32 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:32 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:32 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:32 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:32 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:32 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:32 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:32 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:32 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:32 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0/edit" for 127.0.0.1 at 2012-03-24 10:29:33 +0100 +Processing by Cmtool::PagesController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (28.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (79.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml within layouts/cmtool/application (90.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 129ms (Views: 122.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:34 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:35 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:29:35 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:29:35 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Processing by Cmtool::PagesController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "page"=>{"name"=>"home", "menu_text"=>"Home", "title"=>"Home", "locale"=>"nl", "body"=>"", "footer"=>"", "sidebar"=>"", "parent_id"=>"", "default"=>"0", "position"=>"0", "layout"=>"application", "in_menu"=>"1", "keyword_ids"=>["", "22bc63dc4235e11e23ae8e9eabf7023b"]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} +Redirected to http://localhost:3000/cmtool/pages +Completed 302 Found in 25ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (8.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (53.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.3ms) +Completed 200 OK in 94ms (Views: 80.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Served asset /cmtool/application.css - 304 Not Modified (15ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:39 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0/edit" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Processing by Cmtool::PagesController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (21.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (59.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml within layouts/cmtool/application (66.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 102ms (Views: 94.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:43 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:44 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:44 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:44 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:44 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:29:44 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:29:44 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:29:44 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Processing by Cmtool::PagesController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "page"=>{"name"=>"home", "menu_text"=>"Home", "title"=>"Home", "locale"=>"nl", "body"=>"", "footer"=>"", "sidebar"=>"", "parent_id"=>"", "default"=>"0", "position"=>"0", "layout"=>"application", "in_menu"=>"1", "keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} +Redirected to http://localhost:3000/cmtool/pages +Completed 302 Found in 72ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (7.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (52.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 97ms (Views: 83.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Served asset /cmtool/application.css - 304 Not Modified (16ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:29:48 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:29:52 +0100 +Processing by Cmtool::FaqsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml within layouts/cmtool/application (14.8ms) +Completed 500 Internal Server Error in 43ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Faq): + 1: - title t('action.index.title', :model => Faq.model_name.human.pluralize) + 2: - if @faqs.any? + 3: %table.index-table + 4: %thead + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_faqs_index_html_haml__847737236955343427_70140523650580' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/faqs_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2162599303296484918__process_action__3531092354328750307__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.4ms) + + +Started GET "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:32:05 +0100 +Processing by Cmtool::FaqsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml within layouts/cmtool/application (8.3ms) +Completed 500 Internal Server Error in 23ms + +ActionView::Template::Error (missing interpolation argument in "List %{models}" ({:model=>"Faqs"} given)): + 1: - title t('cmtool.action.index.title', :model => Cmtool::Faq.model_name.human.pluralize) + 2: - if @faqs.any? + 3: %table.index-table + 4: %thead + i18n (0.6.0) lib/i18n/interpolate/ruby.rb:24:in `block in interpolate_hash' + i18n (0.6.0) lib/i18n/interpolate/ruby.rb:19:in `gsub' + i18n (0.6.0) lib/i18n/interpolate/ruby.rb:19:in `interpolate_hash' + i18n (0.6.0) lib/i18n/interpolate/ruby.rb:15:in `interpolate' + i18n (0.6.0) lib/i18n/backend/base.rb:144:in `interpolate' + i18n (0.6.0) lib/i18n/backend/base.rb:41:in `translate' + i18n (0.6.0) lib/i18n.rb:156:in `block in translate' + i18n (0.6.0) lib/i18n.rb:152:in `catch' + i18n (0.6.0) lib/i18n.rb:152:in `translate' + actionpack (3.2.2) lib/action_view/helpers/translation_helper.rb:59:in `translate' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_faqs_index_html_haml__847737236955343427_70140558813580' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/faqs_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2162599303296484918__process_action__3531092354328750307__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.6ms) + + +Started GET "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:32:50 +0100 +Processing by Cmtool::FaqsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml within layouts/cmtool/application (9.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 47ms (Views: 39.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:32:50 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:32:50 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:32:50 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:32:50 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:32:51 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:32:51 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:32:51 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:32:51 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (59ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:32:51 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:32:51 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Processing by Cmtool::FaqsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml within layouts/cmtool/application (3.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 63ms (Views: 53.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:33:27 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Processing by Cmtool::FaqsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml within layouts/cmtool/application (2.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 36ms (Views: 27.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:34:41 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Processing by Cmtool::FaqsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml within layouts/cmtool/application (2.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 44ms (Views: 34.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:09 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/faqs/new" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Processing by Cmtool::FaqsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/_form.html.haml (18.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/new.html.haml within layouts/cmtool/application (26.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 60ms (Views: 55.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Compiled tinymce/themes/simple/editor_template.js (0ms) (pid 6004) +Served asset /tinymce/themes/simple/editor_template.js - 200 OK (22ms) + + +Started GET "/assets/tinymce/themes/simple/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Compiled tinymce/themes/simple/langs/en.js (0ms) (pid 6004) +Served asset /tinymce/themes/simple/langs/en.js - 200 OK (17ms) + + +Started GET "/assets/tinymce/themes/simple/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:36:10 +0100 +Compiled tinymce/themes/simple/skins/default/ui.css (0ms) (pid 6004) +Served asset /tinymce/themes/simple/skins/default/ui.css - 200 OK (26ms) + + +Started GET "/assets/tinymce/themes/simple/skins/default/content.css" for 127.0.0.1 at 2012-03-24 10:36:11 +0100 +Compiled tinymce/themes/simple/skins/default/content.css (0ms) (pid 6004) +Served asset /tinymce/themes/simple/skins/default/content.css - 200 OK (20ms) + + +Started GET "/assets/tinymce/themes/simple/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:36:11 +0100 +Served asset /tinymce/themes/simple/img/icons.gif - 200 OK (9ms) + + +Started GET "/cmtool/faqs/new" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Processing by Cmtool::FaqsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/_form.html.haml (7.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/new.html.haml within layouts/cmtool/application (12.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 301ms (Views: 271.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:36:50 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:36:51 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:36:51 +0100 +Served asset /tinymce/themes/simple/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:36:51 +0100 +Served asset /tinymce/themes/simple/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:36:51 +0100 +Served asset /tinymce/themes/simple/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:36:51 +0100 +Served asset /tinymce/themes/simple/img/icons.gif - 304 Not Modified (0ms) + + +Started GET "/cmtool/faqs/new" for 127.0.0.1 at 2012-03-24 10:38:09 +0100 +Processing by Cmtool::FaqsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/_form.html.haml (11.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/new.html.haml within layouts/cmtool/application (14.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 107ms (Views: 102.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:38:09 +0100 +Served asset /cmtool/application.css - 304 Not Modified (10ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:38:09 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:09 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:09 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:09 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:09 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:10 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:10 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:10 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:10 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:38:10 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:38:10 +0100 +Served asset /tinymce/themes/simple/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:38:10 +0100 +Served asset /tinymce/themes/simple/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:38:10 +0100 +Served asset /tinymce/themes/simple/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:38:10 +0100 +Served asset /tinymce/themes/simple/img/icons.gif - 304 Not Modified (0ms) + + +Started POST "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:38:14 +0100 +Processing by Cmtool::FaqsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "faq"=>{"question"=>"

sdf

", "answer"=>"

asdf

"}, "commit"=>"Save"} +Redirected to +Completed 500 Internal Server Error in 1163ms + +NoMethodError (undefined method `cmtool_faq_url' for #): + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/url_for.rb:150:in `url_for' + actionpack (3.2.2) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' + actionpack (3.2.2) lib/action_controller/metal/redirecting.rb:64:in `redirect_to' + actionpack (3.2.2) lib/action_controller/metal/flash.rb:25:in `redirect_to' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/faqs_controller.rb:48:in `block (2 levels) in create' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `call' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/faqs_controller.rb:46:in `create' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2162599303296484918__process_action__633307545649834148__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.8ms) + + +Started POST "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Processing by Cmtool::FaqsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "faq"=>{"question"=>"

sdf

", "answer"=>"

asdf

"}, "commit"=>"Save"} +Redirected to http://localhost:3000/cmtool/faqs/6bd15f9f57c9a09835fe2bf15716076e +Completed 302 Found in 45ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/faqs/6bd15f9f57c9a09835fe2bf15716076e" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Processing by Cmtool::FaqsController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15716076e"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/show.html.haml within layouts/cmtool/application (7.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 277ms (Views: 269.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:52 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:53 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Processing by Cmtool::FaqsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml within layouts/cmtool/application (33.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 77ms (Views: 62.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:38:57 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started DELETE "/cmtool/faqs/6bd15f9f57c9a09835fe2bf15716076e" for 127.0.0.1 at 2012-03-24 10:39:00 +0100 +Processing by Cmtool::FaqsController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"6bd15f9f57c9a09835fe2bf15716076e"} +Redirected to http://localhost:3000/cmtool/faqs +Completed 302 Found in 15ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Processing by Cmtool::FaqsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml within layouts/cmtool/application (8.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 47ms (Views: 35.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Served asset /cmtool/application.css - 304 Not Modified (17ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:01 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/faqs/6bd15f9f57c9a09835fe2bf157161061" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Processing by Cmtool::FaqsController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf157161061"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/show.html.haml within layouts/cmtool/application (4.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 43ms (Views: 33.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:03 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Processing by Cmtool::FaqsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml within layouts/cmtool/application (7.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 43ms (Views: 35.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:07 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/faqs/6bd15f9f57c9a09835fe2bf157161061/edit" for 127.0.0.1 at 2012-03-24 10:39:10 +0100 +Processing by Cmtool::FaqsController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf157161061"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/edit.html.haml within layouts/cmtool/application (7.8ms) +Completed 500 Internal Server Error in 19ms + +ActionView::Template::Error (wrong number of arguments (0 for 1)): + 1: - title :edit, @faq + 2: = render 'form', :submit => update_button_text + 3: + 4: - content_for :page_links do + 5: %ul + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:54:in `update_button_text' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/edit.html.haml:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_faqs_edit_html_haml__3829370651442001777_70140522692080' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2162599303296484918__process_action__3636994043121611160__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.9ms) + + +Started GET "/cmtool/faqs/6bd15f9f57c9a09835fe2bf157161061/edit" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Processing by Cmtool::FaqsController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf157161061"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/_form.html.haml (12.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/edit.html.haml within layouts/cmtool/application (20.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 121ms (Views: 113.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /tinymce/themes/simple/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /tinymce/themes/simple/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /tinymce/themes/simple/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:39:23 +0100 +Served asset /tinymce/themes/simple/img/icons.gif - 304 Not Modified (0ms) + + +Started GET "/cmtool/faqs/6bd15f9f57c9a09835fe2bf157161061/edit" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Processing by Cmtool::FaqsController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf157161061"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/_form.html.haml (66.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/edit.html.haml within layouts/cmtool/application (76.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 314ms (Views: 281.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/themes/simple/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /tinymce/themes/simple/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 10:41:52 +0100 +Served asset /tinymce/themes/simple/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 10:41:53 +0100 +Served asset /tinymce/themes/simple/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/simple/img/icons.gif" for 127.0.0.1 at 2012-03-24 10:41:53 +0100 +Served asset /tinymce/themes/simple/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/faqs/6bd15f9f57c9a09835fe2bf157161061" for 127.0.0.1 at 2012-03-24 10:42:19 +0100 +Processing by Cmtool::FaqsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "faq"=>{"question"=>"

sdf4

", "answer"=>"

asdf

"}, "commit"=>"Save", "id"=>"6bd15f9f57c9a09835fe2bf157161061"} +Redirected to http://localhost:3000/cmtool/faqs/6bd15f9f57c9a09835fe2bf157161061 +Completed 302 Found in 20ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/faqs/6bd15f9f57c9a09835fe2bf157161061" for 127.0.0.1 at 2012-03-24 10:42:19 +0100 +Processing by Cmtool::FaqsController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf157161061"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/show.html.haml within layouts/cmtool/application (4.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 38ms (Views: 31.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:42:20 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:42:20 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:20 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:20 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:20 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:20 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:20 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:20 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:20 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:20 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/faqs" for 127.0.0.1 at 2012-03-24 10:42:24 +0100 +Processing by Cmtool::FaqsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/faqs/index.html.haml within layouts/cmtool/application (10.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 49ms (Views: 36.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 10:42:25 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 10:42:25 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:25 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:25 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:25 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:25 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:25 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:25 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:25 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 10:42:25 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/quotes" for 127.0.0.1 at 2012-03-24 10:42:30 +0100 +Processing by Cmtool::QuotesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml within layouts/cmtool/application (12.9ms) +Completed 500 Internal Server Error in 38ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Quote): + 1: - title t('action.index.title', :model => Quote.model_name.human.pluralize) + 2: - if @quotes.any? + 3: %table.index-table + 4: %thead + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes_index_html_haml___1962712633473559736_70140568535140' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/quotes_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2400006617580964949__process_action__3531092354328750307__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.6ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (6.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (111.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 155ms (Views: 142.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Served asset /cmtool/application.css - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 12:51:36 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/quotes" for 127.0.0.1 at 2012-03-24 13:27:27 +0100 +Processing by Cmtool::QuotesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml within layouts/cmtool/application (5.0ms) +Completed 500 Internal Server Error in 21ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Quote): + 1: - title t('action.index.title', :model => Quote.model_name.human.pluralize) + 2: - if @quotes.any? + 3: %table.index-table + 4: %thead + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes_index_html_haml___1962712633473559736_70140568535140' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/quotes_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2400006617580964949__process_action__3531092354328750307__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.9ms) + + +Started GET "/cmtool/quotes" for 127.0.0.1 at 2012-03-24 13:29:14 +0100 +Processing by Cmtool::QuotesController#index as HTML +ERROR: compiling ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes_index_html_haml___1962712633473559736_70140534501720 RAISED /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml:1: syntax error, unexpected tCONSTANT, expecting keyword_end +...te = true;; title :index Cmtool::Quote +... ^ +Function body: def ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes_index_html_haml___1962712633473559736_70140534501720(local_assigns, output_buffer) + _old_virtual_path, @virtual_path = @virtual_path, "cmtool/quotes/index";_old_output_buffer = @output_buffer;;begin;extend Haml::Helpers;_hamlout = @haml_buffer = Haml::Buffer.new(@haml_buffer, {:autoclose=>["meta", "img", "link", "br", "hr", "input", "area", "param", "col", "base"], :preserve=>["textarea", "pre", "code"], :attr_wrapper=>"'", :ugly=>false, :format=>:html5, :encoding=>"UTF-8", :escape_html=>true, :escape_attrs=>true});_erbout = _hamlout.buffer;__in_erb_template = true;; title :index Cmtool::Quote + if @quotes.any? +_hamlout.push_text("\n \n \n \n \n \n \n \n \n \n \n \n", -1, false); + + + @quotes.each do |quote| +_hamlout.push_text(" \n \n \n \n \n \n \n \n", -1, false);end +_hamlout.push_text(" \n
#{_hamlout.adjust_tabs(4); + + +_hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Quote.human_attribute_name(:owner) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Quote.human_attribute_name(:function) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Quote.human_attribute_name(:active) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((Cmtool::Quote.human_attribute_name(:state) +));}
#{_hamlout.adjust_tabs(2); +_hamlout.format_script_false_true_false_true_false_true_false((quote.owner +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((quote.function +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((boolean_text quote.active +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((quote.state +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_edit_content(quote), cmtool.edit_quote(quote) +));}#{_hamlout.adjust_tabs(1); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_destroy_content(quote), cmtool.quote_path(quote), :confirm => are_you_sure(quote), :method => :delete +));}
\n", -2, false); else +_hamlout.push_text("#{_hamlout.format_script_false_false_false_true_false_true_false(( empty_result(Cmtool::Quote) +));}\n", 0, false);end + content_for :page_links do +_hamlout.push_text("
    \n
  • #{_hamlout.adjust_tabs(2); _hamlout.format_script_false_true_false_true_false_true_false((link_to link_to_new_content(Cmtool::Quote), cmtool.new_quote_path +));}
  • \n
\n", -1, false);end +::Haml::Util.html_safe(_erbout);ensure;@haml_buffer = @haml_buffer.upper if @haml_buffer;end; + ensure + @virtual_path, @output_buffer = _old_virtual_path, _old_output_buffer + end + +Backtrace: /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:285:in `module_eval' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:285:in `compile' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:233:in `compile!' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:142:in `block in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:125:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/template.rb:141:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:40:in `render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/template_renderer.rb:13:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/renderer.rb:36:in `render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_view/renderer/renderer.rb:17:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:109:in `_render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/streaming.rb:225:in `_render_template' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:103:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/renderers.rb:28:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/compatibility.rb:50:in `render_to_body' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:88:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:16:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/core_ext/benchmark.rb:5:in `block in ms' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/core_ext/benchmark.rb:5:in `ms' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:40:in `block in render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:39:in `render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:10:in `default_render' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/mime_responds.rb:196:in `respond_to' +/Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/quotes_controller.rb:8:in `index' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/implicit_render.rb:4:in `send_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:167:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rendering.rb:10:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:18:in `block in process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:425:in `_run__2400006617580964949__process_action__3531092354328750307__callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/callbacks.rb:17:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rescue.rb:29:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `block in instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications/instrumenter.rb:20:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/notifications.rb:123:in `instrument' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/instrumentation.rb:29:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/params_wrapper.rb:205:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/railties/controller_runtime.rb:18:in `process_action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/base.rb:121:in `process' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/abstract_controller/rendering.rb:45:in `process' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal.rb:203:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_controller/metal.rb:246:in `block in action' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:67:in `dispatch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:30:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/railtie/configurable.rb:30:in `method_missing' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:68:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `each' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/journey-1.0.3/lib/journey/router.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/routing/route_set.rb:594:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/sass-3.1.15/lib/sass/plugin/rack.rb:54:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:35:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:34:in `catch' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/warden-1.1.1/lib/warden/manager.rb:34:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/etag.rb:23:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/conditionalget.rb:25:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/head.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/params_parser.rb:21:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/flash.rb:242:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:205:in `context' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/session/abstract/id.rb:200:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/cookies.rb:338:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/query_cache.rb:64:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activerecord-3.2.2/lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:405:in `__run_callback' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:385:in `_run_call_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/callbacks.rb:81:in `run_callbacks' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/callbacks.rb:27:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/reloader.rb:65:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/remote_ip.rb:31:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/logger.rb:26:in `call_app' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/logger.rb:16:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/request_id.rb:22:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/methodoverride.rb:21:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/runtime.rb:17:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.2.2/lib/active_support/cache/strategy/local_cache.rb:72:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/lock.rb:15:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/static.rb:61:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/engine.rb:479:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/application.rb:220:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/content_length.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/debugger.rb:20:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/railties-3.2.2/lib/rails/rack/log_tailer.rb:14:in `call' +/Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/rack-1.4.1/lib/rack/handler/webrick.rb:59:in `service' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' +/Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml within layouts/cmtool/application (11.6ms) +Completed 500 Internal Server Error in 23ms + +ActionView::Template::Error (/Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml:1: syntax error, unexpected tCONSTANT, expecting keyword_end +...te = true;; title :index Cmtool::Quote +... ^): + 1: - title :index Cmtool::Quote + 2: - if @quotes.any? + 3: %table.index-table + 4: %thead + actionpack (3.2.2) lib/action_view/template.rb:285:in `module_eval' + actionpack (3.2.2) lib/action_view/template.rb:285:in `compile' + actionpack (3.2.2) lib/action_view/template.rb:233:in `compile!' + actionpack (3.2.2) lib/action_view/template.rb:142:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/quotes_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2400006617580964949__process_action__3531092354328750307__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms) + + +Started GET "/cmtool/quotes" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Processing by Cmtool::QuotesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml within layouts/cmtool/application (13.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 51ms (Views: 41.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:29:24 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/quotes/new" for 127.0.0.1 at 2012-03-24 13:29:28 +0100 +Processing by Cmtool::QuotesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/new.html.haml within layouts/cmtool/application (7.4ms) +Completed 500 Internal Server Error in 17ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Quote): + 1: - title t('action.new.title', :model => Quote.model_name.human) + 2: + 3: = render 'form', :submit => create_button_text + 4: + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/new.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes_new_html_haml__1073110854387729921_70140559248580' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/quotes_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2400006617580964949__process_action__1318189346903307912__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.4ms) + + +Started GET "/cmtool/quotes/new" for 127.0.0.1 at 2012-03-24 13:30:05 +0100 +Processing by Cmtool::QuotesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/_form.html.haml (1109.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/new.html.haml within layouts/cmtool/application (1116.6ms) +Completed 500 Internal Server Error in 1126ms + +ActionView::Template::Error (undefined method `admin_quotes_path' for #<#:0x007f95be4d50e8>): + 1: = form_for [:admin, @quote], :html => {:multipart => true} do |f| + 2: = render 'error_messages', :target => @quote + 3: .field + 4: = f.label :owner + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:396:in `apply_form_for_options!' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:369:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes__form_html_haml___4558110501099497940_70140559347380' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/new.html.haml:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes_new_html_haml__1073110854387729921_70140559787220' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/quotes_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2400006617580964949__process_action__1318189346903307912__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.4ms) + + +Started GET "/cmtool/quotes/new" for 127.0.0.1 at 2012-03-24 13:31:55 +0100 +Processing by Cmtool::QuotesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/_form.html.haml (23.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/new.html.haml within layouts/cmtool/application (27.2ms) +Completed 500 Internal Server Error in 65ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Quote): + 8: = f.text_field :function + 9: .field + 10: = f.label :state + 11: = f.select :state, Quote::STATES + 12: .field + 13: = f.label :image + 14: = f.file_field :image + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/_form.html.haml:11:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes__form_html_haml___4558110501099497940_70140534206700' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes__form_html_haml___4558110501099497940_70140534206700' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/new.html.haml:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes_new_html_haml__1073110854387729921_70140559787220' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/quotes_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2400006617580964949__process_action__1318189346903307912__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.2ms) + + +Started GET "/cmtool/quotes/new" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Processing by Cmtool::QuotesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/_form.html.haml (24.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/new.html.haml within layouts/cmtool/application (28.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 266ms (Views: 262.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:16 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:32:17 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:32:17 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:32:17 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:32:17 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 13:32:17 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 13:32:17 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 13:32:17 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started GET "/cmtool/quotes/new" for 127.0.0.1 at 2012-03-24 13:32:54 +0100 +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class +Processing by Cmtool::QuotesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/_form.html.haml (17.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/new.html.haml within layouts/cmtool/application (22.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 264ms (Views: 233.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 13:32:55 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started POST "/cmtool/quotes" for 127.0.0.1 at 2012-03-24 13:33:28 +0100 +Processing by Cmtool::QuotesController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "quote"=>{"owner"=>"test", "function"=>"sadf", "state"=>"page", "body"=>"

adsfasd

", "active"=>"1"}, "commit"=>"Save"} +[paperclip] Saving attachments. +Redirected to http://localhost:3000/cmtool/quotes/6bd15f9f57c9a09835fe2bf15715f9dd +Completed 302 Found in 23ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/quotes/6bd15f9f57c9a09835fe2bf15715f9dd" for 127.0.0.1 at 2012-03-24 13:33:28 +0100 +Processing by Cmtool::QuotesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715f9dd"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/show.html.haml within layouts/cmtool/application (12.7ms) +Completed 500 Internal Server Error in 25ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Quote): + 1: - title t('action.show.title', :model => Quote.model_name.human) + 2: - if @quote.image? + 3: #quote-image-container + 4: = link_to image_tag(@quote.image.url(:thumb)), @quote.image.url + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/show.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes_show_html_haml___85659783880131260_70140523322260' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/quotes_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2400006617580964949__process_action__2297526314832503885__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.1ms) + + +Started GET "/cmtool/quotes/6bd15f9f57c9a09835fe2bf15715f9dd" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Processing by Cmtool::QuotesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715f9dd"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/show.html.haml within layouts/cmtool/application (14.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 55ms (Views: 45.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:34:27 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/quotes/6bd15f9f57c9a09835fe2bf15715f9dd" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Processing by Cmtool::QuotesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715f9dd"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/show.html.haml within layouts/cmtool/application (11.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 61ms (Views: 50.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:22 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/quotes/6bd15f9f57c9a09835fe2bf15715f9dd/edit" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Processing by Cmtool::QuotesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715f9dd"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/_form.html.haml (20.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/edit.html.haml within layouts/cmtool/application (30.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 80ms (Views: 72.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /cmtool/application.css - 304 Not Modified (10ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 13:35:24 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 13:35:25 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/quotes/6bd15f9f57c9a09835fe2bf15715f9dd" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Processing by Cmtool::QuotesController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "quote"=>{"owner"=>"test", "function"=>"sadf", "state"=>"page", "body"=>"

adsfasd

", "active"=>"1"}, "commit"=>"Save", "id"=>"6bd15f9f57c9a09835fe2bf15715f9dd"} +Redirected to http://localhost:3000/cmtool/quotes/6bd15f9f57c9a09835fe2bf15715f9dd +Completed 302 Found in 9ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/quotes/6bd15f9f57c9a09835fe2bf15715f9dd" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Processing by Cmtool::QuotesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715f9dd"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/show.html.haml within layouts/cmtool/application (8.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 48ms (Views: 40.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Served asset /cmtool/application.css - 304 Not Modified (11ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (1ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:29 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/quotes/6bd15f9f57c9a09835fe2bf15715f9dd/edit" for 127.0.0.1 at 2012-03-24 13:35:32 +0100 +Processing by Cmtool::QuotesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715f9dd"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/_form.html.haml (125.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/edit.html.haml within layouts/cmtool/application (132.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.3ms) +Completed 200 OK in 175ms (Views: 166.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 13:35:33 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 13:35:34 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (1ms) + + +Started GET "/cmtool/quotes/6bd15f9f57c9a09835fe2bf15715f9dd" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Processing by Cmtool::QuotesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715f9dd"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/show.html.haml within layouts/cmtool/application (9.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 59ms (Views: 48.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:35 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/quotes" for 127.0.0.1 at 2012-03-24 13:35:36 +0100 +Processing by Cmtool::QuotesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml within layouts/cmtool/application (1736.3ms) +Completed 500 Internal Server Error in 1757ms + +ActionView::Template::Error (undefined method `edit_quote' for #): + 16: %td= quote.function + 17: %td= boolean_text quote.active + 18: %td= quote.state + 19: %td= link_to link_to_edit_content(quote), cmtool.edit_quote(quote) + 20: %td= link_to link_to_destroy_content(quote), cmtool.quote_path(quote), :confirm => are_you_sure(quote), :method => :delete + 21: - else + 22: = empty_result(Cmtool::Quote) + actionpack (3.2.2) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml:19:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes_index_html_haml___1962712633473559736_70140523036680' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml:13:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml:13:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_quotes_index_html_haml___1962712633473559736_70140523036680' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/quotes_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2400006617580964949__process_action__3531092354328750307__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (16.3ms) + + +Started GET "/cmtool/quotes" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Processing by Cmtool::QuotesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/quotes/index.html.haml within layouts/cmtool/application (22.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 86ms (Views: 62.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:35:55 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (27.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 92ms (Views: 70.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:12 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (24.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 65ms (Views: 54.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:36:40 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/images/new" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Processing by Cmtool::ImagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/_form.html.haml (38.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml within layouts/cmtool/application (45.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 180ms (Views: 173.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:37:03 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/images/new" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Processing by Cmtool::ImagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/_form.html.haml (14.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml within layouts/cmtool/application (18.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 62ms (Views: 58.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:39:35 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/images/new" for 127.0.0.1 at 2012-03-24 13:40:04 +0100 +Processing by Cmtool::ImagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/_form.html.haml (30.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml within layouts/cmtool/application (50.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 315ms (Views: 281.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:40:05 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:40:05 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:40:05 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:40:05 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:40:05 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:40:05 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:40:05 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:40:05 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:40:05 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:40:05 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/images/new" for 127.0.0.1 at 2012-03-24 13:42:03 +0100 +Processing by Cmtool::ImagesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/_form.html.haml (12.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/new.html.haml within layouts/cmtool/application (15.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 50ms (Views: 45.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:42:04 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:42:04 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:04 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:04 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:04 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:04 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:04 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:04 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:04 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:04 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/directories" for 127.0.0.1 at 2012-03-24 13:42:05 +0100 +Processing by Cmtool::DirectoriesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/index.html.haml within layouts/cmtool/application (84.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 140ms (Views: 117.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:42:05 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:05 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:42:05 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:05 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:05 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:06 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:06 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:06 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:06 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:42:06 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/directories/new" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Processing by Cmtool::DirectoriesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (18.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/new.html.haml within layouts/cmtool/application (24.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 60ms (Views: 55.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:43:10 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started POST "/cmtool/directories" for 127.0.0.1 at 2012-03-24 13:43:18 +0100 +Processing by Cmtool::DirectoriesController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "directory"=>{"name"=>"General"}, "commit"=>"Save"} +Redirected to +Completed 500 Internal Server Error in 873ms + +NoMethodError (undefined method `cmtool_directory_url' for #): + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/url_for.rb:150:in `url_for' + actionpack (3.2.2) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' + actionpack (3.2.2) lib/action_controller/metal/redirecting.rb:64:in `redirect_to' + actionpack (3.2.2) lib/action_controller/metal/flash.rb:25:in `redirect_to' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/directories_controller.rb:48:in `block (2 levels) in create' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `call' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/directories_controller.rb:46:in `create' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4588284246050633372__process_action__633307545649834148__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.5ms) + + +Started POST "/cmtool/directories" for 127.0.0.1 at 2012-03-24 13:44:27 +0100 +Processing by Cmtool::DirectoriesController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "directory"=>{"name"=>"General"}, "commit"=>"Save"} +Redirected to http://localhost:3000/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882 +Completed 302 Found in 33ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 13:44:27 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (18.6ms) +Completed 500 Internal Server Error in 33ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Directory): + 1: - title t('action.show.title', :model => Directory.model_name.human) + 2: - content_for :onload_javascript do + 3: $('.add-image-container').dialog({modal: true, autoOpen: false, width: 400}) + 4: .add-image-container + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories_show_html_haml__593987901472569882_70140533521500' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/directories_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4588284246050633372__process_action__2297526314832503885__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.4ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 13:48:18 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (44.0ms) +Completed 500 Internal Server Error in 61ms + +ActionView::Template::Error (undefined method `parent' for nil:NilClass): + 11: %thead + 12: %tbody + 13: %tr + 14: %td.directory.parent= link_to '..', (@directoy.parent ? cmtool.directory_path(@directory.parent) : cmtool.directories_path) + 15: %td + 16: %td + 17: %td + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml:14:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories_show_html_haml__593987901472569882_70140559816860' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/directories_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4588284246050633372__process_action__2297526314832503885__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 13:48:35 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (69.8ms) +Completed 500 Internal Server Error in 80ms + +ActionView::Template::Error (undefined method `model_name' for :directory:Symbol): + 32: %li= link_separator + 33: %li= link_to link_to_index_content(:directory), cmtool.directories_path + 34: %li= link_separator + 35: %li= link_to_function 'Bestand toevoegen', %|$('.add-image-container').dialog('open')| + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:46:in `link_to_index_content' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml:35:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories_show_html_haml__593987901472569882_70140533074280' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml:28:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories_show_html_haml__593987901472569882_70140533074280' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/directories_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4588284246050633372__process_action__2297526314832503885__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.9ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 13:48:48 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (38.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 239ms (Views: 230.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:48:49 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:48:49 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:49 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:49 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:49 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:49 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:49 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:49 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:49 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:49 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/directories" for 127.0.0.1 at 2012-03-24 13:48:52 +0100 +Processing by Cmtool::DirectoriesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/index.html.haml within layouts/cmtool/application (8.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 48ms (Views: 38.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:48:52 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:52 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:52 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:52 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:48:52 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:53 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:53 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:53 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:53 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:53 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started DELETE "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715ed30" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Processing by Cmtool::DirectoriesController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"6bd15f9f57c9a09835fe2bf15715ed30"} +Redirected to http://localhost:3000/cmtool/directories +Completed 302 Found in 25ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/directories" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Processing by Cmtool::DirectoriesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/index.html.haml within layouts/cmtool/application (4.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 47ms (Views: 38.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:48:58 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/directories" for 127.0.0.1 at 2012-03-24 13:51:26 +0100 +Processing by Cmtool::DirectoriesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/index.html.haml within layouts/cmtool/application (19.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 308ms (Views: 271.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:51:27 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:51:27 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:51:27 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:51:27 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:51:27 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:51:27 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:51:27 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:51:27 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:51:27 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:51:27 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/directories/new" for 127.0.0.1 at 2012-03-24 13:51:38 +0100 +Processing by Cmtool::DirectoriesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (12.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/new.html.haml within layouts/cmtool/application (30.7ms) +Completed 500 Internal Server Error in 64ms + +ActionView::Template::Error (undefined method `depth' for #): + 5: = f.text_field :name + 6: .field + 7: = f.label :parent_id, Cmtool::Directory.model_name.human + 8: = f.select :parent_id, Cmtool::Directory.all.map{|d| ["-"*d.depth + ' ' + d.name.to_s, d.id]} + 9: .actions + 10: = f.submit @submit || update_button_text(@directory) + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/ghost_attributes.rb:7:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/dirty_attributes.rb:32:in `method_missing' + activemodel (3.2.2) lib/active_model/attribute_methods.rb:407:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml:8:in `block (2 levels) in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories__form_html_haml__2028642057374305708_70140568520820' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml:8:in `map' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml:8:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories__form_html_haml__2028642057374305708_70140568520820' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories__form_html_haml__2028642057374305708_70140568520820' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/new.html.haml:3:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories_new_html_haml___1051268412961126291_70140567476920' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/directories_controller.rb:30:in `new' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4588284246050633372__process_action__1318189346903307912__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (8.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.3ms) + + +Started GET "/cmtool/directories/new" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Processing by Cmtool::DirectoriesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (15.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/new.html.haml within layouts/cmtool/application (19.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 195ms (Views: 190.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:37 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started POST "/cmtool/directories" for 127.0.0.1 at 2012-03-24 13:52:54 +0100 +Processing by Cmtool::DirectoriesController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "directory"=>{"name"=>"General sub", "parent_id"=>"6bd15f9f57c9a09835fe2bf15715e882"}, "commit"=>"Save"} +Redirected to http://localhost:3000/cmtool/directories/6bd15f9f57c9a09835fe2bf15715d9a3 +Completed 302 Found in 135ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715d9a3" for 127.0.0.1 at 2012-03-24 13:52:54 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715d9a3"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (35.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 74ms (Views: 64.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:52:54 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:52:54 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:54 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:54 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:55 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:55 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:55 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:55 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:55 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:52:55 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715d9a3" for 127.0.0.1 at 2012-03-24 13:55:12 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715d9a3"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (65.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.3ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 349ms (Views: 318.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:55:13 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:55:13 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:13 +0100 +Served asset /jquery.js - 304 Not Modified (3ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:13 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:13 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:13 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:13 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:13 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:13 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:13 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715d9a3" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715d9a3"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (33.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 70ms (Views: 62.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (9ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:55:54 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715d9a3" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715d9a3"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (137.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 172ms (Views: 164.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:56:21 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715d9a3" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715d9a3"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (29.7ms) +Compiled cmtool/directories.css (29ms) (pid 6004) +Compiled cmtool/application.css (41ms) (pid 6004) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 150ms (Views: 141.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /cmtool/application.css - 304 Not Modified (36ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /cmtool/directories.css - 200 OK (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 13:57:07 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715d9a3" for 127.0.0.1 at 2012-03-24 14:00:06 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715d9a3"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (62.0ms) +WARNING on line 4 of /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/directories.css.sass: +This selector doesn't have any properties and will not be rendered. +Compiled cmtool/directories.css (5ms) (pid 6004) +Compiled cmtool/application.css (2ms) (pid 6004) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 396ms (Views: 261.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /cmtool/application.css - 304 Not Modified (127ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /cmtool/directories.css - 200 OK (8ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:00:07 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/directories" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Processing by Cmtool::DirectoriesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/index.html.haml within layouts/cmtool/application (4.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 36ms (Views: 28.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:09 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (19.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 58ms (Views: 48.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:07:13 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (19.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 73ms (Views: 64.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:29 +0100 +Served asset /cmtool/application.js - 304 Not Modified (1ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (19.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 160ms (Views: 152.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:08:39 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (34.9ms) +Compiled jquery-ui.js (3ms) (pid 6004) +Compiled cmtool/application.js (27ms) (pid 6004) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 238ms (Views: 229.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /cmtool/application.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /jquery-ui.js - 200 OK (9ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:10:28 +0100 +Served asset /cmtool/application.js - 200 OK (32ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:11:34 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (20.2ms) +Compiled cmtool/_jquery-ui.css (0ms) (pid 6004) +Compiled cmtool/application.css (14ms) (pid 6004) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 102ms (Views: 95.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /cmtool/application.css - 304 Not Modified (49ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /cmtool/_jquery-ui.css - 200 OK (8ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /ui/ui-bg_glass_100_f6f6f6_1x400.png - 404 Not Found (105ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_glass_100_f6f6f6_1x400.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) + + +Started GET "/assets/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /ui/ui-bg_glass_65_ffffff_1x400.png - 404 Not Found (6ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_glass_65_ffffff_1x400.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png" for 127.0.0.1 at 2012-03-24 14:11:35 +0100 +Served asset /ui/ui-bg_highlight-soft_100_eeeeee_1x100.png - 404 Not Found (6ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-bg_diagonals-thick_20_666666_40x40.png" for 127.0.0.1 at 2012-03-24 14:11:37 +0100 +Served asset /ui/ui-bg_diagonals-thick_20_666666_40x40.png - 404 Not Found (10ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_diagonals-thick_20_666666_40x40.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2012-03-24 14:11:37 +0100 +Served asset /ui/ui-icons_222222_256x240.png - 404 Not Found (6ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_222222_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-bg_gloss-wave_35_f6a828_500x100.png" for 127.0.0.1 at 2012-03-24 14:11:37 +0100 +Served asset /ui/ui-bg_gloss-wave_35_f6a828_500x100.png - 404 Not Found (11ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_gloss-wave_35_f6a828_500x100.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2012-03-24 14:11:37 +0100 +Served asset /ui/ui-icons_ffffff_256x240.png - 404 Not Found (6ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_ffffff_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-bg_glass_100_fdf5ce_1x400.png" for 127.0.0.1 at 2012-03-24 14:11:43 +0100 +Served asset /ui/ui-bg_glass_100_fdf5ce_1x400.png - 404 Not Found (10ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_glass_100_fdf5ce_1x400.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) + + +Started GET "/assets/ui/ui-icons_ef8c08_256x240.png" for 127.0.0.1 at 2012-03-24 14:11:43 +0100 +Served asset /ui/ui-icons_ef8c08_256x240.png - 404 Not Found (10ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_ef8c08_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:16:59 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (26.4ms) +WARNING on line 1404 of /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/_jquery-ui.css.sass: +This selector doesn't have any properties and will not be rendered. +Completed 500 Internal Server Error in 536ms + +ActionView::Template::Error (Invalid property: ": block". + (in /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/_jquery-ui.css.sass)): + 3: %head + 4: %title= site_title + 5: = csrf_meta_tag + 6: = stylesheet_link_tag 'cmtool/application' + 7: = javascript_include_tag 'cmtool/application' + 8: = yield(:head) + 9: :javascript + /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/_jquery-ui.css.sass:1405 + sass (3.1.15) lib/sass/engine.rb:542:in `parse_line' + sass (3.1.15) lib/sass/engine.rb:455:in `build_tree' + sass (3.1.15) lib/sass/engine.rb:474:in `block in append_children' + sass (3.1.15) lib/sass/engine.rb:473:in `each' + sass (3.1.15) lib/sass/engine.rb:473:in `append_children' + sass (3.1.15) lib/sass/engine.rb:329:in `_to_tree' + sass (3.1.15) lib/sass/engine.rb:299:in `_render' + sass (3.1.15) lib/sass/engine.rb:246:in `render' + sass-rails (3.2.5) lib/sass/rails/template_handlers.rb:106:in `evaluate' + tilt (1.3.3) lib/tilt/template.rb:76:in `render' + sprockets (2.1.2) lib/sprockets/context.rb:177:in `block in evaluate' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `each' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `evaluate' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:12:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `each' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:16:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/bundled_asset.rb:38:in `init_with' + sprockets (2.1.2) lib/sprockets/asset.rb:24:in `from_hash' + sprockets (2.1.2) lib/sprockets/caching.rb:15:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/environment.rb:74:in `find_asset' + sprockets (2.1.2) lib/sprockets/base.rb:171:in `[]' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `collect' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:6:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___27619943740967721_70140558418500' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/directories_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4588284246050633372__process_action__2297526314832503885__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.9ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:17:56 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (18.3ms) +WARNING on line 1404 of /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/_jquery-ui.css.sass: +This selector doesn't have any properties and will not be rendered. +Completed 500 Internal Server Error in 630ms + +ActionView::Template::Error (Invalid property: ": block". + (in /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/_jquery-ui.css.sass)): + 3: %head + 4: %title= site_title + 5: = csrf_meta_tag + 6: = stylesheet_link_tag 'cmtool/application' + 7: = javascript_include_tag 'cmtool/application' + 8: = yield(:head) + 9: :javascript + /Users/bterkuile/companytools/development/rails/cmtool/app/assets/stylesheets/cmtool/_jquery-ui.css.sass:1405 + sass (3.1.15) lib/sass/engine.rb:542:in `parse_line' + sass (3.1.15) lib/sass/engine.rb:455:in `build_tree' + sass (3.1.15) lib/sass/engine.rb:474:in `block in append_children' + sass (3.1.15) lib/sass/engine.rb:473:in `each' + sass (3.1.15) lib/sass/engine.rb:473:in `append_children' + sass (3.1.15) lib/sass/engine.rb:329:in `_to_tree' + sass (3.1.15) lib/sass/engine.rb:299:in `_render' + sass (3.1.15) lib/sass/engine.rb:246:in `render' + sass-rails (3.2.5) lib/sass/rails/template_handlers.rb:106:in `evaluate' + tilt (1.3.3) lib/tilt/template.rb:76:in `render' + sprockets (2.1.2) lib/sprockets/context.rb:177:in `block in evaluate' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `each' + sprockets (2.1.2) lib/sprockets/context.rb:174:in `evaluate' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:12:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:106:in `block in build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `each' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:100:in `build_required_assets' + sprockets (2.1.2) lib/sprockets/processed_asset.rb:16:in `initialize' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `new' + sprockets (2.1.2) lib/sprockets/base.rb:241:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:262:in `circular_call_protection' + sprockets (2.1.2) lib/sprockets/base.rb:240:in `build_asset' + sprockets (2.1.2) lib/sprockets/index.rb:89:in `block in build_asset' + sprockets (2.1.2) lib/sprockets/caching.rb:19:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/bundled_asset.rb:38:in `init_with' + sprockets (2.1.2) lib/sprockets/asset.rb:24:in `from_hash' + sprockets (2.1.2) lib/sprockets/caching.rb:15:in `cache_asset' + sprockets (2.1.2) lib/sprockets/index.rb:88:in `build_asset' + sprockets (2.1.2) lib/sprockets/base.rb:163:in `find_asset' + sprockets (2.1.2) lib/sprockets/index.rb:56:in `find_asset' + sprockets (2.1.2) lib/sprockets/environment.rb:74:in `find_asset' + sprockets (2.1.2) lib/sprockets/base.rb:171:in `[]' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:126:in `asset_for' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:44:in `block in stylesheet_link_tag' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `collect' + actionpack (3.2.2) lib/sprockets/helpers/rails_helper.rb:43:in `stylesheet_link_tag' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:6:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml___27619943740967721_70140558418500' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/directories_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4588284246050633372__process_action__2297526314832503885__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.7ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:19:18 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (20.0ms) +Compiled cmtool/_jquery-ui.css (1063ms) (pid 6004) +Compiled cmtool/application.css (1076ms) (pid 6004) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 1164ms (Views: 1157.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /cmtool/application.css - 304 Not Modified (47ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /cmtool/_jquery-ui.css - 200 OK (12ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:19:19 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:19:20 +0100 +Served asset /ui/ui-bg_glass_100_f6f6f6_1x400.png - 404 Not Found (10ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_glass_100_f6f6f6_1x400.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png" for 127.0.0.1 at 2012-03-24 14:19:20 +0100 +Served asset /ui/ui-bg_highlight-soft_100_eeeeee_1x100.png - 404 Not Found (7ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.2ms) + + +Started GET "/assets/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:19:20 +0100 +Served asset /ui/ui-bg_glass_65_ffffff_1x400.png - 404 Not Found (6ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_glass_65_ffffff_1x400.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-bg_diagonals-thick_20_666666_40x40.png" for 127.0.0.1 at 2012-03-24 14:19:27 +0100 +Served asset /ui/ui-bg_diagonals-thick_20_666666_40x40.png - 404 Not Found (9ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_diagonals-thick_20_666666_40x40.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-bg_gloss-wave_35_f6a828_500x100.png" for 127.0.0.1 at 2012-03-24 14:19:27 +0100 +Served asset /ui/ui-bg_gloss-wave_35_f6a828_500x100.png - 404 Not Found (6ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_gloss-wave_35_f6a828_500x100.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2012-03-24 14:19:27 +0100 +Served asset /ui/ui-icons_ffffff_256x240.png - 404 Not Found (6ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_ffffff_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2012-03-24 14:19:27 +0100 +Served asset /ui/ui-icons_222222_256x240.png - 404 Not Found (6ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_222222_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-bg_glass_100_fdf5ce_1x400.png" for 127.0.0.1 at 2012-03-24 14:19:28 +0100 +Served asset /ui/ui-bg_glass_100_fdf5ce_1x400.png - 404 Not Found (9ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-bg_glass_100_fdf5ce_1x400.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.4ms) + + +Started GET "/assets/ui/ui-icons_ef8c08_256x240.png" for 127.0.0.1 at 2012-03-24 14:19:28 +0100 +Served asset /ui/ui-icons_ef8c08_256x240.png - 404 Not Found (7ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_ef8c08_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2012-03-24 14:19:38 +0100 +Served asset /ui/ui-icons_ffffff_256x240.png - 404 Not Found (9ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_ffffff_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2012-03-24 14:19:39 +0100 +Served asset /ui/ui-icons_ffffff_256x240.png - 404 Not Found (6ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_ffffff_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms) + + +Started GET "/assets/ui/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2012-03-24 14:19:40 +0100 +Served asset /ui/ui-icons_ffffff_256x240.png - 404 Not Found (6ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_ffffff_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms) + + +Started GET "/assets/ui/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2012-03-24 14:19:41 +0100 +Served asset /ui/ui-icons_ffffff_256x240.png - 404 Not Found (7ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_ffffff_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.3ms) + + +Started GET "/assets/ui/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2012-03-24 14:19:41 +0100 +Served asset /ui/ui-icons_ffffff_256x240.png - 404 Not Found (7ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_ffffff_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms) + + +Started GET "/assets/ui/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2012-03-24 14:19:41 +0100 +Served asset /ui/ui-icons_ffffff_256x240.png - 404 Not Found (7ms) + +ActionController::RoutingError (No route matches [GET] "/assets/ui/ui-icons_ffffff_256x240.png"): + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.1ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:20:16 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (21.2ms) +Compiled cmtool/_jquery-ui.css (971ms) (pid 6004) +Compiled cmtool/application.css (2ms) (pid 6004) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 1067ms (Views: 1060.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /cmtool/application.css - 304 Not Modified (50ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /cmtool/_jquery-ui.css - 200 OK (8ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 200 OK (21ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 200 OK (13ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png" for 127.0.0.1 at 2012-03-24 14:20:17 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png - 200 OK (19ms) + + +Started GET "/assets/cmtool/ui/ui-bg_diagonals-thick_20_666666_40x40.png" for 127.0.0.1 at 2012-03-24 14:20:18 +0100 +Served asset /cmtool/ui/ui-bg_diagonals-thick_20_666666_40x40.png - 200 OK (20ms) + + +Started GET "/assets/cmtool/ui/ui-icons_ffffff_256x240.png" for 127.0.0.1 at 2012-03-24 14:20:19 +0100 +Served asset /cmtool/ui/ui-icons_ffffff_256x240.png - 200 OK (14ms) + + +Started GET "/assets/cmtool/ui/ui-icons_222222_256x240.png" for 127.0.0.1 at 2012-03-24 14:20:19 +0100 +Served asset /cmtool/ui/ui-icons_222222_256x240.png - 200 OK (13ms) + + +Started GET "/assets/cmtool/ui/ui-bg_gloss-wave_35_f6a828_500x100.png" for 127.0.0.1 at 2012-03-24 14:20:19 +0100 +Served asset /cmtool/ui/ui-bg_gloss-wave_35_f6a828_500x100.png - 200 OK (11ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_fdf5ce_1x400.png" for 127.0.0.1 at 2012-03-24 14:20:47 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_fdf5ce_1x400.png - 200 OK (17ms) + + +Started GET "/assets/cmtool/ui/ui-icons_ef8c08_256x240.png" for 127.0.0.1 at 2012-03-24 14:20:47 +0100 +Served asset /cmtool/ui/ui-icons_ef8c08_256x240.png - 200 OK (13ms) + + +Started GET "/cmtool/directories" for 127.0.0.1 at 2012-03-24 14:20:58 +0100 +Processing by Cmtool::DirectoriesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/index.html.haml within layouts/cmtool/application (5.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 44ms (Views: 36.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:20:58 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:20:58 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:20:59 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882/edit" for 127.0.0.1 at 2012-03-24 14:21:03 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (10.2ms) +Completed 500 Internal Server Error in 21ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Directory): + 1: - title t('action.edit.title', :model => Directory.model_name.human) + 2: = render 'form', :submit => update_button_text + 3: + 4: - content_for :page_links do + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories_edit_html_haml__3330085043383976256_70140560741460' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4588284246050633372__process_action__3636994043121611160__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.7ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882/edit" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (18.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (30.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 71ms (Views: 62.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:22:15 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:22:16 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:22:16 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882/edit" for 127.0.0.1 at 2012-03-24 14:25:37 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (22.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (26.8ms) +Completed 500 Internal Server Error in 40ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::Cmtoo): + 6: .field + 7: = f.label :parent_id, Cmtool::Directory.model_name.human + 8: = f.select :parent_id, Cmtool::Directory.all.map{|d| ["-"*d.tree_depth + ' ' + d.name.to_s, d.id]} + 9: = f.select :parent_id, tree_options_for_select(Cmtoo::Directory.full_tree) + 10: .actions + 11: = f.submit @submit || update_button_text(@directory) + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml:9:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories__form_html_haml__2028642057374305708_70140558247300' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories__form_html_haml__2028642057374305708_70140558247300' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories_edit_html_haml__3330085043383976256_70140567422440' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__4588284246050633372__process_action__3636994043121611160__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__1425208779896301705__call__1063659926741517128__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.1ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882/edit" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (27.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (34.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 74ms (Views: 67.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:25:49 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:25:50 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:25:50 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882/edit" for 127.0.0.1 at 2012-03-24 14:35:29 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (2.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (36.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (56.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (4.4ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (4.0ms) +Completed 200 OK in 582ms (Views: 474.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /cmtool/application.css - 304 Not Modified (85ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (10ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (23ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /jquery.js - 304 Not Modified (10ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /jquery-ui.js - 304 Not Modified (9ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (6ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (50ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (6ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:35:30 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (16ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:35:31 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:35:31 +0100 +Served asset /cmtool/application.js - 304 Not Modified (31ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:35:31 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:35:31 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (5ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882/edit" for 127.0.0.1 at 2012-03-24 14:43:50 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (2.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (76.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (94.4ms) +Completed 500 Internal Server Error in 275ms + +ActionView::Template::Error (undefined method `emtpy?' for []:Array): + 5: = f.text_field :name + 6: .field + 7: = f.label :parent_id, Cmtool::Directory.model_name.human + 8: = f.select :parent_id, tree_options_for_select(Cmtool::Directory.full_tree, exclude: @directory.id) + 9: .actions + 10: = f.submit @submit || update_button_text(@directory) + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:64:in `block (2 levels) in tree_options_for_select' + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:63:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:63:in `block in tree_options_for_select' + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:71:in `call' + /Users/bterkuile/companytools/development/rails/cmtool/app/helpers/cmtool/application_helper.rb:71:in `tree_options_for_select' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml:8:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories__form_html_haml__1576763182132058974_70243230471260' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories__form_html_haml__1576763182132058974_70243230471260' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories_edit_html_haml___2893390354136139199_70243236499280' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__1741378906454060872__process_action__152838144533368180__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.2ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882/edit" for 127.0.0.1 at 2012-03-24 14:44:04 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (18.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (24.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (5.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (3.7ms) +Completed 200 OK in 461ms (Views: 391.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /cmtool/application.css - 304 Not Modified (44ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (15ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /jquery.js - 304 Not Modified (8ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (5ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /jquery-ui.js - 304 Not Modified (11ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (15ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:44:05 +0100 +Served asset /cmtool/application.js - 304 Not Modified (81ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:44:06 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:44:06 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (4ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882/edit" for 127.0.0.1 at 2012-03-24 14:44:51 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (74042.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (74049.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 74390ms (Views: 74309.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:05 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:06 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:06 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882/edit" for 127.0.0.1 at 2012-03-24 14:46:08 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (14.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (19.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 310ms (Views: 273.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:09 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Processing by Cmtool::DirectoriesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/index.html.haml within layouts/cmtool/application (17.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 131ms (Views: 118.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:13 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:14 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:14 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/new" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Processing by Cmtool::DirectoriesController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (12.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/new.html.haml within layouts/cmtool/application (19.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 60ms (Views: 55.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:15 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:16 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:16 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started POST "/cmtool/directories" for 127.0.0.1 at 2012-03-24 14:46:27 +0100 +Processing by Cmtool::DirectoriesController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "directory"=>{"name"=>"City scale", "parent_id"=>"6bd15f9f57c9a09835fe2bf15715e882"}, "commit"=>"Save"} +Redirected to http://localhost:3000/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27 +Completed 302 Found in 66ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734bc27"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (54.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 96ms (Views: 87.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 14:46:28 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 200 OK (12ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27/edit" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734bc27"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (23.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (28.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 70ms (Views: 63.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /cmtool/application.css - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:46:51 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:52 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:46:52 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27/edit" for 127.0.0.1 at 2012-03-24 14:47:00 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734bc27"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (13.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (18.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 62ms (Views: 54.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:47:00 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:47:00 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:47:00 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:47:01 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27/edit" for 127.0.0.1 at 2012-03-24 14:47:57 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734bc27"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (75.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (79.1ms) +Completed 500 Internal Server Error in 89ms + +ActionView::Template::Error (undefined method `parent_id' for nil:NilClass): + 5: = f.text_field :name + 6: .field + 7: = f.label :parent_id, Cmtool::Directory.model_name.human + 8: = f.select :parent_id, tree_options_for_select(Cmtool::Directory.full_tree, exclude: @directory.id, selected: @directoy.parent_id), include_blank: '' + 9: .actions + 10: = f.submit @submit || update_button_text(@directory) + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml:8:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories__form_html_haml__1576763182132058974_70243211265600' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `call' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block (2 levels) in form_for_with_haml' + haml (3.1.4) lib/haml/helpers.rb:255:in `with_tabs' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:181:in `block in form_for_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `block in capture' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:187:in `with_output_buffer' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:109:in `with_output_buffer_with_haml_xss' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:40:in `capture' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:105:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:606:in `fields_for' + actionpack (3.2.2) lib/action_view/helpers/form_helper.rb:377:in `form_for' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:183:in `form_for_with_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:132:in `form_for_with_haml_xss' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories__form_html_haml__1576763182132058974_70243211265600' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:257:in `render_partial' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:230:in `block in render' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/partial_renderer.rb:229:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:41:in `render_partial' + actionpack (3.2.2) lib/action_view/helpers/rendering_helper.rb:27:in `render' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `block in render_with_haml' + haml (3.1.4) lib/haml/helpers.rb:90:in `non_haml' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:11:in `render_with_haml' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml:2:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_directories_edit_html_haml___2893390354136139199_70243236499280' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__1741378906454060872__process_action__152838144533368180__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (13.5ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27/edit" for 127.0.0.1 at 2012-03-24 14:48:11 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734bc27"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (25.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (29.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 61ms (Views: 55.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /cmtool/application.css - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:48:12 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27/edit" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734bc27"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (15.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (21.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 114ms (Views: 49.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:48:14 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:48:15 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:48:15 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27/edit" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734bc27"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (22.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (28.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 328ms (Views: 290.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:34 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:49:35 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:49:35 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started PUT "/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Processing by Cmtool::DirectoriesController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "directory"=>{"name"=>"City scale", "parent_id"=>""}, "commit"=>"Save", "id"=>"6bd15f9f57c9a09835fe2bf15734bc27"} +Redirected to http://localhost:3000/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27 +Completed 302 Found in 78ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15734bc27" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734bc27"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (31.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 67ms (Views: 60.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:44 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:49:45 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 14:49:45 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png" for 127.0.0.1 at 2012-03-24 14:49:45 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:49:45 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Processing by Cmtool::DirectoriesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/index.html.haml within layouts/cmtool/application (67.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 121ms (Views: 103.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:48 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:49:49 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:49:49 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:49:51 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (22.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 61ms (Views: 50.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:51 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:51 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:51 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:51 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:51 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png" for 127.0.0.1 at 2012-03-24 14:49:52 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882/edit" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Processing by Cmtool::DirectoriesController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/_form.html.haml (20.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/edit.html.haml within layouts/cmtool/application (25.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 61ms (Views: 54.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:55 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:49:56 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:49:56 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started PUT "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Processing by Cmtool::DirectoriesController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "directory"=>{"name"=>"General", "parent_id"=>"6bd15f9f57c9a09835fe2bf15734bc27"}, "commit"=>"Save", "id"=>"6bd15f9f57c9a09835fe2bf15715e882"} +Redirected to http://localhost:3000/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882 +Completed 302 Found in 37ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/directories/6bd15f9f57c9a09835fe2bf15715e882" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Processing by Cmtool::DirectoriesController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15715e882"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/show.html.haml within layouts/cmtool/application (37.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 78ms (Views: 71.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:49:59 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:50:00 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 14:50:00 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:50:00 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png" for 127.0.0.1 at 2012-03-24 14:50:00 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_100_eeeeee_1x100.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/directories" for 127.0.0.1 at 2012-03-24 14:50:13 +0100 +Processing by Cmtool::DirectoriesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/directories/index.html.haml within layouts/cmtool/application (5.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 108ms (Views: 99.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:50:14 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/contact_forms" for 127.0.0.1 at 2012-03-24 14:51:04 +0100 +Processing by Cmtool::ContactFormsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/index.html.haml within layouts/cmtool/application (12.2ms) +Completed 500 Internal Server Error in 43ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::ContactForm): + 1: - title t('action.index.title', :model => ContactForm.model_name.human.pluralize) + 2: - if @contact_forms.any? + 3: %table.index-table + 4: %thead + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_contact_forms_index_html_haml__1131675740443510769_70243235482100' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/contact_forms_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__234679951954038296__process_action__1499969434937594563__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.7ms) + + +Started GET "/cmtool/contact_forms" for 127.0.0.1 at 2012-03-24 14:52:57 +0100 +Processing by Cmtool::ContactFormsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/index.html.haml within layouts/cmtool/application (14.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 118ms (Views: 106.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:52:57 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:52:57 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:52:57 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:52:57 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:52:58 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/contact_forms/new" for 127.0.0.1 at 2012-03-24 14:56:04 +0100 +Processing by Cmtool::ContactFormsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/_form.html.haml (20.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/new.html.haml within layouts/cmtool/application (26.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 56ms (Views: 52.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:56:04 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:56:04 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:56:05 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started POST "/cmtool/contact_forms" for 127.0.0.1 at 2012-03-24 14:56:36 +0100 +Processing by Cmtool::ContactFormsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "contact_form"=>{"gender"=>"male", "name"=>"Benjamin", "email"=>"bterkuile@gmail.com", "phone"=>"", "body"=>"asdf"}, "commit"=>"Save"} +Redirected to +Completed 500 Internal Server Error in 841ms + +NoMethodError (undefined method `cmtool_contact_form_url' for #): + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/url_for.rb:150:in `url_for' + actionpack (3.2.2) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' + actionpack (3.2.2) lib/action_controller/metal/redirecting.rb:64:in `redirect_to' + actionpack (3.2.2) lib/action_controller/metal/flash.rb:25:in `redirect_to' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/contact_forms_controller.rb:48:in `block (2 levels) in create' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `call' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/contact_forms_controller.rb:46:in `create' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__234679951954038296__process_action__4170652388079943325__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (15.2ms) + + +Started GET "/cmtool/contact_forms" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Processing by Cmtool::ContactFormsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/index.html.haml within layouts/cmtool/application (9.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 336ms (Views: 301.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (3ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:08 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:57:09 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:57:09 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe/edit" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Processing by Cmtool::ContactFormsController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734b5fe"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/_form.html.haml (23.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/edit.html.haml within layouts/cmtool/application (33.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 70ms (Views: 62.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:11 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:57:12 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:57:12 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe/edit" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Processing by Cmtool::ContactFormsController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734b5fe"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/_form.html.haml (25.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/edit.html.haml within layouts/cmtool/application (30.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 132ms (Views: 126.2ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:57:37 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:57:38 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:57:38 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 14:57:38 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (11ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 14:57:38 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 14:57:38 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (11ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 14:57:38 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (6ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 14:57:38 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (12ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 14:57:38 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 14:57:38 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (6ms) + + +Started PUT "/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe" for 127.0.0.1 at 2012-03-24 14:57:43 +0100 +Processing by Cmtool::ContactFormsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "contact_form"=>{"gender"=>"male", "name"=>"Benjamin", "email"=>"bterkuile@gmail.com", "phone"=>"", "body"=>"

asdfadsfg

"}, "commit"=>"Save", "id"=>"6bd15f9f57c9a09835fe2bf15734b5fe"} +Redirected to http://localhost:3000/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe +Completed 302 Found in 24ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe" for 127.0.0.1 at 2012-03-24 14:57:43 +0100 +Processing by Cmtool::ContactFormsController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734b5fe"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/show.html.haml within layouts/cmtool/application (12.3ms) +Completed 500 Internal Server Error in 26ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::ContactForm): + 1: - title t('action.show.title', :model => ContactForm.model_name.human) + 2: .show_field + 3: %strong= ContactForm.human_attribute_name(:gender) + 4: = @contact_form.gender + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/show.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_contact_forms_show_html_haml__1540682246913442245_70243222767620' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/contact_forms_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__234679951954038296__process_action__2062716998422957234__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.0ms) + + +Started GET "/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Processing by Cmtool::ContactFormsController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734b5fe"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/show.html.haml within layouts/cmtool/application (17.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 125ms (Views: 117.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 14:58:49 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Processing by Cmtool::ContactFormsController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734b5fe"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/show.html.haml within layouts/cmtool/application (17.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 60ms (Views: 51.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:00 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe/edit" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Processing by Cmtool::ContactFormsController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734b5fe"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/_form.html.haml (14.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/edit.html.haml within layouts/cmtool/application (19.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 54ms (Views: 47.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 14:59:05 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 14:59:06 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 14:59:06 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 14:59:06 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Processing by Cmtool::ContactFormsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "contact_form"=>{"gender"=>"male", "name"=>"Benjamin", "email"=>"bterkuile@gmail.com", "phone"=>"", "body"=>"

asdfadsfg

"}, "commit"=>"Save", "id"=>"6bd15f9f57c9a09835fe2bf15734b5fe"} +Redirected to http://localhost:3000/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Processing by Cmtool::ContactFormsController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734b5fe"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/show.html.haml within layouts/cmtool/application (5.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 44ms (Views: 35.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:10 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:11 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:11 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 14:59:11 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/contact_forms" for 127.0.0.1 at 2012-03-24 14:59:13 +0100 +Processing by Cmtool::ContactFormsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/index.html.haml within layouts/cmtool/application (7.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 54ms (Views: 41.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:13 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:14 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/contact_forms" for 127.0.0.1 at 2012-03-24 14:59:26 +0100 +Processing by Cmtool::ContactFormsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/index.html.haml within layouts/cmtool/application (19.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (2.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 72ms (Views: 61.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /cmtool/application.js - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:27 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started DELETE "/cmtool/contact_forms/6bd15f9f57c9a09835fe2bf15734b5fe" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Processing by Cmtool::ContactFormsController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"6bd15f9f57c9a09835fe2bf15734b5fe"} +Redirected to http://localhost:3000/cmtool/contact_forms +Completed 302 Found in 15ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/contact_forms" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Processing by Cmtool::ContactFormsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/contact_forms/index.html.haml within layouts/cmtool/application (2.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 42ms (Views: 32.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /cmtool/application.css - 304 Not Modified (10ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 14:59:37 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-24 14:59:45 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml within layouts/cmtool/application (11.9ms) +Completed 500 Internal Server Error in 35ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::NewsletterSubscription): + 1: - title t('action.index.title', :model => NewsletterSubscription.model_name.human.pluralize) + 2: - if @newsletter_subscriptions.any? + 3: %table.index-table + 4: %thead + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_newsletter_subscriptions_index_html_haml__3404510773797381811_70243217441740' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/newsletter_subscriptions_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__324018368281806029__process_action__1499969434937594563__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (17.8ms) + + +Started GET "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml within layouts/cmtool/application (14.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 59ms (Views: 49.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:01:46 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:01:47 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:01:47 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml within layouts/cmtool/application (2.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 42ms (Views: 34.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:02:59 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/newsletter_subscriptions/new" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/_form.html.haml (11.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/new.html.haml within layouts/cmtool/application (19.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 50ms (Views: 46.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /cmtool/application.css - 304 Not Modified (11ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:03:00 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:03:01 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:03:01 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started POST "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-24 15:03:10 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "newsletter_subscription"=>{"email"=>"bterkuile@gmail.com", "active"=>"1"}, "commit"=>"Save"} +Redirected to +Completed 500 Internal Server Error in 941ms + +NoMethodError (undefined method `cmtool_newsletter_subscription_url' for #): + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/url_for.rb:150:in `url_for' + actionpack (3.2.2) lib/action_controller/metal/redirecting.rb:95:in `_compute_redirect_to_location' + actionpack (3.2.2) lib/action_controller/metal/redirecting.rb:64:in `redirect_to' + actionpack (3.2.2) lib/action_controller/metal/flash.rb:25:in `redirect_to' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:60:in `block in redirect_to' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:59:in `redirect_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/newsletter_subscriptions_controller.rb:48:in `block (2 levels) in create' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `call' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/newsletter_subscriptions_controller.rb:46:in `create' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__324018368281806029__process_action__4170652388079943325__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.6ms) + + +Started GET "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-24 15:03:37 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml within layouts/cmtool/application (8.4ms) +Completed 500 Internal Server Error in 104ms + +ActionView::Template::Error (undefined method `deactivate_token' for #): + 12: - @newsletter_subscriptions.each do |newsletter_subscription| + 13: %tr + 14: %td= newsletter_subscription.email + 15: %td= newsletter_subscription.deactivate_token + 16: %td= boolean_text newsletter_subscription.active + 17: %td= link_to link_to_edit_content(newsletter_subscription), cmtool.edit_newsletter_subscription_path(newsletter_subscription) + 18: %td= link_to link_to_destroy_content(newsletter_subscription), cmtool.newsletter_subscription_path(newsletter_subscription), :confirm => are_you_sure(newsletter_subscription), :method => :delete + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/ghost_attributes.rb:7:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/dirty_attributes.rb:32:in `method_missing' + activemodel (3.2.2) lib/active_model/attribute_methods.rb:407:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml:15:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_newsletter_subscriptions_index_html_haml__3404510773797381811_70243244569140' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml:12:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml:12:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_newsletter_subscriptions_index_html_haml__3404510773797381811_70243244569140' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/newsletter_subscriptions_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__324018368281806029__process_action__1499969434937594563__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.4ms) + + +Started GET "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-24 15:06:20 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml within layouts/cmtool/application (4.9ms) +Completed 500 Internal Server Error in 18ms + +ActionView::Template::Error (undefined method `deactivate_token' for #): + 12: - @newsletter_subscriptions.each do |newsletter_subscription| + 13: %tr + 14: %td= newsletter_subscription.email + 15: %td= newsletter_subscription.deactivate_token + 16: %td= boolean_text newsletter_subscription.active + 17: %td= link_to link_to_edit_content(newsletter_subscription), cmtool.edit_newsletter_subscription_path(newsletter_subscription) + 18: %td= link_to link_to_destroy_content(newsletter_subscription), cmtool.newsletter_subscription_path(newsletter_subscription), :confirm => are_you_sure(newsletter_subscription), :method => :delete + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/ghost_attributes.rb:7:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/dirty_attributes.rb:32:in `method_missing' + activemodel (3.2.2) lib/active_model/attribute_methods.rb:407:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml:15:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_newsletter_subscriptions_index_html_haml__3404510773797381811_70243244569140' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml:12:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml:12:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_newsletter_subscriptions_index_html_haml__3404510773797381811_70243244569140' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/newsletter_subscriptions_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__324018368281806029__process_action__1499969434937594563__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (6.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.7ms) + + +Started GET "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml within layouts/cmtool/application (19.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 264ms (Views: 255.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:06:40 +0100 +Served asset /cmtool/application.js - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:06:41 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:06:41 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/newsletter_subscriptions/6bd15f9f57c9a09835fe2bf15734ace5/edit" for 127.0.0.1 at 2012-03-24 15:07:53 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734ace5"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/edit.html.haml within layouts/cmtool/application (7.1ms) +Completed 500 Internal Server Error in 20ms + +ActionView::Template::Error (uninitialized constant ActionView::CompiledTemplates::NewsletterSubscription): + 1: - title t('action.edit.title', :model => NewsletterSubscription.model_name.human) + 2: = render 'form', :submit => update_button_text + 3: + 4: - content_for :page_links do + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/edit.html.haml:1:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_newsletter_subscriptions_edit_html_haml___3642428701331724323_70243222237540' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__324018368281806029__process_action__152838144533368180__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.8ms) + + +Started GET "/cmtool/newsletter_subscriptions/6bd15f9f57c9a09835fe2bf15734ace5/edit" for 127.0.0.1 at 2012-03-24 15:08:57 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734ace5"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/_form.html.haml (8.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/edit.html.haml within layouts/cmtool/application (1589.8ms) +Completed 500 Internal Server Error in 1603ms + +ActionView::Template::Error (undefined method `_newsletter_subscriptions_path' for #): + 5: %ul + 6: %li= link_to link_to_show_content(@newsletter_subscription), cmtool.newsletter_subscription_path(@newsletter_subscription) + 7: %li= link_separator + 8: %li= link_to link_to_index_content(Cmtool::NewsletterSubscription), cmtool._newsletter_subscriptions_path + actionpack (3.2.2) lib/action_dispatch/routing/routes_proxy.rb:34:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/edit.html.haml:8:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_newsletter_subscriptions_edit_html_haml___3642428701331724323_70243245336900' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/edit.html.haml:4:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_newsletter_subscriptions_edit_html_haml___3642428701331724323_70243245336900' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__324018368281806029__process_action__152838144533368180__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.6ms) + + +Started GET "/cmtool/newsletter_subscriptions/6bd15f9f57c9a09835fe2bf15734ace5/edit" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734ace5"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/_form.html.haml (12.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/edit.html.haml within layouts/cmtool/application (25.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 74ms (Views: 66.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:09 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:09:10 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:09:10 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started PUT "/cmtool/newsletter_subscriptions/6bd15f9f57c9a09835fe2bf15734ace5" for 127.0.0.1 at 2012-03-24 15:09:15 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "newsletter_subscription"=>{"email"=>"bterkuile+a@gmail.com", "active"=>"1"}, "commit"=>"Save", "id"=>"6bd15f9f57c9a09835fe2bf15734ace5"} +Redirected to http://localhost:3000/cmtool/newsletter_subscriptions/6bd15f9f57c9a09835fe2bf15734ace5 +Completed 302 Found in 20ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/newsletter_subscriptions/6bd15f9f57c9a09835fe2bf15734ace5" for 127.0.0.1 at 2012-03-24 15:09:15 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734ace5"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/show.html.haml within layouts/cmtool/application (16.9ms) +Completed 500 Internal Server Error in 29ms + +ActionView::Template::Error (undefined method `deactivate_token' for #): + 4: = @newsletter_subscription.email + 5: .show_field + 6: %strong= Cmtool::NewsletterSubscription.human_attribute_name(:deactivation_token) + 7: = @newsletter_subscription.deactivate_token + 8: .show_field + 9: %strong= Cmtool::NewsletterSubscription.human_attribute_name(:active) + 10: = boolean_text @newsletter_subscription.active + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/ghost_attributes.rb:7:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/dirty_attributes.rb:32:in `method_missing' + activemodel (3.2.2) lib/active_model/attribute_methods.rb:407:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/show.html.haml:7:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_newsletter_subscriptions_show_html_haml___723663301215602617_70243222427700' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/newsletter_subscriptions_controller.rb:19:in `show' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__324018368281806029__process_action__2062716998422957234__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__365996874955984965__call__3614621273754753938__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.6ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) + + +Started GET "/cmtool/newsletter_subscriptions/6bd15f9f57c9a09835fe2bf15734ace5" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#show as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734ace5"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/show.html.haml within layouts/cmtool/application (13.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 62ms (Views: 54.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:33 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:09:34 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:09:34 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 15:09:34 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml within layouts/cmtool/application (13.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 54ms (Views: 41.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:41 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:09:42 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:09:42 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/newsletter_subscriptions/6bd15f9f57c9a09835fe2bf15734ace5/edit" for 127.0.0.1 at 2012-03-24 15:09:43 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15734ace5"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/_form.html.haml (12.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/edit.html.haml within layouts/cmtool/application (18.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (2.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 58ms (Views: 50.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:09:44 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml within layouts/cmtool/application (9.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 48ms (Views: 39.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:09:46 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:09:47 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:09:47 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/newsletter_subscriptions" for 127.0.0.1 at 2012-03-24 15:10:19 +0100 +Processing by Cmtool::NewsletterSubscriptionsController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/newsletter_subscriptions/index.html.haml within layouts/cmtool/application (6.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 278ms (Views: 244.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:10:19 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:10:19 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:10:19 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:10:19 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:19 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:19 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:19 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:19 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:19 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:20 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:20 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:20 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:20 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:10:20 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:10:20 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (24.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 73ms (Views: 56.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /cmtool/application.css - 304 Not Modified (80ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:10:33 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:10:34 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:10:34 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-24 15:19:23 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (31.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (5.1ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (3.6ms) +Completed 200 OK in 591ms (Views: 460.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:19:23 +0100 +Served asset /cmtool/application.css - 304 Not Modified (81ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:19:23 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (15ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /jquery.js - 304 Not Modified (9ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (6ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /jquery-ui.js - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (6ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (53ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (13ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /cmtool/application.js - 304 Not Modified (27ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:19:24 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (4ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-24 15:25:32 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (29.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (4.9ms) +Completed 500 Internal Server Error in 349ms + +ActionView::Template::Error (uninitialized constant Cmtool::Page): + 18: #menu-container + 19: - if user_signed_in? + 20: %ul + 21: %li{:class => controller_name == 'pages' ? 'ui-state-active' : 'ui-state-default'}=link_to Page.model_name.human_plural, cmtool.pages_path + 22: %li{:class => controller_name == 'news' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::News.model_name.human_plural, cmtool.news_index_path + 23: %li{:class => controller_name == 'keywords' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Keyword.model_name.human_plural, cmtool.keywords_path + 24: %li{:class => controller_name == 'faqs' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Faq.model_name.human_plural, cmtool.faqs_path + /Users/bterkuile/companytools/development/rails/cmtool/app/models/page.rb:2:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/models/page.rb:1:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:21:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml__4351090358539247020_70180267255200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3303184366740162393__process_action__3070148453683070949__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__4153121946451234545__call__3489728199367571570__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (39.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (48.2ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-24 15:25:49 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (14.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.5ms) +Completed 500 Internal Server Error in 55ms + +ActionView::Template::Error (uninitialized constant Cmtool::Page): + 18: #menu-container + 19: - if user_signed_in? + 20: %ul + 21: %li{:class => controller_name == 'pages' ? 'ui-state-active' : 'ui-state-default'}=link_to Page.model_name.human_plural, cmtool.pages_path + 22: %li{:class => controller_name == 'news' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::News.model_name.human_plural, cmtool.news_index_path + 23: %li{:class => controller_name == 'keywords' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Keyword.model_name.human_plural, cmtool.keywords_path + 24: %li{:class => controller_name == 'faqs' ? 'ui-state-active' : 'ui-state-default'}=link_to Cmtool::Faq.model_name.human_plural, cmtool.faqs_path + /Users/bterkuile/companytools/development/rails/cmtool/app/models/page.rb:2:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/models/page.rb:1:in `' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/layouts/cmtool/application.html.haml:21:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_layouts_cmtool_application_html_haml__4351090358539247020_70180267255200' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:54:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/mime_responds.rb:196:in `respond_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/images_controller.rb:8:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3303184366740162393__process_action__3070148453683070949__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__4153121946451234545__call__3489728199367571570__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms) + + +Started GET "/cmtool/images" for 127.0.0.1 at 2012-03-24 15:26:04 +0100 +Processing by Cmtool::ImagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/images/index.html.haml within layouts/cmtool/application (30.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (4.2ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (5.2ms) +Completed 200 OK in 565ms (Views: 438.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /cmtool/application.css - 304 Not Modified (88ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (23ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /jquery.js - 304 Not Modified (7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /jquery-ui.js - 304 Not Modified (10ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (17ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:26:05 +0100 +Served asset /cmtool/application.js - 304 Not Modified (34ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:26:06 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:26:06 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (4ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-24 15:26:08 +0100 +Processing by Cmtool::PagesController#index as HTML +Completed 500 Internal Server Error in 4ms + +NoMethodError (undefined method `all' for Cmtool::Page:Module): + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb:6:in `index' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__3931825518076027459__process_action__572008186659274087__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__4424242875288672310__call__4220040051379182672__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.1ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (13.0ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-24 15:26:52 +0100 + +LoadError (Expected /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/pages_controller.rb to define Cmtool::PagesController): + activesupport (3.2.2) lib/active_support/dependencies.rb:503:in `load_missing_constant' + activesupport (3.2.2) lib/active_support/dependencies.rb:192:in `block in const_missing' + activesupport (3.2.2) lib/active_support/dependencies.rb:190:in `each' + activesupport (3.2.2) lib/active_support/dependencies.rb:190:in `const_missing' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:229:in `block in constantize' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `each' + activesupport (3.2.2) lib/active_support/inflector/methods.rb:228:in `constantize' + activesupport (3.2.2) lib/active_support/dependencies.rb:554:in `get' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:63:in `controller_reference' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:48:in `controller' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:26:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__4424242875288672310__call__4220040051379182672__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (10.2ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (13.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (72.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.8ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 391ms (Views: 332.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:16 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:27:17 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:27:17 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0/edit" for 127.0.0.1 at 2012-03-24 15:27:19 +0100 +Processing by Cmtool::PagesController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (2.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (27.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (90.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml within layouts/cmtool/application (100.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 143ms (Views: 135.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (9ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 15:27:20 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (5ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 15:27:21 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (9ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 15:27:21 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 15:27:21 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (11ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 15:27:21 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (6ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 15:27:21 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (8ms) + + +Started PUT "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Processing by Cmtool::PagesController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "page"=>{"name"=>"home2", "menu_text"=>"Home", "title"=>"Home", "locale"=>"nl", "body"=>"", "footer"=>"", "sidebar"=>"", "parent_id"=>"", "default"=>"0", "position"=>"0", "layout"=>"application", "in_menu"=>"1", "keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} +Redirected to http://localhost:3000/cmtool/pages +Completed 302 Found in 27ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (6.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (103.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 153ms (Views: 137.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:22 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:27:23 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 15:27:23 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:27:23 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0/edit" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Processing by Cmtool::PagesController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/keywords/_habtm.html.haml (16.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_form.html.haml (104.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/edit.html.haml within layouts/cmtool/application (110.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 148ms (Views: 139.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /cmtool/application.css - 304 Not Modified (11ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:26 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:27:27 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:27:27 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/plugins/advimage/editor_plugin.js?3.4.9" for 127.0.0.1 at 2012-03-24 15:27:27 +0100 +Served asset /tinymce/plugins/advimage/editor_plugin.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/editor_template.js?3.4.9" for 127.0.0.1 at 2012-03-24 15:27:27 +0100 +Served asset /tinymce/themes/advanced/editor_template.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 15:27:27 +0100 +Served asset /tinymce/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/langs/en.js?3.4.9" for 127.0.0.1 at 2012-03-24 15:27:27 +0100 +Served asset /tinymce/themes/advanced/langs/en.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/ui.css?3.4.9" for 127.0.0.1 at 2012-03-24 15:27:27 +0100 +Served asset /tinymce/themes/advanced/skins/default/ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/skins/default/content.css" for 127.0.0.1 at 2012-03-24 15:27:27 +0100 +Served asset /tinymce/themes/advanced/skins/default/content.css - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/themes/advanced/img/icons.gif" for 127.0.0.1 at 2012-03-24 15:27:27 +0100 +Served asset /tinymce/themes/advanced/img/icons.gif - 304 Not Modified (0ms) + + +Started PUT "/cmtool/pages/22bc63dc4235e11e23ae8e9eabd822b0" for 127.0.0.1 at 2012-03-24 15:27:28 +0100 +Processing by Cmtool::PagesController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "page"=>{"name"=>"home", "menu_text"=>"Home", "title"=>"Home", "locale"=>"nl", "body"=>"", "footer"=>"", "sidebar"=>"", "parent_id"=>"", "default"=>"0", "position"=>"0", "layout"=>"application", "in_menu"=>"1", "keyword_ids"=>[""]}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabd822b0"} +Redirected to http://localhost:3000/cmtool/pages +Completed 302 Found in 19ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/pages" for 127.0.0.1 at 2012-03-24 15:27:28 +0100 +Processing by Cmtool::PagesController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (7.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/_nested_pages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/pages/index.html.haml within layouts/cmtool/application (101.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 157ms (Views: 134.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:28 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 15:27:29 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/" for 127.0.0.1 at 2012-03-24 15:27:55 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (1177.1ms) +Completed 500 Internal Server Error in 1238ms + +ActionView::Template::Error (undefined method `admin_user_path' for #<#:0x007ff285d4e138>): + 9: %tbody + 10: - @users.each do |user| + 11: %tr + 12: %td= link_to user.email, [:admin, user] + 13: %td= link_to link_to_edit_content(user), [:edit, :admin, user] + 14: %td= link_to link_to_destroy_content(user), [:admin, user], :confirm => are_you_sure(user), :method => :delete + 15: - else + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:111:in `url_for' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:242:in `link_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml:12:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_users_index_html_haml___4336312084852173813_70339802209060' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml:10:in `each' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml:10:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_users_index_html_haml___4336312084852173813_70339802209060' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2620200045609621714__process_action__572008186659274087__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__4424242875288672310__call__4220040051379182672__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (5.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (15.7ms) + + +Started GET "/cmtool/users/" for 127.0.0.1 at 2012-03-24 15:29:27 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (19.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 285ms (Views: 276.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:29:28 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (7.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 50ms (Views: 38.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /cmtool/application.css - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:03 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:30:04 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (11.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 58ms (Views: 48.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /cmtool/application.css - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:30:23 +0100 +Served asset /cmtool/application.js - 304 Not Modified (90ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:30:24 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/" for 127.0.0.1 at 2012-03-24 15:31:27 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (9.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 77ms (Views: 68.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:31:28 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/new" for 127.0.0.1 at 2012-03-24 15:31:35 +0100 +Processing by Cmtool::UsersController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/_form.html.haml (14.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/new.html.haml within layouts/cmtool/application (20.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 58ms (Views: 53.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /cmtool/application.css - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:31:36 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started POST "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:31:42 +0100 +Processing by Cmtool::UsersController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "user"=>{"email"=>"", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Save"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (2.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/_form.html.haml (12.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/new.html.haml within layouts/cmtool/application (16.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 65ms (Views: 49.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:31:43 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started POST "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:31:55 +0100 +Processing by Cmtool::UsersController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "user"=>{"email"=>"bterkuile@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Save"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (3.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/_form.html.haml (15.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/new.html.haml within layouts/cmtool/application (18.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 173ms (Views: 54.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:31:56 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started POST "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:32:13 +0100 +Processing by Cmtool::UsersController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "user"=>{"email"=>"bterkuile+b@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Save"} +Completed 500 Internal Server Error in 971ms + +NameError (undefined local variable or method `cmtool_users_path' for #): + /Users/bterkuile/companytools/development/rails/cmtool/app/controllers/cmtool/users_controller.rb:24:in `create' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:4:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2620200045609621714__process_action__4144427884536159983__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:35:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__4424242875288672310__call__4220040051379182672__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.4ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.5ms) + + +Started GET "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (12.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::Quote class +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.3ms) +Completed 200 OK in 325ms (Views: 242.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /cmtool/application.css - 304 Not Modified (10ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:05 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:33:06 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:33:06 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started DELETE "/cmtool/users/6bd15f9f57c9a09835fe2bf15753e28c" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Processing by Cmtool::UsersController#destroy as HTML + Parameters: {"authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "id"=>"6bd15f9f57c9a09835fe2bf15753e28c"} +Redirected to http://localhost:3000/cmtool/users +Completed 302 Found in 16ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (9.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 51ms (Views: 40.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (8ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 15:33:10 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a" for 127.0.0.1 at 2012-03-24 15:33:12 +0100 +Processing by Cmtool::UsersController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml within layouts/cmtool/application (1162.5ms) +Completed 500 Internal Server Error in 1174ms + +ActionView::Template::Error (undefined method `edit_admin_user_path' for #<#:0x007ff282121458>): + 5: + 6: - content_for :page_links do + 7: %ul + 8: %li= link_to link_to_edit_content(@user), [:edit, :admin, @user] + 9: %li= link_separator + 10: %li= link_to link_to_index_content(:user), admin_users_path + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:111:in `url_for' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:242:in `link_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml:8:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_users_show_html_haml__1799004279862141329_70339770488860' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml:6:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_users_show_html_haml__1799004279862141329_70339770488860' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2620200045609621714__process_action__66808298536325__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__4424242875288672310__call__4220040051379182672__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.9ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.3ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.9ms) + + +Started GET "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a" for 127.0.0.1 at 2012-03-24 15:33:55 +0100 +Processing by Cmtool::UsersController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml within layouts/cmtool/application (939.6ms) +Completed 500 Internal Server Error in 951ms + +ActionView::Template::Error (undefined method `edit_admin_user_path' for #<#:0x007ff285b36058>): + 5: + 6: - content_for :page_links do + 7: %ul + 8: %li= link_to link_to_edit_content(@user), [:edit, :admin, @user] + 9: %li= link_separator + 10: %li= link_to link_to_index_content(:user), admin_users_path + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:127:in `polymorphic_url' + actionpack (3.2.2) lib/action_dispatch/routing/polymorphic_routes.rb:133:in `polymorphic_path' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:111:in `url_for' + actionpack (3.2.2) lib/action_view/helpers/url_helper.rb:242:in `link_to' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml:8:in `block in ___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_users_show_html_haml__1799004279862141329_70339770488860' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `block in capture_with_haml' + haml (3.1.4) lib/haml/helpers.rb:345:in `call' + haml (3.1.4) lib/haml/helpers.rb:345:in `block in capture_haml' + haml (3.1.4) lib/haml/helpers.rb:569:in `with_haml_buffer' + haml (3.1.4) lib/haml/helpers.rb:341:in `capture_haml' + haml (3.1.4) lib/haml/helpers/xss_mods.rb:61:in `capture_haml_with_haml_xss' + haml (3.1.4) lib/haml/helpers/action_view_mods.rb:93:in `capture_with_haml' + actionpack (3.2.2) lib/action_view/helpers/capture_helper.rb:138:in `content_for' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml:6:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_users_show_html_haml__1799004279862141329_70339770488860' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__2620200045609621714__process_action__66808298536325__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__4424242875288672310__call__4220040051379182672__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.8ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.1ms) + + +Started GET "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a" for 127.0.0.1 at 2012-03-24 15:34:39 +0100 +Processing by Cmtool::UsersController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml within layouts/cmtool/application (14.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 81ms (Views: 67.5ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:34:40 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a/edit" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Processing by Cmtool::UsersController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/_form.html.haml (12.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/edit.html.haml within layouts/cmtool/application (20.7ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 56ms (Views: 49.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:19 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:35:20 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:35:20 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started PUT "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Processing by Cmtool::UsersController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "user"=>{"email"=>"bterkuile@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (2.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/_form.html.haml (12.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/edit.html.haml within layouts/cmtool/application (18.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 180ms (Views: 50.9ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (5ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:22 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:35:23 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:35:23 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started PUT "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Processing by Cmtool::UsersController#update as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "user"=>{"email"=>"bterkuile@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]"}, "commit"=>"Save", "id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} +Redirected to http://localhost:3000/cmtool/users +Completed 302 Found in 8ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (9.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 50ms (Views: 41.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:25 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:35:26 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 15:35:26 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:35:26 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (8.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 68ms (Views: 56.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:52 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:35:53 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:35:53 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:35:56 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (10.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 52ms (Views: 42.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:35:57 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:36:10 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (11.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (4.2ms) +[paperclip] Duplicate URL for image with /system/:attachment/:id/:style/:filename. This will clash with attachment defined in Cmtool::News class + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (3.5ms) +Completed 200 OK in 553ms (Views: 471.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:36:11 +0100 +Served asset /cmtool/application.css - 304 Not Modified (88ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:36:11 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (10ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:36:11 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:36:11 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (13ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:36:11 +0100 +Served asset /jquery.js - 304 Not Modified (7ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:36:11 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (5ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:36:11 +0100 +Served asset /jquery-ui.js - 304 Not Modified (8ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:36:11 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (4ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:36:11 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (9ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:36:11 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (7ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:36:12 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (17ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:36:12 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:36:12 +0100 +Served asset /cmtool/application.js - 304 Not Modified (30ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:36:12 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (9ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:36:12 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (4ms) + + +Started GET "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a/edit" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Processing by Cmtool::UsersController#edit as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (2.5ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/_form.html.haml (20.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/edit.html.haml within layouts/cmtool/application (27.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 61ms (Views: 54.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:48 +0100 +Served asset /cmtool/application.js - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:38:49 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:38:49 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:38:52 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (6.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (0.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 44ms (Views: 35.3ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:52 +0100 +Served asset /cmtool/application.css - 304 Not Modified (6ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:52 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:52 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:52 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:52 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:52 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:53 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:53 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:53 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:53 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:53 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:53 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:53 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:38:53 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:38:53 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/new" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Processing by Cmtool::UsersController#new as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/_form.html.haml (65.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/new.html.haml within layouts/cmtool/application (72.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 108ms (Views: 103.7ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:38:54 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:38:55 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:38:55 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started POST "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Processing by Cmtool::UsersController#create as HTML + Parameters: {"utf8"=>"✓", "authenticity_token"=>"HOf3PDSgARP7JJCV5tKzdPrpqe+8DYG7extVqKQo++c=", "user"=>{"email"=>"bterkuile+b@gmail.com", "password"=>"[FILTERED]", "password_confirmation"=>"[FILTERED]", "active"=>"1", "is_admin"=>"1"}, "commit"=>"Save"} +Redirected to http://localhost:3000/cmtool/users +Completed 302 Found in 163ms (ActiveRecord: 0.0ms) + + +Started GET "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (7.4ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 107ms (Views: 40.1ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:13 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:39:14 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png" for 127.0.0.1 at 2012-03-24 15:39:14 +0100 +Served asset /cmtool/ui/ui-bg_highlight-soft_75_ffe45c_1x100.png - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:39:14 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/6bd15f9f57c9a09835fe2bf15773910b/edit" for 127.0.0.1 at 2012-03-24 15:39:17 +0100 +Processing by Cmtool::UsersController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15773910b"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/_form.html.haml (17.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/edit.html.haml within layouts/cmtool/application (21.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 66ms (Views: 59.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:39:17 +0100 +Served asset /cmtool/application.css - 304 Not Modified (58ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:39:17 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:39:17 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:39:17 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:39:18 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/6bd15f9f57c9a09835fe2bf15773910b/edit" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Processing by Cmtool::UsersController#edit as HTML + Parameters: {"id"=>"6bd15f9f57c9a09835fe2bf15773910b"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_error_messages.html.haml (0.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/_form.html.haml (14.8ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/edit.html.haml within layouts/cmtool/application (18.9ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.1ms) +Completed 200 OK in 54ms (Views: 45.8ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /cmtool/application.css - 304 Not Modified (5ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (7ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:06 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:41:07 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:41:07 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (7.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.1ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 51ms (Views: 41.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:32 +0100 +Served asset /cmtool/application.js - 304 Not Modified (4ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:41:33 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:41:33 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a" for 127.0.0.1 at 2012-03-24 15:41:35 +0100 +Processing by Cmtool::UsersController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml within layouts/cmtool/application (31.0ms) +Completed 500 Internal Server Error in 44ms + +ActionView::Template::Error (undefined method `is_company_admin?' for #): + 30: .show_field + 31: %span.show_label= User.human_attribute_name(:is_company_admin) + 32: %span.show_separator + 33: %span.show_value.link= boolean_text(@user.is_company_admin?) + 34: .show_field + 35: %span.show_label= User.human_attribute_name(:activities_only) + 36: %span.show_separator + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/ghost_attributes.rb:7:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/dirty_attributes.rb:32:in `method_missing' + activemodel (3.2.2) lib/active_model/attribute_methods.rb:407:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml:33:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_users_show_html_haml___1793356056063539232_70111689426000' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__167812135123794969__process_action__2280528106447082246__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__370169135632262270__call__3292976007626749047__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (4.0ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (14.5ms) + + +Started GET "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a" for 127.0.0.1 at 2012-03-24 15:41:44 +0100 +Processing by Cmtool::UsersController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml within layouts/cmtool/application (38.3ms) +Completed 500 Internal Server Error in 51ms + +ActionView::Template::Error (undefined method `activities_only?' for #): + 30: .show_field + 31: %span.show_label= User.human_attribute_name(:activities_only) + 32: %span.show_separator + 33: %span.show_value.link= boolean_text(@user.activities_only?) + 34: .show_field + 35: %span.show_label= User.human_attribute_name(:active) + 36: %span.show_separator + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/ghost_attributes.rb:7:in `method_missing' + /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/bundler/gems/couch_potato-11a7c6edf216/lib/couch_potato/persistence/dirty_attributes.rb:32:in `method_missing' + activemodel (3.2.2) lib/active_model/attribute_methods.rb:407:in `method_missing' + /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml:33:in `___sers_bterkuile_companytools_development_rails_cmtool_app_views_cmtool_users_show_html_haml___1793356056063539232_70111674362700' + actionpack (3.2.2) lib/action_view/template.rb:143:in `block in render' + activesupport (3.2.2) lib/active_support/notifications.rb:125:in `instrument' + actionpack (3.2.2) lib/action_view/template.rb:141:in `render' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:42:in `block (2 levels) in render_template' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/abstract_renderer.rb:38:in `instrument' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:41:in `block in render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:49:in `render_with_layout' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:40:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/template_renderer.rb:13:in `render' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:36:in `render_template' + actionpack (3.2.2) lib/action_view/renderer/renderer.rb:17:in `render' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:109:in `_render_template' + actionpack (3.2.2) lib/action_controller/metal/streaming.rb:225:in `_render_template' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:103:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/renderers.rb:28:in `render_to_body' + actionpack (3.2.2) lib/action_controller/metal/compatibility.rb:50:in `render_to_body' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:88:in `render' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:16:in `render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block (2 levels) in render' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `block in ms' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/benchmark.rb:310:in `realtime' + activesupport (3.2.2) lib/active_support/core_ext/benchmark.rb:5:in `ms' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:40:in `block in render' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:83:in `cleanup_view_runtime' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:24:in `cleanup_view_runtime' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:39:in `render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:10:in `default_render' + actionpack (3.2.2) lib/action_controller/metal/implicit_render.rb:5:in `send_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:167:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rendering.rb:10:in `process_action' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:18:in `block in process_action' + activesupport (3.2.2) lib/active_support/callbacks.rb:425:in `_run__167812135123794969__process_action__2280528106447082246__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/abstract_controller/callbacks.rb:17:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/rescue.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `block in instrument' + activesupport (3.2.2) lib/active_support/notifications/instrumenter.rb:20:in `instrument' + activesupport (3.2.2) lib/active_support/notifications.rb:123:in `instrument' + actionpack (3.2.2) lib/action_controller/metal/instrumentation.rb:29:in `process_action' + actionpack (3.2.2) lib/action_controller/metal/params_wrapper.rb:205:in `process_action' + activerecord (3.2.2) lib/active_record/railties/controller_runtime.rb:18:in `process_action' + actionpack (3.2.2) lib/abstract_controller/base.rb:121:in `process' + actionpack (3.2.2) lib/abstract_controller/rendering.rb:45:in `process' + actionpack (3.2.2) lib/action_controller/metal.rb:203:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch' + actionpack (3.2.2) lib/action_controller/metal.rb:246:in `block in action' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:67:in `dispatch' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:30:in `call' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/railtie/configurable.rb:30:in `method_missing' + journey (1.0.3) lib/journey/router.rb:68:in `block in call' + journey (1.0.3) lib/journey/router.rb:56:in `each' + journey (1.0.3) lib/journey/router.rb:56:in `call' + actionpack (3.2.2) lib/action_dispatch/routing/route_set.rb:594:in `call' + sass (3.1.15) lib/sass/plugin/rack.rb:54:in `call' + warden (1.1.1) lib/warden/manager.rb:35:in `block in call' + warden (1.1.1) lib/warden/manager.rb:34:in `catch' + warden (1.1.1) lib/warden/manager.rb:34:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call' + rack (1.4.1) lib/rack/etag.rb:23:in `call' + rack (1.4.1) lib/rack/conditionalget.rb:25:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/head.rb:14:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/params_parser.rb:21:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/flash.rb:242:in `call' + rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context' + rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/cookies.rb:338:in `call' + activerecord (3.2.2) lib/active_record/query_cache.rb:64:in `call' + activerecord (3.2.2) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `_run__370169135632262270__call__3292976007626749047__callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:405:in `__run_callback' + activesupport (3.2.2) lib/active_support/callbacks.rb:385:in `_run_call_callbacks' + activesupport (3.2.2) lib/active_support/callbacks.rb:81:in `run_callbacks' + actionpack (3.2.2) lib/action_dispatch/middleware/callbacks.rb:27:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/reloader.rb:65:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/remote_ip.rb:31:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call' + railties (3.2.2) lib/rails/rack/logger.rb:26:in `call_app' + railties (3.2.2) lib/rails/rack/logger.rb:16:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/request_id.rb:22:in `call' + rack (1.4.1) lib/rack/methodoverride.rb:21:in `call' + rack (1.4.1) lib/rack/runtime.rb:17:in `call' + activesupport (3.2.2) lib/active_support/cache/strategy/local_cache.rb:72:in `call' + rack (1.4.1) lib/rack/lock.rb:15:in `call' + actionpack (3.2.2) lib/action_dispatch/middleware/static.rb:61:in `call' + railties (3.2.2) lib/rails/engine.rb:479:in `call' + railties (3.2.2) lib/rails/application.rb:220:in `call' + rack (1.4.1) lib/rack/content_length.rb:14:in `call' + railties (3.2.2) lib/rails/rack/debugger.rb:20:in `call' + railties (3.2.2) lib/rails/rack/log_tailer.rb:14:in `call' + rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run' + /Users/bterkuile/.rvm/rubies/ruby-1.9.2-p290/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread' + + + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_trace.erb (7.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.2ms) + Rendered /Users/bterkuile/.rvm/gems/ruby-1.9.2-p290/gems/actionpack-3.2.2/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (20.5ms) + + +Started GET "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Processing by Cmtool::UsersController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml within layouts/cmtool/application (30.6ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 84ms (Views: 76.4ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /cmtool/application.js - 304 Not Modified (2ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:41:53 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:41:54 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users/22bc63dc4235e11e23ae8e9eabb9494a" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Processing by Cmtool::UsersController#show as HTML + Parameters: {"id"=>"22bc63dc4235e11e23ae8e9eabb9494a"} + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/show.html.haml within layouts/cmtool/application (38.3ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (1.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 88ms (Views: 78.6ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /cmtool/application.css - 304 Not Modified (8ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (6ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:42:25 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:42:26 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:42:26 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) + + +Started GET "/cmtool/users" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Processing by Cmtool::UsersController#index as HTML + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/users/index.html.haml within layouts/cmtool/application (7.0ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_user_info.html.haml (51.2ms) + Rendered /Users/bterkuile/companytools/development/rails/cmtool/app/views/cmtool/application/_alerts.html.haml (0.2ms) +Completed 200 OK in 94ms (Views: 86.0ms | ActiveRecord: 0.0ms) + + +Started GET "/assets/cmtool/application.css?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /cmtool/application.css - 304 Not Modified (7ms) + + +Started GET "/assets/cmtool/_jquery-ui.css?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /cmtool/_jquery-ui.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/directories.css?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /cmtool/directories.css - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/structure.css?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /cmtool/structure.css - 304 Not Modified (4ms) + + +Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /jquery-ui.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /jquery.js - 304 Not Modified (0ms) + + +Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /jquery_ujs.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/preinit.js?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /tinymce/preinit.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/tiny_mce_jquery_src.js?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /tinymce/tiny_mce_jquery_src.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce/jquery.tinymce.js?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /tinymce/jquery.tinymce.js - 304 Not Modified (0ms) + + +Started GET "/assets/tinymce-jquery.js?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /tinymce-jquery.js - 304 Not Modified (1ms) + + +Started GET "/assets/cmtool/structure.js?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /cmtool/structure.js - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/application.js?body=1" for 127.0.0.1 at 2012-03-24 15:43:08 +0100 +Served asset /cmtool/application.js - 304 Not Modified (3ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png" for 127.0.0.1 at 2012-03-24 15:43:09 +0100 +Served asset /cmtool/ui/ui-bg_glass_100_f6f6f6_1x400.png - 304 Not Modified (0ms) + + +Started GET "/assets/cmtool/ui/ui-bg_glass_65_ffffff_1x400.png" for 127.0.0.1 at 2012-03-24 15:43:09 +0100 +Served asset /cmtool/ui/ui-bg_glass_65_ffffff_1x400.png - 304 Not Modified (0ms) diff --git a/spec/dummy/public/404.html b/spec/dummy/public/404.html new file mode 100644 index 0000000..9a48320 --- /dev/null +++ b/spec/dummy/public/404.html @@ -0,0 +1,26 @@ + + + + The page you were looking for doesn't exist (404) + + + + + +
+

The page you were looking for doesn't exist.

+

You may have mistyped the address or the page may have moved.

+
+ + diff --git a/spec/dummy/public/422.html b/spec/dummy/public/422.html new file mode 100644 index 0000000..83660ab --- /dev/null +++ b/spec/dummy/public/422.html @@ -0,0 +1,26 @@ + + + + The change you wanted was rejected (422) + + + + + +
+

The change you wanted was rejected.

+

Maybe you tried to change something you didn't have access to.

+
+ + diff --git a/spec/dummy/public/500.html b/spec/dummy/public/500.html new file mode 100644 index 0000000..f3648a0 --- /dev/null +++ b/spec/dummy/public/500.html @@ -0,0 +1,25 @@ + + + + We're sorry, but something went wrong (500) + + + + + +
+

We're sorry, but something went wrong.

+
+ + diff --git a/spec/dummy/public/favicon.ico b/spec/dummy/public/favicon.ico new file mode 100644 index 0000000..e69de29 diff --git a/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/medium/atool-main-menu.png b/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/medium/atool-main-menu.png new file mode 100644 index 0000000..96550aa Binary files /dev/null and b/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/medium/atool-main-menu.png differ diff --git a/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/original/atool-main-menu.png b/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/original/atool-main-menu.png new file mode 100644 index 0000000..91b4b3f Binary files /dev/null and b/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/original/atool-main-menu.png differ diff --git a/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/page/atool-main-menu.png b/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/page/atool-main-menu.png new file mode 100644 index 0000000..96550aa Binary files /dev/null and b/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/page/atool-main-menu.png differ diff --git a/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/thumb/atool-main-menu.png b/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/thumb/atool-main-menu.png new file mode 100644 index 0000000..a8b6101 Binary files /dev/null and b/spec/dummy/public/system/files/22bc63dc4235e11e23ae8e9eabd83f13/thumb/atool-main-menu.png differ diff --git a/spec/dummy/script/rails b/spec/dummy/script/rails new file mode 100755 index 0000000..f8da2cf --- /dev/null +++ b/spec/dummy/script/rails @@ -0,0 +1,6 @@ +#!/usr/bin/env ruby +# This command will automatically be run when you run "rails" with Rails 3 gems installed from the root of your application. + +APP_PATH = File.expand_path('../../config/application', __FILE__) +require File.expand_path('../../config/boot', __FILE__) +require 'rails/commands' diff --git a/spec/dummy/tmp/cache/assets/B7B/8B0/sprockets%2F69856a19a45458553258511079696744 b/spec/dummy/tmp/cache/assets/B7B/8B0/sprockets%2F69856a19a45458553258511079696744 new file mode 100644 index 0000000..62c5a99 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/B7B/8B0/sprockets%2F69856a19a45458553258511079696744 differ diff --git a/spec/dummy/tmp/cache/assets/BF3/AD0/sprockets%2F390c844a07590354a3583054a4d39578 b/spec/dummy/tmp/cache/assets/BF3/AD0/sprockets%2F390c844a07590354a3583054a4d39578 new file mode 100644 index 0000000..12564ab Binary files /dev/null and b/spec/dummy/tmp/cache/assets/BF3/AD0/sprockets%2F390c844a07590354a3583054a4d39578 differ diff --git a/spec/dummy/tmp/cache/assets/BFB/210/sprockets%2F6e124245357127b8c29dd24857496822 b/spec/dummy/tmp/cache/assets/BFB/210/sprockets%2F6e124245357127b8c29dd24857496822 new file mode 100644 index 0000000..c8c926c Binary files /dev/null and b/spec/dummy/tmp/cache/assets/BFB/210/sprockets%2F6e124245357127b8c29dd24857496822 differ diff --git a/spec/dummy/tmp/cache/assets/C10/200/sprockets%2F0b610adbc39738952309481440d90113 b/spec/dummy/tmp/cache/assets/C10/200/sprockets%2F0b610adbc39738952309481440d90113 new file mode 100644 index 0000000..1b9ffae Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C10/200/sprockets%2F0b610adbc39738952309481440d90113 differ diff --git a/spec/dummy/tmp/cache/assets/C35/E10/sprockets%2F67a9470664065a6840564df56ac78729 b/spec/dummy/tmp/cache/assets/C35/E10/sprockets%2F67a9470664065a6840564df56ac78729 new file mode 100644 index 0000000..d2e92f1 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C35/E10/sprockets%2F67a9470664065a6840564df56ac78729 differ diff --git a/spec/dummy/tmp/cache/assets/C4D/E70/sprockets%2F13b40084a25c4487b582606a776f383c b/spec/dummy/tmp/cache/assets/C4D/E70/sprockets%2F13b40084a25c4487b582606a776f383c new file mode 100644 index 0000000..69e755d Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C4D/E70/sprockets%2F13b40084a25c4487b582606a776f383c differ diff --git a/spec/dummy/tmp/cache/assets/C53/D10/sprockets%2F609b2166e2727fa49a8b45245f521438 b/spec/dummy/tmp/cache/assets/C53/D10/sprockets%2F609b2166e2727fa49a8b45245f521438 new file mode 100644 index 0000000..ea705d6 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C53/D10/sprockets%2F609b2166e2727fa49a8b45245f521438 differ diff --git a/spec/dummy/tmp/cache/assets/C61/F30/sprockets%2F855c88402b8c578c389922037d039ad6 b/spec/dummy/tmp/cache/assets/C61/F30/sprockets%2F855c88402b8c578c389922037d039ad6 new file mode 100644 index 0000000..a059e93 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C61/F30/sprockets%2F855c88402b8c578c389922037d039ad6 differ diff --git a/spec/dummy/tmp/cache/assets/C66/670/sprockets%2F9d9313418c2d885e86373454d5f7b823 b/spec/dummy/tmp/cache/assets/C66/670/sprockets%2F9d9313418c2d885e86373454d5f7b823 new file mode 100644 index 0000000..13cf842 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C66/670/sprockets%2F9d9313418c2d885e86373454d5f7b823 differ diff --git a/spec/dummy/tmp/cache/assets/C7C/4B0/sprockets%2Fc165a28e853af257b702476b801d6542 b/spec/dummy/tmp/cache/assets/C7C/4B0/sprockets%2Fc165a28e853af257b702476b801d6542 new file mode 100644 index 0000000..9d66af0 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C7C/4B0/sprockets%2Fc165a28e853af257b702476b801d6542 differ diff --git a/spec/dummy/tmp/cache/assets/C7F/2D0/sprockets%2Fb03b480bd4664664fd125e590b139945 b/spec/dummy/tmp/cache/assets/C7F/2D0/sprockets%2Fb03b480bd4664664fd125e590b139945 new file mode 100644 index 0000000..8e5dec7 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C7F/2D0/sprockets%2Fb03b480bd4664664fd125e590b139945 differ diff --git a/spec/dummy/tmp/cache/assets/C81/F00/sprockets%2Fe0e679cd0732928e2005843a9f6a3280 b/spec/dummy/tmp/cache/assets/C81/F00/sprockets%2Fe0e679cd0732928e2005843a9f6a3280 new file mode 100644 index 0000000..3be241a Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C81/F00/sprockets%2Fe0e679cd0732928e2005843a9f6a3280 differ diff --git a/spec/dummy/tmp/cache/assets/C82/C20/sprockets%2F3d20075675436d0b3d812e9694af4d19 b/spec/dummy/tmp/cache/assets/C82/C20/sprockets%2F3d20075675436d0b3d812e9694af4d19 new file mode 100644 index 0000000..99c666c Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C82/C20/sprockets%2F3d20075675436d0b3d812e9694af4d19 differ diff --git a/spec/dummy/tmp/cache/assets/C84/160/sprockets%2F2282d785e3c56b2a7850550e2646db39 b/spec/dummy/tmp/cache/assets/C84/160/sprockets%2F2282d785e3c56b2a7850550e2646db39 new file mode 100644 index 0000000..1e19158 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C84/160/sprockets%2F2282d785e3c56b2a7850550e2646db39 differ diff --git a/spec/dummy/tmp/cache/assets/C89/BE0/sprockets%2F5795821d1c90c49e1095c1f9511971fb b/spec/dummy/tmp/cache/assets/C89/BE0/sprockets%2F5795821d1c90c49e1095c1f9511971fb new file mode 100644 index 0000000..14d6ebe Binary files /dev/null and b/spec/dummy/tmp/cache/assets/C89/BE0/sprockets%2F5795821d1c90c49e1095c1f9511971fb differ diff --git a/spec/dummy/tmp/cache/assets/CA1/020/sprockets%2Fdd51142de02ce38117c103e5309644f8 b/spec/dummy/tmp/cache/assets/CA1/020/sprockets%2Fdd51142de02ce38117c103e5309644f8 new file mode 100644 index 0000000..6f31021 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CA1/020/sprockets%2Fdd51142de02ce38117c103e5309644f8 differ diff --git a/spec/dummy/tmp/cache/assets/CA1/F80/sprockets%2F43b1a63e42a7850064812c29fda155d4 b/spec/dummy/tmp/cache/assets/CA1/F80/sprockets%2F43b1a63e42a7850064812c29fda155d4 new file mode 100644 index 0000000..22df7bf Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CA1/F80/sprockets%2F43b1a63e42a7850064812c29fda155d4 differ diff --git a/spec/dummy/tmp/cache/assets/CA2/020/sprockets%2F2e8e0b0372c438a13cc51e6d37903183 b/spec/dummy/tmp/cache/assets/CA2/020/sprockets%2F2e8e0b0372c438a13cc51e6d37903183 new file mode 100644 index 0000000..ca3925a Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CA2/020/sprockets%2F2e8e0b0372c438a13cc51e6d37903183 differ diff --git a/spec/dummy/tmp/cache/assets/CA5/840/sprockets%2Fcf30722a85c25e3a452e5f526b615506 b/spec/dummy/tmp/cache/assets/CA5/840/sprockets%2Fcf30722a85c25e3a452e5f526b615506 new file mode 100644 index 0000000..ba2beb8 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CA5/840/sprockets%2Fcf30722a85c25e3a452e5f526b615506 differ diff --git a/spec/dummy/tmp/cache/assets/CA8/300/sprockets%2F56727a97b53f80a504b312d2a830e90f b/spec/dummy/tmp/cache/assets/CA8/300/sprockets%2F56727a97b53f80a504b312d2a830e90f new file mode 100644 index 0000000..267415b Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CA8/300/sprockets%2F56727a97b53f80a504b312d2a830e90f differ diff --git a/spec/dummy/tmp/cache/assets/CB3/5C0/sprockets%2F4373a1ff344f8cac605968228936b0a5 b/spec/dummy/tmp/cache/assets/CB3/5C0/sprockets%2F4373a1ff344f8cac605968228936b0a5 new file mode 100644 index 0000000..c4c4291 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CB3/5C0/sprockets%2F4373a1ff344f8cac605968228936b0a5 differ diff --git a/spec/dummy/tmp/cache/assets/CBB/D10/sprockets%2F55c3ec0c37f7e37183f97bf624605328 b/spec/dummy/tmp/cache/assets/CBB/D10/sprockets%2F55c3ec0c37f7e37183f97bf624605328 new file mode 100644 index 0000000..5a6826e Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CBB/D10/sprockets%2F55c3ec0c37f7e37183f97bf624605328 differ diff --git a/spec/dummy/tmp/cache/assets/CBF/170/sprockets%2F7414a7276d6678f6015b3c9a6ee794c2 b/spec/dummy/tmp/cache/assets/CBF/170/sprockets%2F7414a7276d6678f6015b3c9a6ee794c2 new file mode 100644 index 0000000..eb31875 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CBF/170/sprockets%2F7414a7276d6678f6015b3c9a6ee794c2 differ diff --git a/spec/dummy/tmp/cache/assets/CC4/270/sprockets%2F06f1698fd77672e29c5d39d7a563501e b/spec/dummy/tmp/cache/assets/CC4/270/sprockets%2F06f1698fd77672e29c5d39d7a563501e new file mode 100644 index 0000000..f2a43d7 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CC4/270/sprockets%2F06f1698fd77672e29c5d39d7a563501e differ diff --git a/spec/dummy/tmp/cache/assets/CC6/7A0/sprockets%2F2b5363d4688e9bc97b3e696ca4944138 b/spec/dummy/tmp/cache/assets/CC6/7A0/sprockets%2F2b5363d4688e9bc97b3e696ca4944138 new file mode 100644 index 0000000..a31392e Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CC6/7A0/sprockets%2F2b5363d4688e9bc97b3e696ca4944138 differ diff --git a/spec/dummy/tmp/cache/assets/CD0/8F0/sprockets%2Fcc723fd634b176125eda0a4027424e48 b/spec/dummy/tmp/cache/assets/CD0/8F0/sprockets%2Fcc723fd634b176125eda0a4027424e48 new file mode 100644 index 0000000..d17f83d Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CD0/8F0/sprockets%2Fcc723fd634b176125eda0a4027424e48 differ diff --git a/spec/dummy/tmp/cache/assets/CD0/CC0/sprockets%2Fc2bed572a5122d271304ec638de13583 b/spec/dummy/tmp/cache/assets/CD0/CC0/sprockets%2Fc2bed572a5122d271304ec638de13583 new file mode 100644 index 0000000..c940d61 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CD0/CC0/sprockets%2Fc2bed572a5122d271304ec638de13583 differ diff --git a/spec/dummy/tmp/cache/assets/CDD/CB0/sprockets%2F5bf214156f20e37fa1e8164c27e9623e b/spec/dummy/tmp/cache/assets/CDD/CB0/sprockets%2F5bf214156f20e37fa1e8164c27e9623e new file mode 100644 index 0000000..68a01b3 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CDD/CB0/sprockets%2F5bf214156f20e37fa1e8164c27e9623e differ diff --git a/spec/dummy/tmp/cache/assets/CEC/C70/sprockets%2F89bb77a512f7073fd1979daa90762d07 b/spec/dummy/tmp/cache/assets/CEC/C70/sprockets%2F89bb77a512f7073fd1979daa90762d07 new file mode 100644 index 0000000..d7eba1a Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CEC/C70/sprockets%2F89bb77a512f7073fd1979daa90762d07 differ diff --git a/spec/dummy/tmp/cache/assets/CEC/CD0/sprockets%2F5b799b943803c8d11b614a7379c3fc7d b/spec/dummy/tmp/cache/assets/CEC/CD0/sprockets%2F5b799b943803c8d11b614a7379c3fc7d new file mode 100644 index 0000000..c27dbe8 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CEC/CD0/sprockets%2F5b799b943803c8d11b614a7379c3fc7d differ diff --git a/spec/dummy/tmp/cache/assets/CEC/CF0/sprockets%2F87d3965ac70ee678512813d94f01f7ba b/spec/dummy/tmp/cache/assets/CEC/CF0/sprockets%2F87d3965ac70ee678512813d94f01f7ba new file mode 100644 index 0000000..b041b69 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CEC/CF0/sprockets%2F87d3965ac70ee678512813d94f01f7ba differ diff --git a/spec/dummy/tmp/cache/assets/CF2/340/sprockets%2F7570cc0f76d7d92949ea5f20ca597734 b/spec/dummy/tmp/cache/assets/CF2/340/sprockets%2F7570cc0f76d7d92949ea5f20ca597734 new file mode 100644 index 0000000..6cf02de Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CF2/340/sprockets%2F7570cc0f76d7d92949ea5f20ca597734 differ diff --git a/spec/dummy/tmp/cache/assets/CFC/530/sprockets%2Fa9bbf3dd584e2c897c3677620789d709 b/spec/dummy/tmp/cache/assets/CFC/530/sprockets%2Fa9bbf3dd584e2c897c3677620789d709 new file mode 100644 index 0000000..f38677f Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CFC/530/sprockets%2Fa9bbf3dd584e2c897c3677620789d709 differ diff --git a/spec/dummy/tmp/cache/assets/CFD/A50/sprockets%2F3d851d2aa5f90f9261c724e1ca0a4513 b/spec/dummy/tmp/cache/assets/CFD/A50/sprockets%2F3d851d2aa5f90f9261c724e1ca0a4513 new file mode 100644 index 0000000..e7fde29 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CFD/A50/sprockets%2F3d851d2aa5f90f9261c724e1ca0a4513 differ diff --git a/spec/dummy/tmp/cache/assets/CFE/EE0/sprockets%2Ff726fb90f41709b2e4114b61bf4dc011 b/spec/dummy/tmp/cache/assets/CFE/EE0/sprockets%2Ff726fb90f41709b2e4114b61bf4dc011 new file mode 100644 index 0000000..d5ead00 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/CFE/EE0/sprockets%2Ff726fb90f41709b2e4114b61bf4dc011 differ diff --git a/spec/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fca0cd0ac3897fe0362be3720952c9402 b/spec/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fca0cd0ac3897fe0362be3720952c9402 new file mode 100644 index 0000000..d04b6d9 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D01/3C0/sprockets%2Fca0cd0ac3897fe0362be3720952c9402 differ diff --git a/spec/dummy/tmp/cache/assets/D09/D50/sprockets%2F1203aa4c1924fcf81e6725b9de2c8444 b/spec/dummy/tmp/cache/assets/D09/D50/sprockets%2F1203aa4c1924fcf81e6725b9de2c8444 new file mode 100644 index 0000000..aa1f5ea Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D09/D50/sprockets%2F1203aa4c1924fcf81e6725b9de2c8444 differ diff --git a/spec/dummy/tmp/cache/assets/D0B/170/sprockets%2Fc89af288c663acbfb084273c274402c1 b/spec/dummy/tmp/cache/assets/D0B/170/sprockets%2Fc89af288c663acbfb084273c274402c1 new file mode 100644 index 0000000..ddbf677 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D0B/170/sprockets%2Fc89af288c663acbfb084273c274402c1 differ diff --git a/spec/dummy/tmp/cache/assets/D0C/040/sprockets%2Fd24d1555dd72419035c790fd8e14f1da b/spec/dummy/tmp/cache/assets/D0C/040/sprockets%2Fd24d1555dd72419035c790fd8e14f1da new file mode 100644 index 0000000..64bce7e Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D0C/040/sprockets%2Fd24d1555dd72419035c790fd8e14f1da differ diff --git a/spec/dummy/tmp/cache/assets/D0F/2A0/sprockets%2F0272889aeef9f01696b62057e0b2ac5a b/spec/dummy/tmp/cache/assets/D0F/2A0/sprockets%2F0272889aeef9f01696b62057e0b2ac5a new file mode 100644 index 0000000..e0af742 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D0F/2A0/sprockets%2F0272889aeef9f01696b62057e0b2ac5a differ diff --git a/spec/dummy/tmp/cache/assets/D10/500/sprockets%2Fb4123b8aa79caaf24f8e866473643c33 b/spec/dummy/tmp/cache/assets/D10/500/sprockets%2Fb4123b8aa79caaf24f8e866473643c33 new file mode 100644 index 0000000..0004f87 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D10/500/sprockets%2Fb4123b8aa79caaf24f8e866473643c33 differ diff --git a/spec/dummy/tmp/cache/assets/D10/A20/sprockets%2F5ed250162d47476dc0a6fb39928ab29c b/spec/dummy/tmp/cache/assets/D10/A20/sprockets%2F5ed250162d47476dc0a6fb39928ab29c new file mode 100644 index 0000000..b4f3800 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D10/A20/sprockets%2F5ed250162d47476dc0a6fb39928ab29c differ diff --git a/spec/dummy/tmp/cache/assets/D11/020/sprockets%2F28fe1935e80c7155daad82c80d29c632 b/spec/dummy/tmp/cache/assets/D11/020/sprockets%2F28fe1935e80c7155daad82c80d29c632 new file mode 100644 index 0000000..6442bb5 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D11/020/sprockets%2F28fe1935e80c7155daad82c80d29c632 differ diff --git a/spec/dummy/tmp/cache/assets/D12/490/sprockets%2F3639f4ddc0f47b6ca95d5cb245951144 b/spec/dummy/tmp/cache/assets/D12/490/sprockets%2F3639f4ddc0f47b6ca95d5cb245951144 new file mode 100644 index 0000000..ca04b7b Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D12/490/sprockets%2F3639f4ddc0f47b6ca95d5cb245951144 differ diff --git a/spec/dummy/tmp/cache/assets/D19/DA0/sprockets%2F30636ec07eeff50b6419d5979f7107ca b/spec/dummy/tmp/cache/assets/D19/DA0/sprockets%2F30636ec07eeff50b6419d5979f7107ca new file mode 100644 index 0000000..d642fc7 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D19/DA0/sprockets%2F30636ec07eeff50b6419d5979f7107ca differ diff --git a/spec/dummy/tmp/cache/assets/D1B/D70/sprockets%2F6713edc7c953ad1d28791191ca48f7e5 b/spec/dummy/tmp/cache/assets/D1B/D70/sprockets%2F6713edc7c953ad1d28791191ca48f7e5 new file mode 100644 index 0000000..0485112 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D1B/D70/sprockets%2F6713edc7c953ad1d28791191ca48f7e5 differ diff --git a/spec/dummy/tmp/cache/assets/D1E/480/sprockets%2F355e66dff10d6484a5b87d72d9f480a5 b/spec/dummy/tmp/cache/assets/D1E/480/sprockets%2F355e66dff10d6484a5b87d72d9f480a5 new file mode 100644 index 0000000..5511da2 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D1E/480/sprockets%2F355e66dff10d6484a5b87d72d9f480a5 differ diff --git a/spec/dummy/tmp/cache/assets/D1E/6A0/sprockets%2Fa83b717905767a831cbecf87644fdb46 b/spec/dummy/tmp/cache/assets/D1E/6A0/sprockets%2Fa83b717905767a831cbecf87644fdb46 new file mode 100644 index 0000000..b25f9b1 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D1E/6A0/sprockets%2Fa83b717905767a831cbecf87644fdb46 differ diff --git a/spec/dummy/tmp/cache/assets/D1F/C50/sprockets%2F7d87d90c35664ef5cb141806eabf5579 b/spec/dummy/tmp/cache/assets/D1F/C50/sprockets%2F7d87d90c35664ef5cb141806eabf5579 new file mode 100644 index 0000000..41c7143 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D1F/C50/sprockets%2F7d87d90c35664ef5cb141806eabf5579 differ diff --git a/spec/dummy/tmp/cache/assets/D20/8E0/sprockets%2Fb6a15b8c577992cf8079e071d1f756db b/spec/dummy/tmp/cache/assets/D20/8E0/sprockets%2Fb6a15b8c577992cf8079e071d1f756db new file mode 100644 index 0000000..290d9f4 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D20/8E0/sprockets%2Fb6a15b8c577992cf8079e071d1f756db differ diff --git a/spec/dummy/tmp/cache/assets/D2A/1B0/sprockets%2F2710f50e9ca4db23f005f7b03c12fd83 b/spec/dummy/tmp/cache/assets/D2A/1B0/sprockets%2F2710f50e9ca4db23f005f7b03c12fd83 new file mode 100644 index 0000000..1c922a6 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D2A/1B0/sprockets%2F2710f50e9ca4db23f005f7b03c12fd83 differ diff --git a/spec/dummy/tmp/cache/assets/D2C/710/sprockets%2F9899603e39b6bc76d9cb2dc8415fd459 b/spec/dummy/tmp/cache/assets/D2C/710/sprockets%2F9899603e39b6bc76d9cb2dc8415fd459 new file mode 100644 index 0000000..16d9df5 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D2C/710/sprockets%2F9899603e39b6bc76d9cb2dc8415fd459 differ diff --git a/spec/dummy/tmp/cache/assets/D2D/C30/sprockets%2Feb248f652b995755d5cb3fd841389df9 b/spec/dummy/tmp/cache/assets/D2D/C30/sprockets%2Feb248f652b995755d5cb3fd841389df9 new file mode 100644 index 0000000..2cbb34f Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D2D/C30/sprockets%2Feb248f652b995755d5cb3fd841389df9 differ diff --git a/spec/dummy/tmp/cache/assets/D2E/570/sprockets%2Fcbd800e42c2e2b32777b4a976a1054ae b/spec/dummy/tmp/cache/assets/D2E/570/sprockets%2Fcbd800e42c2e2b32777b4a976a1054ae new file mode 100644 index 0000000..f10bbee Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D2E/570/sprockets%2Fcbd800e42c2e2b32777b4a976a1054ae differ diff --git a/spec/dummy/tmp/cache/assets/D35/5A0/sprockets%2F59c595de3d25f5b76f6d97951e6689ba b/spec/dummy/tmp/cache/assets/D35/5A0/sprockets%2F59c595de3d25f5b76f6d97951e6689ba new file mode 100644 index 0000000..cd4ea05 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D35/5A0/sprockets%2F59c595de3d25f5b76f6d97951e6689ba differ diff --git a/spec/dummy/tmp/cache/assets/D39/800/sprockets%2Fdd8531631adfa682f2384d4d016e8ca3 b/spec/dummy/tmp/cache/assets/D39/800/sprockets%2Fdd8531631adfa682f2384d4d016e8ca3 new file mode 100644 index 0000000..11e72b2 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D39/800/sprockets%2Fdd8531631adfa682f2384d4d016e8ca3 differ diff --git a/spec/dummy/tmp/cache/assets/D3C/630/sprockets%2F42df12297ce8daa92f405b139863a2ce b/spec/dummy/tmp/cache/assets/D3C/630/sprockets%2F42df12297ce8daa92f405b139863a2ce new file mode 100644 index 0000000..725b7ad Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D3C/630/sprockets%2F42df12297ce8daa92f405b139863a2ce differ diff --git a/spec/dummy/tmp/cache/assets/D3E/0E0/sprockets%2F7a815572d4c2b11e7e84bf73fd4402ee b/spec/dummy/tmp/cache/assets/D3E/0E0/sprockets%2F7a815572d4c2b11e7e84bf73fd4402ee new file mode 100644 index 0000000..93e5f38 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D3E/0E0/sprockets%2F7a815572d4c2b11e7e84bf73fd4402ee differ diff --git a/spec/dummy/tmp/cache/assets/D3E/110/sprockets%2F68c6c61f64c21051da10fefc91918f6c b/spec/dummy/tmp/cache/assets/D3E/110/sprockets%2F68c6c61f64c21051da10fefc91918f6c new file mode 100644 index 0000000..aff52cf Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D3E/110/sprockets%2F68c6c61f64c21051da10fefc91918f6c differ diff --git a/spec/dummy/tmp/cache/assets/D3F/580/sprockets%2Fa4b5576be6705b1c5352d85a8add5f54 b/spec/dummy/tmp/cache/assets/D3F/580/sprockets%2Fa4b5576be6705b1c5352d85a8add5f54 new file mode 100644 index 0000000..7b49ef9 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D3F/580/sprockets%2Fa4b5576be6705b1c5352d85a8add5f54 differ diff --git a/spec/dummy/tmp/cache/assets/D3F/A40/sprockets%2F6fd2ef1a95a209f514e9fa95120e54d2 b/spec/dummy/tmp/cache/assets/D3F/A40/sprockets%2F6fd2ef1a95a209f514e9fa95120e54d2 new file mode 100644 index 0000000..8638235 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D3F/A40/sprockets%2F6fd2ef1a95a209f514e9fa95120e54d2 differ diff --git a/spec/dummy/tmp/cache/assets/D42/3C0/sprockets%2F60ec07e3ad7d9ff72834e70dd112e951 b/spec/dummy/tmp/cache/assets/D42/3C0/sprockets%2F60ec07e3ad7d9ff72834e70dd112e951 new file mode 100644 index 0000000..10e8286 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D42/3C0/sprockets%2F60ec07e3ad7d9ff72834e70dd112e951 differ diff --git a/spec/dummy/tmp/cache/assets/D45/D70/sprockets%2Ffe85c172d71be2c8799c40ca4236cb66 b/spec/dummy/tmp/cache/assets/D45/D70/sprockets%2Ffe85c172d71be2c8799c40ca4236cb66 new file mode 100644 index 0000000..24d8092 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D45/D70/sprockets%2Ffe85c172d71be2c8799c40ca4236cb66 differ diff --git a/spec/dummy/tmp/cache/assets/D45/FB0/sprockets%2F7fbc31df2ebf823a407a6771d6c62868 b/spec/dummy/tmp/cache/assets/D45/FB0/sprockets%2F7fbc31df2ebf823a407a6771d6c62868 new file mode 100644 index 0000000..41912f3 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D45/FB0/sprockets%2F7fbc31df2ebf823a407a6771d6c62868 differ diff --git a/spec/dummy/tmp/cache/assets/D48/3C0/sprockets%2F6bc9bbe6693621d254533e951d8c9bae b/spec/dummy/tmp/cache/assets/D48/3C0/sprockets%2F6bc9bbe6693621d254533e951d8c9bae new file mode 100644 index 0000000..d1a8c60 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D48/3C0/sprockets%2F6bc9bbe6693621d254533e951d8c9bae differ diff --git a/spec/dummy/tmp/cache/assets/D48/EF0/sprockets%2F3668d9cf118adf5a00183de47c295f8c b/spec/dummy/tmp/cache/assets/D48/EF0/sprockets%2F3668d9cf118adf5a00183de47c295f8c new file mode 100644 index 0000000..48943d8 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D48/EF0/sprockets%2F3668d9cf118adf5a00183de47c295f8c differ diff --git a/spec/dummy/tmp/cache/assets/D4B/F10/sprockets%2F173f5ee6c851d9243ce0caa7c9463d89 b/spec/dummy/tmp/cache/assets/D4B/F10/sprockets%2F173f5ee6c851d9243ce0caa7c9463d89 new file mode 100644 index 0000000..a1a5adc Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D4B/F10/sprockets%2F173f5ee6c851d9243ce0caa7c9463d89 differ diff --git a/spec/dummy/tmp/cache/assets/D4F/3F0/sprockets%2F3261f011d42d208a7c5ead122bb6ab5f b/spec/dummy/tmp/cache/assets/D4F/3F0/sprockets%2F3261f011d42d208a7c5ead122bb6ab5f new file mode 100644 index 0000000..0f1ba14 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D4F/3F0/sprockets%2F3261f011d42d208a7c5ead122bb6ab5f differ diff --git a/spec/dummy/tmp/cache/assets/D53/3C0/sprockets%2F1b5f84c82b18dd1cf5ee549087a97d77 b/spec/dummy/tmp/cache/assets/D53/3C0/sprockets%2F1b5f84c82b18dd1cf5ee549087a97d77 new file mode 100644 index 0000000..448705f Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D53/3C0/sprockets%2F1b5f84c82b18dd1cf5ee549087a97d77 differ diff --git a/spec/dummy/tmp/cache/assets/D5E/520/sprockets%2F59aab9bf1155d923dd5c20ec3014bd09 b/spec/dummy/tmp/cache/assets/D5E/520/sprockets%2F59aab9bf1155d923dd5c20ec3014bd09 new file mode 100644 index 0000000..3978c7f Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D5E/520/sprockets%2F59aab9bf1155d923dd5c20ec3014bd09 differ diff --git a/spec/dummy/tmp/cache/assets/D5E/A50/sprockets%2Fb4190f3ba03fa97a531ab5f7b73de116 b/spec/dummy/tmp/cache/assets/D5E/A50/sprockets%2Fb4190f3ba03fa97a531ab5f7b73de116 new file mode 100644 index 0000000..cb2cddf Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D5E/A50/sprockets%2Fb4190f3ba03fa97a531ab5f7b73de116 differ diff --git a/spec/dummy/tmp/cache/assets/D62/C30/sprockets%2Fd3b7d812ad861be2594ea30ac2d90d80 b/spec/dummy/tmp/cache/assets/D62/C30/sprockets%2Fd3b7d812ad861be2594ea30ac2d90d80 new file mode 100644 index 0000000..9251fa1 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D62/C30/sprockets%2Fd3b7d812ad861be2594ea30ac2d90d80 differ diff --git a/spec/dummy/tmp/cache/assets/D66/E70/sprockets%2F4a60bc90b657b6428b2db8aa0c39f57b b/spec/dummy/tmp/cache/assets/D66/E70/sprockets%2F4a60bc90b657b6428b2db8aa0c39f57b new file mode 100644 index 0000000..73d1855 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D66/E70/sprockets%2F4a60bc90b657b6428b2db8aa0c39f57b differ diff --git a/spec/dummy/tmp/cache/assets/D66/F00/sprockets%2Fcfb4602174a601ae47ccc9c76578ae1a b/spec/dummy/tmp/cache/assets/D66/F00/sprockets%2Fcfb4602174a601ae47ccc9c76578ae1a new file mode 100644 index 0000000..625abd4 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D66/F00/sprockets%2Fcfb4602174a601ae47ccc9c76578ae1a differ diff --git a/spec/dummy/tmp/cache/assets/D67/1C0/sprockets%2Fce1df3e61d2d5802c07d32641f77f3ad b/spec/dummy/tmp/cache/assets/D67/1C0/sprockets%2Fce1df3e61d2d5802c07d32641f77f3ad new file mode 100644 index 0000000..93a0451 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D67/1C0/sprockets%2Fce1df3e61d2d5802c07d32641f77f3ad differ diff --git a/spec/dummy/tmp/cache/assets/D67/FF0/sprockets%2F989a139c4f3488aff449bd669fd953fe b/spec/dummy/tmp/cache/assets/D67/FF0/sprockets%2F989a139c4f3488aff449bd669fd953fe new file mode 100644 index 0000000..15c7f1b Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D67/FF0/sprockets%2F989a139c4f3488aff449bd669fd953fe differ diff --git a/spec/dummy/tmp/cache/assets/D69/870/sprockets%2Ff5f84d52b488a81fe1fe38f9c71f9989 b/spec/dummy/tmp/cache/assets/D69/870/sprockets%2Ff5f84d52b488a81fe1fe38f9c71f9989 new file mode 100644 index 0000000..7506f74 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D69/870/sprockets%2Ff5f84d52b488a81fe1fe38f9c71f9989 differ diff --git a/spec/dummy/tmp/cache/assets/D6B/080/sprockets%2Fc5bed754b870cc1a7372fc10c7767dd0 b/spec/dummy/tmp/cache/assets/D6B/080/sprockets%2Fc5bed754b870cc1a7372fc10c7767dd0 new file mode 100644 index 0000000..059e7ed Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D6B/080/sprockets%2Fc5bed754b870cc1a7372fc10c7767dd0 differ diff --git a/spec/dummy/tmp/cache/assets/D6C/EE0/sprockets%2Fc058f3061e5c73e195b51f5cf8beb0c5 b/spec/dummy/tmp/cache/assets/D6C/EE0/sprockets%2Fc058f3061e5c73e195b51f5cf8beb0c5 new file mode 100644 index 0000000..71a5e40 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D6C/EE0/sprockets%2Fc058f3061e5c73e195b51f5cf8beb0c5 differ diff --git a/spec/dummy/tmp/cache/assets/D6D/4F0/sprockets%2F03ed7cc5cf9327d80815710e7e43adcc b/spec/dummy/tmp/cache/assets/D6D/4F0/sprockets%2F03ed7cc5cf9327d80815710e7e43adcc new file mode 100644 index 0000000..b5354e4 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D6D/4F0/sprockets%2F03ed7cc5cf9327d80815710e7e43adcc differ diff --git a/spec/dummy/tmp/cache/assets/D6D/7A0/sprockets%2F66dff56001b3bd1d86c515ce4470cf9d b/spec/dummy/tmp/cache/assets/D6D/7A0/sprockets%2F66dff56001b3bd1d86c515ce4470cf9d new file mode 100644 index 0000000..25ead54 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D6D/7A0/sprockets%2F66dff56001b3bd1d86c515ce4470cf9d differ diff --git a/spec/dummy/tmp/cache/assets/D6D/BF0/sprockets%2F46837b5a16e5e26076a1a9fe4f41cdcb b/spec/dummy/tmp/cache/assets/D6D/BF0/sprockets%2F46837b5a16e5e26076a1a9fe4f41cdcb new file mode 100644 index 0000000..2b8fc3a Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D6D/BF0/sprockets%2F46837b5a16e5e26076a1a9fe4f41cdcb differ diff --git a/spec/dummy/tmp/cache/assets/D72/830/sprockets%2F2cae716df466b69ef0078ba333a1bf99 b/spec/dummy/tmp/cache/assets/D72/830/sprockets%2F2cae716df466b69ef0078ba333a1bf99 new file mode 100644 index 0000000..cd290b4 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D72/830/sprockets%2F2cae716df466b69ef0078ba333a1bf99 differ diff --git a/spec/dummy/tmp/cache/assets/D73/460/sprockets%2Fb1164f93b7f9e0e9ec40a2b561d6c8b8 b/spec/dummy/tmp/cache/assets/D73/460/sprockets%2Fb1164f93b7f9e0e9ec40a2b561d6c8b8 new file mode 100644 index 0000000..6f9f2e3 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D73/460/sprockets%2Fb1164f93b7f9e0e9ec40a2b561d6c8b8 differ diff --git a/spec/dummy/tmp/cache/assets/D74/CB0/sprockets%2F279a70e16fbf37c115d752efe3b437ef b/spec/dummy/tmp/cache/assets/D74/CB0/sprockets%2F279a70e16fbf37c115d752efe3b437ef new file mode 100644 index 0000000..cf0b7c9 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D74/CB0/sprockets%2F279a70e16fbf37c115d752efe3b437ef differ diff --git a/spec/dummy/tmp/cache/assets/D75/D10/sprockets%2F2d4c765cbe09786fe640ea65e0ec073e b/spec/dummy/tmp/cache/assets/D75/D10/sprockets%2F2d4c765cbe09786fe640ea65e0ec073e new file mode 100644 index 0000000..26bfa6b Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D75/D10/sprockets%2F2d4c765cbe09786fe640ea65e0ec073e differ diff --git a/spec/dummy/tmp/cache/assets/D76/E20/sprockets%2F00aa5474d412f84b9d7b492b9fc8fad9 b/spec/dummy/tmp/cache/assets/D76/E20/sprockets%2F00aa5474d412f84b9d7b492b9fc8fad9 new file mode 100644 index 0000000..3cd3907 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D76/E20/sprockets%2F00aa5474d412f84b9d7b492b9fc8fad9 differ diff --git a/spec/dummy/tmp/cache/assets/D77/540/sprockets%2F7bd89724f90a8b368fdc6ed401ac35f2 b/spec/dummy/tmp/cache/assets/D77/540/sprockets%2F7bd89724f90a8b368fdc6ed401ac35f2 new file mode 100644 index 0000000..bac9855 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D77/540/sprockets%2F7bd89724f90a8b368fdc6ed401ac35f2 differ diff --git a/spec/dummy/tmp/cache/assets/D79/220/sprockets%2Fc78eb6fc0cacb85f81339e96397102af b/spec/dummy/tmp/cache/assets/D79/220/sprockets%2Fc78eb6fc0cacb85f81339e96397102af new file mode 100644 index 0000000..d5b71cb Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D79/220/sprockets%2Fc78eb6fc0cacb85f81339e96397102af differ diff --git a/spec/dummy/tmp/cache/assets/D7C/3A0/sprockets%2F45a4c85785aae776651fb29fdf5fb0e2 b/spec/dummy/tmp/cache/assets/D7C/3A0/sprockets%2F45a4c85785aae776651fb29fdf5fb0e2 new file mode 100644 index 0000000..43ea19c Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D7C/3A0/sprockets%2F45a4c85785aae776651fb29fdf5fb0e2 differ diff --git a/spec/dummy/tmp/cache/assets/D80/8B0/sprockets%2Ffa9e44414acfe1967e8e7cbf5921709c b/spec/dummy/tmp/cache/assets/D80/8B0/sprockets%2Ffa9e44414acfe1967e8e7cbf5921709c new file mode 100644 index 0000000..24fa54a Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D80/8B0/sprockets%2Ffa9e44414acfe1967e8e7cbf5921709c differ diff --git a/spec/dummy/tmp/cache/assets/D83/5F0/sprockets%2Fc14ed4b5437e008b0ddac22a5bbc8324 b/spec/dummy/tmp/cache/assets/D83/5F0/sprockets%2Fc14ed4b5437e008b0ddac22a5bbc8324 new file mode 100644 index 0000000..86df149 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D83/5F0/sprockets%2Fc14ed4b5437e008b0ddac22a5bbc8324 differ diff --git a/spec/dummy/tmp/cache/assets/D84/B90/sprockets%2Fb8cfc278f0fff6ed993c4a8939c32215 b/spec/dummy/tmp/cache/assets/D84/B90/sprockets%2Fb8cfc278f0fff6ed993c4a8939c32215 new file mode 100644 index 0000000..c9b586b Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D84/B90/sprockets%2Fb8cfc278f0fff6ed993c4a8939c32215 differ diff --git a/spec/dummy/tmp/cache/assets/D8D/B80/sprockets%2Fcd41f93ef2ccea379802136acd202a3c b/spec/dummy/tmp/cache/assets/D8D/B80/sprockets%2Fcd41f93ef2ccea379802136acd202a3c new file mode 100644 index 0000000..dc8fb0d Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D8D/B80/sprockets%2Fcd41f93ef2ccea379802136acd202a3c differ diff --git a/spec/dummy/tmp/cache/assets/D95/120/sprockets%2Fdb712b4bc1361692d481b9e2fbae7aa8 b/spec/dummy/tmp/cache/assets/D95/120/sprockets%2Fdb712b4bc1361692d481b9e2fbae7aa8 new file mode 100644 index 0000000..b37c25b Binary files /dev/null and b/spec/dummy/tmp/cache/assets/D95/120/sprockets%2Fdb712b4bc1361692d481b9e2fbae7aa8 differ diff --git a/spec/dummy/tmp/cache/assets/DA2/F10/sprockets%2F996e80cf05c66a8c8b30af02fb7eb29a b/spec/dummy/tmp/cache/assets/DA2/F10/sprockets%2F996e80cf05c66a8c8b30af02fb7eb29a new file mode 100644 index 0000000..f943fc8 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DA2/F10/sprockets%2F996e80cf05c66a8c8b30af02fb7eb29a differ diff --git a/spec/dummy/tmp/cache/assets/DAB/650/sprockets%2Fac7b9d06e947c56bd45df4f7154cf8c0 b/spec/dummy/tmp/cache/assets/DAB/650/sprockets%2Fac7b9d06e947c56bd45df4f7154cf8c0 new file mode 100644 index 0000000..4255596 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DAB/650/sprockets%2Fac7b9d06e947c56bd45df4f7154cf8c0 differ diff --git a/spec/dummy/tmp/cache/assets/DAB/680/sprockets%2Fd168f27d5b6fda3792cecda31b766e68 b/spec/dummy/tmp/cache/assets/DAB/680/sprockets%2Fd168f27d5b6fda3792cecda31b766e68 new file mode 100644 index 0000000..93610ac Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DAB/680/sprockets%2Fd168f27d5b6fda3792cecda31b766e68 differ diff --git a/spec/dummy/tmp/cache/assets/DAF/030/sprockets%2F61ad981edeccc54b91f5479a7577e5da b/spec/dummy/tmp/cache/assets/DAF/030/sprockets%2F61ad981edeccc54b91f5479a7577e5da new file mode 100644 index 0000000..cc0e487 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DAF/030/sprockets%2F61ad981edeccc54b91f5479a7577e5da differ diff --git a/spec/dummy/tmp/cache/assets/DB6/D20/sprockets%2F8ca77f3998b19562ff4c23f88abdb5ce b/spec/dummy/tmp/cache/assets/DB6/D20/sprockets%2F8ca77f3998b19562ff4c23f88abdb5ce new file mode 100644 index 0000000..643d520 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DB6/D20/sprockets%2F8ca77f3998b19562ff4c23f88abdb5ce differ diff --git a/spec/dummy/tmp/cache/assets/DB7/BA0/sprockets%2Ffbc08b2fec0d200d2da0fd1328089e2e b/spec/dummy/tmp/cache/assets/DB7/BA0/sprockets%2Ffbc08b2fec0d200d2da0fd1328089e2e new file mode 100644 index 0000000..2e00905 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DB7/BA0/sprockets%2Ffbc08b2fec0d200d2da0fd1328089e2e differ diff --git a/spec/dummy/tmp/cache/assets/DBE/1E0/sprockets%2Fb9aa78782679593e5f9ef1ecd45dfcb5 b/spec/dummy/tmp/cache/assets/DBE/1E0/sprockets%2Fb9aa78782679593e5f9ef1ecd45dfcb5 new file mode 100644 index 0000000..fb3110e Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DBE/1E0/sprockets%2Fb9aa78782679593e5f9ef1ecd45dfcb5 differ diff --git a/spec/dummy/tmp/cache/assets/DC0/770/sprockets%2F1f4b2cec7fabe4cd1c743f521146c09c b/spec/dummy/tmp/cache/assets/DC0/770/sprockets%2F1f4b2cec7fabe4cd1c743f521146c09c new file mode 100644 index 0000000..f1943d2 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DC0/770/sprockets%2F1f4b2cec7fabe4cd1c743f521146c09c differ diff --git a/spec/dummy/tmp/cache/assets/DC1/270/sprockets%2F7005c0c74d9dde25603c7ddaee0dcd24 b/spec/dummy/tmp/cache/assets/DC1/270/sprockets%2F7005c0c74d9dde25603c7ddaee0dcd24 new file mode 100644 index 0000000..6c5f37c Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DC1/270/sprockets%2F7005c0c74d9dde25603c7ddaee0dcd24 differ diff --git a/spec/dummy/tmp/cache/assets/DC5/540/sprockets%2F7c4c1524fb49a0bf7e1caac934e55bc5 b/spec/dummy/tmp/cache/assets/DC5/540/sprockets%2F7c4c1524fb49a0bf7e1caac934e55bc5 new file mode 100644 index 0000000..39e8bc7 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DC5/540/sprockets%2F7c4c1524fb49a0bf7e1caac934e55bc5 differ diff --git a/spec/dummy/tmp/cache/assets/DCA/CB0/sprockets%2F2e22568d1666cd8caf1cd5c2c6ec3a6c b/spec/dummy/tmp/cache/assets/DCA/CB0/sprockets%2F2e22568d1666cd8caf1cd5c2c6ec3a6c new file mode 100644 index 0000000..dea47f5 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DCA/CB0/sprockets%2F2e22568d1666cd8caf1cd5c2c6ec3a6c differ diff --git a/spec/dummy/tmp/cache/assets/DCD/DE0/sprockets%2F811a33cd0bbff9194828cb4ef1e6cbf5 b/spec/dummy/tmp/cache/assets/DCD/DE0/sprockets%2F811a33cd0bbff9194828cb4ef1e6cbf5 new file mode 100644 index 0000000..31a59db Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DCD/DE0/sprockets%2F811a33cd0bbff9194828cb4ef1e6cbf5 differ diff --git a/spec/dummy/tmp/cache/assets/DCE/E00/sprockets%2F52152b6f3f3aee21ee5b2dd7fa2b78f9 b/spec/dummy/tmp/cache/assets/DCE/E00/sprockets%2F52152b6f3f3aee21ee5b2dd7fa2b78f9 new file mode 100644 index 0000000..9c1c70d Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DCE/E00/sprockets%2F52152b6f3f3aee21ee5b2dd7fa2b78f9 differ diff --git a/spec/dummy/tmp/cache/assets/DDB/DE0/sprockets%2F2fd87f3e4ade3bf2551591ace98f54bf b/spec/dummy/tmp/cache/assets/DDB/DE0/sprockets%2F2fd87f3e4ade3bf2551591ace98f54bf new file mode 100644 index 0000000..007abc1 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DDB/DE0/sprockets%2F2fd87f3e4ade3bf2551591ace98f54bf differ diff --git a/spec/dummy/tmp/cache/assets/DDE/9E0/sprockets%2F8cd9eaa9ea91e6c99b238cca5645e0b9 b/spec/dummy/tmp/cache/assets/DDE/9E0/sprockets%2F8cd9eaa9ea91e6c99b238cca5645e0b9 new file mode 100644 index 0000000..e6c834d Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DDE/9E0/sprockets%2F8cd9eaa9ea91e6c99b238cca5645e0b9 differ diff --git a/spec/dummy/tmp/cache/assets/DE4/D10/sprockets%2F8a6ebff8b6cdec87cd3e269947e127c2 b/spec/dummy/tmp/cache/assets/DE4/D10/sprockets%2F8a6ebff8b6cdec87cd3e269947e127c2 new file mode 100644 index 0000000..1cbdfea Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DE4/D10/sprockets%2F8a6ebff8b6cdec87cd3e269947e127c2 differ diff --git a/spec/dummy/tmp/cache/assets/DF2/2E0/sprockets%2F7f99d9ea9b2cfc7d544da96bde5f3598 b/spec/dummy/tmp/cache/assets/DF2/2E0/sprockets%2F7f99d9ea9b2cfc7d544da96bde5f3598 new file mode 100644 index 0000000..f016c17 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DF2/2E0/sprockets%2F7f99d9ea9b2cfc7d544da96bde5f3598 differ diff --git a/spec/dummy/tmp/cache/assets/DF3/0A0/sprockets%2Ffa02d200dee5018bd2d979ba7f51ffcb b/spec/dummy/tmp/cache/assets/DF3/0A0/sprockets%2Ffa02d200dee5018bd2d979ba7f51ffcb new file mode 100644 index 0000000..04e178b Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DF3/0A0/sprockets%2Ffa02d200dee5018bd2d979ba7f51ffcb differ diff --git a/spec/dummy/tmp/cache/assets/DF3/780/sprockets%2F9ade711b1814ed5affc3ace738061aeb b/spec/dummy/tmp/cache/assets/DF3/780/sprockets%2F9ade711b1814ed5affc3ace738061aeb new file mode 100644 index 0000000..1483c0b Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DF3/780/sprockets%2F9ade711b1814ed5affc3ace738061aeb differ diff --git a/spec/dummy/tmp/cache/assets/DF6/E70/sprockets%2F06e8dade364dcf5d42be314ed43a2ae8 b/spec/dummy/tmp/cache/assets/DF6/E70/sprockets%2F06e8dade364dcf5d42be314ed43a2ae8 new file mode 100644 index 0000000..4335901 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DF6/E70/sprockets%2F06e8dade364dcf5d42be314ed43a2ae8 differ diff --git a/spec/dummy/tmp/cache/assets/DF8/240/sprockets%2F5072bd83ee1a24eebb458ca76ebdd42f b/spec/dummy/tmp/cache/assets/DF8/240/sprockets%2F5072bd83ee1a24eebb458ca76ebdd42f new file mode 100644 index 0000000..a1c7bd8 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DF8/240/sprockets%2F5072bd83ee1a24eebb458ca76ebdd42f differ diff --git a/spec/dummy/tmp/cache/assets/DFC/2C0/sprockets%2F0e9bb829af3cf230d92ac77a8c6dca3e b/spec/dummy/tmp/cache/assets/DFC/2C0/sprockets%2F0e9bb829af3cf230d92ac77a8c6dca3e new file mode 100644 index 0000000..17b850f Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DFC/2C0/sprockets%2F0e9bb829af3cf230d92ac77a8c6dca3e differ diff --git a/spec/dummy/tmp/cache/assets/DFD/2A0/sprockets%2Ff49758a9ac67ddae5a40fecdd1ce0233 b/spec/dummy/tmp/cache/assets/DFD/2A0/sprockets%2Ff49758a9ac67ddae5a40fecdd1ce0233 new file mode 100644 index 0000000..a93a220 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DFD/2A0/sprockets%2Ff49758a9ac67ddae5a40fecdd1ce0233 differ diff --git a/spec/dummy/tmp/cache/assets/DFD/B00/sprockets%2Fcd3e2faf4b47abd6fc68bc6b7214845b b/spec/dummy/tmp/cache/assets/DFD/B00/sprockets%2Fcd3e2faf4b47abd6fc68bc6b7214845b new file mode 100644 index 0000000..268014a Binary files /dev/null and b/spec/dummy/tmp/cache/assets/DFD/B00/sprockets%2Fcd3e2faf4b47abd6fc68bc6b7214845b differ diff --git a/spec/dummy/tmp/cache/assets/E03/470/sprockets%2Fc9b1ea91af7b8e40e9bd3d82a7094dfc b/spec/dummy/tmp/cache/assets/E03/470/sprockets%2Fc9b1ea91af7b8e40e9bd3d82a7094dfc new file mode 100644 index 0000000..383be95 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/E03/470/sprockets%2Fc9b1ea91af7b8e40e9bd3d82a7094dfc differ diff --git a/spec/dummy/tmp/cache/assets/E04/770/sprockets%2Febd6ba4a95a73e1c984d6bdb93e85e0c b/spec/dummy/tmp/cache/assets/E04/770/sprockets%2Febd6ba4a95a73e1c984d6bdb93e85e0c new file mode 100644 index 0000000..0b16aed Binary files /dev/null and b/spec/dummy/tmp/cache/assets/E04/770/sprockets%2Febd6ba4a95a73e1c984d6bdb93e85e0c differ diff --git a/spec/dummy/tmp/cache/assets/E0B/990/sprockets%2Fe6edcfb1fd06f82c4ed1f76e51a75c88 b/spec/dummy/tmp/cache/assets/E0B/990/sprockets%2Fe6edcfb1fd06f82c4ed1f76e51a75c88 new file mode 100644 index 0000000..94ae662 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/E0B/990/sprockets%2Fe6edcfb1fd06f82c4ed1f76e51a75c88 differ diff --git a/spec/dummy/tmp/cache/assets/E26/C40/sprockets%2F0c0da3ea1ab8d9fccbf8d755ef47a170 b/spec/dummy/tmp/cache/assets/E26/C40/sprockets%2F0c0da3ea1ab8d9fccbf8d755ef47a170 new file mode 100644 index 0000000..dfd9e8d Binary files /dev/null and b/spec/dummy/tmp/cache/assets/E26/C40/sprockets%2F0c0da3ea1ab8d9fccbf8d755ef47a170 differ diff --git a/spec/dummy/tmp/cache/assets/E30/C40/sprockets%2Ffabbfc41c09329f8eefcc98603f3f1ba b/spec/dummy/tmp/cache/assets/E30/C40/sprockets%2Ffabbfc41c09329f8eefcc98603f3f1ba new file mode 100644 index 0000000..6e7589b Binary files /dev/null and b/spec/dummy/tmp/cache/assets/E30/C40/sprockets%2Ffabbfc41c09329f8eefcc98603f3f1ba differ diff --git a/spec/dummy/tmp/cache/assets/E3F/260/sprockets%2Fa6d28c62ddf8eabbf596e47289aadc9d b/spec/dummy/tmp/cache/assets/E3F/260/sprockets%2Fa6d28c62ddf8eabbf596e47289aadc9d new file mode 100644 index 0000000..78ed1b0 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/E3F/260/sprockets%2Fa6d28c62ddf8eabbf596e47289aadc9d differ diff --git a/spec/dummy/tmp/cache/assets/E4A/530/sprockets%2Fc1cdb70f2d3fc48da0aee1dfb064e1a8 b/spec/dummy/tmp/cache/assets/E4A/530/sprockets%2Fc1cdb70f2d3fc48da0aee1dfb064e1a8 new file mode 100644 index 0000000..add9091 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/E4A/530/sprockets%2Fc1cdb70f2d3fc48da0aee1dfb064e1a8 differ diff --git a/spec/dummy/tmp/cache/assets/E87/BE0/sprockets%2F4fe6a7bfbbdfb501bdb6c13c71ede94e b/spec/dummy/tmp/cache/assets/E87/BE0/sprockets%2F4fe6a7bfbbdfb501bdb6c13c71ede94e new file mode 100644 index 0000000..11c84f7 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/E87/BE0/sprockets%2F4fe6a7bfbbdfb501bdb6c13c71ede94e differ diff --git a/spec/dummy/tmp/cache/assets/EAC/840/sprockets%2Fb45e52f41b5e4cbceabddb6eaba72dc5 b/spec/dummy/tmp/cache/assets/EAC/840/sprockets%2Fb45e52f41b5e4cbceabddb6eaba72dc5 new file mode 100644 index 0000000..ca69a73 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/EAC/840/sprockets%2Fb45e52f41b5e4cbceabddb6eaba72dc5 differ diff --git a/spec/dummy/tmp/cache/assets/EB3/1E0/sprockets%2Fd1aa601ff9cd894ca2d3caaef3fef3ac b/spec/dummy/tmp/cache/assets/EB3/1E0/sprockets%2Fd1aa601ff9cd894ca2d3caaef3fef3ac new file mode 100644 index 0000000..b7449c1 Binary files /dev/null and b/spec/dummy/tmp/cache/assets/EB3/1E0/sprockets%2Fd1aa601ff9cd894ca2d3caaef3fef3ac differ diff --git a/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_deprecated-webkit-gradient.scssc b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_deprecated-webkit-gradient.scssc new file mode 100644 index 0000000..b8163cc Binary files /dev/null and b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_deprecated-webkit-gradient.scssc differ diff --git a/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_flex-grid.scssc b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_flex-grid.scssc new file mode 100644 index 0000000..e2f5306 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_flex-grid.scssc differ diff --git a/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_grid-width.scssc b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_grid-width.scssc new file mode 100644 index 0000000..0668604 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_grid-width.scssc differ diff --git a/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_linear-gradient.scssc b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_linear-gradient.scssc new file mode 100644 index 0000000..8d22ba0 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_linear-gradient.scssc differ diff --git a/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_modular-scale.scssc b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_modular-scale.scssc new file mode 100644 index 0000000..80a4938 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_modular-scale.scssc differ diff --git a/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_radial-gradient.scssc b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_radial-gradient.scssc new file mode 100644 index 0000000..84b2af3 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_radial-gradient.scssc differ diff --git a/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_render-gradients.scssc b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_render-gradients.scssc new file mode 100644 index 0000000..d5d9b3b Binary files /dev/null and b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_render-gradients.scssc differ diff --git a/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_tint-shade.scssc b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_tint-shade.scssc new file mode 100644 index 0000000..4de2d7e Binary files /dev/null and b/spec/dummy/tmp/cache/sass/1c70dca2ff7047825a2eeb8babed3e1cbc24d699/_tint-shade.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_animation.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_animation.scssc new file mode 100644 index 0000000..6b75405 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_animation.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_appearance.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_appearance.scssc new file mode 100644 index 0000000..ad64f90 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_appearance.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_background-image.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_background-image.scssc new file mode 100644 index 0000000..9ddd899 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_background-image.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_background-size.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_background-size.scssc new file mode 100644 index 0000000..0469eaa Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_background-size.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_border-image.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_border-image.scssc new file mode 100644 index 0000000..ea52d3b Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_border-image.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_border-radius.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_border-radius.scssc new file mode 100644 index 0000000..9b349eb Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_border-radius.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_box-shadow.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_box-shadow.scssc new file mode 100644 index 0000000..dba11f6 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_box-shadow.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_box-sizing.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_box-sizing.scssc new file mode 100644 index 0000000..82f031e Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_box-sizing.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_columns.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_columns.scssc new file mode 100644 index 0000000..59f37f8 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_columns.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_flex-box.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_flex-box.scssc new file mode 100644 index 0000000..8e458ab Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_flex-box.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_inline-block.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_inline-block.scssc new file mode 100644 index 0000000..5d0b18e Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_inline-block.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_linear-gradient.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_linear-gradient.scssc new file mode 100644 index 0000000..c97c314 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_linear-gradient.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_radial-gradient.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_radial-gradient.scssc new file mode 100644 index 0000000..f8d780d Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_radial-gradient.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_transform.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_transform.scssc new file mode 100644 index 0000000..ab3356b Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_transform.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_transition.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_transition.scssc new file mode 100644 index 0000000..2f04709 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_transition.scssc differ diff --git a/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_user-select.scssc b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_user-select.scssc new file mode 100644 index 0000000..6795496 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/4fa794bbf93046d322277bc7f786702bce1c04bf/_user-select.scssc differ diff --git a/spec/dummy/tmp/cache/sass/8a35b8b42cba9732fd41c0a08cedb219aa934fd9/_jquery-ui.css.sassc b/spec/dummy/tmp/cache/sass/8a35b8b42cba9732fd41c0a08cedb219aa934fd9/_jquery-ui.css.sassc new file mode 100644 index 0000000..9283dcd Binary files /dev/null and b/spec/dummy/tmp/cache/sass/8a35b8b42cba9732fd41c0a08cedb219aa934fd9/_jquery-ui.css.sassc differ diff --git a/spec/dummy/tmp/cache/sass/8a35b8b42cba9732fd41c0a08cedb219aa934fd9/directories.css.sassc b/spec/dummy/tmp/cache/sass/8a35b8b42cba9732fd41c0a08cedb219aa934fd9/directories.css.sassc new file mode 100644 index 0000000..57729d6 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/8a35b8b42cba9732fd41c0a08cedb219aa934fd9/directories.css.sassc differ diff --git a/spec/dummy/tmp/cache/sass/8a35b8b42cba9732fd41c0a08cedb219aa934fd9/structure.css.sassc b/spec/dummy/tmp/cache/sass/8a35b8b42cba9732fd41c0a08cedb219aa934fd9/structure.css.sassc new file mode 100644 index 0000000..215a38e Binary files /dev/null and b/spec/dummy/tmp/cache/sass/8a35b8b42cba9732fd41c0a08cedb219aa934fd9/structure.css.sassc differ diff --git a/spec/dummy/tmp/cache/sass/b90b5ff2e6e53905e373371c8722df209ad3965c/_bourbon.scssc b/spec/dummy/tmp/cache/sass/b90b5ff2e6e53905e373371c8722df209ad3965c/_bourbon.scssc new file mode 100644 index 0000000..94f20b2 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/b90b5ff2e6e53905e373371c8722df209ad3965c/_bourbon.scssc differ diff --git a/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_button.scssc b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_button.scssc new file mode 100644 index 0000000..85816b2 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_button.scssc differ diff --git a/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_clearfix.scssc b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_clearfix.scssc new file mode 100644 index 0000000..70cd300 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_clearfix.scssc differ diff --git a/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_font-family.scssc b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_font-family.scssc new file mode 100644 index 0000000..5a98471 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_font-family.scssc differ diff --git a/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_html5-input-types.scssc b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_html5-input-types.scssc new file mode 100644 index 0000000..201f3f5 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_html5-input-types.scssc differ diff --git a/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_position.scssc b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_position.scssc new file mode 100644 index 0000000..9c31696 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_position.scssc differ diff --git a/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_timing-functions.scssc b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_timing-functions.scssc new file mode 100644 index 0000000..adef703 Binary files /dev/null and b/spec/dummy/tmp/cache/sass/dcd9cb5126f725bc4568dd11860e25eb2514c6d3/_timing-functions.scssc differ diff --git a/spec/dummy/tmp/pids/server.pid b/spec/dummy/tmp/pids/server.pid new file mode 100644 index 0000000..8fedfdf --- /dev/null +++ b/spec/dummy/tmp/pids/server.pid @@ -0,0 +1 @@ +7169 \ No newline at end of file diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb new file mode 100644 index 0000000..e66d980 --- /dev/null +++ b/spec/spec_helper.rb @@ -0,0 +1,32 @@ +# This file is copied to spec/ when you run 'rails generate rspec:install' +ENV["RAILS_ENV"] ||= 'test' +require File.expand_path("../../config/environment", __FILE__) +require 'rspec/rails' +require 'rspec/autorun' + +# Requires supporting ruby files with custom matchers and macros, etc, +# in spec/support/ and its subdirectories. +Dir[Rails.root.join("spec/support/**/*.rb")].each {|f| require f} + +RSpec.configure do |config| + # ## Mock Framework + # + # If you prefer to use mocha, flexmock or RR, uncomment the appropriate line: + # + # config.mock_with :mocha + # config.mock_with :flexmock + # config.mock_with :rr + + # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures + config.fixture_path = "#{::Rails.root}/spec/fixtures" + + # If you're not using ActiveRecord, or you'd prefer not to run each of your + # examples within a transaction, remove the following line or assign false + # instead of true. + config.use_transactional_fixtures = true + + # If true, the base class of anonymous controllers will be inferred + # automatically. This will be the default behavior in future versions of + # rspec-rails. + config.infer_base_class_for_anonymous_controllers = false +end