seo_pages 1.1.0 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (31) hide show
  1. checksums.yaml +4 -4
  2. data/app/helpers/seo_pages/application_helper.rb +28 -0
  3. data/app/views/layouts/seo_pages/application.html.erb +1 -1
  4. data/lib/seo_pages/version.rb +1 -1
  5. data/test/dummy/app/views/layouts/application.html.erb +1 -1
  6. data/test/dummy/config/initializers/seo.rb +9 -0
  7. data/test/dummy/db/development.sqlite3 +0 -0
  8. data/test/dummy/db/migrate/20130909135320_create_seo_pages_seo_page_defaults.seo_pages.rb +12 -0
  9. data/test/dummy/db/migrate/20130909135321_create_seo_pages_seo_pages.seo_pages.rb +13 -0
  10. data/test/dummy/db/migrate/20130909135322_create_default_record.seo_pages.rb +11 -0
  11. data/test/dummy/db/schema.rb +33 -0
  12. data/test/dummy/log/development.log +1578 -0
  13. data/test/dummy/tmp/cache/assets/development/sprockets/01fbd25f95749291c3002e82372ce4c7 +0 -0
  14. data/test/dummy/tmp/cache/assets/development/sprockets/111856d8daa1082bf05efab4077547a6 +0 -0
  15. data/test/dummy/tmp/cache/assets/development/sprockets/19dc844a3495c2ebc1346a3a3c12e263 +0 -0
  16. data/test/dummy/tmp/cache/assets/development/sprockets/2147ddaeafe0b9a21df5d34acc0ddeed +0 -0
  17. data/test/dummy/tmp/cache/assets/development/sprockets/2d8705afe57b62d44449d69f4222290f +0 -0
  18. data/test/dummy/tmp/cache/assets/development/sprockets/4f86487aa5d289eda467a8c6537a96d7 +0 -0
  19. data/test/dummy/tmp/cache/assets/development/sprockets/5e49a9e50308d9df9c3b978c189e1a95 +0 -0
  20. data/test/dummy/tmp/cache/assets/development/sprockets/65009485adc1a6a013669d3dd03bccf2 +0 -0
  21. data/test/dummy/tmp/cache/assets/development/sprockets/69d9fcd635a8a7e09a3553bb42dcb9fe +0 -0
  22. data/test/dummy/tmp/cache/assets/development/sprockets/70a21f35131b909ba99755f18f61bc86 +0 -0
  23. data/test/dummy/tmp/cache/assets/development/sprockets/861696f6bec1e79e099c05ac9817ea73 +0 -0
  24. data/test/dummy/tmp/cache/assets/development/sprockets/b273afc43ae2c708d583ed1b9ee0dbdf +0 -0
  25. data/test/dummy/tmp/cache/assets/development/sprockets/b51894bec29fad0fe908ff07013df296 +0 -0
  26. data/test/dummy/tmp/cache/assets/development/sprockets/b64ef79b76b687f0bcd96c61bfcbad04 +0 -0
  27. data/test/dummy/tmp/cache/assets/development/sprockets/d2b80b70d9f90c0787c9cdcfca9a7cc0 +0 -0
  28. data/test/dummy/tmp/cache/assets/development/sprockets/d85a70becfb7be07108c6a9b1a530599 +0 -0
  29. data/test/dummy/tmp/cache/assets/development/sprockets/dced4195b263fd551435b0ba4c6e1ce6 +0 -0
  30. data/test/dummy/tmp/cache/assets/development/sprockets/e79502ecdcd92526d5d53dde53001f93 +0 -0
  31. metadata +52 -2
