mysql_simple_fulltext 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (20) hide show
  1. data/README.rdoc +3 -2
  2. data/lib/mysql_simple_fulltext/version.rb +1 -1
  3. metadata +86 -120
  4. data/test/dummy/log/development.log +0 -2765
  5. data/test/dummy/tmp/cache/assets/C11/FC0/sprockets%2F43ed13529f28571f72100116a463544a +0 -0
  6. data/test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212 +0 -0
  7. data/test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145 +0 -0
  8. data/test/dummy/tmp/cache/assets/CD5/B70/sprockets%2F416150dc3ac35079c94273cc46e90aa6 +0 -0
  9. data/test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953 +0 -0
  10. data/test/dummy/tmp/cache/assets/CDC/A90/sprockets%2Fe6590f1d0f7409a9531f8044e620dac4 +0 -0
  11. data/test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +0 -0
  12. data/test/dummy/tmp/cache/assets/D1A/310/sprockets%2F5384ad85f52d3272dbc64d46ef3876a4 +0 -0
  13. data/test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705 +0 -0
  14. data/test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655 +0 -0
  15. data/test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6 +0 -0
  16. data/test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b +0 -0
  17. data/test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994 +0 -0
  18. data/test/dummy/tmp/cache/assets/DDF/A20/sprockets%2F587fd30d0277bf7d8fd2ec94af9f2be3 +0 -0
  19. data/test/dummy/tmp/cache/assets/DF8/DE0/sprockets%2F0ab45e4a53efed4e3575d5f1fba03f8c +0 -0
  20. data/test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +0 -0
@@ -13,8 +13,9 @@ In your Gemfile
13
13
  == In your model
14
14
 
15
15
  Setup your fulltext search
16
-
17
- search_with_simple_fulltext [:title, :content]
16
+ class Post < ActiveRecord::Base
17
+ search_with_simple_fulltext [:title, :content]
18
+ end
18
19
 
19
20
  Generate your migration file
20
21
 
@@ -1,3 +1,3 @@
1
1
  module MysqlSimpleFulltext
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mysql_simple_fulltext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -9,22 +9,22 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-03-01 00:00:00.000000000 Z
12
+ date: 2012-03-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails
16
- requirement: &72600750 !ruby/object:Gem::Requirement
16
+ requirement: &15892020 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ~>
20
20
  - !ruby/object:Gem::Version
21
- version: 3.2.1
21
+ version: 3.1.3
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *72600750
24
+ version_requirements: *15892020
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: mysql2
27
- requirement: &72600510 !ruby/object:Gem::Requirement
27
+ requirement: &15891340 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ! '>='
@@ -32,7 +32,7 @@ dependencies:
32
32
  version: '0'
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *72600510
35
+ version_requirements: *15891340
36
36
  description: MysqlSimpleFulltext lets you make simple MySQL fulltext searches a simple
37
37
  way without writing SQL queries in your ActiveRecord.
38
38
  email:
@@ -41,82 +41,65 @@ executables: []
41
41
  extensions: []
42
42
  extra_rdoc_files: []
43
43
  files:
44
- - lib/mysql_simple_fulltext.rb
45
- - lib/tasks/mysql_simple_fulltext_tasks.rake
46
- - lib/generators/mysql_simple_fulltext/USAGE
47
44
  - lib/generators/mysql_simple_fulltext/migration_generator.rb
48
45
  - lib/generators/mysql_simple_fulltext/templates/migration.rb
46
+ - lib/generators/mysql_simple_fulltext/USAGE
49
47
  - lib/mysql_simple_fulltext/version.rb
48
+ - lib/mysql_simple_fulltext.rb
49
+ - lib/tasks/mysql_simple_fulltext_tasks.rake
50
50
  - MIT-LICENSE
51
51
  - Rakefile
52
52
  - README.rdoc
53
53
  - test/test_helper.rb
54
- - test/dummy/tmp/cache/assets/DDF/A20/sprockets%2F587fd30d0277bf7d8fd2ec94af9f2be3
55
- - test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2
56
- - test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
57
- - test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145
58
- - test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b
59
- - test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
60
- - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
61
- - test/dummy/tmp/cache/assets/C11/FC0/sprockets%2F43ed13529f28571f72100116a463544a
62
- - test/dummy/tmp/cache/assets/CDC/A90/sprockets%2Fe6590f1d0f7409a9531f8044e620dac4
63
- - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
64
- - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
65
- - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
66
- - test/dummy/tmp/cache/assets/DF8/DE0/sprockets%2F0ab45e4a53efed4e3575d5f1fba03f8c
67
- - test/dummy/tmp/cache/assets/CD5/B70/sprockets%2F416150dc3ac35079c94273cc46e90aa6
68
- - test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212
69
- - test/dummy/tmp/cache/assets/D1A/310/sprockets%2F5384ad85f52d3272dbc64d46ef3876a4
70
- - test/dummy/config/locales/en.yml
71
- - test/dummy/config/environments/development.rb
72
- - test/dummy/config/environments/test.rb
73
- - test/dummy/config/environments/production.rb
74
- - test/dummy/config/boot.rb
75
- - test/dummy/config/database.yml
76
- - test/dummy/config/application.rb
77
- - test/dummy/config/routes.rb~
78
- - test/dummy/config/environment.rb
79
- - test/dummy/config/initializers/secret_token.rb
80
- - test/dummy/config/initializers/mime_types.rb
81
- - test/dummy/config/initializers/wrap_parameters.rb
82
- - test/dummy/config/initializers/session_store.rb
83
- - test/dummy/config/initializers/backtrace_silencers.rb
84
- - test/dummy/config/initializers/inflections.rb
85
- - test/dummy/config/routes.rb
86
- - test/dummy/test/fixtures/posts.yml
87
- - test/dummy/test/fixtures/posts.yml~
88
- - test/dummy/test/unit/post_test.rb
89
- - test/dummy/test/unit/helpers/posts_helper_test.rb
90
- - test/dummy/test/functional/posts_controller_test.rb
54
+ - test/mysql_simple_fulltext_test.rb
55
+ - test/dummy/README.rdoc
56
+ - test/dummy/db/schema.rb
57
+ - test/dummy/db/migrate/20120211200406_create_posts.rb
58
+ - test/dummy/db/migrate/20120219133758_create_post_fulltext_index.rb
59
+ - test/dummy/Rakefile
91
60
  - test/dummy/script/rails
92
- - test/dummy/app/views/posts/show.html.erb
93
- - test/dummy/app/views/posts/_form.html.erb
94
- - test/dummy/app/views/posts/new.html.erb
95
- - test/dummy/app/views/posts/index.html.erb
96
- - test/dummy/app/views/posts/edit.html.erb
97
- - test/dummy/app/views/layouts/application.html.erb
98
61
  - test/dummy/app/assets/stylesheets/application.css
99
62
  - test/dummy/app/assets/stylesheets/posts.css
100
63
  - test/dummy/app/assets/stylesheets/scaffold.css
101
64
  - test/dummy/app/assets/javascripts/posts.js
102
65
  - test/dummy/app/assets/javascripts/application.js
103
- - test/dummy/app/controllers/posts_controller.rb
104
66
  - test/dummy/app/controllers/application_controller.rb
105
- - test/dummy/app/helpers/application_helper.rb
106
- - test/dummy/app/helpers/posts_helper.rb
67
+ - test/dummy/app/controllers/posts_controller.rb
68
+ - test/dummy/app/views/posts/_form.html.erb
69
+ - test/dummy/app/views/posts/show.html.erb
70
+ - test/dummy/app/views/posts/edit.html.erb
71
+ - test/dummy/app/views/posts/new.html.erb
72
+ - test/dummy/app/views/posts/index.html.erb
73
+ - test/dummy/app/views/layouts/application.html.erb
107
74
  - test/dummy/app/models/post.rb
108
- - test/dummy/public/favicon.ico
75
+ - test/dummy/app/helpers/posts_helper.rb
76
+ - test/dummy/app/helpers/application_helper.rb
77
+ - test/dummy/config.ru
109
78
  - test/dummy/public/500.html
79
+ - test/dummy/public/favicon.ico
110
80
  - test/dummy/public/422.html
111
81
  - test/dummy/public/404.html
112
- - test/dummy/Rakefile
113
- - test/dummy/config.ru
114
- - test/dummy/README.rdoc
115
- - test/dummy/db/migrate/20120211200406_create_posts.rb
116
- - test/dummy/db/migrate/20120219133758_create_post_fulltext_index.rb
117
- - test/dummy/db/schema.rb
118
- - test/dummy/log/development.log
119
- - test/mysql_simple_fulltext_test.rb
82
+ - test/dummy/test/fixtures/posts.yml
83
+ - test/dummy/test/fixtures/posts.yml~
84
+ - test/dummy/test/unit/post_test.rb
85
+ - test/dummy/test/unit/helpers/posts_helper_test.rb
86
+ - test/dummy/test/functional/posts_controller_test.rb
87
+ - test/dummy/config/database.yml
88
+ - test/dummy/config/initializers/backtrace_silencers.rb
89
+ - test/dummy/config/initializers/mime_types.rb
90
+ - test/dummy/config/initializers/wrap_parameters.rb
91
+ - test/dummy/config/initializers/secret_token.rb
92
+ - test/dummy/config/initializers/session_store.rb
93
+ - test/dummy/config/initializers/inflections.rb
94
+ - test/dummy/config/locales/en.yml
95
+ - test/dummy/config/boot.rb
96
+ - test/dummy/config/application.rb
97
+ - test/dummy/config/environment.rb
98
+ - test/dummy/config/routes.rb~
99
+ - test/dummy/config/environments/test.rb
100
+ - test/dummy/config/environments/production.rb
101
+ - test/dummy/config/environments/development.rb
102
+ - test/dummy/config/routes.rb
120
103
  homepage: https://github.com/groustan/mysql_simple_fulltext
121
104
  licenses: []
122
105
  post_install_message:
@@ -143,69 +126,52 @@ specification_version: 3
143
126
  summary: MysqlSimpleFulltext
144
127
  test_files:
145
128
  - test/test_helper.rb
