qwerty 0.0.5.pre → 0.0.7.pre
Sign up to get free protection for your applications and to get access to all the features.
- data/{README.rdoc → README.md} +11 -13
- data/lib/qwerty/version.rb +1 -1
- data/test/dummy/log/development.log +698 -0
- data/test/dummy/tmp/cache/assets/C21/520/sprockets%2F652a92002fc0c29931f48367871554d2 +0 -0
- data/test/dummy/tmp/cache/assets/C59/DA0/sprockets%2F57468a09b48337e460aa3383f45856f0 +0 -0
- data/test/dummy/tmp/cache/assets/C86/CA0/sprockets%2Fa607636155791b021e8ce74c95c9b148 +0 -0
- data/test/dummy/tmp/cache/assets/CA8/200/sprockets%2Fc9bba0c1f81d750647d37232e1284680 +0 -0
- data/test/dummy/tmp/cache/assets/CD2/EC0/sprockets%2F20535c2e0eaa1cf97a6b5690405f2842 +0 -0
- data/test/dummy/tmp/cache/assets/CF3/9E0/sprockets%2F8afd4786b07ab855976167194d3e74ca +0 -0
- data/test/dummy/tmp/cache/assets/D17/EA0/sprockets%2Fb6aa6228187da2288fb8f428e95db090 +0 -0
- data/test/dummy/tmp/cache/assets/D77/CC0/sprockets%2F2f3c6a31d7e596f39e74751cccbf21f5 +0 -0
- data/test/dummy/tmp/cache/assets/DA5/660/sprockets%2F4fc47a92c03dfa1768fda7b8e4ef2822 +0 -0
- data/test/dummy/tmp/cache/assets/DCD/700/sprockets%2F6e356fcc84f036fd10689bdae1cdeb13 +0 -0
- data/test/dummy/tmp/dragonfly/cache/body/21/a3574680e9571e1b0c944c0e2b36e2013ebe4d +9 -0
- data/test/dummy/tmp/dragonfly/cache/body/7b/83bb1bc8e951ba6a762064e4f6bfbbe58777bb +429 -0
- data/test/dummy/tmp/dragonfly/cache/body/be/314d2b5c8dfcdc0dad2a28de383a74f70dc9ac +7 -0
- data/test/dummy/tmp/dragonfly/cache/body/e4/32ca5c76ce861e6e3bbb8385bfc33a0608486c +9556 -0
- data/test/dummy/tmp/dragonfly/cache/meta/66/f44aba1428593600ff0e47ea6aa54362e39a59 +0 -0
- data/test/dummy/tmp/dragonfly/cache/meta/80/5841ac20acdd8dd41460c8346294abc5c4dd8f +0 -0
- data/test/dummy/tmp/dragonfly/cache/meta/ee/fe74949a8c2a0bbc077385a12944d9f98a12e0 +0 -0
- data/test/dummy/tmp/dragonfly/cache/meta/f9/67ac04386c59253bd80f4034d18af166cc5691 +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- metadata +127 -30
data/{README.rdoc → README.md}
RENAMED
@@ -1,23 +1,22 @@
|
|
1
|
-
|
1
|
+
# Qwerty
|
2
2
|
|
3
|
-
|
3
|
+
## Install
|
4
4
|
|
5
|
-
gem 'qwerty'
|
5
|
+
gem 'qwerty'
|
6
6
|
|
7
|
-
For now we also need to add an additional dependancy to your Gemfile, since
|
7
|
+
For now we also need to add an additional dependancy to your Gemfile, since
|
8
|
+
the qwerty gemspec can not depend on git repositories only released versions.
|
8
9
|
|
9
|
-
gem '
|
10
|
-
|
10
|
+
gem 'kaminari', '0.13.0'
|
11
|
+
rake qwerty_engine:install:migrations
|
12
|
+
rake db:migrate
|
13
|
+
rails g qwerty:install
|
11
14
|
|
12
|
-
|
13
|
-
rake db:migrate
|
14
|
-
rails g qwerty:install
|
15
|
-
|
16
|
-
Developer Notes
|
15
|
+
## Developer Notes
|
17
16
|
|
18
17
|
Vim users: To allow rails.vim to detect this is as a Rails project "touch config/environment.rb", which has already been added to .gitignore.
|
19
18
|
|
20
|
-
Release Policy
|
19
|
+
## Release Policy
|
21
20
|
|
22
21
|
Create release branch from next
|
23
22
|
Bump version in Qwerty module: http://semver.org/
|
@@ -26,5 +25,4 @@ Merge release branch in to master and next
|
|
26
25
|
Tag master using with 'v' prefix e.g v0.0.1
|
27
26
|
Build and push gem to Rubyforge: http://yehudakatz.com/2010/04/02/using-gemspecs-as-intended/
|
28
27
|
|
29
|
-
|
30
28
|
This project rocks and uses MIT-LICENSE.
|
data/lib/qwerty/version.rb
CHANGED
@@ -97777,3 +97777,701 @@ DocumentsController::NoTemplateFound (DocumentsController::NoTemplateFound):
|
|
97777
97777
|
Rendered /Users/kris/.rvm/gems/ruby-1.8.7-p352@qwerty/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (53.9ms)
|
97778
97778
|
Rendered /Users/kris/.rvm/gems/ruby-1.8.7-p352@qwerty/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
97779
97779
|
Rendered /Users/kris/.rvm/gems/ruby-1.8.7-p352@qwerty/gems/actionpack-3.1.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (58.8ms)
|
97780
|
+
DEPRECATION WARNING: Passing a block to use is deprecated. Please use wrapper instead of use. (called from block (2 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:5)
|
97781
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :input, :wrap_with => {:class=>"xxlarge"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:6)
|
97782
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :hint, :wrap_with => {:tag=>:div, :class=>"help-block"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:7)
|
97783
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :error, :wrap_with => {:tag=>:span, :class=>"help-inline"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:8)
|
97784
|
+
|
97785
|
+
|
97786
|
+
Started GET "/" for 127.0.0.1 at 2013-02-04 21:55:08 +0000
|
97787
|
+
Creating scope :public. Overwriting existing method Document.public.
|
97788
|
+
Processing by DocumentsController#show as HTML
|
97789
|
+
[1m[36mDocument Load (1.1ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/home' LIMIT 1[0m
|
97790
|
+
[1m[35mNode Load (0.2ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`id` = 46 ORDER BY position ASC LIMIT 1
|
97791
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `nodes` WHERE `nodes`.`parent_id` = 46[0m
|
97792
|
+
[1m[35mNode Load (0.2ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`parent_id` = 46 ORDER BY position ASC, `lft`
|
97793
|
+
[1m[36mNodeSetting Load (0.3ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 48 AND `node_settings`.`key` = 'sort' LIMIT 1[0m
|
97794
|
+
[1m[35mDocument Load (1.1ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`node_id` = 48 AND `documents`.`published` = 1 ORDER BY position asc
|
97795
|
+
Completed 500 Internal Server Error in 196ms
|
97796
|
+
|
97797
|
+
NoMethodError (undefined method `page' for #<ActiveRecord::Relation:0x00000103472eb8>):
|
97798
|
+
activerecord (3.2.1) lib/active_record/relation/delegation.rb:45:in `method_missing'
|
97799
|
+
/Users/kris/Code/qwerty/app/controllers/documents_controller.rb:25:in `block in prepare_view_environment'
|
97800
|
+
activerecord (3.2.1) lib/active_record/associations/collection_proxy.rb:90:in `each'
|
97801
|
+
activerecord (3.2.1) lib/active_record/associations/collection_proxy.rb:90:in `method_missing'
|
97802
|
+
/Users/kris/Code/qwerty/app/controllers/documents_controller.rb:23:in `prepare_view_environment'
|
97803
|
+
/Users/kris/Code/qwerty/app/controllers/documents_controller.rb:12:in `show'
|
97804
|
+
actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
97805
|
+
actionpack (3.2.1) lib/abstract_controller/base.rb:167:in `process_action'
|
97806
|
+
actionpack (3.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
97807
|
+
actionpack (3.2.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
97808
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:414:in `_run__3128778958467165672__process_action__10581465599840294__callbacks'
|
97809
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
|
97810
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
97811
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
97812
|
+
actionpack (3.2.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
97813
|
+
actionpack (3.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
97814
|
+
actionpack (3.2.1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
97815
|
+
activesupport (3.2.1) lib/active_support/notifications.rb:123:in `block in instrument'
|
97816
|
+
activesupport (3.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
97817
|
+
activesupport (3.2.1) lib/active_support/notifications.rb:123:in `instrument'
|
97818
|
+
actionpack (3.2.1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
97819
|
+
actionpack (3.2.1) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
97820
|
+
activerecord (3.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
97821
|
+
actionpack (3.2.1) lib/abstract_controller/base.rb:121:in `process'
|
97822
|
+
actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
|
97823
|
+
actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
|
97824
|
+
actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
97825
|
+
actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
|
97826
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
|
97827
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
|
97828
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
97829
|
+
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
97830
|
+
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
97831
|
+
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
97832
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
|
97833
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
97834
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
97835
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
97836
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
|
97837
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
97838
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
97839
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
97840
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
97841
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
97842
|
+
dragonfly (0.9.13) lib/dragonfly/cookie_monster.rb:9:in `call'
|
97843
|
+
activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
|
97844
|
+
activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
97845
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
97846
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__3849720946538885515__call__4407641262368512829__callbacks'
|
97847
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
|
97848
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
97849
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
97850
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
97851
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
97852
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
97853
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
97854
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
97855
|
+
railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
|
97856
|
+
railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
|
97857
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
97858
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
97859
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
97860
|
+
activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
97861
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
97862
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
|
97863
|
+
dragonfly (0.9.13) lib/dragonfly/middleware.rb:13:in `call'
|
97864
|
+
rack-cache (1.1) lib/rack/cache/context.rb:132:in `forward'
|
97865
|
+
rack-cache (1.1) lib/rack/cache/context.rb:241:in `fetch'
|
97866
|
+
rack-cache (1.1) lib/rack/cache/context.rb:181:in `lookup'
|
97867
|
+
rack-cache (1.1) lib/rack/cache/context.rb:65:in `call!'
|
97868
|
+
rack-cache (1.1) lib/rack/cache/context.rb:50:in `call'
|
97869
|
+
railties (3.2.1) lib/rails/engine.rb:479:in `call'
|
97870
|
+
railties (3.2.1) lib/rails/application.rb:220:in `call'
|
97871
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
97872
|
+
railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
|
97873
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
97874
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
|
97875
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
|
97876
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
|
97877
|
+
|
97878
|
+
|
97879
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms)
|
97880
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.4ms)
|
97881
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.5ms)
|
97882
|
+
DEPRECATION WARNING: Passing a block to use is deprecated. Please use wrapper instead of use. (called from block (2 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:5)
|
97883
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :input, :wrap_with => {:class=>"xxlarge"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:6)
|
97884
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :hint, :wrap_with => {:tag=>:div, :class=>"help-block"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:7)
|
97885
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :error, :wrap_with => {:tag=>:span, :class=>"help-inline"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:8)
|
97886
|
+
DEPRECATION WARNING: Passing a block to use is deprecated. Please use wrapper instead of use. (called from block (2 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:5)
|
97887
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :input, :wrap_with => {:class=>"xxlarge"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:6)
|
97888
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :hint, :wrap_with => {:tag=>:div, :class=>"help-block"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:7)
|
97889
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :error, :wrap_with => {:tag=>:span, :class=>"help-inline"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:8)
|
97890
|
+
|
97891
|
+
|
97892
|
+
Started GET "/" for 127.0.0.1 at 2013-02-04 22:00:16 +0000
|
97893
|
+
Creating scope :public. Overwriting existing method Document.public.
|
97894
|
+
Processing by DocumentsController#show as HTML
|
97895
|
+
[1m[36mDocument Load (0.5ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/home' LIMIT 1[0m
|
97896
|
+
[1m[35mNode Load (0.3ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`id` = 46 ORDER BY position ASC LIMIT 1
|
97897
|
+
[1m[36m (0.4ms)[0m [1mSELECT COUNT(*) FROM `nodes` WHERE `nodes`.`parent_id` = 46[0m
|
97898
|
+
[1m[35mNode Load (1.6ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`parent_id` = 46 ORDER BY position ASC, `lft`
|
97899
|
+
[1m[36mNodeSetting Load (0.3ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 48 AND `node_settings`.`key` = 'sort' LIMIT 1[0m
|
97900
|
+
[1m[35mDocument Load (0.6ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`node_id` = 48 AND `documents`.`published` = 1 ORDER BY position asc
|
97901
|
+
Completed 500 Internal Server Error in 178ms
|
97902
|
+
|
97903
|
+
NoMethodError (undefined method `page' for #<ActiveRecord::Relation:0x00000103bc7ab0>):
|
97904
|
+
activerecord (3.2.1) lib/active_record/relation/delegation.rb:45:in `method_missing'
|
97905
|
+
/Users/kris/Code/qwerty/app/controllers/documents_controller.rb:25:in `block in prepare_view_environment'
|
97906
|
+
activerecord (3.2.1) lib/active_record/associations/collection_proxy.rb:90:in `each'
|
97907
|
+
activerecord (3.2.1) lib/active_record/associations/collection_proxy.rb:90:in `method_missing'
|
97908
|
+
/Users/kris/Code/qwerty/app/controllers/documents_controller.rb:23:in `prepare_view_environment'
|
97909
|
+
/Users/kris/Code/qwerty/app/controllers/documents_controller.rb:12:in `show'
|
97910
|
+
actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
97911
|
+
actionpack (3.2.1) lib/abstract_controller/base.rb:167:in `process_action'
|
97912
|
+
actionpack (3.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
97913
|
+
actionpack (3.2.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
97914
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:414:in `_run__2135060775359170039__process_action__2639724006127279167__callbacks'
|
97915
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
|
97916
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
97917
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
97918
|
+
actionpack (3.2.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
97919
|
+
actionpack (3.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
97920
|
+
actionpack (3.2.1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
97921
|
+
activesupport (3.2.1) lib/active_support/notifications.rb:123:in `block in instrument'
|
97922
|
+
activesupport (3.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
97923
|
+
activesupport (3.2.1) lib/active_support/notifications.rb:123:in `instrument'
|
97924
|
+
actionpack (3.2.1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
97925
|
+
actionpack (3.2.1) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
97926
|
+
activerecord (3.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
97927
|
+
actionpack (3.2.1) lib/abstract_controller/base.rb:121:in `process'
|
97928
|
+
actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
|
97929
|
+
actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
|
97930
|
+
actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
97931
|
+
actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
|
97932
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
|
97933
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
|
97934
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
97935
|
+
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
97936
|
+
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
97937
|
+
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
97938
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
|
97939
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
97940
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
97941
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
97942
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
|
97943
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
97944
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
97945
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
97946
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
97947
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
97948
|
+
dragonfly (0.9.13) lib/dragonfly/cookie_monster.rb:9:in `call'
|
97949
|
+
activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
|
97950
|
+
activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
97951
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
97952
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__3166848776905220099__call__835902949772095955__callbacks'
|
97953
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
|
97954
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
97955
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
97956
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
97957
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
97958
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
97959
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
97960
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
97961
|
+
railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
|
97962
|
+
railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
|
97963
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
97964
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
97965
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
97966
|
+
activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
97967
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
97968
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
|
97969
|
+
dragonfly (0.9.13) lib/dragonfly/middleware.rb:13:in `call'
|
97970
|
+
rack-cache (1.1) lib/rack/cache/context.rb:132:in `forward'
|
97971
|
+
rack-cache (1.1) lib/rack/cache/context.rb:241:in `fetch'
|
97972
|
+
rack-cache (1.1) lib/rack/cache/context.rb:181:in `lookup'
|
97973
|
+
rack-cache (1.1) lib/rack/cache/context.rb:65:in `call!'
|
97974
|
+
rack-cache (1.1) lib/rack/cache/context.rb:50:in `call'
|
97975
|
+
railties (3.2.1) lib/rails/engine.rb:479:in `call'
|
97976
|
+
railties (3.2.1) lib/rails/application.rb:220:in `call'
|
97977
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
97978
|
+
railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
|
97979
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
97980
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
|
97981
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
|
97982
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
|
97983
|
+
|
97984
|
+
|
97985
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.7ms)
|
97986
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
97987
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.4ms)
|
97988
|
+
DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in ActionView::Base instead. (called from <top (required)> at /Users/kris/Code/qwerty/test/dummy/config/environment.rb:5)
|
97989
|
+
DEPRECATION WARNING: Passing a block to use is deprecated. Please use wrapper instead of use. (called from block (2 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:5)
|
97990
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :input, :wrap_with => {:class=>"xxlarge"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:6)
|
97991
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :hint, :wrap_with => {:tag=>:div, :class=>"help-block"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:7)
|
97992
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :error, :wrap_with => {:tag=>:span, :class=>"help-inline"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:8)
|
97993
|
+
|
97994
|
+
|
97995
|
+
Started GET "/" for 127.0.0.1 at 2013-02-04 22:01:48 +0000
|
97996
|
+
DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in #<Module:0x000001013a7508> instead. (called from <top (required)> at /Users/kris/Code/qwerty/app/models/document.rb:1)
|
97997
|
+
DEPRECATION WARNING: The InstanceMethods module inside ActiveSupport::Concern will be no longer included automatically. Please define instance methods directly in #<Module:0x000001013a7508> instead. (called from <top (required)> at /Users/kris/Code/qwerty/app/models/document.rb:1)
|
97998
|
+
Creating scope :public. Overwriting existing method Document.public.
|
97999
|
+
Processing by DocumentsController#show as HTML
|
98000
|
+
[1m[36mDocument Load (1.0ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/home' LIMIT 1[0m
|
98001
|
+
Completed 500 Internal Server Error in 39ms
|
98002
|
+
|
98003
|
+
NoMethodError (undefined method `synchronize' for nil:NilClass):
|
98004
|
+
activerecord (3.2.1) lib/active_record/attribute_methods.rb:41:in `define_attribute_methods'
|
98005
|
+
activerecord (3.2.1) lib/active_record/attribute_methods.rb:145:in `respond_to?'
|
98006
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:398:in `__run_callback'
|
98007
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_find_callbacks'
|
98008
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
98009
|
+
activerecord (3.2.1) lib/active_record/base.rb:520:in `init_with'
|
98010
|
+
activerecord (3.2.1) lib/active_record/inheritance.rb:76:in `instantiate'
|
98011
|
+
activerecord (3.2.1) lib/active_record/querying.rb:38:in `block (2 levels) in find_by_sql'
|
98012
|
+
activerecord (3.2.1) lib/active_record/querying.rb:38:in `collect!'
|
98013
|
+
activerecord (3.2.1) lib/active_record/querying.rb:38:in `block in find_by_sql'
|
98014
|
+
activerecord (3.2.1) lib/active_record/explain.rb:40:in `logging_query_plan'
|
98015
|
+
activerecord (3.2.1) lib/active_record/querying.rb:37:in `find_by_sql'
|
98016
|
+
activerecord (3.2.1) lib/active_record/relation.rb:170:in `exec_queries'
|
98017
|
+
activerecord (3.2.1) lib/active_record/relation.rb:159:in `block in to_a'
|
98018
|
+
activerecord (3.2.1) lib/active_record/explain.rb:40:in `logging_query_plan'
|
98019
|
+
activerecord (3.2.1) lib/active_record/relation.rb:158:in `to_a'
|
98020
|
+
activerecord (3.2.1) lib/active_record/relation/finder_methods.rb:377:in `find_first'
|
98021
|
+
activerecord (3.2.1) lib/active_record/relation/finder_methods.rb:122:in `first'
|
98022
|
+
activerecord (3.2.1) lib/active_record/relation/finder_methods.rb:263:in `find_by_attributes'
|
98023
|
+
activerecord (3.2.1) lib/active_record/dynamic_matchers.rb:45:in `method_missing'
|
98024
|
+
activerecord (3.2.1) lib/active_record/relation/delegation.rb:40:in `block in method_missing'
|
98025
|
+
activerecord (3.2.1) lib/active_record/relation.rb:240:in `block in scoping'
|
98026
|
+
activerecord (3.2.1) lib/active_record/scoping.rb:98:in `with_scope'
|
98027
|
+
activerecord (3.2.1) lib/active_record/relation.rb:240:in `scoping'
|
98028
|
+
activerecord (3.2.1) lib/active_record/relation/delegation.rb:40:in `method_missing'
|
98029
|
+
/Users/kris/Code/qwerty/app/controllers/documents_controller.rb:11:in `show'
|
98030
|
+
actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
98031
|
+
actionpack (3.2.1) lib/abstract_controller/base.rb:167:in `process_action'
|
98032
|
+
actionpack (3.2.1) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
98033
|
+
actionpack (3.2.1) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
98034
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:414:in `_run__1755949170479144133__process_action__1349576673103451454__callbacks'
|
98035
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
|
98036
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
98037
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
98038
|
+
actionpack (3.2.1) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
98039
|
+
actionpack (3.2.1) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
98040
|
+
actionpack (3.2.1) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
98041
|
+
activesupport (3.2.1) lib/active_support/notifications.rb:123:in `block in instrument'
|
98042
|
+
activesupport (3.2.1) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
98043
|
+
activesupport (3.2.1) lib/active_support/notifications.rb:123:in `instrument'
|
98044
|
+
actionpack (3.2.1) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
98045
|
+
actionpack (3.2.1) lib/action_controller/metal/params_wrapper.rb:205:in `process_action'
|
98046
|
+
activerecord (3.2.1) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
98047
|
+
actionpack (3.2.1) lib/abstract_controller/base.rb:121:in `process'
|
98048
|
+
actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
|
98049
|
+
actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
|
98050
|
+
actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
98051
|
+
actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
|
98052
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
|
98053
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
|
98054
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
|
98055
|
+
journey (1.0.3) lib/journey/router.rb:68:in `block in call'
|
98056
|
+
journey (1.0.3) lib/journey/router.rb:56:in `each'
|
98057
|
+
journey (1.0.3) lib/journey/router.rb:56:in `call'
|
98058
|
+
actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
|
98059
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
98060
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
98061
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
98062
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
|
98063
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
98064
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
98065
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
98066
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
98067
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
|
98068
|
+
dragonfly (0.9.13) lib/dragonfly/cookie_monster.rb:9:in `call'
|
98069
|
+
activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
|
98070
|
+
activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
|
98071
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
98072
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__4188701664760039689__call__2242496590611351226__callbacks'
|
98073
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
|
98074
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
98075
|
+
activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
98076
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
98077
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
98078
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
98079
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
98080
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
98081
|
+
railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
|
98082
|
+
railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
|
98083
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
98084
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
98085
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
98086
|
+
activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
98087
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
98088
|
+
actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
|
98089
|
+
dragonfly (0.9.13) lib/dragonfly/middleware.rb:13:in `call'
|
98090
|
+
rack-cache (1.1) lib/rack/cache/context.rb:132:in `forward'
|
98091
|
+
rack-cache (1.1) lib/rack/cache/context.rb:241:in `fetch'
|
98092
|
+
rack-cache (1.1) lib/rack/cache/context.rb:181:in `lookup'
|
98093
|
+
rack-cache (1.1) lib/rack/cache/context.rb:65:in `call!'
|
98094
|
+
rack-cache (1.1) lib/rack/cache/context.rb:50:in `call'
|
98095
|
+
railties (3.2.1) lib/rails/engine.rb:479:in `call'
|
98096
|
+
railties (3.2.1) lib/rails/application.rb:220:in `call'
|
98097
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
98098
|
+
railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
|
98099
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
98100
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
|
98101
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
|
98102
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
|
98103
|
+
|
98104
|
+
|
98105
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.4ms)
|
98106
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
98107
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (9.0ms)
|
98108
|
+
Connecting to database specified by database.yml
|
98109
|
+
DEPRECATION WARNING: Passing a block to use is deprecated. Please use wrapper instead of use. (called from block (2 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:5)
|
98110
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :input, :wrap_with => {:class=>"xxlarge"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:6)
|
98111
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :hint, :wrap_with => {:tag=>:div, :class=>"help-block"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:7)
|
98112
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :error, :wrap_with => {:tag=>:span, :class=>"help-inline"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:8)
|
98113
|
+
|
98114
|
+
|
98115
|
+
Started GET "/" for 127.0.0.1 at 2013-02-04 22:04:10 +0000
|
98116
|
+
Creating scope :public. Overwriting existing method Document.public.
|
98117
|
+
Processing by DocumentsController#show as HTML
|
98118
|
+
[1m[36mDocument Load (0.5ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/home' LIMIT 1[0m
|
98119
|
+
[1m[35mNode Load (0.2ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`id` = 46 ORDER BY position ASC LIMIT 1
|
98120
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `nodes` WHERE `nodes`.`parent_id` = 46[0m
|
98121
|
+
[1m[35mNode Load (0.2ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`parent_id` = 46 ORDER BY position ASC, `lft`
|
98122
|
+
[1m[36mNodeSetting Load (2.8ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 48 AND `node_settings`.`key` = 'sort' LIMIT 1[0m
|
98123
|
+
[1m[35mDocument Load (1.4ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`node_id` = 48 AND `documents`.`published` = 1 ORDER BY position asc
|
98124
|
+
Completed 500 Internal Server Error in 202ms
|
98125
|
+
|
98126
|
+
NoMethodError (undefined method `page' for #<ActiveRecord::Relation:0x000001019ec3f0>):
|
98127
|
+
activerecord (3.2.11) lib/active_record/relation/delegation.rb:45:in `method_missing'
|
98128
|
+
/Users/kris/Code/qwerty/app/controllers/documents_controller.rb:25:in `block in prepare_view_environment'
|
98129
|
+
activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `each'
|
98130
|
+
activerecord (3.2.11) lib/active_record/associations/collection_proxy.rb:89:in `method_missing'
|
98131
|
+
/Users/kris/Code/qwerty/app/controllers/documents_controller.rb:23:in `prepare_view_environment'
|
98132
|
+
/Users/kris/Code/qwerty/app/controllers/documents_controller.rb:12:in `show'
|
98133
|
+
actionpack (3.2.11) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
98134
|
+
actionpack (3.2.11) lib/abstract_controller/base.rb:167:in `process_action'
|
98135
|
+
actionpack (3.2.11) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
98136
|
+
actionpack (3.2.11) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
98137
|
+
activesupport (3.2.11) lib/active_support/callbacks.rb:414:in `_run__2283295264391617723__process_action__2138799478248758443__callbacks'
|
98138
|
+
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
|
98139
|
+
activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
98140
|
+
activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
98141
|
+
actionpack (3.2.11) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
98142
|
+
actionpack (3.2.11) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
98143
|
+
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
98144
|
+
activesupport (3.2.11) lib/active_support/notifications.rb:123:in `block in instrument'
|
98145
|
+
activesupport (3.2.11) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
98146
|
+
activesupport (3.2.11) lib/active_support/notifications.rb:123:in `instrument'
|
98147
|
+
actionpack (3.2.11) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
98148
|
+
actionpack (3.2.11) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
98149
|
+
activerecord (3.2.11) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
98150
|
+
actionpack (3.2.11) lib/abstract_controller/base.rb:121:in `process'
|
98151
|
+
actionpack (3.2.11) lib/abstract_controller/rendering.rb:45:in `process'
|
98152
|
+
actionpack (3.2.11) lib/action_controller/metal.rb:203:in `dispatch'
|
98153
|
+
actionpack (3.2.11) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
98154
|
+
actionpack (3.2.11) lib/action_controller/metal.rb:246:in `block in action'
|
98155
|
+
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
98156
|
+
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
98157
|
+
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
98158
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
98159
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
98160
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
98161
|
+
actionpack (3.2.11) lib/action_dispatch/routing/route_set.rb:601:in `call'
|
98162
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
98163
|
+
rack (1.4.4) lib/rack/etag.rb:23:in `call'
|
98164
|
+
rack (1.4.4) lib/rack/conditionalget.rb:25:in `call'
|
98165
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/head.rb:14:in `call'
|
98166
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
98167
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
98168
|
+
rack (1.4.4) lib/rack/session/abstract/id.rb:210:in `context'
|
98169
|
+
rack (1.4.4) lib/rack/session/abstract/id.rb:205:in `call'
|
98170
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/cookies.rb:341:in `call'
|
98171
|
+
dragonfly (0.9.13) lib/dragonfly/cookie_monster.rb:9:in `call'
|
98172
|
+
activerecord (3.2.11) lib/active_record/query_cache.rb:64:in `call'
|
98173
|
+
activerecord (3.2.11) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
98174
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
98175
|
+
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `_run__694492558404339278__call__1809465047638196385__callbacks'
|
98176
|
+
activesupport (3.2.11) lib/active_support/callbacks.rb:405:in `__run_callback'
|
98177
|
+
activesupport (3.2.11) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
98178
|
+
activesupport (3.2.11) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
98179
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
98180
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
98181
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
98182
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
98183
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
98184
|
+
railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
|
98185
|
+
railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
|
98186
|
+
activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
|
98187
|
+
railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
|
98188
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
98189
|
+
rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
|
98190
|
+
rack (1.4.4) lib/rack/runtime.rb:17:in `call'
|
98191
|
+
activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
98192
|
+
rack (1.4.4) lib/rack/lock.rb:15:in `call'
|
98193
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
|
98194
|
+
dragonfly (0.9.13) lib/dragonfly/middleware.rb:13:in `call'
|
98195
|
+
rack-cache (1.2) lib/rack/cache/context.rb:136:in `forward'
|
98196
|
+
rack-cache (1.2) lib/rack/cache/context.rb:245:in `fetch'
|
98197
|
+
rack-cache (1.2) lib/rack/cache/context.rb:185:in `lookup'
|
98198
|
+
rack-cache (1.2) lib/rack/cache/context.rb:66:in `call!'
|
98199
|
+
rack-cache (1.2) lib/rack/cache/context.rb:51:in `call'
|
98200
|
+
railties (3.2.11) lib/rails/engine.rb:479:in `call'
|
98201
|
+
railties (3.2.11) lib/rails/application.rb:223:in `call'
|
98202
|
+
rack (1.4.4) lib/rack/content_length.rb:14:in `call'
|
98203
|
+
railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
|
98204
|
+
rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
|
98205
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:111:in `service'
|
98206
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/httpserver.rb:70:in `run'
|
98207
|
+
/Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/webrick/server.rb:183:in `block in start_thread'
|
98208
|
+
|
98209
|
+
|
98210
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
|
98211
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.9ms)
|
98212
|
+
Rendered /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (11.2ms)
|
98213
|
+
Connecting to database specified by database.yml
|
98214
|
+
DEPRECATION WARNING: Passing a block to use is deprecated. Please use wrapper instead of use. (called from block (2 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:5)
|
98215
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :input, :wrap_with => {:class=>"xxlarge"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:6)
|
98216
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :hint, :wrap_with => {:tag=>:div, :class=>"help-block"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:7)
|
98217
|
+
DEPRECATION WARNING: Passing :tag, :class and others to use is deprecated. Please invoke b.use :error, :wrap_with => {:tag=>:span, :class=>"help-inline"} instead. (called from block (3 levels) in <top (required)> at /Users/kris/Code/qwerty/config/initializers/simple_form.rb:8)
|
98218
|
+
|
98219
|
+
|
98220
|
+
Started GET "/" for 127.0.0.1 at 2013-02-04 22:04:51 +0000
|
98221
|
+
Creating scope :public. Overwriting existing method Document.public.
|
98222
|
+
Processing by DocumentsController#show as HTML
|
98223
|
+
[1m[36mDocument Load (0.6ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/home' LIMIT 1[0m
|
98224
|
+
[1m[35mNode Load (0.4ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`id` = 46 ORDER BY position ASC LIMIT 1
|
98225
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `nodes` WHERE `nodes`.`parent_id` = 46[0m
|
98226
|
+
[1m[35mNode Load (0.2ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`parent_id` = 46 ORDER BY position ASC, `lft`
|
98227
|
+
[1m[36mNodeSetting Load (0.3ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 48 AND `node_settings`.`key` = 'sort' LIMIT 1[0m
|
98228
|
+
[1m[35mNodeSetting Load (0.4ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 48 AND `node_settings`.`key` = 'per_page' LIMIT 1
|
98229
|
+
[1m[36mNodeSetting Load (0.3ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 47 AND `node_settings`.`key` = 'sort' LIMIT 1[0m
|
98230
|
+
[1m[35mNodeSetting Load (0.3ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 47 AND `node_settings`.`key` = 'per_page' LIMIT 1
|
98231
|
+
[1m[36mNodeSetting Load (0.2ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 46 AND `node_settings`.`key` = 'template' LIMIT 1[0m
|
98232
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/home.html.erb
|
98233
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/home.html.erb
|
98234
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/home.html.erb
|
98235
|
+
|
98236
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/home.html.erb
|
98237
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/home.html.erb
|
98238
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/home.html.erb
|
98239
|
+
|
98240
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/default.html.erb
|
98241
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/default.html.erb
|
98242
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/default.html.erb
|
98243
|
+
|
98244
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/show.html.erb
|
98245
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/show.html.erb
|
98246
|
+
Found: /Users/kris/Code/qwerty/app/views/cms/show.html.erb
|
98247
|
+
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:erb] instead. (called from realtime at /Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/benchmark.rb:310)
|
98248
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `documents` WHERE `documents`.`parent_id` = 768
|
98249
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `documents` WHERE `documents`.`node_id` = 48[0m
|
98250
|
+
[1m[35mDocument Load (0.7ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`node_id` = 48
|
98251
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `documents` WHERE `documents`.`node_id` = 47[0m
|
98252
|
+
[1m[35mDocument Load (0.6ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`node_id` = 47
|
98253
|
+
Rendered /Users/kris/Code/qwerty/app/views/cms/show.html.erb within layouts/application (14.1ms)
|
98254
|
+
Compiled application.css (0ms) (pid 39484)
|
98255
|
+
Compiled jquery.js (2ms) (pid 39484)
|
98256
|
+
Compiled jquery_ujs.js (0ms) (pid 39484)
|
98257
|
+
Compiled application.js (50ms) (pid 39484)
|
98258
|
+
[1m[36mDocument Load (0.6ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`permalink` = '/home' LIMIT 1[0m
|
98259
|
+
[1m[35mDocument Load (0.6ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`parent_id` IS NULL AND `documents`.`published` = 1 ORDER BY `lft`
|
98260
|
+
Completed 200 OK in 893ms (Views: 286.1ms | ActiveRecord: 9.9ms)
|
98261
|
+
|
98262
|
+
|
98263
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-02-04 22:04:52 +0000
|
98264
|
+
Served asset /jquery.js - 200 OK (3ms)
|
98265
|
+
|
98266
|
+
|
98267
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-02-04 22:04:52 +0000
|
98268
|
+
Served asset /jquery_ujs.js - 200 OK (2ms)
|
98269
|
+
|
98270
|
+
|
98271
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-04 22:04:52 +0000
|
98272
|
+
Served asset /application.js - 200 OK (8ms)
|
98273
|
+
|
98274
|
+
|
98275
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-04 22:04:52 +0000
|
98276
|
+
Served asset /application.css - 200 OK (1ms)
|
98277
|
+
|
98278
|
+
|
98279
|
+
Started GET "/blog" for 127.0.0.1 at 2013-02-04 22:04:57 +0000
|
98280
|
+
Processing by DocumentsController#show as HTML
|
98281
|
+
Parameters: {"permalink"=>"blog"}
|
98282
|
+
[1m[36mDocument Load (0.4ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/blog' LIMIT 1[0m
|
98283
|
+
[1m[35mNode Load (0.2ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`id` = 51 ORDER BY position ASC LIMIT 1
|
98284
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `nodes` WHERE `nodes`.`parent_id` = 51[0m
|
98285
|
+
[1m[35mNode Load (0.2ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`parent_id` = 51 ORDER BY position ASC, `lft`
|
98286
|
+
[1m[36mNodeSetting Load (0.2ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 52 AND `node_settings`.`key` = 'sort' LIMIT 1[0m
|
98287
|
+
[1m[35mNodeSetting Load (0.4ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 52 AND `node_settings`.`key` = 'per_page' LIMIT 1
|
98288
|
+
[1m[36mNodeSetting Load (0.3ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 51 AND `node_settings`.`key` = 'template' LIMIT 1[0m
|
98289
|
+
Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/blog.html.erb
|
98290
|
+
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:erb] instead. (called from realtime at /Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/benchmark.rb:310)
|
98291
|
+
[1m[35mDocument Load (18.4ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`node_id` = 52 AND `documents`.`published` = 1 ORDER BY published_at desc LIMIT 5 OFFSET 0
|
98292
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `documents` WHERE `documents`.`node_id` = 52 AND `documents`.`published` = 1[0m
|
98293
|
+
Rendered cms/blog.html.erb within layouts/application (88.4ms)
|
98294
|
+
[1m[35mDocument Load (0.5ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`permalink` = '/home' LIMIT 1
|
98295
|
+
[1m[36mDocument Load (0.4ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`parent_id` IS NULL AND `documents`.`published` = 1 ORDER BY `lft`[0m
|
98296
|
+
Completed 200 OK in 129ms (Views: 97.4ms | ActiveRecord: 21.6ms)
|
98297
|
+
|
98298
|
+
|
98299
|
+
Started GET "/blog?blog_page=2" for 127.0.0.1 at 2013-02-04 22:05:00 +0000
|
98300
|
+
Processing by DocumentsController#show as HTML
|
98301
|
+
Parameters: {"blog_page"=>"2", "permalink"=>"blog"}
|
98302
|
+
[1m[35mDocument Load (0.4ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/blog' LIMIT 1
|
98303
|
+
[1m[36mNode Load (0.3ms)[0m [1mSELECT `nodes`.* FROM `nodes` WHERE `nodes`.`id` = 51 ORDER BY position ASC LIMIT 1[0m
|
98304
|
+
[1m[35m (0.4ms)[0m SELECT COUNT(*) FROM `nodes` WHERE `nodes`.`parent_id` = 51
|
98305
|
+
[1m[36mNode Load (0.3ms)[0m [1mSELECT `nodes`.* FROM `nodes` WHERE `nodes`.`parent_id` = 51 ORDER BY position ASC, `lft`[0m
|
98306
|
+
[1m[35mNodeSetting Load (0.3ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 52 AND `node_settings`.`key` = 'sort' LIMIT 1
|
98307
|
+
[1m[36mNodeSetting Load (0.2ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 52 AND `node_settings`.`key` = 'per_page' LIMIT 1[0m
|
98308
|
+
[1m[35mNodeSetting Load (0.2ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 51 AND `node_settings`.`key` = 'template' LIMIT 1
|
98309
|
+
Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/blog.html.erb
|
98310
|
+
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:erb] instead. (called from realtime at /Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/benchmark.rb:310)
|
98311
|
+
[1m[36mDocument Load (0.8ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`node_id` = 52 AND `documents`.`published` = 1 ORDER BY published_at desc LIMIT 5 OFFSET 5[0m
|
98312
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `documents` WHERE `documents`.`node_id` = 52 AND `documents`.`published` = 1
|
98313
|
+
Rendered cms/blog.html.erb within layouts/application (13.0ms)
|
98314
|
+
[1m[36mDocument Load (0.5ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`permalink` = '/home' LIMIT 1[0m
|
98315
|
+
[1m[35mDocument Load (0.4ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`parent_id` IS NULL AND `documents`.`published` = 1 ORDER BY `lft`
|
98316
|
+
Completed 200 OK in 33ms (Views: 18.8ms | ActiveRecord: 4.1ms)
|
98317
|
+
|
98318
|
+
|
98319
|
+
Started GET "/blog/adipisci" for 127.0.0.1 at 2013-02-04 22:05:02 +0000
|
98320
|
+
Processing by DocumentsController#show as HTML
|
98321
|
+
Parameters: {"permalink"=>"blog/adipisci"}
|
98322
|
+
[1m[36mDocument Load (0.4ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/blog/adipisci' LIMIT 1[0m
|
98323
|
+
[1m[35mNode Load (0.2ms)[0m SELECT `nodes`.* FROM `nodes` WHERE `nodes`.`id` = 52 ORDER BY position ASC LIMIT 1
|
98324
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `nodes` WHERE `nodes`.`parent_id` = 52[0m
|
98325
|
+
[1m[35mNodeSetting Load (0.3ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 52 AND `node_settings`.`key` = 'template' LIMIT 1
|
98326
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/adipisci.html.erb
|
98327
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/adipisci.html.erb
|
98328
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/adipisci.html.erb
|
98329
|
+
|
98330
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/blog.adipisci.html.erb
|
98331
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/blog.adipisci.html.erb
|
98332
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/blog.adipisci.html.erb
|
98333
|
+
|
98334
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/blog/adipisci.html.erb
|
98335
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/blog/adipisci.html.erb
|
98336
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/blog/adipisci.html.erb
|
98337
|
+
|
98338
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/blog/post.html.erb
|
98339
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/blog/post.html.erb
|
98340
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/blog/post.html.erb
|
98341
|
+
|
98342
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/blog.post.html.erb
|
98343
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/blog.post.html.erb
|
98344
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/blog.post.html.erb
|
98345
|
+
|
98346
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/default.html.erb
|
98347
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/default.html.erb
|
98348
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/default.html.erb
|
98349
|
+
|
98350
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/show.html.erb
|
98351
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/show.html.erb
|
98352
|
+
Found: /Users/kris/Code/qwerty/app/views/cms/show.html.erb
|
98353
|
+
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:erb] instead. (called from realtime at /Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/benchmark.rb:310)
|
98354
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `documents` WHERE `documents`.`parent_id` = 754[0m
|
98355
|
+
Rendered /Users/kris/Code/qwerty/app/views/cms/show.html.erb within layouts/application (1.6ms)
|
98356
|
+
[1m[35mDocument Load (0.4ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`permalink` = '/home' LIMIT 1
|
98357
|
+
[1m[36mDocument Load (0.4ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`parent_id` IS NULL AND `documents`.`published` = 1 ORDER BY `lft`[0m
|
98358
|
+
Completed 200 OK in 16ms (Views: 8.5ms | ActiveRecord: 2.2ms)
|
98359
|
+
|
98360
|
+
|
98361
|
+
Started GET "/gallery" for 127.0.0.1 at 2013-02-04 22:05:05 +0000
|
98362
|
+
Processing by DocumentsController#show as HTML
|
98363
|
+
Parameters: {"permalink"=>"gallery"}
|
98364
|
+
[1m[35mDocument Load (0.7ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/gallery' LIMIT 1
|
98365
|
+
[1m[36mNode Load (0.3ms)[0m [1mSELECT `nodes`.* FROM `nodes` WHERE `nodes`.`id` = 53 ORDER BY position ASC LIMIT 1[0m
|
98366
|
+
[1m[35m (0.5ms)[0m SELECT COUNT(*) FROM `nodes` WHERE `nodes`.`parent_id` = 53
|
98367
|
+
[1m[36mNode Load (0.2ms)[0m [1mSELECT `nodes`.* FROM `nodes` WHERE `nodes`.`parent_id` = 53 ORDER BY position ASC, `lft`[0m
|
98368
|
+
[1m[35mNodeSetting Load (0.3ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 54 AND `node_settings`.`key` = 'sort' LIMIT 1
|
98369
|
+
[1m[36mNodeSetting Load (0.2ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 54 AND `node_settings`.`key` = 'per_page' LIMIT 1[0m
|
98370
|
+
[1m[35mNodeSetting Load (0.2ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 53 AND `node_settings`.`key` = 'template' LIMIT 1
|
98371
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/gallery.html.erb
|
98372
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/gallery.html.erb
|
98373
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/gallery.html.erb
|
98374
|
+
|
98375
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/gallery.html.erb
|
98376
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/gallery.html.erb
|
98377
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/gallery.html.erb
|
98378
|
+
|
98379
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/default.html.erb
|
98380
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/default.html.erb
|
98381
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/default.html.erb
|
98382
|
+
|
98383
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/show.html.erb
|
98384
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/show.html.erb
|
98385
|
+
Found: /Users/kris/Code/qwerty/app/views/cms/show.html.erb
|
98386
|
+
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:erb] instead. (called from realtime at /Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/benchmark.rb:310)
|
98387
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `documents` WHERE `documents`.`parent_id` = 635[0m
|
98388
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `documents` WHERE `documents`.`node_id` = 54
|
98389
|
+
[1m[36mDocument Load (0.6ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`node_id` = 54[0m
|
98390
|
+
Rendered /Users/kris/Code/qwerty/app/views/cms/show.html.erb within layouts/application (5.3ms)
|
98391
|
+
[1m[35mDocument Load (0.5ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`permalink` = '/home' LIMIT 1
|
98392
|
+
[1m[36mDocument Load (0.4ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`parent_id` IS NULL AND `documents`.`published` = 1 ORDER BY `lft`[0m
|
98393
|
+
Completed 200 OK in 26ms (Views: 11.9ms | ActiveRecord: 4.5ms)
|
98394
|
+
|
98395
|
+
|
98396
|
+
Started GET "/gallery/et_architecto_iusto_maxime" for 127.0.0.1 at 2013-02-04 22:05:06 +0000
|
98397
|
+
Processing by DocumentsController#show as HTML
|
98398
|
+
Parameters: {"permalink"=>"gallery/et_architecto_iusto_maxime"}
|
98399
|
+
[1m[35mDocument Load (0.3ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/gallery/et_architecto_iusto_maxime' LIMIT 1
|
98400
|
+
[1m[36mNode Load (0.2ms)[0m [1mSELECT `nodes`.* FROM `nodes` WHERE `nodes`.`id` = 54 ORDER BY position ASC LIMIT 1[0m
|
98401
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `nodes` WHERE `nodes`.`parent_id` = 54
|
98402
|
+
[1m[36mNode Load (0.4ms)[0m [1mSELECT `nodes`.* FROM `nodes` WHERE `nodes`.`parent_id` = 54 ORDER BY position ASC, `lft`[0m
|
98403
|
+
[1m[35mNodeSetting Load (0.3ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 55 AND `node_settings`.`key` = 'sort' LIMIT 1
|
98404
|
+
[1m[36mNodeSetting Load (0.2ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 55 AND `node_settings`.`key` = 'per_page' LIMIT 1[0m
|
98405
|
+
[1m[35mNodeSetting Load (0.2ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 54 AND `node_settings`.`key` = 'template' LIMIT 1
|
98406
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/et_architecto_iusto_maxime.html.erb
|
98407
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/et_architecto_iusto_maxime.html.erb
|
98408
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/et_architecto_iusto_maxime.html.erb
|
98409
|
+
|
98410
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/gallery.et_architecto_iusto_maxime.html.erb
|
98411
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/gallery.et_architecto_iusto_maxime.html.erb
|
98412
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/gallery.et_architecto_iusto_maxime.html.erb
|
98413
|
+
|
98414
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/gallery/et_architecto_iusto_maxime.html.erb
|
98415
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/gallery/et_architecto_iusto_maxime.html.erb
|
98416
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/gallery/et_architecto_iusto_maxime.html.erb
|
98417
|
+
|
98418
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/gallery/gallery.html.erb
|
98419
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/gallery/gallery.html.erb
|
98420
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/gallery/gallery.html.erb
|
98421
|
+
|
98422
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/gallery.gallery.html.erb
|
98423
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/gallery.gallery.html.erb
|
98424
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/gallery.gallery.html.erb
|
98425
|
+
|
98426
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/default.html.erb
|
98427
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/default.html.erb
|
98428
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/default.html.erb
|
98429
|
+
|
98430
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/show.html.erb
|
98431
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/show.html.erb
|
98432
|
+
Found: /Users/kris/Code/qwerty/app/views/cms/show.html.erb
|
98433
|
+
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:erb] instead. (called from realtime at /Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/benchmark.rb:310)
|
98434
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `documents` WHERE `documents`.`parent_id` = 636[0m
|
98435
|
+
Rendered /Users/kris/Code/qwerty/app/views/cms/show.html.erb within layouts/application (1.4ms)
|
98436
|
+
[1m[35mDocument Load (0.6ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`permalink` = '/home' LIMIT 1
|
98437
|
+
[1m[36mDocument Load (0.5ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`parent_id` IS NULL AND `documents`.`published` = 1 ORDER BY `lft`[0m
|
98438
|
+
Completed 200 OK in 23ms (Views: 9.1ms | ActiveRecord: 3.2ms)
|
98439
|
+
|
98440
|
+
|
98441
|
+
Started GET "/home" for 127.0.0.1 at 2013-02-04 22:05:09 +0000
|
98442
|
+
Processing by DocumentsController#show as HTML
|
98443
|
+
Parameters: {"permalink"=>"home"}
|
98444
|
+
[1m[35mDocument Load (0.5ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`published` = 1 AND `documents`.`permalink` = '/home' LIMIT 1
|
98445
|
+
[1m[36mNode Load (0.2ms)[0m [1mSELECT `nodes`.* FROM `nodes` WHERE `nodes`.`id` = 46 ORDER BY position ASC LIMIT 1[0m
|
98446
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `nodes` WHERE `nodes`.`parent_id` = 46
|
98447
|
+
[1m[36mNode Load (0.2ms)[0m [1mSELECT `nodes`.* FROM `nodes` WHERE `nodes`.`parent_id` = 46 ORDER BY position ASC, `lft`[0m
|
98448
|
+
[1m[35mNodeSetting Load (0.3ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 48 AND `node_settings`.`key` = 'sort' LIMIT 1
|
98449
|
+
[1m[36mNodeSetting Load (0.4ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 48 AND `node_settings`.`key` = 'per_page' LIMIT 1[0m
|
98450
|
+
[1m[35mNodeSetting Load (0.3ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 47 AND `node_settings`.`key` = 'sort' LIMIT 1
|
98451
|
+
[1m[36mNodeSetting Load (0.2ms)[0m [1mSELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 47 AND `node_settings`.`key` = 'per_page' LIMIT 1[0m
|
98452
|
+
[1m[35mNodeSetting Load (0.2ms)[0m SELECT `node_settings`.* FROM `node_settings` WHERE `node_settings`.`node_id` = 46 AND `node_settings`.`key` = 'template' LIMIT 1
|
98453
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/home.html.erb
|
98454
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/home.html.erb
|
98455
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/home.html.erb
|
98456
|
+
|
98457
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/home.html.erb
|
98458
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/home.html.erb
|
98459
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/home.html.erb
|
98460
|
+
|
98461
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/default.html.erb
|
98462
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/default.html.erb
|
98463
|
+
Not Found: /Users/kris/Code/qwerty/app/views/cms/default.html.erb
|
98464
|
+
|
98465
|
+
Not Found: /Users/kris/Code/qwerty/test/dummy/app/views/cms/show.html.erb
|
98466
|
+
Not Found: /Users/kris/.rvm/gems/ruby-1.9.2-p320@qwerty/gems/kaminari-0.13.0/app/views/cms/show.html.erb
|
98467
|
+
Found: /Users/kris/Code/qwerty/app/views/cms/show.html.erb
|
98468
|
+
DEPRECATION WARNING: Passing a template handler in the template name is deprecated. You can simply remove the handler name or pass render :handlers => [:erb] instead. (called from realtime at /Users/kris/.rvm/rubies/ruby-1.9.2-p320/lib/ruby/1.9.1/benchmark.rb:310)
|
98469
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `documents` WHERE `documents`.`parent_id` = 768[0m
|
98470
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `documents` WHERE `documents`.`node_id` = 48
|
98471
|
+
[1m[36mDocument Load (0.6ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`node_id` = 48[0m
|
98472
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `documents` WHERE `documents`.`node_id` = 47
|
98473
|
+
[1m[36mDocument Load (0.6ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`node_id` = 47[0m
|
98474
|
+
Rendered /Users/kris/Code/qwerty/app/views/cms/show.html.erb within layouts/application (8.7ms)
|
98475
|
+
[1m[35mDocument Load (0.6ms)[0m SELECT `documents`.* FROM `documents` WHERE `documents`.`permalink` = '/home' LIMIT 1
|
98476
|
+
[1m[36mDocument Load (0.3ms)[0m [1mSELECT `documents`.* FROM `documents` WHERE `documents`.`parent_id` IS NULL AND `documents`.`published` = 1 ORDER BY `lft`[0m
|
98477
|
+
Completed 200 OK in 32ms (Views: 13.8ms | ActiveRecord: 5.4ms)
|