@@ -0,0 +1,1578 @@
1
+  (162.9ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
2
+  (139.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
3
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
4
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
5
+ Migrating to CreateSeoPagesSeoPageDefaults (20130909135320)
6
+  (0.1ms) begin transaction
7
+  (0.5ms) CREATE TABLE "seo_pages_seo_page_defaults" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "page_title" varchar(255), "meta_keywords" varchar(255), "meta_description" varchar(255), "created_at" datetime, "updated_at" datetime) 
8
+ SQL (0.5ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130909135320"]]
9
+  (141.7ms) commit transaction
10
+ Migrating to CreateSeoPagesSeoPages (20130909135321)
11
+  (0.2ms) begin transaction
12
+  (0.6ms) CREATE TABLE "seo_pages_seo_pages" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "url_identifier" varchar(255), "page_title" varchar(255), "meta_keywords" varchar(255), "meta_description" varchar(255), "created_at" datetime, "updated_at" datetime) 
13
+ SQL (0.6ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130909135321"]]
14
+  (127.9ms) commit transaction
15
+ Migrating to CreateDefaultRecord (20130909135322)
16
+  (0.2ms) begin transaction
17
+ SQL (30.2ms) INSERT INTO "seo_pages_seo_page_defaults" ("created_at", "meta_description", "meta_keywords", "page_title", "updated_at") VALUES (?, ?, ?, ?, ?) [["created_at", Mon, 09 Sep 2013 13:53:25 UTC +00:00], ["meta_description", "Edit Page Meta Description Default"], ["meta_keywords", "Edit Page Meta Keywords Default"], ["page_title", "Edit Page Title Default"], ["updated_at", Mon, 09 Sep 2013 13:53:25 UTC +00:00]]
18
+ SQL (0.4ms) INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130909135322"]]
19
+  (118.1ms) commit transaction
20
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
21
+
22
+
23
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 15:55:07 +0200
24
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
25
+ Processing by SeoPages::SeoPagesController#index as HTML
26
+ Completed 500 Internal Server Error in 4ms
27
+
28
+ NameError (undefined local variable or method `require_seo_admin' for #<SeoPages::SeoPagesController:0x9eda52c>):
29
+ activesupport (4.0.0) lib/active_support/callbacks.rb:377:in `_run__667766139__process_action__callbacks'
30
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
31
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
32
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
33
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
34
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
35
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
36
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
37
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
38
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
39
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
40
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
41
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
42
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
43
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
44
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
45
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
46
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
47
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
48
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
49
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
50
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
51
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
52
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
53
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
54
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
55
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
56
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
57
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
58
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
59
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
60
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
61
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
62
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
63
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
64
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
65
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
66
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
67
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
68
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
69
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
70
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__651592769__call__callbacks'
71
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
72
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
73
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
74
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
75
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
76
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
77
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
78
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
79
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
80
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
81
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
82
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
83
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
84
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
85
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
86
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
87
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
88
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
89
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
90
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
91
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
92
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
93
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
94
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
95
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
96
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
97
+
98
+
99
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_source.erb (0.9ms)
100
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
101
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (70.4ms)
102
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (102.5ms)
103
+
104
+
105
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 15:56:02 +0200
106
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
107
+ Processing by SeoPages::SeoPagesController#index as HTML
108
+ SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
109
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
110
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.5ms)
111
+ Completed 200 OK in 191ms (Views: 130.7ms | ActiveRecord: 1.2ms)
112
+
113
+
114
+ Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200
115
+
116
+
117
+ Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200
118
+
119
+
120
+ Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200
121
+
122
+
123
+ Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200
124
+
125
+
126
+ Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200
127
+
128
+
129
+ Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 15:56:03 +0200
130
+
131
+
132
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 15:57:15 +0200
133
+ Processing by SeoPages::SeoPagesController#index as HTML
134
+ SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
135
+ SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
136
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.2ms)
137
+ Completed 200 OK in 11ms (Views: 8.3ms | ActiveRecord: 0.7ms)
138
+
139
+
140
+ Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200
141
+
142
+
143
+ Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200
144
+
145
+
146
+ Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200
147
+
148
+
149
+ Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200
150
+
151
+
152
+ Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200
153
+
154
+
155
+ Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 15:57:15 +0200
156
+
157
+
158
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 15:58:06 +0200
159
+ Processing by SeoPages::SeoPagesController#index as HTML
160
+ SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
161
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
162
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (1.4ms)
163
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
164
+ SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
165
+ Completed 500 Internal Server Error in 116ms
166
+
167
+ ActionView::Template::Error (undefined method `title' for #<#<Class:0x9b64190>:0xb626dfd4>):
168
+ 1: <!DOCTYPE html>
169
+ 2: <html>
170
+ 3: <head>
171
+ 4: <%= seo_page %>
172
+ 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %>
173
+ 6: <%= javascript_include_tag "seo_pages/application" %>
174
+ 7: <%= csrf_meta_tags %>
175
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:15:in `seo_page'
176
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__221229405__619471278'
177
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
178
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
179
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
180
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
181
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
182
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
183
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
184
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
185
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
186
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
187
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
188
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
189
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
190
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
191
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
192
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
193
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
194
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
195
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
196
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
197
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
198
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
199
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
200
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
201
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
202
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
203
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
204
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
205
+ activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__496736584__process_action__callbacks'
206
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
207
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
208
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
209
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
210
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
211
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
212
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
213
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
214
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
215
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
216
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
217
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
218
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
219
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
220
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
221
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
222
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
223
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
224
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
225
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
226
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
227
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
228
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
229
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
230
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
231
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
232
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
233
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
234
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
235
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
236
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
237
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
238
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
239
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
240
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
241
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
242
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
243
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
244
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
245
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
246
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__8904789__call__callbacks'
247
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
248
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
249
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
250
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
251
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
252
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
253
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
254
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
255
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
256
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
257
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
258
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
259
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
260
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
261
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
262
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
263
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
264
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
265
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
266
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
267
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
268
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
269
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
270
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
271
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
272
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
273
+
274
+
275
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
276
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
277
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.0ms)
278
+
279
+
280
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:43:39 +0200
281
+ ActiveRecord::SchemaMigration Load (0.3ms) SELECT "schema_migrations".* FROM "schema_migrations"
282
+ Processing by SeoPages::SeoPagesController#index as HTML
283
+ SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
284
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
285
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (5.7ms)
286
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
287
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
288
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
289
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
290
+ Completed 200 OK in 113ms (Views: 86.8ms | ActiveRecord: 1.6ms)
291
+
292
+
293
+ Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200
294
+
295
+
296
+ Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200
297
+
298
+
299
+ Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200
300
+
301
+
302
+ Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200
303
+
304
+
305
+ Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200
306
+
307
+
308
+ Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:39 +0200
309
+
310
+
311
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:43:50 +0200
312
+ Processing by SeoPages::SeoPagesController#index as HTML
313
+ SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
314
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
315
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.6ms)
316
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
317
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
318
+ CACHE (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
319
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
320
+ Completed 200 OK in 64ms (Views: 36.5ms | ActiveRecord: 1.6ms)
321
+
322
+
323
+ Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200
324
+
325
+
326
+ Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200
327
+
328
+
329
+ Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200
330
+
331
+
332
+ Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200
333
+
334
+
335
+ Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200
336
+
337
+
338
+ Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:43:51 +0200
339
+
340
+
341
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:44:52 +0200
342
+ Processing by SeoPages::SeoPagesController#index as HTML
343
+ SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
344
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
345
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.8ms)
346
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
347
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
348
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
349
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
350
+ Completed 200 OK in 57ms (Views: 32.1ms | ActiveRecord: 1.6ms)
351
+
352
+
353
+ Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200
354
+
355
+
356
+ Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200
357
+
358
+
359
+ Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200
360
+
361
+
362
+ Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200
363
+
364
+
365
+ Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200
366
+
367
+
368
+ Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:44:52 +0200
369
+
370
+
371
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:06 +0200
372
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
373
+ Processing by SeoPages::SeoPagesController#index as HTML
374
+ SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
375
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
376
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.1ms)
377
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
378
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
379
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
380
+ Completed 500 Internal Server Error in 69ms
381
+
382
+ ActionView::Template::Error (wrong number of arguments (3 for 0..2)):
383
+ 1: <!DOCTYPE html>
384
+ 2: <html>
385
+ 3: <head>
386
+ 4: <%= seo_page %>
387
+ 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %>
388
+ 6: <%= javascript_include_tag "seo_pages/application" %>
389
+ 7: <%= csrf_meta_tags %>
390
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag'
391
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page'
392
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750'
393
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
394
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
395
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
396
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
397
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
398
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
399
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
400
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
401
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
402
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
403
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
404
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
405
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
406
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
407
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
408
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
409
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
410
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
411
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
412
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
413
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
414
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
415
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
416
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
417
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
418
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
419
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
420
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
421
+ activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks'
422
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
423
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
424
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
425
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
426
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
427
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
428
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
429
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
430
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
431
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
432
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
433
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
434
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
435
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
436
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
437
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
438
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
439
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
440
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
441
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
442
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
443
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
444
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
445
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
446
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
447
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
448
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
449
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
450
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
451
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
452
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
453
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
454
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
455
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
456
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
457
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
458
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
459
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
460
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
461
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
462
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks'
463
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
464
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
465
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
466
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
467
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
468
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
469
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
470
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
471
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
472
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
473
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
474
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
475
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
476
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
477
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
478
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
479
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
480
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
481
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
482
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
483
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
484
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
485
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
486
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
487
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
488
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
489
+
490
+
491
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
492
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (24.9ms)
493
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (34.9ms)
494
+
495
+
496
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:32 +0200
497
+ Processing by SeoPages::SeoPagesController#index as HTML
498
+ SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
499
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
500
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.5ms)
501
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
502
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
503
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
504
+ Completed 500 Internal Server Error in 52ms
505
+
506
+ ActionView::Template::Error (wrong number of arguments (3 for 0..2)):
507
+ 1: <!DOCTYPE html>
508
+ 2: <html>
509
+ 3: <head>
510
+ 4: <%= seo_page %>
511
+ 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %>
512
+ 6: <%= javascript_include_tag "seo_pages/application" %>
513
+ 7: <%= csrf_meta_tags %>
514
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag'
515
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page'
516
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750'
517
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
518
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
519
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
520
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
521
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
522
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
523
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
524
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
525
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
526
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
527
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
528
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
529
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
530
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
531
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
532
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
533
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
534
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
535
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
536
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
537
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
538
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
539
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
540
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
541
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
542
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
543
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
544
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
545
+ activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks'
546
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
547
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
548
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
549
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
550
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
551
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
552
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
553
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
554
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
555
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
556
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
557
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
558
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
559
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
560
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
561
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
562
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
563
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
564
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
565
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
566
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
567
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
568
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
569
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
570
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
571
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
572
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
573
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
574
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
575
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
576
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
577
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
578
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
579
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
580
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
581
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
582
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
583
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
584
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
585
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
586
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks'
587
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
588
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
589
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
590
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
591
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
592
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
593
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
594
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
595
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
596
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
597
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
598
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
599
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
600
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
601
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
602
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
603
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
604
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
605
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
606
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
607
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
608
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
609
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
610
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
611
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
612
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
613
+
614
+
615
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
616
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
617
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms)
618
+
619
+
620
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:44 +0200
621
+ Processing by SeoPages::SeoPagesController#index as HTML
622
+ SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
623
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
624
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.9ms)
625
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
626
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
627
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
628
+ Completed 500 Internal Server Error in 56ms
629
+
630
+ ActionView::Template::Error (wrong number of arguments (3 for 0..2)):
631
+ 1: <!DOCTYPE html>
632
+ 2: <html>
633
+ 3: <head>
634
+ 4: <%= seo_page %>
635
+ 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %>
636
+ 6: <%= javascript_include_tag "seo_pages/application" %>
637
+ 7: <%= csrf_meta_tags %>
638
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag'
639
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page'
640
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750'
641
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
642
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
643
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
644
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
645
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
646
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
647
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
648
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
649
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
650
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
651
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
652
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
653
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
654
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
655
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
656
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
657
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
658
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
659
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
660
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
661
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
662
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
663
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
664
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
665
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
666
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
667
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
668
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
669
+ activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks'
670
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
671
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
672
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
673
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
674
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
675
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
676
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
677
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
678
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
679
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
680
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
681
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
682
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
683
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
684
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
685
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
686
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
687
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
688
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
689
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
690
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
691
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
692
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
693
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
694
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
695
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
696
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
697
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
698
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
699
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
700
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
701
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
702
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
703
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
704
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
705
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
706
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
707
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
708
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
709
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
710
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks'
711
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
712
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
713
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
714
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
715
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
716
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
717
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
718
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
719
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
720
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
721
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
722
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
723
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
724
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
725
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
726
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
727
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
728
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
729
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
730
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
731
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
732
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
733
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
734
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
735
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
736
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
737
+
738
+
739
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
740
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
741
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (55.0ms)
742
+
743
+
744
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:45 +0200
745
+ Processing by SeoPages::SeoPagesController#index as HTML
746
+ SeoPages::SeoPageDefault Load (0.6ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
747
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
748
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (1.7ms)
749
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
750
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
751
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
752
+ Completed 500 Internal Server Error in 14ms
753
+
754
+ ActionView::Template::Error (wrong number of arguments (3 for 0..2)):
755
+ 1: <!DOCTYPE html>
756
+ 2: <html>
757
+ 3: <head>
758
+ 4: <%= seo_page %>
759
+ 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %>
760
+ 6: <%= javascript_include_tag "seo_pages/application" %>
761
+ 7: <%= csrf_meta_tags %>
762
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag'
763
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page'
764
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750'
765
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
766
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
767
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
768
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
769
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
770
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
771
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
772
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
773
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
774
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
775
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
776
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
777
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
778
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
779
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
780
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
781
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
782
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
783
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
784
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
785
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
786
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
787
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
788
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
789
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
790
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
791
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
792
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
793
+ activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks'
794
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
795
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
796
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
797
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
798
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
799
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
800
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
801
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
802
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
803
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
804
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
805
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
806
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
807
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
808
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
809
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
810
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
811
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
812
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
813
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
814
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
815
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
816
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
817
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
818
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
819
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
820
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
821
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
822
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
823
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
824
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
825
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
826
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
827
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
828
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
829
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
830
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
831
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
832
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
833
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
834
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks'
835
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
836
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
837
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
838
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
839
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
840
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
841
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
842
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
843
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
844
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
845
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
846
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
847
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
848
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
849
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
850
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
851
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
852
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
853
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
854
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
855
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
856
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
857
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
858
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
859
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
860
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
861
+
862
+
863
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
864
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.7ms)
865
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms)
866
+
867
+
868
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:45 +0200
869
+ Processing by SeoPages::SeoPagesController#index as HTML
870
+ SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
871
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
872
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (1.8ms)
873
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
874
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
875
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
876
+ Completed 500 Internal Server Error in 10ms
877
+
878
+ ActionView::Template::Error (wrong number of arguments (3 for 0..2)):
879
+ 1: <!DOCTYPE html>
880
+ 2: <html>
881
+ 3: <head>
882
+ 4: <%= seo_page %>
883
+ 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %>
884
+ 6: <%= javascript_include_tag "seo_pages/application" %>
885
+ 7: <%= csrf_meta_tags %>
886
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag'
887
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page'
888
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750'
889
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
890
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
891
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
892
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
893
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
894
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
895
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
896
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
897
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
898
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
899
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
900
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
901
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
902
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
903
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
904
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
905
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
906
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
907
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
908
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
909
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
910
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
911
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
912
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
913
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
914
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
915
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
916
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
917
+ activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks'
918
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
919
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
920
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
921
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
922
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
923
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
924
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
925
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
926
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
927
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
928
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
929
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
930
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
931
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
932
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
933
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
934
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
935
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
936
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
937
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
938
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
939
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
940
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
941
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
942
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
943
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
944
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
945
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
946
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
947
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
948
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
949
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
950
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
951
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
952
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
953
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
954
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
955
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
956
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
957
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
958
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks'
959
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
960
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
961
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
962
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
963
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
964
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
965
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
966
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
967
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
968
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
969
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
970
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
971
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
972
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
973
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
974
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
975
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
976
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
977
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
978
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
979
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
980
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
981
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
982
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
983
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
984
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
985
+
986
+
987
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.5ms)
988
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
989
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.6ms)
990
+
991
+
992
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:55 +0200
993
+ Processing by SeoPages::SeoPagesController#index as HTML
994
+ SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
995
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
996
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.5ms)
997
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
998
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
999
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1000
+ Completed 500 Internal Server Error in 59ms
1001
+
1002
+ ActionView::Template::Error (wrong number of arguments (3 for 0..2)):
1003
+ 1: <!DOCTYPE html>
1004
+ 2: <html>
1005
+ 3: <head>
1006
+ 4: <%= seo_page %>
1007
+ 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %>
1008
+ 6: <%= javascript_include_tag "seo_pages/application" %>
1009
+ 7: <%= csrf_meta_tags %>
1010
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag'
1011
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page'
1012
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb__585816948_91902750'
1013
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
1014
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
1015
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
1016
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
1017
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
1018
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
1019
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
1020
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
1021
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
1022
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
1023
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
1024
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
1025
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
1026
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
1027
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
1028
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
1029
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1030
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
1031
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1032
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
1033
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
1034
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1035
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
1036
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
1037
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
1038
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
1039
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
1040
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1041
+ activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__523890550__process_action__callbacks'
1042
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
1043
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
1044
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
1045
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1046
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
1047
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1048
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
1049
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1050
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
1051
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1052
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
1053
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
1054
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
1055
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1056
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
1057
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
1058
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1059
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
1060
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1061
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
1062
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
1063
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
1064
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
1065
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
1066
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1067
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
1068
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
1069
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
1070
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1071
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1072
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1073
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1074
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
1075
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1076
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1077
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1078
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
1079
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1080
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
1081
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1082
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__269123888__call__callbacks'
1083
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
1084
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1085
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1086
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1087
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1088
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1089
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
1090
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
1091
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1092
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
1093
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
1094
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
1095
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1096
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1097
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1098
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1099
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1100
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1101
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
1102
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
1103
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1104
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1105
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1106
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1107
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1108
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1109
+
1110
+
1111
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.4ms)
1112
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
1113
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (11.0ms)
1114
+
1115
+
1116
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:45:59 +0200
1117
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1118
+ Processing by SeoPages::SeoPagesController#index as HTML
1119
+ SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1120
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
1121
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.0ms)
1122
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1123
+ SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1124
+ CACHE (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1125
+ Completed 500 Internal Server Error in 74ms
1126
+
1127
+ ActionView::Template::Error (wrong number of arguments (3 for 2)):
1128
+ 1: <!DOCTYPE html>
1129
+ 2: <html>
1130
+ 3: <head>
1131
+ 4: <%= seo_page %>
1132
+ 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %>
1133
+ 6: <%= javascript_include_tag "seo_pages/application" %>
1134
+ 7: <%= csrf_meta_tags %>
1135
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag'
1136
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page'
1137
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb___898454491_83882260'
1138
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
1139
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
1140
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
1141
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
1142
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
1143
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
1144
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
1145
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
1146
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
1147
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
1148
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
1149
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
1150
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
1151
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
1152
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
1153
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
1154
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1155
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
1156
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1157
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
1158
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
1159
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1160
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
1161
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
1162
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
1163
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
1164
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
1165
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1166
+ activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__554772825__process_action__callbacks'
1167
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
1168
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
1169
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
1170
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1171
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
1172
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1173
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
1174
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1175
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
1176
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1177
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
1178
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
1179
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
1180
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1181
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
1182
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
1183
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1184
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
1185
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1186
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
1187
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
1188
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
1189
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
1190
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
1191
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1192
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
1193
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
1194
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
1195
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1196
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1197
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1198
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1199
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
1200
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1201
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1202
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1203
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
1204
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1205
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
1206
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1207
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__566328301__call__callbacks'
1208
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
1209
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1210
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1211
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1212
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1213
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1214
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
1215
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
1216
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1217
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
1218
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
1219
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
1220
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1221
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1222
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1223
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1224
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1225
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1226
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
1227
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
1228
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1229
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1230
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1231
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1232
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1233
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1234
+
1235
+
1236
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.7ms)
1237
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (23.0ms)
1238
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (33.3ms)
1239
+
1240
+
1241
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:46:00 +0200
1242
+ Processing by SeoPages::SeoPagesController#index as HTML
1243
+ SeoPages::SeoPageDefault Load (0.4ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1244
+ SeoPages::SeoPage Load (0.4ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
1245
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.6ms)
1246
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1247
+ SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1248
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1249
+ Completed 500 Internal Server Error in 17ms
1250
+
1251
+ ActionView::Template::Error (wrong number of arguments (3 for 2)):
1252
+ 1: <!DOCTYPE html>
1253
+ 2: <html>
1254
+ 3: <head>
1255
+ 4: <%= seo_page %>
1256
+ 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %>
1257
+ 6: <%= javascript_include_tag "seo_pages/application" %>
1258
+ 7: <%= csrf_meta_tags %>
1259
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag'
1260
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page'
1261
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb___898454491_83882260'
1262
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
1263
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
1264
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
1265
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
1266
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
1267
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
1268
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
1269
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
1270
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
1271
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
1272
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
1273
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
1274
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
1275
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
1276
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
1277
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
1278
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1279
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
1280
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1281
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
1282
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
1283
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1284
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
1285
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
1286
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
1287
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
1288
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
1289
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1290
+ activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__554772825__process_action__callbacks'
1291
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
1292
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
1293
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
1294
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1295
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
1296
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1297
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
1298
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1299
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
1300
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1301
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
1302
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
1303
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
1304
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1305
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
1306
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
1307
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1308
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
1309
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1310
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
1311
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
1312
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
1313
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
1314
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
1315
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1316
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
1317
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
1318
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
1319
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1320
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1321
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1322
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1323
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
1324
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1325
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1326
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1327
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
1328
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1329
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
1330
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1331
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__566328301__call__callbacks'
1332
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
1333
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1334
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1335
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1336
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1337
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1338
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
1339
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
1340
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1341
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
1342
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
1343
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
1344
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1345
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1346
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1347
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1348
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1349
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1350
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
1351
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
1352
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1353
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1354
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1355
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1356
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1357
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1358
+
1359
+
1360
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
1361
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.8ms)
1362
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (12.7ms)
1363
+
1364
+
1365
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:46:18 +0200
1366
+ Processing by SeoPages::SeoPagesController#index as HTML
1367
+ SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1368
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
1369
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (3.0ms)
1370
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1371
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1372
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1373
+ Completed 500 Internal Server Error in 54ms
1374
+
1375
+ ActionView::Template::Error (wrong number of arguments (3 for 2)):
1376
+ 1: <!DOCTYPE html>
1377
+ 2: <html>
1378
+ 3: <head>
1379
+ 4: <%= seo_page %>
1380
+ 5: <%= stylesheet_link_tag "seo_pages/application", media: "all" %>
1381
+ 6: <%= javascript_include_tag "seo_pages/application" %>
1382
+ 7: <%= csrf_meta_tags %>
1383
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:19:in `meta_tag'
1384
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/helpers/seo_pages/application_helper.rb:25:in `seo_page'
1385
+ /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/layouts/seo_pages/application.html.erb:4:in `__home_hassan_projects_rails_badrit_company_site_engines_seo_pages_app_views_layouts_seo_pages_application_html_erb___898454491_83882260'
1386
+ actionpack (4.0.0) lib/action_view/template.rb:143:in `block in render'
1387
+ activesupport (4.0.0) lib/active_support/notifications.rb:161:in `instrument'
1388
+ actionpack (4.0.0) lib/action_view/template.rb:141:in `render'
1389
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:61:in `render_with_layout'
1390
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:47:in `render_template'
1391
+ actionpack (4.0.0) lib/action_view/renderer/template_renderer.rb:17:in `render'
1392
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:42:in `render_template'
1393
+ actionpack (4.0.0) lib/action_view/renderer/renderer.rb:23:in `render'
1394
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:127:in `_render_template'
1395
+ actionpack (4.0.0) lib/action_controller/metal/streaming.rb:219:in `_render_template'
1396
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:120:in `render_to_body'
1397
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:33:in `render_to_body'
1398
+ actionpack (4.0.0) lib/action_controller/metal/renderers.rb:26:in `render_to_body'
1399
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:97:in `render'
1400
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:16:in `render'
1401
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block (2 levels) in render'
1402
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `block in ms'
1403
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/benchmark.rb:296:in `realtime'
1404
+ activesupport (4.0.0) lib/active_support/core_ext/benchmark.rb:12:in `ms'
1405
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:41:in `block in render'
1406
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime'
1407
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:25:in `cleanup_view_runtime'
1408
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:40:in `render'
1409
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:10:in `default_render'
1410
+ actionpack (4.0.0) lib/action_controller/metal/implicit_render.rb:5:in `send_action'
1411
+ actionpack (4.0.0) lib/abstract_controller/base.rb:189:in `process_action'
1412
+ actionpack (4.0.0) lib/action_controller/metal/rendering.rb:10:in `process_action'
1413
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
1414
+ activesupport (4.0.0) lib/active_support/callbacks.rb:393:in `_run__554772825__process_action__callbacks'
1415
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
1416
+ actionpack (4.0.0) lib/abstract_controller/callbacks.rb:17:in `process_action'
1417
+ actionpack (4.0.0) lib/action_controller/metal/rescue.rb:29:in `process_action'
1418
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:31:in `block in process_action'
1419
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `block in instrument'
1420
+ activesupport (4.0.0) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
1421
+ activesupport (4.0.0) lib/active_support/notifications.rb:159:in `instrument'
1422
+ actionpack (4.0.0) lib/action_controller/metal/instrumentation.rb:30:in `process_action'
1423
+ actionpack (4.0.0) lib/action_controller/metal/params_wrapper.rb:245:in `process_action'
1424
+ activerecord (4.0.0) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
1425
+ actionpack (4.0.0) lib/abstract_controller/base.rb:136:in `process'
1426
+ actionpack (4.0.0) lib/abstract_controller/rendering.rb:44:in `process'
1427
+ actionpack (4.0.0) lib/action_controller/metal.rb:195:in `dispatch'
1428
+ actionpack (4.0.0) lib/action_controller/metal/rack_delegation.rb:13:in `dispatch'
1429
+ actionpack (4.0.0) lib/action_controller/metal.rb:231:in `block in action'
1430
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `call'
1431
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:80:in `dispatch'
1432
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:48:in `call'
1433
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1434
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
1435
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
1436
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
1437
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
1438
+ railties (4.0.0) lib/rails/railtie/configurable.rb:30:in `method_missing'
1439
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:71:in `block in call'
1440
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `each'
1441
+ actionpack (4.0.0) lib/action_dispatch/journey/router.rb:59:in `call'
1442
+ actionpack (4.0.0) lib/action_dispatch/routing/route_set.rb:655:in `call'
1443
+ rack (1.5.2) lib/rack/etag.rb:23:in `call'
1444
+ rack (1.5.2) lib/rack/conditionalget.rb:25:in `call'
1445
+ rack (1.5.2) lib/rack/head.rb:11:in `call'
1446
+ actionpack (4.0.0) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
1447
+ actionpack (4.0.0) lib/action_dispatch/middleware/flash.rb:241:in `call'
1448
+ rack (1.5.2) lib/rack/session/abstract/id.rb:225:in `context'
1449
+ rack (1.5.2) lib/rack/session/abstract/id.rb:220:in `call'
1450
+ actionpack (4.0.0) lib/action_dispatch/middleware/cookies.rb:486:in `call'
1451
+ activerecord (4.0.0) lib/active_record/query_cache.rb:36:in `call'
1452
+ activerecord (4.0.0) lib/active_record/connection_adapters/abstract/connection_pool.rb:626:in `call'
1453
+ activerecord (4.0.0) lib/active_record/migration.rb:369:in `call'
1454
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
1455
+ activesupport (4.0.0) lib/active_support/callbacks.rb:373:in `_run__566328301__call__callbacks'
1456
+ activesupport (4.0.0) lib/active_support/callbacks.rb:80:in `run_callbacks'
1457
+ actionpack (4.0.0) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
1458
+ actionpack (4.0.0) lib/action_dispatch/middleware/reloader.rb:64:in `call'
1459
+ actionpack (4.0.0) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
1460
+ actionpack (4.0.0) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
1461
+ actionpack (4.0.0) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
1462
+ railties (4.0.0) lib/rails/rack/logger.rb:38:in `call_app'
1463
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `block in call'
1464
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `block in tagged'
1465
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:25:in `tagged'
1466
+ activesupport (4.0.0) lib/active_support/tagged_logging.rb:67:in `tagged'
1467
+ railties (4.0.0) lib/rails/rack/logger.rb:21:in `call'
1468
+ actionpack (4.0.0) lib/action_dispatch/middleware/request_id.rb:21:in `call'
1469
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
1470
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
1471
+ activesupport (4.0.0) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
1472
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1473
+ actionpack (4.0.0) lib/action_dispatch/middleware/static.rb:64:in `call'
1474
+ railties (4.0.0) lib/rails/engine.rb:511:in `call'
1475
+ railties (4.0.0) lib/rails/application.rb:97:in `call'
1476
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
1477
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
1478
+ rack (1.5.2) lib/rack/handler/webrick.rb:60:in `service'
1479
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:138:in `service'
1480
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/httpserver.rb:94:in `run'
1481
+ /home/hassan/.rvm/rubies/ruby-2.0.0-p0/lib/ruby/2.0.0/webrick/server.rb:295:in `block in start_thread'
1482
+
1483
+
1484
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.3ms)
1485
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.5ms)
1486
+ Rendered /home/hassan/.rvm/gems/ruby-2.0.0-p0@rails-4.0/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (10.7ms)
1487
+
1488
+
1489
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:46:26 +0200
1490
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1491
+ Processing by SeoPages::SeoPagesController#index as HTML
1492
+ SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1493
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
1494
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.1ms)
1495
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1496
+ SeoPages::SeoPage Load (0.3ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1497
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1498
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1499
+ Completed 200 OK in 112ms (Views: 85.9ms | ActiveRecord: 1.7ms)
1500
+
1501
+
1502
+ Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200
1503
+
1504
+
1505
+ Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200
1506
+
1507
+
1508
+ Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200
1509
+
1510
+
1511
+ Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200
1512
+
1513
+
1514
+ Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200
1515
+
1516
+
1517
+ Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:46:26 +0200
1518
+
1519
+
1520
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:48:06 +0200
1521
+ Processing by SeoPages::SeoPagesController#index as HTML
1522
+ SeoPages::SeoPageDefault Load (0.1ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1523
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
1524
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (2.4ms)
1525
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1526
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1527
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1528
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1529
+ Completed 200 OK in 59ms (Views: 32.2ms | ActiveRecord: 1.5ms)
1530
+
1531
+
1532
+ Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200
1533
+
1534
+
1535
+ Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200
1536
+
1537
+
1538
+ Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200
1539
+
1540
+
1541
+ Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200
1542
+
1543
+
1544
+ Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200
1545
+
1546
+
1547
+ Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:07 +0200
1548
+
1549
+
1550
+ Started GET "/seo_pages" for 127.0.0.1 at 2013-09-09 18:48:13 +0200
1551
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
1552
+ Processing by SeoPages::SeoPagesController#index as HTML
1553
+ SeoPages::SeoPageDefault Load (0.2ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1554
+ SeoPages::SeoPage Load (0.1ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages"
1555
+ Rendered /home/hassan/projects/rails/badrit/company_site/engines/seo_pages/app/views/seo_pages/seo_pages/index.html.erb within layouts/seo_pages/application (4.0ms)
1556
+ CACHE (0.0ms) SELECT "seo_pages_seo_page_defaults".* FROM "seo_pages_seo_page_defaults" ORDER BY "seo_pages_seo_page_defaults"."id" ASC LIMIT 1
1557
+ SeoPages::SeoPage Load (0.2ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1558
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1559
+ CACHE (0.0ms) SELECT "seo_pages_seo_pages".* FROM "seo_pages_seo_pages" WHERE "seo_pages_seo_pages"."url_identifier" = '/seo_pages/' ORDER BY "seo_pages_seo_pages"."id" ASC LIMIT 1
1560
+ Completed 200 OK in 113ms (Views: 85.2ms | ActiveRecord: 1.7ms)
1561
+
1562
+
1563
+ Started GET "/assets/seo_pages/application.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200
1564
+
1565
+
1566
+ Started GET "/assets/seo_pages/seo_pages.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200
1567
+
1568
+
1569
+ Started GET "/assets/seo_pages/seo_page_defaults.css?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200
1570
+
1571
+
1572
+ Started GET "/assets/seo_pages/seo_pages.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200
1573
+
1574
+
1575
+ Started GET "/assets/seo_pages/seo_page_defaults.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200
1576
+
1577
+
1578
+ Started GET "/assets/seo_pages/application.js?body=1" for 127.0.0.1 at 2013-09-09 18:48:13 +0200