146
- - test/dummy/tmp/cache/assets/DDF/A20/sprockets%2F587fd30d0277bf7d8fd2ec94af9f2be3
147
- - test/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2
148
- - test/dummy/tmp/cache/assets/D4E/1B0/sprockets%2Ff7cbd26ba1d28d48de824f0e94586655
149
- - test/dummy/tmp/cache/assets/CC7/220/sprockets%2Fd066c004d1fd26ae76a61303a7a18145
150
- - test/dummy/tmp/cache/assets/D9C/CD0/sprockets%2Fc85016e7bbd4f3adbb7635d01f85d39b
151
- - test/dummy/tmp/cache/assets/D5A/EA0/sprockets%2Fd771ace226fc8215a3572e0aa35bb0d6
152
- - test/dummy/tmp/cache/assets/D32/A10/sprockets%2F13fe41fee1fe35b49d145bcc06610705
153
- - test/dummy/tmp/cache/assets/C11/FC0/sprockets%2F43ed13529f28571f72100116a463544a
154
- - test/dummy/tmp/cache/assets/CDC/A90/sprockets%2Fe6590f1d0f7409a9531f8044e620dac4
155
- - test/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af
156
- - test/dummy/tmp/cache/assets/CD8/370/sprockets%2F357970feca3ac29060c1e3861e2c0953
157
- - test/dummy/tmp/cache/assets/DDC/400/sprockets%2Fcffd775d018f68ce5dba1ee0d951a994
158
- - test/dummy/tmp/cache/assets/DF8/DE0/sprockets%2F0ab45e4a53efed4e3575d5f1fba03f8c
159
- - test/dummy/tmp/cache/assets/CD5/B70/sprockets%2F416150dc3ac35079c94273cc46e90aa6
160
- - test/dummy/tmp/cache/assets/C8C/B80/sprockets%2F371bf96e99717688ed7313a0c53f4212
161
- - test/dummy/tmp/cache/assets/D1A/310/sprockets%2F5384ad85f52d3272dbc64d46ef3876a4
162
- - test/dummy/config/locales/en.yml
163
- - test/dummy/config/environments/development.rb
164
- - test/dummy/config/environments/test.rb
165
- - test/dummy/config/environments/production.rb
166
- - test/dummy/config/boot.rb
167
- - test/dummy/config/database.yml
168
- - test/dummy/config/application.rb
169
- - test/dummy/config/routes.rb~
170
- - test/dummy/config/environment.rb
171
- - test/dummy/config/initializers/secret_token.rb
172
- - test/dummy/config/initializers/mime_types.rb
173
- - test/dummy/config/initializers/wrap_parameters.rb
174
- - test/dummy/config/initializers/session_store.rb
175
- - test/dummy/config/initializers/backtrace_silencers.rb
176
- - test/dummy/config/initializers/inflections.rb
177
- - test/dummy/config/routes.rb
178
- - test/dummy/test/fixtures/posts.yml
179
- - test/dummy/test/fixtures/posts.yml~
180
- - test/dummy/test/unit/post_test.rb
181
- - test/dummy/test/unit/helpers/posts_helper_test.rb
182
- - test/dummy/test/functional/posts_controller_test.rb
129
+ - test/mysql_simple_fulltext_test.rb
130
+ - test/dummy/README.rdoc
131
+ - test/dummy/db/schema.rb
132
+ - test/dummy/db/migrate/20120211200406_create_posts.rb
133
+ - test/dummy/db/migrate/20120219133758_create_post_fulltext_index.rb
134
+ - test/dummy/Rakefile
183
135
  - test/dummy/script/rails
184
- - test/dummy/app/views/posts/show.html.erb
185
- - test/dummy/app/views/posts/_form.html.erb
186
- - test/dummy/app/views/posts/new.html.erb
187
- - test/dummy/app/views/posts/index.html.erb
188
- - test/dummy/app/views/posts/edit.html.erb
189
- - test/dummy/app/views/layouts/application.html.erb
190
136
  - test/dummy/app/assets/stylesheets/application.css
191
137
  - test/dummy/app/assets/stylesheets/posts.css
192
138
  - test/dummy/app/assets/stylesheets/scaffold.css
193
139
  - test/dummy/app/assets/javascripts/posts.js
194
140
  - test/dummy/app/assets/javascripts/application.js
195
- - test/dummy/app/controllers/posts_controller.rb
196
141
  - test/dummy/app/controllers/application_controller.rb
197
- - test/dummy/app/helpers/application_helper.rb
198
- - test/dummy/app/helpers/posts_helper.rb
142
+ - test/dummy/app/controllers/posts_controller.rb
143
+ - test/dummy/app/views/posts/_form.html.erb
144
+ - test/dummy/app/views/posts/show.html.erb
145
+ - test/dummy/app/views/posts/edit.html.erb
146
+ - test/dummy/app/views/posts/new.html.erb
147
+ - test/dummy/app/views/posts/index.html.erb
148
+ - test/dummy/app/views/layouts/application.html.erb
199
149
  - test/dummy/app/models/post.rb
200
- - test/dummy/public/favicon.ico
150
+ - test/dummy/app/helpers/posts_helper.rb
151
+ - test/dummy/app/helpers/application_helper.rb
152
+ - test/dummy/config.ru
201
153
  - test/dummy/public/500.html
154
+ - test/dummy/public/favicon.ico
202
155
  - test/dummy/public/422.html
203
156
  - test/dummy/public/404.html
204
- - test/dummy/Rakefile
205
- - test/dummy/config.ru
206
- - test/dummy/README.rdoc
207
- - test/dummy/db/migrate/20120211200406_create_posts.rb
208
- - test/dummy/db/migrate/20120219133758_create_post_fulltext_index.rb
209
- - test/dummy/db/schema.rb
210
- - test/dummy/log/development.log
211
- - test/mysql_simple_fulltext_test.rb
157
+ - test/dummy/test/fixtures/posts.yml
158
+ - test/dummy/test/fixtures/posts.yml~
159
+ - test/dummy/test/unit/post_test.rb
160
+ - test/dummy/test/unit/helpers/posts_helper_test.rb
161
+ - test/dummy/test/functional/posts_controller_test.rb
162
+ - test/dummy/config/database.yml
163
+ - test/dummy/config/initializers/backtrace_silencers.rb
164
+ - test/dummy/config/initializers/mime_types.rb
165
+ - test/dummy/config/initializers/wrap_parameters.rb
166
+ - test/dummy/config/initializers/secret_token.rb
167
+ - test/dummy/config/initializers/session_store.rb
168
+ - test/dummy/config/initializers/inflections.rb
169
+ - test/dummy/config/locales/en.yml
170
+ - test/dummy/config/boot.rb
171
+ - test/dummy/config/application.rb
172
+ - test/dummy/config/environment.rb
173
+ - test/dummy/config/routes.rb~
174
+ - test/dummy/config/environments/test.rb
175
+ - test/dummy/config/environments/production.rb
176
+ - test/dummy/config/environments/development.rb
177
+ - test/dummy/config/routes.rb
@@ -1,2765 +0,0 @@
1
-
2
-
3
- Started GET "/" for 127.0.0.1 at 2012-02-11 21:06:08 +0100
4
-
5
- ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
6
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `retrieve_connection'
7
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_specification.rb:168:in `retrieve_connection'
8
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_specification.rb:142:in `connection'
9
- activerecord (3.2.1) lib/active_record/query_cache.rb:67:in `rescue in call'
10
- activerecord (3.2.1) lib/active_record/query_cache.rb:61:in `call'
11
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
12
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
13
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__455498937__call__1057693867__callbacks'
14
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
15
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
16
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
17
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
18
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
19
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
20
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
21
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
22
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
23
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
24
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
25
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
26
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
27
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
28
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
29
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
30
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
31
- railties (3.2.1) lib/rails/application.rb:220:in `call'
32
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
33
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
34
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
35
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
36
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
37
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
38
-
39
-
40
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (11.8ms)
41
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (22.0ms)
42
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (52.6ms)
43
-
44
-
45
- Started GET "/" for 127.0.0.1 at 2012-02-11 21:06:47 +0100
46
-
47
- ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
48
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:374:in `retrieve_connection'
49
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_specification.rb:168:in `retrieve_connection'
50
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_specification.rb:142:in `connection'
51
- activerecord (3.2.1) lib/active_record/query_cache.rb:67:in `rescue in call'
52
- activerecord (3.2.1) lib/active_record/query_cache.rb:61:in `call'
53
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
54
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
55
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__819493067__call__383881977__callbacks'
56
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
57
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
58
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
59
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
60
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
61
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
62
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
63
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
64
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
65
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
66
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
67
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
68
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
69
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
70
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
71
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
72
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
73
- railties (3.2.1) lib/rails/application.rb:220:in `call'
74
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
75
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
76
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
77
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
78
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
79
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
80
-
81
-
82
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (10.9ms)
83
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (9.4ms)
84
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.2ms)
85
-
86
-
87
- Started GET "/" for 127.0.0.1 at 2012-02-11 21:11:19 +0100
88
-
89
- ActionController::RoutingError (No route matches [GET] "/"):
90
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
91
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
92
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
93
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
94
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
95
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
96
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
97
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
98
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
99
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
100
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
101
- railties (3.2.1) lib/rails/application.rb:220:in `call'
102
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
103
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
104
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
105
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
106
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
107
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
108
-
109
-
110
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (13.8ms)
111
-
112
-
113
- Started GET "/" for 127.0.0.1 at 2012-02-11 21:12:36 +0100
114
- Processing by PostsController#index as HTML
115
- Post Load (0.4ms) SELECT `posts`.* FROM `posts` 
116
- Rendered posts/index.html.erb within layouts/application (22.7ms)
117
- Compiled posts.css (1ms) (pid 12083)
118
- Compiled scaffold.css (1ms) (pid 12083)
119
- Compiled application.css (87ms) (pid 12083)
120
- Compiled jquery.js (9ms) (pid 12083)
121
- Compiled jquery_ujs.js (2ms) (pid 12083)
122
- Compiled posts.js (1ms) (pid 12083)
123
- Compiled application.js (237ms) (pid 12083)
124
- Completed 200 OK in 721ms (Views: 674.2ms | ActiveRecord: 0.4ms)
125
-
126
-
127
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-11 21:12:38 +0100
128
- Served asset /scaffold.css - 200 OK (24ms)
129
-
130
-
131
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-11 21:12:38 +0100
132
- Served asset /jquery.js - 304 Not Modified (20ms)
133
-
134
-
135
- Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-02-11 21:12:38 +0100
136
- Served asset /posts.css - 200 OK (14ms)
137
-
138
-
139
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-11 21:12:38 +0100
140
- Served asset /application.css - 304 Not Modified (25ms)
141
-
142
-
143
- Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-02-11 21:12:38 +0100
144
- Served asset /posts.js - 200 OK (9ms)
145
-
146
-
147
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-11 21:12:38 +0100
148
- Served asset /jquery_ujs.js - 304 Not Modified (22ms)
149
-
150
-
151
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-11 21:12:38 +0100
152
- Served asset /application.js - 304 Not Modified (87ms)
153
-
154
-
155
- Started GET "/posts?utf8=%E2%9C%93&search=tre" for 127.0.0.1 at 2012-02-11 21:12:49 +0100
156
- Processing by PostsController#index as HTML
157
- Parameters: {"utf8"=>"✓", "search"=>"tre"}
158
- Post Load (0.7ms) SELECT `posts`.* FROM `posts`
159
- Rendered posts/index.html.erb within layouts/application (21.0ms)
160
- Completed 200 OK in 54ms (Views: 48.8ms | ActiveRecord: 0.7ms)
161
-
162
-
163
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-11 21:12:49 +0100
164
- Served asset /application.css - 304 Not Modified (2ms)
165
-
166
-
167
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-11 21:12:49 +0100
168
- Served asset /jquery.js - 304 Not Modified (3ms)
169
-
170
-
171
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-11 21:12:49 +0100
172
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
173
-
174
-
175
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-11 21:12:49 +0100
176
- Served asset /application.js - 304 Not Modified (6ms)
177
-
178
-
179
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:12:57 +0100
180
- Processing by PostsController#index as HTML
181
- Parameters: {"utf8"=>"✓", "search"=>"established"}
182
- Post Load (0.5ms) SELECT `posts`.* FROM `posts` 
183
- Rendered posts/index.html.erb within layouts/application (18.0ms)
184
- Completed 200 OK in 47ms (Views: 41.4ms | ActiveRecord: 0.5ms)
185
-
186
-
187
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-11 21:12:57 +0100
188
- Served asset /application.css - 304 Not Modified (3ms)
189
-
190
-
191
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-11 21:12:57 +0100
192
- Served asset /jquery.js - 304 Not Modified (27ms)
193
-
194
-
195
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-11 21:12:57 +0100
196
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
197
-
198
-
199
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-11 21:12:57 +0100
200
- Served asset /application.js - 304 Not Modified (10ms)
201
-
202
-
203
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:22:25 +0100
204
- Processing by PostsController#index as HTML
205
- Parameters: {"utf8"=>"✓", "search"=>"established"}
206
- Post Load (0.4ms) SELECT `posts`.* FROM `posts` 
207
- Rendered posts/index.html.erb within layouts/application (33.0ms)
208
- Completed 200 OK in 240ms (Views: 203.0ms | ActiveRecord: 0.4ms)
209
-
210
-
211
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-11 21:22:27 +0100
212
- Served asset /application.css - 304 Not Modified (46ms)
213
-
214
-
215
- Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-02-11 21:22:27 +0100
216
- Served asset /posts.css - 304 Not Modified (10ms)
217
-
218
-
219
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-11 21:22:28 +0100
220
- Served asset /scaffold.css - 304 Not Modified (10ms)
221
-
222
-
223
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-11 21:22:28 +0100
224
- Served asset /jquery.js - 304 Not Modified (96ms)
225
-
226
-
227
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-11 21:22:28 +0100
228
- Served asset /jquery_ujs.js - 304 Not Modified (15ms)
229
-
230
-
231
- Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-02-11 21:22:28 +0100
232
- Served asset /posts.js - 304 Not Modified (11ms)
233
-
234
-
235
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-11 21:22:28 +0100
236
- Served asset /application.js - 304 Not Modified (69ms)
237
-
238
-
239
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:25:21 +0100
240
-
241
- ActionController::RoutingError (undefined local variable or method `search_with_simple_fulltext' for #<Class:0xa452810>):
242
- app/models/post.rb:2:in `<class:Post>'
243
- app/models/post.rb:1:in `<top (required)>'
244
- app/controllers/posts_controller.rb:1:in `<top (required)>'
245
-
246
-
247
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.3ms)
248
-
249
-
250
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:25:44 +0100
251
-
252
- NoMethodError (undefined method `key?' for nil:NilClass):
253
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
254
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
255
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
256
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
257
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
258
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
259
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
260
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
261
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
262
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
263
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
264
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
265
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
266
- journey (1.0.1) lib/journey/router.rb:56:in `each'
267
- journey (1.0.1) lib/journey/router.rb:56:in `call'
268
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
269
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
270
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
271
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
272
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
273
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
274
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
275
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
276
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
277
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
278
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
279
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
280
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
281
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__1069480637__call__16036045__callbacks'
282
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
283
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
284
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
285
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
286
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
287
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
288
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
289
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
290
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
291
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
292
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
293
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
294
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
295
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
296
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
297
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
298
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
299
- railties (3.2.1) lib/rails/application.rb:220:in `call'
300
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
301
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
302
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
303
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
304
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
305
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
306
-
307
-
308
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (12.1ms)
309
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.5ms)
310
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (29.3ms)
311
-
312
-
313
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:07 +0100
314
-
315
- ActionController::RoutingError (undefined local variable or method `search_with_simple_fulltext' for #<Class:0x90894b4>):
316
- app/models/post.rb:2:in `<class:Post>'
317
- app/models/post.rb:1:in `<top (required)>'
318
- app/controllers/posts_controller.rb:1:in `<top (required)>'
319
-
320
-
321
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (2.8ms)
322
-
323
-
324
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:09 +0100
325
-
326
- NoMethodError (undefined method `key?' for nil:NilClass):
327
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
328
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
329
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
330
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
331
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
332
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
333
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
334
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
335
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
336
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
337
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
338
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
339
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
340
- journey (1.0.1) lib/journey/router.rb:56:in `each'
341
- journey (1.0.1) lib/journey/router.rb:56:in `call'
342
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
343
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
344
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
345
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
346
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
347
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
348
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
349
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
350
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
351
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
352
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
353
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
354
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
355
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__1069480637__call__16036045__callbacks'
356
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
357
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
358
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
359
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
360
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
361
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
362
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
363
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
364
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
365
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
366
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
367
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
368
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
369
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
370
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
371
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
372
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
373
- railties (3.2.1) lib/rails/application.rb:220:in `call'
374
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
375
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
376
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
377
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
378
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
379
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
380
-
381
-
382
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (14.2ms)
383
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.2ms)
384
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.3ms)
385
-
386
-
387
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:10 +0100
388
-
389
- NoMethodError (undefined method `key?' for nil:NilClass):
390
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
391
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
392
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
393
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
394
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
395
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
396
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
397
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
398
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
399
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
400
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
401
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
402
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
403
- journey (1.0.1) lib/journey/router.rb:56:in `each'
404
- journey (1.0.1) lib/journey/router.rb:56:in `call'
405
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
406
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
407
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
408
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
409
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
410
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
411
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
412
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
413
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
414
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
415
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
416
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
417
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
418
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__1069480637__call__16036045__callbacks'
419
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
420
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
421
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
422
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
423
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
424
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
425
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
426
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
427
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
428
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
429
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
430
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
431
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
432
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
433
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
434
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
435
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
436
- railties (3.2.1) lib/rails/application.rb:220:in `call'
437
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
438
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
439
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
440
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
441
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
442
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
443
-
444
-
445
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (13.8ms)
446
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.4ms)
447
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (31.1ms)
448
-
449
-
450
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:11 +0100
451
-
452
- NoMethodError (undefined method `key?' for nil:NilClass):
453
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
454
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
455
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
456
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
457
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
458
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
459
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
460
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
461
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
462
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
463
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
464
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
465
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
466
- journey (1.0.1) lib/journey/router.rb:56:in `each'
467
- journey (1.0.1) lib/journey/router.rb:56:in `call'
468
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
469
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
470
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
471
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
472
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
473
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
474
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
475
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
476
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
477
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
478
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
479
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
480
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
481
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__1069480637__call__16036045__callbacks'
482
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
483
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
484
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
485
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
486
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
487
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
488
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
489
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
490
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
491
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
492
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
493
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
494
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
495
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
496
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
497
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
498
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
499
- railties (3.2.1) lib/rails/application.rb:220:in `call'
500
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
501
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
502
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
503
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
504
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
505
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
506
-
507
-
508
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (11.5ms)
509
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.2ms)
510
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (29.8ms)
511
-
512
-
513
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:12 +0100
514
-
515
- NoMethodError (undefined method `key?' for nil:NilClass):
516
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
517
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
518
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
519
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
520
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
521
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
522
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
523
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
524
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
525
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
526
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
527
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
528
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
529
- journey (1.0.1) lib/journey/router.rb:56:in `each'
530
- journey (1.0.1) lib/journey/router.rb:56:in `call'
531
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
532
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
533
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
534
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
535
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
536
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
537
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
538
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
539
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
540
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
541
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
542
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
543
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
544
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__1069480637__call__16036045__callbacks'
545
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
546
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
547
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
548
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
549
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
550
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
551
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
552
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
553
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
554
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
555
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
556
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
557
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
558
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
559
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
560
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
561
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
562
- railties (3.2.1) lib/rails/application.rb:220:in `call'
563
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
564
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
565
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
566
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
567
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
568
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
569
-
570
-
571
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (10.6ms)
572
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.3ms)
573
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.6ms)
574
-
575
-
576
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:13 +0100
577
-
578
- NoMethodError (undefined method `key?' for nil:NilClass):
579
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
580
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
581
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
582
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
583
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
584
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
585
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
586
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
587
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
588
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
589
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
590
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
591
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
592
- journey (1.0.1) lib/journey/router.rb:56:in `each'
593
- journey (1.0.1) lib/journey/router.rb:56:in `call'
594
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
595
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
596
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
597
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
598
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
599
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
600
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
601
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
602
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
603
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
604
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
605
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
606
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
607
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__1069480637__call__16036045__callbacks'
608
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
609
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
610
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
611
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
612
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
613
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
614
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
615
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
616
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
617
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
618
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
619
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
620
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
621
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
622
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
623
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
624
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
625
- railties (3.2.1) lib/rails/application.rb:220:in `call'
626
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
627
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
628
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
629
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
630
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
631
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
632
-
633
-
634
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (11.0ms)
635
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.7ms)
636
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.3ms)
637
-
638
-
639
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:14 +0100
640
-
641
- NoMethodError (undefined method `key?' for nil:NilClass):
642
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
643
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
644
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
645
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
646
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
647
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
648
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
649
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
650
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
651
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
652
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
653
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
654
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
655
- journey (1.0.1) lib/journey/router.rb:56:in `each'
656
- journey (1.0.1) lib/journey/router.rb:56:in `call'
657
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
658
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
659
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
660
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
661
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
662
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
663
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
664
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
665
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
666
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
667
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
668
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
669
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
670
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__1069480637__call__16036045__callbacks'
671
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
672
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
673
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
674
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
675
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
676
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
677
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
678
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
679
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
680
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
681
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
682
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
683
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
684
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
685
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
686
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
687
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
688
- railties (3.2.1) lib/rails/application.rb:220:in `call'
689
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
690
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
691
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
692
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
693
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
694
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
695
-
696
-
697
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (11.8ms)
698
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.6ms)
699
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (26.1ms)
700
-
701
-
702
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:15 +0100
703
-
704
- NoMethodError (undefined method `key?' for nil:NilClass):
705
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
706
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
707
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
708
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
709
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
710
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
711
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
712
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
713
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
714
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
715
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
716
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
717
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
718
- journey (1.0.1) lib/journey/router.rb:56:in `each'
719
- journey (1.0.1) lib/journey/router.rb:56:in `call'
720
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
721
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
722
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
723
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
724
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
725
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
726
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
727
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
728
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
729
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
730
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
731
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
732
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
733
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__1069480637__call__16036045__callbacks'
734
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
735
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
736
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
737
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
738
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
739
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
740
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
741
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
742
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
743
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
744
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
745
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
746
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
747
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
748
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
749
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
750
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
751
- railties (3.2.1) lib/rails/application.rb:220:in `call'
752
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
753
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
754
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
755
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
756
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
757
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
758
-
759
-
760
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (14.2ms)
761
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms)
762
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.0ms)
763
-
764
-
765
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:15 +0100
766
-
767
- NoMethodError (undefined method `key?' for nil:NilClass):
768
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
769
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
770
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
771
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
772
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
773
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
774
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
775
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
776
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
777
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
778
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
779
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
780
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
781
- journey (1.0.1) lib/journey/router.rb:56:in `each'
782
- journey (1.0.1) lib/journey/router.rb:56:in `call'
783
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
784
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
785
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
786
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
787
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
788
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
789
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
790
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
791
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
792
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
793
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
794
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
795
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
796
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__1069480637__call__16036045__callbacks'
797
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
798
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
799
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
800
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
801
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
802
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
803
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
804
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
805
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
806
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
807
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
808
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
809
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
810
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
811
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
812
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
813
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
814
- railties (3.2.1) lib/rails/application.rb:220:in `call'
815
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
816
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
817
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
818
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
819
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
820
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
821
-
822
-
823
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (14.0ms)
824
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.2ms)
825
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (28.8ms)
826
-
827
-
828
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:48 +0100
829
-
830
- ActionController::RoutingError (undefined local variable or method `search_with_simple_fulltext' for #<Class:0xa69eb64>):
831
- app/models/post.rb:2:in `<class:Post>'
832
- app/models/post.rb:1:in `<top (required)>'
833
- app/controllers/posts_controller.rb:1:in `<top (required)>'
834
-
835
-
836
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (57.4ms)
837
-
838
-
839
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:26:58 +0100
840
-
841
- NoMethodError (undefined method `key?' for nil:NilClass):
842
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
843
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
844
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
845
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
846
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
847
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
848
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
849
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
850
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
851
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
852
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
853
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
854
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
855
- journey (1.0.1) lib/journey/router.rb:56:in `each'
856
- journey (1.0.1) lib/journey/router.rb:56:in `call'
857
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
858
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
859
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
860
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
861
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
862
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
863
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
864
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
865
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
866
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
867
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
868
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
869
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
870
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__263723389__call__320350990__callbacks'
871
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
872
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
873
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
874
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
875
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
876
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
877
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
878
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
879
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
880
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
881
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
882
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
883
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
884
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
885
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
886
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
887
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
888
- railties (3.2.1) lib/rails/application.rb:220:in `call'
889
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
890
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
891
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
892
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
893
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
894
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
895
-
896
-
897
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (12.1ms)
898
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (4.4ms)
899
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (27.9ms)
900
-
901
-
902
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-11 21:28:49 +0100
903
-
904
- NoMethodError (undefined method `key?' for nil:NilClass):
905
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
906
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
907
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
908
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
909
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
910
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
911
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
912
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
913
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
914
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
915
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
916
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
917
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
918
- journey (1.0.1) lib/journey/router.rb:56:in `each'
919
- journey (1.0.1) lib/journey/router.rb:56:in `call'
920
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
921
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
922
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
923
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
924
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
925
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
926
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
927
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
928
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
929
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
930
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
931
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
932
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
933
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__263723389__call__320350990__callbacks'
934
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
935
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
936
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
937
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
938
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
939
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
940
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
941
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
942
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
943
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
944
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
945
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
946
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
947
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
948
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
949
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
950
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
951
- railties (3.2.1) lib/rails/application.rb:220:in `call'
952
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
953
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
954
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
955
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
956
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
957
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
958
-
959
-
960
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (11.8ms)
961
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.4ms)
962
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (27.8ms)
963
-
964
-
965
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:49:06 +0100
966
-
967
- ActionController::RoutingError (undefined local variable or method `search_with_simple_fulltext' for #<Class:0xb2db83c>):
968
- app/models/post.rb:2:in `<class:Post>'
969
- app/models/post.rb:1:in `<top (required)>'
970
- app/controllers/posts_controller.rb:1:in `<top (required)>'
971
-
972
-
973
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (71.9ms)
974
-
975
-
976
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:49:29 +0100
977
-
978
- NoMethodError (undefined method `key?' for nil:NilClass):
979
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
980
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
981
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
982
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
983
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
984
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
985
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
986
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
987
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
988
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
989
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
990
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
991
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
992
- journey (1.0.1) lib/journey/router.rb:56:in `each'
993
- journey (1.0.1) lib/journey/router.rb:56:in `call'
994
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
995
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
996
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
997
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
998
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
999
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1000
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1001
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1002
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1003
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1004
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1005
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1006
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1007
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1008
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1009
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1010
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1011
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1012
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1013
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1014
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1015
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1016
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1017
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1018
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1019
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1020
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1021
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1022
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1023
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1024
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1025
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1026
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1027
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1028
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1029
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1030
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1031
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1032
-
1033
-
1034
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (14.1ms)
1035
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.9ms)
1036
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (143.3ms)
1037
-
1038
-
1039
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:49:31 +0100
1040
-
1041
- NoMethodError (undefined method `key?' for nil:NilClass):
1042
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1043
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1044
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1045
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1046
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1047
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1048
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1049
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1050
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1051
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1052
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1053
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1054
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1055
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1056
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1057
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1058
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1059
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1060
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1061
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1062
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1063
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1064
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1065
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1066
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1067
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1068
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1069
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1070
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1071
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1072
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1073
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1074
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1075
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1076
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1077
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1078
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1079
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1080
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1081
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1082
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1083
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1084
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1085
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1086
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1087
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1088
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1089
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1090
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1091
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1092
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1093
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1094
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1095
-
1096
-
1097
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (15.4ms)
1098
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.6ms)
1099
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (35.9ms)
1100
-
1101
-
1102
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:49:33 +0100
1103
-
1104
- NoMethodError (undefined method `key?' for nil:NilClass):
1105
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1106
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1107
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1108
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1109
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1110
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1111
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1112
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1113
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1114
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1115
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1116
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1117
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1118
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1119
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1120
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1121
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1122
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1123
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1124
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1125
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1126
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1127
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1128
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1129
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1130
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1131
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1132
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1133
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1134
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1135
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1136
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1137
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1138
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1139
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1140
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1141
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1142
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1143
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1144
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1145
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1146
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1147
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1148
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1149
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1150
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1151
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1152
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1153
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1154
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1155
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1156
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1157
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1158
-
1159
-
1160
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (15.9ms)
1161
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.2ms)
1162
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.7ms)
1163
-
1164
-
1165
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:49:34 +0100
1166
-
1167
- NoMethodError (undefined method `key?' for nil:NilClass):
1168
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1169
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1170
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1171
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1172
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1173
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1174
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1175
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1176
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1177
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1178
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1179
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1180
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1181
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1182
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1183
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1184
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1185
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1186
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1187
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1188
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1189
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1190
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1191
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1192
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1193
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1194
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1195
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1196
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1197
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1198
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1199
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1200
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1201
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1202
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1203
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1204
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1205
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1206
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1207
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1208
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1209
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1210
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1211
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1212
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1213
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1214
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1215
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1216
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1217
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1218
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1219
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1220
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1221
-
1222
-
1223
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (16.2ms)
1224
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (8.0ms)
1225
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.9ms)
1226
-
1227
-
1228
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:49:44 +0100
1229
-
1230
- NoMethodError (undefined method `key?' for nil:NilClass):
1231
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1232
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1233
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1234
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1235
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1236
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1237
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1238
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1239
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1240
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1241
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1242
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1243
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1244
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1245
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1246
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1247
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1248
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1249
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1250
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1251
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1252
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1253
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1254
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1255
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1256
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1257
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1258
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1259
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1260
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1261
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1262
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1263
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1264
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1265
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1266
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1267
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1268
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1269
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1270
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1271
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1272
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1273
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1274
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1275
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1276
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1277
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1278
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1279
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1280
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1281
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1282
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1283
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1284
-
1285
-
1286
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (15.4ms)
1287
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.8ms)
1288
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.8ms)
1289
-
1290
-
1291
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:18 +0100
1292
-
1293
- NoMethodError (undefined method `key?' for nil:NilClass):
1294
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1295
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1296
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1297
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1298
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1299
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1300
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1301
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1302
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1303
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1304
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1305
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1306
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1307
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1308
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1309
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1310
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1311
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1312
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1313
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1314
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1315
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1316
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1317
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1318
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1319
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1320
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1321
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1322
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1323
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1324
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1325
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1326
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1327
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1328
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1329
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1330
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1331
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1332
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1333
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1334
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1335
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1336
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1337
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1338
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1339
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1340
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1341
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1342
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1343
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1344
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1345
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1346
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1347
-
1348
-
1349
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (15.8ms)
1350
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.4ms)
1351
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.6ms)
1352
-
1353
-
1354
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:19 +0100
1355
-
1356
- NoMethodError (undefined method `key?' for nil:NilClass):
1357
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1358
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1359
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1360
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1361
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1362
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1363
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1364
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1365
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1366
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1367
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1368
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1369
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1370
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1371
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1372
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1373
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1374
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1375
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1376
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1377
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1378
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1379
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1380
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1381
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1382
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1383
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1384
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1385
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1386
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1387
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1388
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1389
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1390
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1391
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1392
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1393
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1394
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1395
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1396
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1397
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1398
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1399
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1400
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1401
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1402
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1403
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1404
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1405
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1406
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1407
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1408
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1409
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1410
-
1411
-
1412
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (14.7ms)
1413
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (5.7ms)
1414
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.2ms)
1415
-
1416
-
1417
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:20 +0100
1418
-
1419
- NoMethodError (undefined method `key?' for nil:NilClass):
1420
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1421
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1422
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1423
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1424
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1425
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1426
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1427
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1428
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1429
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1430
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1431
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1432
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1433
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1434
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1435
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1436
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1437
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1438
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1439
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1440
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1441
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1442
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1443
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1444
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1445
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1446
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1447
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1448
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1449
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1450
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1451
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1452
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1453
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1454
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1455
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1456
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1457
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1458
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1459
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1460
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1461
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1462
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1463
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1464
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1465
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1466
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1467
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1468
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1469
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1470
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1471
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1472
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1473
-
1474
-
1475
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (15.9ms)
1476
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.1ms)
1477
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (94.2ms)
1478
-
1479
-
1480
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:20 +0100
1481
-
1482
- NoMethodError (undefined method `key?' for nil:NilClass):
1483
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1484
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1485
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1486
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1487
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1488
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1489
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1490
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1491
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1492
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1493
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1494
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1495
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1496
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1497
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1498
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1499
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1500
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1501
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1502
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1503
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1504
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1505
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1506
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1507
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1508
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1509
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1510
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1511
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1512
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1513
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1514
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1515
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1516
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1517
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1518
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1519
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1520
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1521
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1522
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1523
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1524
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1525
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1526
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1527
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1528
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1529
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1530
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1531
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1532
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1533
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1534
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1535
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1536
-
1537
-
1538
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (19.2ms)
1539
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.4ms)
1540
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (58.3ms)
1541
-
1542
-
1543
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:20 +0100
1544
-
1545
- NoMethodError (undefined method `key?' for nil:NilClass):
1546
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1547
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1548
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1549
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1550
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1551
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1552
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1553
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1554
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1555
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1556
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1557
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1558
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1559
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1560
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1561
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1562
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1563
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1564
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1565
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1566
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1567
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1568
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1569
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1570
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1571
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1572
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1573
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1574
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1575
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1576
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1577
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1578
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1579
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1580
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1581
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1582
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1583
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1584
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1585
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1586
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1587
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1588
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1589
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1590
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1591
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1592
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1593
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1594
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1595
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1596
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1597
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1598
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1599
-
1600
-
1601
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (14.4ms)
1602
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms)
1603
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (32.6ms)
1604
-
1605
-
1606
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:20 +0100
1607
-
1608
- NoMethodError (undefined method `key?' for nil:NilClass):
1609
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1610
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1611
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1612
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1613
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1614
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1615
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1616
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1617
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1618
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1619
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1620
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1621
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1622
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1623
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1624
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1625
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1626
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1627
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1628
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1629
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1630
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1631
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1632
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1633
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1634
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1635
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1636
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1637
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1638
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1639
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1640
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1641
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1642
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1643
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1644
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1645
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1646
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1647
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1648
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1649
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1650
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1651
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1652
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1653
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1654
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1655
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1656
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1657
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1658
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1659
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1660
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1661
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1662
-
1663
-
1664
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (15.5ms)
1665
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.1ms)
1666
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.2ms)
1667
-
1668
-
1669
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:21 +0100
1670
-
1671
- NoMethodError (undefined method `key?' for nil:NilClass):
1672
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1673
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1674
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1675
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1676
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1677
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1678
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1679
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1680
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1681
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1682
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1683
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1684
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1685
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1686
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1687
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1688
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1689
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1690
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1691
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1692
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1693
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1694
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1695
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1696
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1697
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1698
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1699
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1700
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1701
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1702
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1703
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1704
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1705
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1706
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1707
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1708
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1709
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1710
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1711
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1712
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1713
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1714
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1715
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1716
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1717
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1718
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1719
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1720
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1721
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1722
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1723
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1724
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1725
-
1726
-
1727
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (15.3ms)
1728
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.2ms)
1729
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (33.1ms)
1730
-
1731
-
1732
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:21 +0100
1733
-
1734
- NoMethodError (undefined method `key?' for nil:NilClass):
1735
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1736
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1737
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1738
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1739
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1740
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1741
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1742
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1743
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1744
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1745
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1746
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1747
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1748
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1749
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1750
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1751
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1752
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1753
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1754
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1755
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1756
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1757
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1758
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1759
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1760
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1761
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1762
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1763
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1764
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1765
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1766
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1767
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1768
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1769
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1770
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1771
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1772
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1773
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1774
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1775
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1776
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1777
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1778
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1779
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1780
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1781
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1782
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1783
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1784
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1785
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1786
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1787
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1788
-
1789
-
1790
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (17.7ms)
1791
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.8ms)
1792
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (43.0ms)
1793
-
1794
-
1795
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:21 +0100
1796
-
1797
- NoMethodError (undefined method `key?' for nil:NilClass):
1798
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1799
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1800
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1801
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1802
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1803
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1804
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1805
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1806
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1807
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1808
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1809
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1810
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1811
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1812
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1813
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1814
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1815
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1816
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1817
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1818
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1819
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1820
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1821
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1822
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1823
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1824
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1825
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1826
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1827
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1828
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1829
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1830
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1831
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1832
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1833
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1834
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1835
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1836
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1837
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1838
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1839
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1840
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1841
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1842
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1843
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1844
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1845
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1846
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1847
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1848
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1849
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1850
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1851
-
1852
-
1853
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (15.8ms)
1854
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms)
1855
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (55.3ms)
1856
-
1857
-
1858
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:21 +0100
1859
-
1860
- NoMethodError (undefined method `key?' for nil:NilClass):
1861
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1862
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1863
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1864
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1865
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1866
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1867
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1868
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1869
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1870
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1871
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1872
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1873
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1874
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1875
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1876
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1877
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1878
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1879
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1880
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1881
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1882
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1883
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1884
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1885
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1886
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1887
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1888
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1889
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1890
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1891
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1892
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1893
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1894
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1895
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1896
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1897
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1898
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1899
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1900
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1901
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1902
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1903
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1904
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1905
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1906
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1907
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1908
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1909
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1910
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1911
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1912
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1913
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1914
-
1915
-
1916
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (15.9ms)
1917
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.5ms)
1918
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.4ms)
1919
-
1920
-
1921
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:21 +0100
1922
-
1923
- NoMethodError (undefined method `key?' for nil:NilClass):
1924
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1925
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1926
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1927
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1928
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1929
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1930
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1931
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1932
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1933
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1934
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1935
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1936
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
1937
- journey (1.0.1) lib/journey/router.rb:56:in `each'
1938
- journey (1.0.1) lib/journey/router.rb:56:in `call'
1939
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
1940
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
1941
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
1942
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
1943
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
1944
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
1945
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
1946
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
1947
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
1948
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
1949
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
1950
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
1951
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
1952
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
1953
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
1954
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
1955
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
1956
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1957
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
1958
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
1959
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
1960
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
1961
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
1962
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
1963
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
1964
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
1965
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
1966
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
1967
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
1968
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
1969
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
1970
- railties (3.2.1) lib/rails/application.rb:220:in `call'
1971
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
1972
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
1973
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
1974
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
1975
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
1976
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
1977
-
1978
-
1979
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (16.4ms)
1980
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.8ms)
1981
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (41.0ms)
1982
-
1983
-
1984
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:21 +0100
1985
-
1986
- NoMethodError (undefined method `key?' for nil:NilClass):
1987
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
1988
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
1989
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
1990
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
1991
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
1992
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
1993
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
1994
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
1995
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
1996
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
1997
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
1998
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
1999
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
2000
- journey (1.0.1) lib/journey/router.rb:56:in `each'
2001
- journey (1.0.1) lib/journey/router.rb:56:in `call'
2002
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
2003
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2004
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
2005
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
2006
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
2007
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2008
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
2009
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
2010
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
2011
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
2012
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
2013
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
2014
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2015
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
2016
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
2017
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2018
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
2019
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2020
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2021
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2022
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2023
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2024
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
2025
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
2026
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2027
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
2028
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
2029
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2030
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
2031
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
2032
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
2033
- railties (3.2.1) lib/rails/application.rb:220:in `call'
2034
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
2035
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
2036
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
2037
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2038
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2039
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2040
-
2041
-
2042
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (19.7ms)
2043
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.1ms)
2044
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (36.0ms)
2045
-
2046
-
2047
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:21 +0100
2048
-
2049
- NoMethodError (undefined method `key?' for nil:NilClass):
2050
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
2051
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
2052
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
2053
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
2054
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
2055
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
2056
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
2057
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2058
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
2059
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
2060
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
2061
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
2062
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
2063
- journey (1.0.1) lib/journey/router.rb:56:in `each'
2064
- journey (1.0.1) lib/journey/router.rb:56:in `call'
2065
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
2066
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2067
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
2068
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
2069
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
2070
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2071
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
2072
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
2073
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
2074
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
2075
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
2076
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
2077
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2078
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
2079
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
2080
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2081
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
2082
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2083
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2084
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2085
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2086
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2087
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
2088
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
2089
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2090
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
2091
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
2092
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2093
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
2094
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
2095
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
2096
- railties (3.2.1) lib/rails/application.rb:220:in `call'
2097
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
2098
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
2099
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
2100
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2101
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2102
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2103
-
2104
-
2105
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (17.2ms)
2106
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.1ms)
2107
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (34.9ms)
2108
-
2109
-
2110
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:52:22 +0100
2111
-
2112
- NoMethodError (undefined method `key?' for nil:NilClass):
2113
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
2114
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
2115
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
2116
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
2117
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
2118
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
2119
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
2120
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2121
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
2122
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
2123
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
2124
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
2125
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
2126
- journey (1.0.1) lib/journey/router.rb:56:in `each'
2127
- journey (1.0.1) lib/journey/router.rb:56:in `call'
2128
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
2129
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2130
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
2131
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
2132
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
2133
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2134
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
2135
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
2136
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
2137
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
2138
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
2139
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
2140
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2141
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
2142
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
2143
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2144
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
2145
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2146
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2147
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2148
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2149
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2150
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
2151
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
2152
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2153
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
2154
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
2155
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2156
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
2157
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
2158
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
2159
- railties (3.2.1) lib/rails/application.rb:220:in `call'
2160
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
2161
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
2162
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
2163
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2164
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2165
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2166
-
2167
-
2168
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (22.9ms)
2169
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.3ms)
2170
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (49.6ms)
2171
-
2172
-
2173
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:55:32 +0100
2174
-
2175
- NoMethodError (undefined method `key?' for nil:NilClass):
2176
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
2177
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
2178
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
2179
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
2180
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
2181
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
2182
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
2183
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2184
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
2185
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
2186
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
2187
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
2188
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
2189
- journey (1.0.1) lib/journey/router.rb:56:in `each'
2190
- journey (1.0.1) lib/journey/router.rb:56:in `call'
2191
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
2192
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2193
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
2194
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
2195
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
2196
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2197
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
2198
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
2199
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
2200
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
2201
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
2202
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
2203
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2204
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
2205
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
2206
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2207
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
2208
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2209
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2210
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2211
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2212
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2213
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
2214
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
2215
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2216
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
2217
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
2218
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2219
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
2220
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
2221
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
2222
- railties (3.2.1) lib/rails/application.rb:220:in `call'
2223
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
2224
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
2225
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
2226
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2227
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2228
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2229
-
2230
-
2231
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (14.9ms)
2232
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.2ms)
2233
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (33.3ms)
2234
-
2235
-
2236
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:55:33 +0100
2237
-
2238
- NoMethodError (undefined method `key?' for nil:NilClass):
2239
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
2240
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
2241
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
2242
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
2243
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
2244
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
2245
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
2246
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2247
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
2248
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
2249
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
2250
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
2251
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
2252
- journey (1.0.1) lib/journey/router.rb:56:in `each'
2253
- journey (1.0.1) lib/journey/router.rb:56:in `call'
2254
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
2255
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2256
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
2257
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
2258
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
2259
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2260
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
2261
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
2262
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
2263
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
2264
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
2265
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
2266
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2267
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__514504946__call__919999615__callbacks'
2268
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
2269
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2270
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
2271
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2272
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2273
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2274
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2275
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2276
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
2277
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
2278
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2279
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
2280
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
2281
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2282
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
2283
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
2284
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
2285
- railties (3.2.1) lib/rails/application.rb:220:in `call'
2286
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
2287
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
2288
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
2289
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2290
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2291
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2292
-
2293
-
2294
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (16.0ms)
2295
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.3ms)
2296
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (35.7ms)
2297
-
2298
-
2299
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 12:55:53 +0100
2300
-
2301
- ActionController::RoutingError (undefined local variable or method `search_with_simple_fulltext' for #<Class:0xa060eb4>):
2302
- app/models/post.rb:2:in `<class:Post>'
2303
- app/models/post.rb:1:in `<top (required)>'
2304
- app/controllers/posts_controller.rb:1:in `<top (required)>'
2305
-
2306
-
2307
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (14.5ms)
2308
-
2309
-
2310
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 13:43:02 +0100
2311
-
2312
- NoMethodError (undefined method `key?' for nil:NilClass):
2313
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
2314
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
2315
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
2316
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
2317
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
2318
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
2319
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
2320
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2321
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
2322
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
2323
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
2324
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
2325
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
2326
- journey (1.0.1) lib/journey/router.rb:56:in `each'
2327
- journey (1.0.1) lib/journey/router.rb:56:in `call'
2328
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
2329
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2330
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
2331
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
2332
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
2333
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2334
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
2335
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
2336
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
2337
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
2338
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
2339
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
2340
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2341
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__273782607__call__1056686349__callbacks'
2342
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
2343
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2344
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
2345
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2346
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2347
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2348
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2349
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2350
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
2351
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
2352
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2353
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
2354
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
2355
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2356
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
2357
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
2358
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
2359
- railties (3.2.1) lib/rails/application.rb:220:in `call'
2360
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
2361
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
2362
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
2363
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2364
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2365
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2366
-
2367
-
2368
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (69.4ms)
2369
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.5ms)
2370
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (88.6ms)
2371
-
2372
-
2373
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 13:43:04 +0100
2374
-
2375
- NoMethodError (undefined method `key?' for nil:NilClass):
2376
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:36:in `visible_action?'
2377
- actionpack (3.2.1) lib/action_controller/metal/hide_actions.rb:18:in `method_for_action'
2378
- actionpack (3.2.1) lib/action_controller/metal/implicit_render.rb:14:in `method_for_action'
2379
- actionpack (3.2.1) lib/action_controller/metal/compatibility.rb:61:in `method_for_action'
2380
- actionpack (3.2.1) lib/abstract_controller/base.rb:115:in `process'
2381
- actionpack (3.2.1) lib/abstract_controller/rendering.rb:45:in `process'
2382
- actionpack (3.2.1) lib/action_controller/metal.rb:203:in `dispatch'
2383
- actionpack (3.2.1) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
2384
- actionpack (3.2.1) lib/action_controller/metal.rb:246:in `block in action'
2385
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `call'
2386
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:66:in `dispatch'
2387
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:30:in `call'
2388
- journey (1.0.1) lib/journey/router.rb:68:in `block in call'
2389
- journey (1.0.1) lib/journey/router.rb:56:in `each'
2390
- journey (1.0.1) lib/journey/router.rb:56:in `call'
2391
- actionpack (3.2.1) lib/action_dispatch/routing/route_set.rb:589:in `call'
2392
- actionpack (3.2.1) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
2393
- rack (1.4.1) lib/rack/etag.rb:23:in `call'
2394
- rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
2395
- actionpack (3.2.1) lib/action_dispatch/middleware/head.rb:14:in `call'
2396
- actionpack (3.2.1) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
2397
- actionpack (3.2.1) lib/action_dispatch/middleware/flash.rb:242:in `call'
2398
- rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
2399
- rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
2400
- actionpack (3.2.1) lib/action_dispatch/middleware/cookies.rb:338:in `call'
2401
- activerecord (3.2.1) lib/active_record/query_cache.rb:64:in `call'
2402
- activerecord (3.2.1) lib/active_record/connection_adapters/abstract/connection_pool.rb:443:in `call'
2403
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
2404
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `_run__273782607__call__1056686349__callbacks'
2405
- activesupport (3.2.1) lib/active_support/callbacks.rb:405:in `__run_callback'
2406
- activesupport (3.2.1) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
2407
- activesupport (3.2.1) lib/active_support/callbacks.rb:81:in `run_callbacks'
2408
- actionpack (3.2.1) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
2409
- actionpack (3.2.1) lib/action_dispatch/middleware/reloader.rb:65:in `call'
2410
- actionpack (3.2.1) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
2411
- actionpack (3.2.1) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
2412
- actionpack (3.2.1) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
2413
- railties (3.2.1) lib/rails/rack/logger.rb:26:in `call_app'
2414
- railties (3.2.1) lib/rails/rack/logger.rb:16:in `call'
2415
- actionpack (3.2.1) lib/action_dispatch/middleware/request_id.rb:22:in `call'
2416
- rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
2417
- rack (1.4.1) lib/rack/runtime.rb:17:in `call'
2418
- activesupport (3.2.1) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
2419
- rack (1.4.1) lib/rack/lock.rb:15:in `call'
2420
- actionpack (3.2.1) lib/action_dispatch/middleware/static.rb:53:in `call'
2421
- railties (3.2.1) lib/rails/engine.rb:479:in `call'
2422
- railties (3.2.1) lib/rails/application.rb:220:in `call'
2423
- rack (1.4.1) lib/rack/content_length.rb:14:in `call'
2424
- railties (3.2.1) lib/rails/rack/log_tailer.rb:14:in `call'
2425
- rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
2426
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
2427
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
2428
- /home/gilles/.rvm/rubies/ruby-1.9.3-p0/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
2429
-
2430
-
2431
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (16.2ms)
2432
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (6.6ms)
2433
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (35.8ms)
2434
-
2435
-
2436
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 13:43:23 +0100
2437
-
2438
- ActionController::RoutingError (undefined local variable or method `search_with_simple_fulltext' for #<Class:0xa47c778>):
2439
- app/models/post.rb:2:in `<class:Post>'
2440
- app/models/post.rb:1:in `<top (required)>'
2441
- app/controllers/posts_controller.rb:1:in `<top (required)>'
2442
-
2443
-
2444
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.0ms)
2445
-
2446
-
2447
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 13:56:12 +0100
2448
- Processing by PostsController#index as HTML
2449
- Parameters: {"utf8"=>"✓", "search"=>"established"}
2450
- Post Load (44.4ms) SELECT `posts`.* FROM `posts` 
2451
- Rendered posts/index.html.erb within layouts/application (47.7ms)
2452
- Completed 200 OK in 666ms (Views: 490.0ms | ActiveRecord: 44.4ms)
2453
-
2454
-
2455
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-12 13:56:14 +0100
2456
- Served asset /application.css - 304 Not Modified (79ms)
2457
-
2458
-
2459
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-12 13:56:14 +0100
2460
- Served asset /scaffold.css - 304 Not Modified (15ms)
2461
-
2462
-
2463
- Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-02-12 13:56:14 +0100
2464
- Served asset /posts.js - 304 Not Modified (14ms)
2465
-
2466
-
2467
- Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-02-12 13:56:14 +0100
2468
- Served asset /posts.css - 304 Not Modified (11ms)
2469
-
2470
-
2471
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-12 13:56:14 +0100
2472
- Served asset /jquery.js - 304 Not Modified (20ms)
2473
-
2474
-
2475
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-12 13:56:14 +0100
2476
- Served asset /jquery_ujs.js - 304 Not Modified (16ms)
2477
-
2478
-
2479
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-12 13:56:14 +0100
2480
- Served asset /application.js - 304 Not Modified (54ms)
2481
-
2482
-
2483
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 13:56:57 +0100
2484
- Processing by PostsController#index as HTML
2485
- Parameters: {"utf8"=>"✓", "search"=>"established"}
2486
- Completed 500 Internal Server Error in 3ms
2487
-
2488
- NoMethodError (undefined method `fulltext_search' for #<Class:0x98e3eac>):
2489
- app/controllers/posts_controller.rb:5:in `index'
2490
-
2491
-
2492
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (87.6ms)
2493
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.7ms)
2494
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (115.8ms)
2495
-
2496
-
2497
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 13:57:32 +0100
2498
- Processing by PostsController#index as HTML
2499
- Parameters: {"utf8"=>"✓", "search"=>"established"}
2500
- Completed 500 Internal Server Error in 2ms
2501
-
2502
- NoMethodError (undefined method `fulltext_search' for #<Class:0x98e3eac>):
2503
- app/controllers/posts_controller.rb:5:in `index'
2504
-
2505
-
2506
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (18.9ms)
2507
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (7.2ms)
2508
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (37.0ms)
2509
-
2510
-
2511
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 13:57:33 +0100
2512
- Processing by PostsController#index as HTML
2513
- Parameters: {"utf8"=>"✓", "search"=>"established"}
2514
- Completed 500 Internal Server Error in 2ms
2515
-
2516
- NoMethodError (undefined method `fulltext_search' for #<Class:0x98e3eac>):
2517
- app/controllers/posts_controller.rb:5:in `index'
2518
-
2519
-
2520
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_trace.erb (21.4ms)
2521
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (10.1ms)
2522
- Rendered /home/gilles/.rvm/gems/ruby-1.9.3-p0/gems/actionpack-3.2.1/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (41.4ms)
2523
-
2524
-
2525
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 21:36:42 +0100
2526
- Processing by PostsController#index as HTML
2527
- Parameters: {"utf8"=>"✓", "search"=>"established"}
2528
- Post Load (0.5ms) SELECT `posts`.* FROM `posts` 
2529
- Rendered posts/index.html.erb within layouts/application (62.0ms)
2530
- Completed 200 OK in 581ms (Views: 441.1ms | ActiveRecord: 0.5ms)
2531
-
2532
-
2533
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-12 21:36:43 +0100
2534
- Served asset /application.css - 304 Not Modified (39ms)
2535
-
2536
-
2537
- Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-02-12 21:36:43 +0100
2538
- Served asset /posts.css - 304 Not Modified (12ms)
2539
-
2540
-
2541
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-12 21:36:43 +0100
2542
- Served asset /scaffold.css - 304 Not Modified (18ms)
2543
-
2544
-
2545
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-12 21:36:43 +0100
2546
- Served asset /jquery.js - 304 Not Modified (21ms)
2547
-
2548
-
2549
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-12 21:36:43 +0100
2550
- Served asset /jquery_ujs.js - 304 Not Modified (20ms)
2551
-
2552
-
2553
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-12 21:36:43 +0100
2554
- Served asset /application.js - 304 Not Modified (44ms)
2555
-
2556
-
2557
- Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-02-12 21:36:44 +0100
2558
- Served asset /posts.js - 304 Not Modified (9ms)
2559
-
2560
-
2561
- Started GET "/posts?utf8=%E2%9C%93&search=established" for 127.0.0.1 at 2012-02-12 21:36:49 +0100
2562
- Processing by PostsController#index as HTML
2563
- Parameters: {"utf8"=>"✓", "search"=>"established"}
2564
- Post Load (0.6ms) SELECT `posts`.* FROM `posts`
2565
- Rendered posts/index.html.erb within layouts/application (22.1ms)
2566
- Completed 200 OK in 82ms (Views: 66.8ms | ActiveRecord: 0.6ms)
2567
-
2568
-
2569
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-12 21:36:49 +0100
2570
- Served asset /application.css - 304 Not Modified (7ms)
2571
-
2572
-
2573
- Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-02-12 21:36:49 +0100
2574
- Served asset /posts.css - 304 Not Modified (1ms)
2575
-
2576
-
2577
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-12 21:36:49 +0100
2578
- Served asset /scaffold.css - 304 Not Modified (1ms)
2579
-
2580
-
2581
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-12 21:36:49 +0100
2582
- Served asset /jquery.js - 304 Not Modified (7ms)
2583
-
2584
-
2585
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-12 21:36:49 +0100
2586
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
2587
-
2588
-
2589
- Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-02-12 21:36:49 +0100
2590
- Served asset /posts.js - 304 Not Modified (0ms)
2591
-
2592
-
2593
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-12 21:36:49 +0100
2594
- Served asset /application.js - 304 Not Modified (12ms)
2595
- Mysql2::Error: The used table type doesn't support FULLTEXT indexes: SELECT * FROM posts WHERE MATCH (title,content) AGAINST ('test' IN BOOLEAN MODE)
2596
- Mysql2::Error: The used table type doesn't support FULLTEXT indexes: SELECT * FROM posts WHERE MATCH (title,content) AGAINST ('test' IN BOOLEAN MODE)
2597
-  (146.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2598
- Migrating to CreatePosts (20120211200406)
2599
-  (87.6ms) CREATE TABLE `posts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `title` varchar(255), `content` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2600
- Mysql2::Error: Table 'posts' already exists: CREATE TABLE `posts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `title` varchar(255), `content` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2601
-  (247.2ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
2602
-  (351.4ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
2603
-  (0.9ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2604
- Migrating to CreatePosts (20120211200406)
2605
-  (207.7ms) CREATE TABLE `posts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `title` varchar(255), `content` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
2606
-  (130.2ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120211200406')
2607
- Migrating to CreatePostFulltextIndex (20120219133257)
2608
-  (262.1ms) ALTER TABLE posts ENGINE = MyISAM
2609
-  (25.2ms) CREATE FULLTEXT INDEX fulltext_posts ON photos (title,content)
2610
- Mysql2::Error: Table 'mysql_simple_fulltext_development.photos' doesn't exist: CREATE FULLTEXT INDEX fulltext_posts ON photos (title,content)
2611
-  (0.9ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2612
- Migrating to CreatePosts (20120211200406)
2613
- Migrating to CreatePostFulltextIndex (20120219133257)
2614
-  (210.7ms) ALTER TABLE posts ENGINE = MyISAM
2615
-  (1.3ms) CREATE FULLTEXT INDEX fulltext_posts ON photos (title,content)
2616
- Mysql2::Error: Table 'mysql_simple_fulltext_development.photos' doesn't exist: CREATE FULLTEXT INDEX fulltext_posts ON photos (title,content)
2617
-  (0.4ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2618
- Migrating to CreatePosts (20120211200406)
2619
- Migrating to CreatePostFulltextIndex (20120219133758)
2620
-  (483.6ms) ALTER TABLE posts ENGINE = MyISAM
2621
-  (308.2ms) CREATE FULLTEXT INDEX fulltext_posts ON posts (title,content)
2622
-  (130.0ms) INSERT INTO `schema_migrations` (`version`) VALUES ('20120219133758')
2623
-  (1.0ms) SELECT `schema_migrations`.`version` FROM `schema_migrations` 
2624
- Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1: SELECT * FROM posts WHERE MATCH (title,content)
2625
-  (44.3ms) SELECT @@FOREIGN_KEY_CHECKS
2626
-  (0.4ms) SET FOREIGN_KEY_CHECKS = 0
2627
-  (1.7ms) SET FOREIGN_KEY_CHECKS = 1
2628
-  (0.5ms) SELECT @@FOREIGN_KEY_CHECKS
2629
-  (2.8ms) SET FOREIGN_KEY_CHECKS = 0
2630
-  (1.8ms) SET FOREIGN_KEY_CHECKS = 1
2631
-  (0.7ms) SELECT @@FOREIGN_KEY_CHECKS
2632
-  (0.4ms) SET FOREIGN_KEY_CHECKS = 0
2633
-  (0.4ms) BEGIN
2634
- Fixture Delete (1.8ms) DELETE FROM `posts`
2635
- Fixture Insert (90.4ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('The standard Lorem Ipsum passage, used since the 1500s', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', '2012-02-19 21:29:47', '2012-02-19 21:29:47', 64810937)
2636
- Fixture Insert (5.1ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Section 1.10.32 of de Finibus Bonorum et Malorum, written by Cicero in 45 BC', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?', '2012-02-19 21:29:47', '2012-02-19 21:29:47', 450215437)
2637
- Fixture Insert (5.0ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('1914 translation by H. Rackham', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?', '2012-02-19 21:29:47', '2012-02-19 21:29:47', 768773788)
2638
- Fixture Insert (3.8ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Section 1.10.33 of de Finibus Bonorum et Malorum, written by Cicero in 45 BC', 'At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat', '2012-02-19 21:29:47', '2012-02-19 21:29:47', 867572539)
2639
- Fixture Insert (4.5ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('1914 translation by H. Rackham', 'On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains', '2012-02-19 21:29:47', '2012-02-19 21:29:47', 78719920)
2640
- Fixture Insert (3.0ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Lorem ipsum', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In consectetur enim eget velit vestibulum aliquam. In ac dui sapien. Aliquam elit ante, cursus et laoreet vel, ultrices vel libero. Aenean vehicula viverra ullamcorper. Mauris sit amet velit non orci ullamcorper bibendum eu at nisl. Suspendisse sed bibendum risus. Vestibulum odio magna, ullamcorper vel facilisis ac, porttitor vitae velit. In eu erat turpis. Mauris mattis iaculis pellentesque.', '2012-02-19 21:29:47', '2012-02-19 21:29:47', 498629140)
2641
- Fixture Insert (2.9ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Phasellus eget eros tortor', 'Phasellus eget eros tortor. Duis tincidunt dui vel felis pulvinar sit amet tempor dolor sodales. Duis ut tempus lectus. Aliquam erat volutpat. Mauris ultricies sapien vel ligula consectetur quis porta metus vulputate. Mauris mauris elit, mattis sit amet ultrices sit amet, tempor eget ipsum. Donec elementum magna quis quam placerat venenatis. Phasellus pellentesque justo sit amet eros auctor posuere. Donec tincidunt eros feugiat velit luctus vehicula.', '2012-02-19 21:29:47', '2012-02-19 21:29:47', 717179523)
2642
- Fixture Insert (3.7ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Pellentesque consequat', 'Pellentesque consequat ipsum et turpis placerat non molestie arcu consequat. Maecenas non iaculis tellus. Aenean ac urna sit amet urna blandit malesuada. Duis placerat faucibus metus quis tristique. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent condimentum, augue sit amet rutrum feugiat, nunc risus vehicula felis, id hendrerit tortor justo at ligula. Ut tempus lorem ac urna vehicula blandit. Nullam tincidunt magna non massa ullamcorper hendrerit.', '2012-02-19 21:29:47', '2012-02-19 21:29:47', 973100822)
2643
-  (0.5ms) COMMIT
2644
-  (0.4ms) SET FOREIGN_KEY_CHECKS = 1
2645
-  (0.5ms) SELECT @@FOREIGN_KEY_CHECKS
2646
-  (0.6ms) SET FOREIGN_KEY_CHECKS = 0
2647
-  (0.4ms) BEGIN
2648
- Fixture Delete (0.7ms) DELETE FROM `posts`
2649
- Fixture Insert (2.6ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('The standard Lorem Ipsum passage, used since the 1500s', 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 64810937)
2650
- Fixture Insert (5.4ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Section 1.10.32 of de Finibus Bonorum et Malorum, written by Cicero in 45 BC', 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt. Neque porro quisquam est, qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit, sed quia non numquam eius modi tempora incidunt ut labore et dolore magnam aliquam quaerat voluptatem. Ut enim ad minima veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur? Quis autem vel eum iure reprehenderit qui in ea voluptate velit esse quam nihil molestiae consequatur, vel illum qui dolorem eum fugiat quo voluptas nulla pariatur?', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 450215437)
2651
- Fixture Insert (3.3ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('1914 translation by H. Rackham', 'But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful. Nor again is there anyone who loves or pursues or desires to obtain pain of itself, because it is pain, but because occasionally circumstances occur in which toil and pain can procure him some great pleasure. To take a trivial example, which of us ever undertakes laborious physical exercise, except to obtain some advantage from it? But who has any right to find fault with a man who chooses to enjoy a pleasure that has no annoying consequences, or one who avoids a pain that produces no resultant pleasure?', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 768773788)
2652
- Fixture Insert (5.3ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Section 1.10.33 of de Finibus Bonorum et Malorum, written by Cicero in 45 BC', 'At vero eos et accusamus et iusto odio dignissimos ducimus qui blanditiis praesentium voluptatum deleniti atque corrupti quos dolores et quas molestias excepturi sint occaecati cupiditate non provident, similique sunt in culpa qui officia deserunt mollitia animi, id est laborum et dolorum fuga. Et harum quidem rerum facilis est et expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi optio cumque nihil impedit quo minus id quod maxime placeat facere possimus, omnis voluptas assumenda est, omnis dolor repellendus. Temporibus autem quibusdam et aut officiis debitis aut rerum necessitatibus saepe eveniet ut et voluptates repudiandae sint et molestiae non recusandae. Itaque earum rerum hic tenetur a sapiente delectus, ut aut reiciendis voluptatibus maiores alias consequatur aut perferendis doloribus asperiores repellat', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 867572539)
2653
- Fixture Insert (4.1ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('1914 translation by H. Rackham', 'On the other hand, we denounce with righteous indignation and dislike men who are so beguiled and demoralized by the charms of pleasure of the moment, so blinded by desire, that they cannot foresee the pain and trouble that are bound to ensue; and equal blame belongs to those who fail in their duty through weakness of will, which is the same as saying through shrinking from toil and pain. These cases are perfectly simple and easy to distinguish. In a free hour, when our power of choice is untrammelled and when nothing prevents our being able to do what we like best, every pleasure is to be welcomed and every pain avoided. But in certain circumstances and owing to the claims of duty or the obligations of business it will frequently occur that pleasures have to be repudiated and annoyances accepted. The wise man therefore always holds in these matters to this principle of selection he rejects pleasures to secure other greater pleasures, or else he endures pains to avoid worse pains', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 78719920)
2654
- Fixture Insert (3.1ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Lorem ipsum', 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. In consectetur enim eget velit vestibulum aliquam. In ac dui sapien. Aliquam elit ante, cursus et laoreet vel, ultrices vel libero. Aenean vehicula viverra ullamcorper. Mauris sit amet velit non orci ullamcorper bibendum eu at nisl. Suspendisse sed bibendum risus. Vestibulum odio magna, ullamcorper vel facilisis ac, porttitor vitae velit. In eu erat turpis. Mauris mattis iaculis pellentesque.', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 498629140)
2655
- Fixture Insert (3.5ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Phasellus eget eros tortor', 'Phasellus eget eros tortor. Duis tincidunt dui vel felis pulvinar sit amet tempor dolor sodales. Duis ut tempus lectus. Aliquam erat volutpat. Mauris ultricies sapien vel ligula consectetur quis porta metus vulputate. Mauris mauris elit, mattis sit amet ultrices sit amet, tempor eget ipsum. Donec elementum magna quis quam placerat venenatis. Phasellus pellentesque justo sit amet eros auctor posuere. Donec tincidunt eros feugiat velit luctus vehicula.', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 717179523)
2656
- Fixture Insert (3.8ms) INSERT INTO `posts` (`title`, `content`, `created_at`, `updated_at`, `id`) VALUES ('Pellentesque consequat', 'Pellentesque consequat ipsum et turpis placerat non molestie arcu consequat. Maecenas non iaculis tellus. Aenean ac urna sit amet urna blandit malesuada. Duis placerat faucibus metus quis tristique. Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Praesent condimentum, augue sit amet rutrum feugiat, nunc risus vehicula felis, id hendrerit tortor justo at ligula. Ut tempus lorem ac urna vehicula blandit. Nullam tincidunt magna non massa ullamcorper hendrerit.', '2012-02-19 21:30:59', '2012-02-19 21:30:59', 973100822)
2657
-  (0.5ms) COMMIT
2658
-  (0.3ms) SET FOREIGN_KEY_CHECKS = 1
2659
-
2660
-
2661
- Started GET "/" for 127.0.0.1 at 2012-03-01 21:49:36 +0100
2662
- Processing by PostsController#index as HTML
2663
- Post Load (189.6ms) SELECT *, MATCH (title,content) AGAINST (NULL) AS fulltext_score FROM posts WHERE MATCH (title,content) AGAINST (NULL) ORDER BY fulltext_score ASC
2664
- Rendered posts/index.html.erb within layouts/application (60.9ms)
2665
- Completed 200 OK in 892ms (Views: 404.7ms | ActiveRecord: 189.6ms)
2666
-
2667
-
2668
- Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100
2669
- Served asset /posts.css - 304 Not Modified (6ms)
2670
-
2671
-
2672
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100
2673
- Served asset /scaffold.css - 304 Not Modified (26ms)
2674
-
2675
-
2676
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100
2677
- Served asset /jquery_ujs.js - 304 Not Modified (21ms)
2678
-
2679
-
2680
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100
2681
- Served asset /application.js - 304 Not Modified (33ms)
2682
-
2683
-
2684
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100
2685
- Served asset /application.css - 304 Not Modified (34ms)
2686
-
2687
-
2688
- Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100
2689
- Served asset /posts.js - 304 Not Modified (7ms)
2690
-
2691
-
2692
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:38 +0100
2693
- Served asset /jquery.js - 304 Not Modified (26ms)
2694
-
2695
-
2696
- Started GET "/posts?utf8=%E2%9C%93&search=ofze" for 127.0.0.1 at 2012-03-01 21:49:42 +0100
2697
- Processing by PostsController#index as HTML
2698
- Parameters: {"utf8"=>"✓", "search"=>"ofze"}
2699
- Post Load (213.9ms) SELECT *, MATCH (title,content) AGAINST ('ofze') AS fulltext_score FROM posts WHERE MATCH (title,content) AGAINST ('ofze') ORDER BY fulltext_score ASC
2700
- Rendered posts/index.html.erb within layouts/application (61.7ms)
2701
- Completed 200 OK in 308ms (Views: 90.8ms | ActiveRecord: 213.9ms)
2702
-
2703
-
2704
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100
2705
- Served asset /application.css - 304 Not Modified (3ms)
2706
-
2707
-
2708
- Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100
2709
- Served asset /posts.css - 304 Not Modified (1ms)
2710
-
2711
-
2712
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100
2713
- Served asset /scaffold.css - 304 Not Modified (15ms)
2714
-
2715
-
2716
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100
2717
- Served asset /jquery.js - 304 Not Modified (3ms)
2718
-
2719
-
2720
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100
2721
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
2722
-
2723
-
2724
- Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100
2725
- Served asset /posts.js - 304 Not Modified (0ms)
2726
-
2727
-
2728
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:43 +0100
2729
- Served asset /application.js - 304 Not Modified (7ms)
2730
-
2731
-
2732
- Started GET "/posts?utf8=%E2%9C%93&search=ofzeefze" for 127.0.0.1 at 2012-03-01 21:49:46 +0100
2733
- Processing by PostsController#index as HTML
2734
- Parameters: {"utf8"=>"✓", "search"=>"ofzeefze"}
2735
- Post Load (1.0ms) SELECT *, MATCH (title,content) AGAINST ('ofzeefze') AS fulltext_score FROM posts WHERE MATCH (title,content) AGAINST ('ofzeefze') ORDER BY fulltext_score ASC
2736
- Rendered posts/index.html.erb within layouts/application (5.7ms)
2737
- Completed 200 OK in 45ms (Views: 41.3ms | ActiveRecord: 1.0ms)
2738
-
2739
-
2740
- Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:46 +0100
2741
- Served asset /application.css - 304 Not Modified (2ms)
2742
-
2743
-
2744
- Started GET "/assets/posts.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:46 +0100
2745
- Served asset /posts.css - 304 Not Modified (1ms)
2746
-
2747
-
2748
- Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-03-01 21:49:46 +0100
2749
- Served asset /scaffold.css - 304 Not Modified (0ms)
2750
-
2751
-
2752
- Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:47 +0100
2753
- Served asset /jquery.js - 304 Not Modified (9ms)
2754
-
2755
-
2756
- Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:47 +0100
2757
- Served asset /jquery_ujs.js - 304 Not Modified (1ms)
2758
-
2759
-
2760
- Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:47 +0100
2761
- Served asset /application.js - 304 Not Modified (14ms)
2762
-
2763
-
2764
- Started GET "/assets/posts.js?body=1" for 127.0.0.1 at 2012-03-01 21:49:47 +0100
2765
- Served asset /posts.js - 304 Not Modified (0ms)