dynamic_menu 2.0.2 → 3.0.0.pre1
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.
- data/MIT-LICENSE +20 -0
- data/Rakefile +32 -17
- data/lib/dynamic_menu/base.rb +17 -0
- data/lib/dynamic_menu/inheritable_menus.rb +10 -0
- data/lib/dynamic_menu/version.rb +3 -0
- data/lib/dynamic_menu.rb +6 -26
- data/lib/engine.rb +6 -8
- data/lib/generators/dynamic_menu/install_generator.rb +9 -0
- data/lib/tasks/dynamic_menu_tasks.rake +4 -0
- data/test/dummy/README.rdoc +28 -0
- data/test/dummy/Rakefile +6 -0
- data/test/dummy/app/assets/javascripts/application.js +13 -0
- data/test/dummy/app/assets/javascripts/tests.js +2 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/assets/stylesheets/tests.css +4 -0
- data/test/dummy/app/controllers/application_controller.rb +5 -0
- data/test/dummy/app/controllers/tests_controller.rb +5 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/tests_helper.rb +2 -0
- data/test/dummy/app/menus/posts/basic_menu.rb +3 -0
- data/test/dummy/app/menus/posts/edit_menu.rb +3 -0
- data/test/dummy/app/menus/tests/index.rb +8 -0
- data/test/dummy/app/models/test.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/tests/index.html.erb +5 -0
- data/test/dummy/bin/bundle +3 -0
- data/test/dummy/bin/rails +4 -0
- data/test/dummy/bin/rake +4 -0
- data/test/dummy/config/application.rb +23 -0
- data/test/dummy/config/boot.rb +5 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +29 -0
- data/test/dummy/config/environments/production.rb +80 -0
- data/test/dummy/config/environments/test.rb +36 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
- data/test/dummy/config/initializers/inflections.rb +16 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +12 -0
- data/test/dummy/config/initializers/session_store.rb +3 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +23 -0
- data/test/dummy/config/routes.rb +57 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20130701143737_create_tests.rb +9 -0
- data/test/dummy/db/schema.rb +22 -0
- data/test/dummy/db/test.sqlite3 +0 -0
- data/test/dummy/log/development.log +1525 -0
- data/test/dummy/public/404.html +58 -0
- data/test/dummy/public/422.html +58 -0
- data/test/dummy/public/500.html +57 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/test/fixtures/tests.yml +7 -0
- data/test/dummy/test/functional/tests_controller_test.rb +7 -0
- data/test/dummy/test/models/test_test.rb +7 -0
- data/test/dummy/test/unit/helpers/tests_helper_test.rb +4 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/032e248be6eea6bc08d9f4e7545bdb87 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/13fe41fee1fe35b49d145bcc06610705 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/1af8985855dd1d94073a535d054d703e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/2f5173deea6c795b8fdde723bb4b63af +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/357970feca3ac29060c1e3861e2c0953 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/5e3c87da2440127e7053354c20c25b1e +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/a928392a6eef213eb3bdcf61fdff30f6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/ad14978905c55a37b0ff34c6d01da15c +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655 +0 -0
- data/test/dummy/tmp/cache/assets/development/sprockets/fb73ad3c1bb98bc69153c7f8a81f41aa +0 -0
- data/test/dynamic_menu_test.rb +7 -0
- data/test/test_helper.rb +15 -0
- metadata +168 -30
- data/Manifest +0 -4
- data/README.md +0 -57
- data/dynamic_menu.gemspec +0 -30
@@ -0,0 +1,1525 @@
|
|
1
|
+
|
2
|
+
|
3
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:32:28 -0600
|
4
|
+
|
5
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
6
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
|
7
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
|
8
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
|
9
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:67:in `rescue in call'
|
10
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:61:in `call'
|
11
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
12
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
13
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__947980736__call__805081039__callbacks'
|
14
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
15
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
16
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
17
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
18
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
19
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
20
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
21
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
22
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
23
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
24
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
25
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
26
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
27
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
28
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
29
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
30
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
31
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
32
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
33
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
34
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
35
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
36
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
37
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
38
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
39
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
40
|
+
|
41
|
+
|
42
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
43
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (27.0ms)
|
44
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (89.0ms)
|
45
|
+
|
46
|
+
|
47
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:32:40 -0600
|
48
|
+
|
49
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
50
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
|
51
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
|
52
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
|
53
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:67:in `rescue in call'
|
54
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:61:in `call'
|
55
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
56
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
57
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__947980736__call__805081039__callbacks'
|
58
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
59
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
60
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
61
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
62
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
63
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
64
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
65
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
66
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
67
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
68
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
69
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
70
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
71
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
72
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
73
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
74
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
75
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
76
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
77
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
78
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
79
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
80
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
81
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
82
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
83
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
84
|
+
|
85
|
+
|
86
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
87
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
88
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (18.0ms)
|
89
|
+
|
90
|
+
|
91
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:33:30 -0600
|
92
|
+
|
93
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
94
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
|
95
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
|
96
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
|
97
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:67:in `rescue in call'
|
98
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:61:in `call'
|
99
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
100
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
101
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__522671145__call__390005062__callbacks'
|
102
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
103
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
104
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
105
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
106
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
107
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
108
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
109
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
110
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
111
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
112
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
113
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
114
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
115
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
116
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
117
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
118
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
119
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
120
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
121
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
122
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
123
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
124
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
125
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
126
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
127
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
128
|
+
|
129
|
+
|
130
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
131
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (11.0ms)
|
132
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (44.0ms)
|
133
|
+
|
134
|
+
|
135
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:33:32 -0600
|
136
|
+
|
137
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
138
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
|
139
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
|
140
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
|
141
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:67:in `rescue in call'
|
142
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:61:in `call'
|
143
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
144
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
145
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__522671145__call__390005062__callbacks'
|
146
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
147
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
148
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
149
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
150
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
151
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
152
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
153
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
154
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
155
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
156
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
157
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
158
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
159
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
160
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
161
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
162
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
163
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
164
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
165
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
166
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
167
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
168
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
169
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
170
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
171
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
172
|
+
|
173
|
+
|
174
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
175
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
176
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (19.0ms)
|
177
|
+
|
178
|
+
|
179
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:33:33 -0600
|
180
|
+
|
181
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
182
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
|
183
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
|
184
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
|
185
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:67:in `rescue in call'
|
186
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:61:in `call'
|
187
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
188
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
189
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__522671145__call__390005062__callbacks'
|
190
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
191
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
192
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
193
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
194
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
195
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
196
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
197
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
198
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
199
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
200
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
201
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
202
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
203
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
204
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
205
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
206
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
207
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
208
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
209
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
210
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
211
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
212
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
213
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
214
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
215
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
216
|
+
|
217
|
+
|
218
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
219
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
220
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (21.0ms)
|
221
|
+
|
222
|
+
|
223
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:33:34 -0600
|
224
|
+
|
225
|
+
ActiveRecord::ConnectionNotEstablished (ActiveRecord::ConnectionNotEstablished):
|
226
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:410:in `retrieve_connection'
|
227
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:171:in `retrieve_connection'
|
228
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_specification.rb:145:in `connection'
|
229
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:67:in `rescue in call'
|
230
|
+
activerecord (3.2.13) lib/active_record/query_cache.rb:61:in `call'
|
231
|
+
activerecord (3.2.13) lib/active_record/connection_adapters/abstract/connection_pool.rb:479:in `call'
|
232
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
233
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `_run__522671145__call__390005062__callbacks'
|
234
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:405:in `__run_callback'
|
235
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
236
|
+
activesupport (3.2.13) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
237
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
238
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
239
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
240
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
241
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
242
|
+
railties (3.2.13) lib/rails/rack/logger.rb:32:in `call_app'
|
243
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `block in call'
|
244
|
+
activesupport (3.2.13) lib/active_support/tagged_logging.rb:22:in `tagged'
|
245
|
+
railties (3.2.13) lib/rails/rack/logger.rb:16:in `call'
|
246
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
247
|
+
rack (1.4.5) lib/rack/methodoverride.rb:21:in `call'
|
248
|
+
rack (1.4.5) lib/rack/runtime.rb:17:in `call'
|
249
|
+
activesupport (3.2.13) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
250
|
+
rack (1.4.5) lib/rack/lock.rb:15:in `call'
|
251
|
+
actionpack (3.2.13) lib/action_dispatch/middleware/static.rb:63:in `call'
|
252
|
+
railties (3.2.13) lib/rails/engine.rb:479:in `call'
|
253
|
+
railties (3.2.13) lib/rails/application.rb:223:in `call'
|
254
|
+
rack (1.4.5) lib/rack/content_length.rb:14:in `call'
|
255
|
+
railties (3.2.13) lib/rails/rack/log_tailer.rb:17:in `call'
|
256
|
+
rack (1.4.5) lib/rack/handler/webrick.rb:59:in `service'
|
257
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
258
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
259
|
+
c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
260
|
+
|
261
|
+
|
262
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
263
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
264
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-3.2.13/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (20.0ms)
|
265
|
+
[1m[36m (7.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m
|
266
|
+
[1m[35m (7.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
267
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
268
|
+
Migrating to CreateTests (20130701143737)
|
269
|
+
[1m[35m (0.0ms)[0m begin transaction
|
270
|
+
[1m[36m (1.0ms)[0m [1mCREATE TABLE "tests" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "created_at" datetime, "updated_at" datetime) [0m
|
271
|
+
[1m[35mSQL (0.0ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20130701143737"]]
|
272
|
+
[1m[36m (7.0ms)[0m [1mcommit transaction[0m
|
273
|
+
[1m[35mActiveRecord::SchemaMigration Load (0.0ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
|
274
|
+
|
275
|
+
|
276
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:41:13 -0600
|
277
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
278
|
+
Processing by TestsController#index as HTML
|
279
|
+
Rendered tests/index.html.erb within layouts/application (75.0ms)
|
280
|
+
Completed 500 Internal Server Error in 199ms
|
281
|
+
|
282
|
+
ActionView::Template::Error (undefined local variable or method `get_current_menu' for #<#<Class:0x3d8ed90>:0x3d8e508>):
|
283
|
+
1: <%= get_current_menu %>
|
284
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb___348235970_21382080'
|
285
|
+
|
286
|
+
|
287
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
288
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (51.0ms)
|
289
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (106.0ms)
|
290
|
+
|
291
|
+
|
292
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:42:19 -0600
|
293
|
+
Processing by TestsController#index as HTML
|
294
|
+
Rendered tests/index.html.erb within layouts/application (4.0ms)
|
295
|
+
Completed 500 Internal Server Error in 11ms
|
296
|
+
|
297
|
+
ActionView::Template::Error (undefined local variable or method `get_current_menu' for #<#<Class:0x3d8ed90>:0x293f028>):
|
298
|
+
1: <%= get_current_menu %>
|
299
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb___348235970_21382080'
|
300
|
+
|
301
|
+
|
302
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (10.0ms)
|
303
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
304
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (40.0ms)
|
305
|
+
|
306
|
+
|
307
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:42:38 -0600
|
308
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
309
|
+
Processing by TestsController#index as HTML
|
310
|
+
Rendered tests/index.html.erb within layouts/application (49.0ms)
|
311
|
+
Completed 500 Internal Server Error in 102ms
|
312
|
+
|
313
|
+
ActionView::Template::Error (undefined local variable or method `get_current_menu' for #<#<Class:0x4099680>:0x4098a50>):
|
314
|
+
1: <%= get_current_menu %>
|
315
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb___1045335959_33939660'
|
316
|
+
|
317
|
+
|
318
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
319
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (40.0ms)
|
320
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (69.0ms)
|
321
|
+
|
322
|
+
|
323
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:43:09 -0600
|
324
|
+
Processing by TestsController#index as HTML
|
325
|
+
Rendered tests/index.html.erb within layouts/application (8.0ms)
|
326
|
+
Completed 500 Internal Server Error in 18ms
|
327
|
+
|
328
|
+
ActionView::Template::Error (undefined local variable or method `get_current_menu' for #<#<Class:0x4099680>:0x3550860>):
|
329
|
+
1: <%= get_current_menu %>
|
330
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb___1045335959_33939660'
|
331
|
+
|
332
|
+
|
333
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
334
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
335
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (30.0ms)
|
336
|
+
|
337
|
+
|
338
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:43:22 -0600
|
339
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
340
|
+
Processing by TestsController#index as HTML
|
341
|
+
Rendered tests/index.html.erb within layouts/application (50.0ms)
|
342
|
+
Completed 500 Internal Server Error in 116ms
|
343
|
+
|
344
|
+
ActionView::Template::Error (cannot load such file -- c:/Users/travis.pessetto/Documents/Aptana Studio 3 Workspace/dynamic_menu/test/dummy/app/menus/tests/index):
|
345
|
+
1: <%= get_current_menu %>
|
346
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb___399669518_27865788'
|
347
|
+
|
348
|
+
|
349
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
350
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (38.0ms)
|
351
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (79.0ms)
|
352
|
+
|
353
|
+
|
354
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:44:20 -0600
|
355
|
+
Processing by TestsController#index as HTML
|
356
|
+
Rendered tests/index.html.erb within layouts/application (4.0ms)
|
357
|
+
Completed 500 Internal Server Error in 13ms
|
358
|
+
|
359
|
+
ActionView::Template::Error (cannot load such file -- c:/Users/travis.pessetto/Documents/Aptana Studio 3 Workspace/dynamic_menu/test/dummy/app/menus/tests/index):
|
360
|
+
1: <%= get_current_menu %>
|
361
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb___399669518_27865788'
|
362
|
+
|
363
|
+
|
364
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
365
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
366
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (30.0ms)
|
367
|
+
|
368
|
+
|
369
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:44:39 -0600
|
370
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
371
|
+
Processing by TestsController#index as HTML
|
372
|
+
Rendered tests/index.html.erb within layouts/application (50.0ms)
|
373
|
+
Completed 500 Internal Server Error in 114ms
|
374
|
+
|
375
|
+
ActionView::Template::Error (cannot load such file -- c:/Users/travis.pessetto/Documents/Aptana Studio 3 Workspace/dynamic_menu/test/dummy/app/menus/tests/index.rb):
|
376
|
+
1: <%= get_current_menu %>
|
377
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb___995106407_28030368'
|
378
|
+
|
379
|
+
|
380
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
381
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (39.0ms)
|
382
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (79.0ms)
|
383
|
+
|
384
|
+
|
385
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:46:18 -0600
|
386
|
+
Processing by TestsController#index as HTML
|
387
|
+
Rendered tests/index.html.erb within layouts/application (5.0ms)
|
388
|
+
Completed 500 Internal Server Error in 11ms
|
389
|
+
|
390
|
+
ActionView::Template::Error (wrong constant name {"action"=>"index", "controller"=>"tests"}Menu):
|
391
|
+
1: <%= get_current_menu %>
|
392
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb___995106407_28030368'
|
393
|
+
|
394
|
+
|
395
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
396
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
397
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (42.0ms)
|
398
|
+
|
399
|
+
|
400
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:46:54 -0600
|
401
|
+
Processing by TestsController#index as HTML
|
402
|
+
Rendered tests/index.html.erb within layouts/application (7.0ms)
|
403
|
+
Completed 500 Internal Server Error in 17ms
|
404
|
+
|
405
|
+
ActionView::Template::Error (wrong constant name {"action"=>"index", "controller"=>"tests"}Menu):
|
406
|
+
1: <%= get_current_menu %>
|
407
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb___995106407_28030368'
|
408
|
+
|
409
|
+
|
410
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
411
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
412
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (42.0ms)
|
413
|
+
|
414
|
+
|
415
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:47:16 -0600
|
416
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
417
|
+
Processing by TestsController#index as HTML
|
418
|
+
Rendered tests/index.html.erb within layouts/application (58.0ms)
|
419
|
+
Completed 500 Internal Server Error in 123ms
|
420
|
+
|
421
|
+
ActionView::Template::Error (wrong constant name indexMenu):
|
422
|
+
1: <%= get_current_menu %>
|
423
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb___70585174_30338940'
|
424
|
+
|
425
|
+
|
426
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
427
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (44.0ms)
|
428
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (88.0ms)
|
429
|
+
|
430
|
+
|
431
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:48:01 -0600
|
432
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
433
|
+
Processing by TestsController#index as HTML
|
434
|
+
Rendered tests/index.html.erb within layouts/application (64.0ms)
|
435
|
+
Completed 500 Internal Server Error in 117ms
|
436
|
+
|
437
|
+
ActionView::Template::Error (uninitialized constant Indexmenu):
|
438
|
+
1: <%= get_current_menu %>
|
439
|
+
app/views/tests/index.html.erb:1:in `_app_views_tests_index_html_erb__837433662_34070220'
|
440
|
+
|
441
|
+
|
442
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
443
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (39.0ms)
|
444
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (68.0ms)
|
445
|
+
|
446
|
+
|
447
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:49:33 -0600
|
448
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
449
|
+
Processing by TestsController#index as HTML
|
450
|
+
Rendered tests/index.html.erb within layouts/application (18.0ms)
|
451
|
+
Completed 200 OK in 268ms (Views: 268.0ms | ActiveRecord: 0.0ms)
|
452
|
+
|
453
|
+
|
454
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 08:49:34 -0600
|
455
|
+
|
456
|
+
|
457
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 08:49:35 -0600
|
458
|
+
|
459
|
+
|
460
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 08:49:35 -0600
|
461
|
+
|
462
|
+
|
463
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 08:49:35 -0600
|
464
|
+
|
465
|
+
|
466
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:51:30 -0600
|
467
|
+
Processing by TestsController#index as HTML
|
468
|
+
Rendered tests/index.html.erb within layouts/application (45.0ms)
|
469
|
+
Completed 500 Internal Server Error in 55ms
|
470
|
+
|
471
|
+
ActionView::Template::Error (undefined method `links' for #<IndexMenu:0x3511650 @links={:new=>"#"}>):
|
472
|
+
1: <ul>
|
473
|
+
2: <% get_current_menu.links do |name,value| %>
|
474
|
+
3: <li><%= link_to name, value %></li>
|
475
|
+
4: <%end%>
|
476
|
+
5: </ul>
|
477
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___261279227_27574884'
|
478
|
+
|
479
|
+
|
480
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
481
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
482
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (41.0ms)
|
483
|
+
|
484
|
+
|
485
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:52:33 -0600
|
486
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
487
|
+
Processing by TestsController#index as HTML
|
488
|
+
Rendered tests/index.html.erb within layouts/application (59.0ms)
|
489
|
+
Completed 500 Internal Server Error in 113ms
|
490
|
+
|
491
|
+
ActionView::Template::Error (undefined method `links' for #<IndexMenu:0x27665b8>):
|
492
|
+
1: <ul>
|
493
|
+
2: <% get_current_menu.links do |name,value| %>
|
494
|
+
3: <li><%= link_to name, value %></li>
|
495
|
+
4: <%end%>
|
496
|
+
5: </ul>
|
497
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___496126992_33688656'
|
498
|
+
|
499
|
+
|
500
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
501
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (38.0ms)
|
502
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (67.0ms)
|
503
|
+
|
504
|
+
|
505
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:53:14 -0600
|
506
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
507
|
+
Processing by TestsController#index as HTML
|
508
|
+
Rendered tests/index.html.erb within layouts/application (62.0ms)
|
509
|
+
Completed 500 Internal Server Error in 120ms
|
510
|
+
|
511
|
+
ActionView::Template::Error (undefined method `links' for #<IndexMenu:0x4092b28 @links={:new=>"#"}>):
|
512
|
+
1: <ul>
|
513
|
+
2: <% get_current_menu.links do |name,value| %>
|
514
|
+
3: <li><%= link_to name, value %></li>
|
515
|
+
4: <%end%>
|
516
|
+
5: </ul>
|
517
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__549980914_33921552'
|
518
|
+
|
519
|
+
|
520
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
521
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (38.0ms)
|
522
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (68.0ms)
|
523
|
+
|
524
|
+
|
525
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:58:54 -0600
|
526
|
+
Processing by TestsController#index as HTML
|
527
|
+
Rendered tests/index.html.erb within layouts/application (4.0ms)
|
528
|
+
Completed 500 Internal Server Error in 10ms
|
529
|
+
|
530
|
+
ActionView::Template::Error (undefined method `links' for #<IndexMenu:0x2a7eed0 @links={:new=>"#"}>):
|
531
|
+
1: <ul>
|
532
|
+
2: <% get_current_menu.links do |name,value| %>
|
533
|
+
3: <li><%= link_to name, value %></li>
|
534
|
+
4: <%end%>
|
535
|
+
5: </ul>
|
536
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__549980914_33921552'
|
537
|
+
|
538
|
+
|
539
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
540
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
541
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (32.0ms)
|
542
|
+
|
543
|
+
|
544
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 08:59:30 -0600
|
545
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
546
|
+
Processing by TestsController#index as HTML
|
547
|
+
Rendered tests/index.html.erb within layouts/application (18.0ms)
|
548
|
+
Completed 200 OK in 146ms (Views: 145.0ms | ActiveRecord: 0.0ms)
|
549
|
+
|
550
|
+
|
551
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 08:59:31 -0600
|
552
|
+
|
553
|
+
|
554
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 08:59:31 -0600
|
555
|
+
|
556
|
+
|
557
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 08:59:31 -0600
|
558
|
+
|
559
|
+
|
560
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 08:59:31 -0600
|
561
|
+
|
562
|
+
|
563
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:01:09 -0600
|
564
|
+
Processing by TestsController#index as HTML
|
565
|
+
Rendered tests/index.html.erb within layouts/application (3.0ms)
|
566
|
+
Completed 200 OK in 21ms (Views: 19.0ms | ActiveRecord: 0.0ms)
|
567
|
+
|
568
|
+
|
569
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 09:01:09 -0600
|
570
|
+
|
571
|
+
|
572
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 09:01:09 -0600
|
573
|
+
|
574
|
+
|
575
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 09:01:09 -0600
|
576
|
+
|
577
|
+
|
578
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 09:01:09 -0600
|
579
|
+
|
580
|
+
|
581
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:01:27 -0600
|
582
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
583
|
+
Processing by TestsController#index as HTML
|
584
|
+
Rendered tests/index.html.erb within layouts/application (60.0ms)
|
585
|
+
Completed 500 Internal Server Error in 113ms
|
586
|
+
|
587
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x28b9ae0>):
|
588
|
+
1: <ul>
|
589
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
590
|
+
3: <li><%= link_to name, value %></li>
|
591
|
+
4: <%end%>
|
592
|
+
5: </ul>
|
593
|
+
app/menus/tests/index.rb:4:in `initialize'
|
594
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___377064184_35000628'
|
595
|
+
|
596
|
+
|
597
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
598
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (37.0ms)
|
599
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (66.0ms)
|
600
|
+
|
601
|
+
|
602
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:06:35 -0600
|
603
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
604
|
+
Processing by TestsController#index as HTML
|
605
|
+
Rendered tests/index.html.erb within layouts/application (49.0ms)
|
606
|
+
Completed 500 Internal Server Error in 116ms
|
607
|
+
|
608
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3d63968>):
|
609
|
+
1: <ul>
|
610
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
611
|
+
3: <li><%= link_to name, value %></li>
|
612
|
+
4: <%end%>
|
613
|
+
5: </ul>
|
614
|
+
app/menus/tests/index.rb:4:in `initialize'
|
615
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__203486380_28630440'
|
616
|
+
|
617
|
+
|
618
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
619
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (38.0ms)
|
620
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (80.0ms)
|
621
|
+
|
622
|
+
|
623
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:07:06 -0600
|
624
|
+
Processing by TestsController#index as HTML
|
625
|
+
Rendered tests/index.html.erb within layouts/application (4.0ms)
|
626
|
+
Completed 500 Internal Server Error in 9ms
|
627
|
+
|
628
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x4162f68>):
|
629
|
+
1: <ul>
|
630
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
631
|
+
3: <li><%= link_to name, value %></li>
|
632
|
+
4: <%end%>
|
633
|
+
5: </ul>
|
634
|
+
app/menus/tests/index.rb:4:in `initialize'
|
635
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__203486380_28630440'
|
636
|
+
|
637
|
+
|
638
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
639
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
640
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (31.0ms)
|
641
|
+
|
642
|
+
|
643
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:07:20 -0600
|
644
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
645
|
+
Processing by TestsController#index as HTML
|
646
|
+
Rendered tests/index.html.erb within layouts/application (52.0ms)
|
647
|
+
Completed 500 Internal Server Error in 120ms
|
648
|
+
|
649
|
+
ActionView::Template::Error (undefined local variable or method `new_test_path' for #<IndexMenu:0x3e82a38>):
|
650
|
+
1: <ul>
|
651
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
652
|
+
3: <li><%= link_to name, value %></li>
|
653
|
+
4: <%end%>
|
654
|
+
5: </ul>
|
655
|
+
app/menus/tests/index.rb:4:in `initialize'
|
656
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___608372892_28511448'
|
657
|
+
|
658
|
+
|
659
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
660
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (42.0ms)
|
661
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (84.0ms)
|
662
|
+
|
663
|
+
|
664
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:09:06 -0600
|
665
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
666
|
+
Processing by TestsController#index as HTML
|
667
|
+
Rendered tests/index.html.erb within layouts/application (51.0ms)
|
668
|
+
Completed 500 Internal Server Error in 116ms
|
669
|
+
|
670
|
+
ActionView::Template::Error (undefined local variable or method `new_test_path' for #<IndexMenu:0x3c73758>):
|
671
|
+
1: <ul>
|
672
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
673
|
+
3: <li><%= link_to name, value %></li>
|
674
|
+
4: <%end%>
|
675
|
+
5: </ul>
|
676
|
+
app/menus/tests/index.rb:5:in `initialize'
|
677
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___172439529_28138788'
|
678
|
+
|
679
|
+
|
680
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
681
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (40.0ms)
|
682
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (81.0ms)
|
683
|
+
|
684
|
+
|
685
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:09:37 -0600
|
686
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
687
|
+
Processing by TestsController#index as HTML
|
688
|
+
Rendered tests/index.html.erb within layouts/application (47.0ms)
|
689
|
+
Completed 500 Internal Server Error in 113ms
|
690
|
+
|
691
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3e32f20>):
|
692
|
+
1: <ul>
|
693
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
694
|
+
3: <li><%= link_to name, value %></li>
|
695
|
+
4: <%end%>
|
696
|
+
5: </ul>
|
697
|
+
app/menus/tests/index.rb:5:in `initialize'
|
698
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__650030906_29054508'
|
699
|
+
|
700
|
+
|
701
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
702
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (38.0ms)
|
703
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (79.0ms)
|
704
|
+
|
705
|
+
|
706
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:12:11 -0600
|
707
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
708
|
+
Processing by TestsController#index as HTML
|
709
|
+
Rendered tests/index.html.erb within layouts/application (49.0ms)
|
710
|
+
Completed 500 Internal Server Error in 102ms
|
711
|
+
|
712
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3df25b8>):
|
713
|
+
1: <ul>
|
714
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
715
|
+
3: <li><%= link_to name, value %></li>
|
716
|
+
4: <%end%>
|
717
|
+
5: </ul>
|
718
|
+
app/menus/tests/index.rb:5:in `initialize'
|
719
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__381173524_31113024'
|
720
|
+
|
721
|
+
|
722
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
723
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (38.0ms)
|
724
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (68.0ms)
|
725
|
+
|
726
|
+
|
727
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:19:16 -0600
|
728
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
729
|
+
Processing by TestsController#index as HTML
|
730
|
+
Rendered tests/index.html.erb within layouts/application (51.0ms)
|
731
|
+
Completed 500 Internal Server Error in 114ms
|
732
|
+
|
733
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3dfdb80>):
|
734
|
+
1: <ul>
|
735
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
736
|
+
3: <li><%= link_to name, value %></li>
|
737
|
+
4: <%end%>
|
738
|
+
5: </ul>
|
739
|
+
app/menus/tests/index.rb:4:in `initialize'
|
740
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__377265198_29052768'
|
741
|
+
|
742
|
+
|
743
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
744
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (38.0ms)
|
745
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (69.0ms)
|
746
|
+
|
747
|
+
|
748
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:20:03 -0600
|
749
|
+
Processing by TestsController#index as HTML
|
750
|
+
Rendered tests/index.html.erb within layouts/application (5.0ms)
|
751
|
+
Completed 500 Internal Server Error in 11ms
|
752
|
+
|
753
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3535908>):
|
754
|
+
1: <ul>
|
755
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
756
|
+
3: <li><%= link_to name %></li>
|
757
|
+
4: <%end%>
|
758
|
+
5: </ul>
|
759
|
+
app/menus/tests/index.rb:4:in `initialize'
|
760
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__377265198_27646584'
|
761
|
+
|
762
|
+
|
763
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
764
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
765
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (31.0ms)
|
766
|
+
|
767
|
+
|
768
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:21:54 -0600
|
769
|
+
Processing by TestsController#index as HTML
|
770
|
+
Rendered tests/index.html.erb within layouts/application (5.0ms)
|
771
|
+
Completed 500 Internal Server Error in 10ms
|
772
|
+
|
773
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3509568>):
|
774
|
+
1: <ul>
|
775
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
776
|
+
3: <li><%= link_to name %></li>
|
777
|
+
4: <%end%>
|
778
|
+
5: </ul>
|
779
|
+
app/menus/tests/index.rb:4:in `initialize'
|
780
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__377265198_27646584'
|
781
|
+
|
782
|
+
|
783
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
784
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
785
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (31.0ms)
|
786
|
+
|
787
|
+
|
788
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:27:00 -0600
|
789
|
+
Processing by TestsController#index as HTML
|
790
|
+
Rendered tests/index.html.erb within layouts/application (4.0ms)
|
791
|
+
Completed 500 Internal Server Error in 11ms
|
792
|
+
|
793
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x34a88d8>):
|
794
|
+
1: <ul>
|
795
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
796
|
+
3: <li><%= link_to name %></li>
|
797
|
+
4: <%end%>
|
798
|
+
5: </ul>
|
799
|
+
app/menus/tests/index.rb:4:in `initialize'
|
800
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__377265198_27646584'
|
801
|
+
|
802
|
+
|
803
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
804
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
805
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (41.0ms)
|
806
|
+
|
807
|
+
|
808
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:31:25 -0600
|
809
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
810
|
+
Processing by TestsController#index as HTML
|
811
|
+
Rendered tests/index.html.erb within layouts/application (61.0ms)
|
812
|
+
Completed 500 Internal Server Error in 112ms
|
813
|
+
|
814
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x741888>):
|
815
|
+
1: <ul>
|
816
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
817
|
+
3: <li><%= link_to name %></li>
|
818
|
+
4: <%end%>
|
819
|
+
5: </ul>
|
820
|
+
app/menus/tests/index.rb:4:in `initialize'
|
821
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___863671010_33920184'
|
822
|
+
|
823
|
+
|
824
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
825
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (43.0ms)
|
826
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (81.0ms)
|
827
|
+
|
828
|
+
|
829
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:33:02 -0600
|
830
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
831
|
+
Processing by TestsController#index as HTML
|
832
|
+
Rendered tests/index.html.erb within layouts/application (49.0ms)
|
833
|
+
Completed 500 Internal Server Error in 102ms
|
834
|
+
|
835
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x391ef78>):
|
836
|
+
1: <ul>
|
837
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
838
|
+
3: <li><%= link_to name %></li>
|
839
|
+
4: <%end%>
|
840
|
+
5: </ul>
|
841
|
+
app/menus/tests/index.rb:4:in `initialize'
|
842
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__663732439_22493088'
|
843
|
+
|
844
|
+
|
845
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
846
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (38.0ms)
|
847
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (78.0ms)
|
848
|
+
|
849
|
+
|
850
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:41:08 -0600
|
851
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
852
|
+
Processing by TestsController#index as HTML
|
853
|
+
Rendered tests/index.html.erb within layouts/application (51.0ms)
|
854
|
+
Completed 500 Internal Server Error in 107ms
|
855
|
+
|
856
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x392b7e8>):
|
857
|
+
1: <ul>
|
858
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
859
|
+
3: <li><%= link_to name %></li>
|
860
|
+
4: <%end%>
|
861
|
+
5: </ul>
|
862
|
+
app/menus/tests/index.rb:4:in `initialize'
|
863
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___278119787_29941284'
|
864
|
+
|
865
|
+
|
866
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
867
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (41.0ms)
|
868
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (70.0ms)
|
869
|
+
|
870
|
+
|
871
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:42:03 -0600
|
872
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
873
|
+
Processing by TestsController#index as HTML
|
874
|
+
Rendered tests/index.html.erb within layouts/application (54.0ms)
|
875
|
+
Completed 500 Internal Server Error in 110ms
|
876
|
+
|
877
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3fb2488>):
|
878
|
+
1: <ul>
|
879
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
880
|
+
3: <li><%= link_to name %></li>
|
881
|
+
4: <%end%>
|
882
|
+
5: </ul>
|
883
|
+
app/menus/tests/index.rb:4:in `initialize'
|
884
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___880537530_32251428'
|
885
|
+
|
886
|
+
|
887
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
888
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (39.0ms)
|
889
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (80.0ms)
|
890
|
+
|
891
|
+
|
892
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:42:35 -0600
|
893
|
+
Processing by TestsController#index as HTML
|
894
|
+
Rendered tests/index.html.erb within layouts/application (4.0ms)
|
895
|
+
Completed 500 Internal Server Error in 10ms
|
896
|
+
|
897
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3ee8c30>):
|
898
|
+
1: <ul>
|
899
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
900
|
+
3: <li><%= link_to name %></li>
|
901
|
+
4: <%end%>
|
902
|
+
5: </ul>
|
903
|
+
app/menus/tests/index.rb:4:in `initialize'
|
904
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___880537530_32251428'
|
905
|
+
|
906
|
+
|
907
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
908
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
909
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (32.0ms)
|
910
|
+
|
911
|
+
|
912
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 09:42:48 -0600
|
913
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
914
|
+
Processing by TestsController#index as HTML
|
915
|
+
Rendered tests/index.html.erb within layouts/application (20.0ms)
|
916
|
+
Completed 200 OK in 140ms (Views: 140.0ms | ActiveRecord: 0.0ms)
|
917
|
+
|
918
|
+
|
919
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 09:42:49 -0600
|
920
|
+
|
921
|
+
|
922
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 09:42:49 -0600
|
923
|
+
|
924
|
+
|
925
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 09:42:49 -0600
|
926
|
+
|
927
|
+
|
928
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 09:42:49 -0600
|
929
|
+
|
930
|
+
|
931
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 10:04:00 -0600
|
932
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
933
|
+
Processing by TestsController#index as HTML
|
934
|
+
Rendered tests/index.html.erb within layouts/application (50.0ms)
|
935
|
+
Completed 500 Internal Server Error in 106ms
|
936
|
+
|
937
|
+
ActionView::Template::Error (uninitialized class variable @@links in DynamicMenu::Base):
|
938
|
+
1: <ul>
|
939
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
940
|
+
3: <li><%= link_to name %></li>
|
941
|
+
4: <%end%>
|
942
|
+
5: </ul>
|
943
|
+
app/menus/tests/index.rb:5:in `initialize'
|
944
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__800132844_30527592'
|
945
|
+
|
946
|
+
|
947
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
948
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (42.0ms)
|
949
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (73.0ms)
|
950
|
+
|
951
|
+
|
952
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 10:05:22 -0600
|
953
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
954
|
+
Processing by TestsController#index as HTML
|
955
|
+
Rendered tests/index.html.erb within layouts/application (30.0ms)
|
956
|
+
Completed 200 OK in 138ms (Views: 138.0ms | ActiveRecord: 0.0ms)
|
957
|
+
|
958
|
+
|
959
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 10:05:23 -0600
|
960
|
+
|
961
|
+
|
962
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 10:05:23 -0600
|
963
|
+
|
964
|
+
|
965
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 10:05:23 -0600
|
966
|
+
|
967
|
+
|
968
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 10:05:23 -0600
|
969
|
+
|
970
|
+
|
971
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 10:05:27 -0600
|
972
|
+
Processing by TestsController#index as HTML
|
973
|
+
Rendered tests/index.html.erb within layouts/application (2.0ms)
|
974
|
+
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
|
975
|
+
|
976
|
+
|
977
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 10:05:27 -0600
|
978
|
+
|
979
|
+
|
980
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 10:05:27 -0600
|
981
|
+
|
982
|
+
|
983
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 10:05:27 -0600
|
984
|
+
|
985
|
+
|
986
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 10:05:27 -0600
|
987
|
+
|
988
|
+
|
989
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 10:06:02 -0600
|
990
|
+
Processing by TestsController#index as HTML
|
991
|
+
Rendered tests/index.html.erb within layouts/application (3.0ms)
|
992
|
+
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
|
993
|
+
|
994
|
+
|
995
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 10:06:02 -0600
|
996
|
+
|
997
|
+
|
998
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 10:06:02 -0600
|
999
|
+
|
1000
|
+
|
1001
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 10:06:02 -0600
|
1002
|
+
|
1003
|
+
|
1004
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 10:06:02 -0600
|
1005
|
+
|
1006
|
+
|
1007
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 10:06:16 -0600
|
1008
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1009
|
+
Processing by TestsController#index as HTML
|
1010
|
+
Rendered tests/index.html.erb within layouts/application (63.0ms)
|
1011
|
+
Completed 500 Internal Server Error in 117ms
|
1012
|
+
|
1013
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x209dca8>):
|
1014
|
+
1: <ul>
|
1015
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
1016
|
+
3: <li><%= link_to name %></li>
|
1017
|
+
4: <%end%>
|
1018
|
+
5: </ul>
|
1019
|
+
app/menus/tests/index.rb:4:in `initialize'
|
1020
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__393997031_33882156'
|
1021
|
+
|
1022
|
+
|
1023
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1024
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (43.0ms)
|
1025
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (74.0ms)
|
1026
|
+
|
1027
|
+
|
1028
|
+
Started GET "/" for 127.0.0.1 at 2013-07-01 10:19:25 -0600
|
1029
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1030
|
+
Processing by Rails::WelcomeController#index as HTML
|
1031
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/railties-4.0.0/lib/rails/templates/rails/welcome/index.html.erb (16.0ms)
|
1032
|
+
Completed 200 OK in 113ms (Views: 113.0ms | ActiveRecord: 0.0ms)
|
1033
|
+
|
1034
|
+
|
1035
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 10:21:47 -0600
|
1036
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1037
|
+
Processing by TestsController#index as HTML
|
1038
|
+
Rendered tests/index.html.erb within layouts/application (61.0ms)
|
1039
|
+
Completed 500 Internal Server Error in 118ms
|
1040
|
+
|
1041
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x2471310>):
|
1042
|
+
1: <ul>
|
1043
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
1044
|
+
3: <li><%= link_to name %></li>
|
1045
|
+
4: <%end%>
|
1046
|
+
5: </ul>
|
1047
|
+
app/menus/tests/index.rb:4:in `initialize'
|
1048
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___348483176_33767280'
|
1049
|
+
|
1050
|
+
|
1051
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1052
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (38.0ms)
|
1053
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (70.0ms)
|
1054
|
+
|
1055
|
+
|
1056
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 11:27:42 -0600
|
1057
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1058
|
+
Processing by TestsController#index as HTML
|
1059
|
+
Rendered tests/index.html.erb within layouts/application (51.0ms)
|
1060
|
+
Completed 500 Internal Server Error in 106ms
|
1061
|
+
|
1062
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3acf6f8>):
|
1063
|
+
1: <ul>
|
1064
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
1065
|
+
3: <li><%= link_to name %></li>
|
1066
|
+
4: <%end%>
|
1067
|
+
5: </ul>
|
1068
|
+
app/menus/tests/index.rb:4:in `initialize'
|
1069
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__651067560_30800952'
|
1070
|
+
|
1071
|
+
|
1072
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1073
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (39.0ms)
|
1074
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (67.0ms)
|
1075
|
+
|
1076
|
+
|
1077
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 12:01:38 -0600
|
1078
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1079
|
+
Processing by TestsController#index as HTML
|
1080
|
+
Rendered tests/index.html.erb within layouts/application (57.0ms)
|
1081
|
+
Completed 500 Internal Server Error in 125ms
|
1082
|
+
|
1083
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x40e27a8>):
|
1084
|
+
1: <ul>
|
1085
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
1086
|
+
3: <li><%= link_to name %></li>
|
1087
|
+
4: <%end%>
|
1088
|
+
5: </ul>
|
1089
|
+
app/menus/tests/index.rb:4:in `initialize'
|
1090
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__810964435_33995844'
|
1091
|
+
|
1092
|
+
|
1093
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1094
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (38.0ms)
|
1095
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (68.0ms)
|
1096
|
+
|
1097
|
+
|
1098
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 12:44:06 -0600
|
1099
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1100
|
+
Processing by TestsController#index as HTML
|
1101
|
+
Rendered tests/index.html.erb within layouts/application (78.0ms)
|
1102
|
+
Completed 500 Internal Server Error in 193ms
|
1103
|
+
|
1104
|
+
ActionView::Template::Error (undefined method `get_links' for #<IndexMenu:0x383e320 @_optimized_routes=true>):
|
1105
|
+
1: <ul>
|
1106
|
+
2: <% get_current_menu.get_links.each do |name,value| %>
|
1107
|
+
3: <li><%= link_to name %></li>
|
1108
|
+
4: <%end%>
|
1109
|
+
5: </ul>
|
1110
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___405134523_19734444'
|
1111
|
+
|
1112
|
+
|
1113
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1114
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (97.0ms)
|
1115
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (149.0ms)
|
1116
|
+
|
1117
|
+
|
1118
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 12:44:41 -0600
|
1119
|
+
Processing by TestsController#index as HTML
|
1120
|
+
Rendered tests/index.html.erb within layouts/application (4.0ms)
|
1121
|
+
Completed 200 OK in 134ms (Views: 134.0ms | ActiveRecord: 0.0ms)
|
1122
|
+
|
1123
|
+
|
1124
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 12:44:41 -0600
|
1125
|
+
|
1126
|
+
|
1127
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 12:44:42 -0600
|
1128
|
+
|
1129
|
+
|
1130
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 12:44:42 -0600
|
1131
|
+
|
1132
|
+
|
1133
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 12:44:42 -0600
|
1134
|
+
|
1135
|
+
|
1136
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:44:46 -0600
|
1137
|
+
Processing by TestsController#index as HTML
|
1138
|
+
Rendered tests/index.html.erb within layouts/application (3.0ms)
|
1139
|
+
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
|
1140
|
+
|
1141
|
+
|
1142
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 12:44:46 -0600
|
1143
|
+
|
1144
|
+
|
1145
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 12:44:46 -0600
|
1146
|
+
|
1147
|
+
|
1148
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 12:44:46 -0600
|
1149
|
+
|
1150
|
+
|
1151
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 12:44:46 -0600
|
1152
|
+
|
1153
|
+
|
1154
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:44:50 -0600
|
1155
|
+
Processing by TestsController#index as HTML
|
1156
|
+
Rendered tests/index.html.erb within layouts/application (3.0ms)
|
1157
|
+
Completed 200 OK in 10ms (Views: 10.0ms | ActiveRecord: 0.0ms)
|
1158
|
+
|
1159
|
+
|
1160
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 12:44:50 -0600
|
1161
|
+
|
1162
|
+
|
1163
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 12:44:50 -0600
|
1164
|
+
|
1165
|
+
|
1166
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 12:44:50 -0600
|
1167
|
+
|
1168
|
+
|
1169
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 12:44:50 -0600
|
1170
|
+
|
1171
|
+
|
1172
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:44:53 -0600
|
1173
|
+
Processing by TestsController#index as HTML
|
1174
|
+
Rendered tests/index.html.erb within layouts/application (4.0ms)
|
1175
|
+
Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
1176
|
+
|
1177
|
+
|
1178
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 12:44:53 -0600
|
1179
|
+
|
1180
|
+
|
1181
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 12:44:53 -0600
|
1182
|
+
|
1183
|
+
|
1184
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 12:44:53 -0600
|
1185
|
+
|
1186
|
+
|
1187
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 12:44:53 -0600
|
1188
|
+
|
1189
|
+
|
1190
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 12:46:53 -0600
|
1191
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1192
|
+
Processing by TestsController#index as HTML
|
1193
|
+
Rendered tests/index.html.erb within layouts/application (54.0ms)
|
1194
|
+
Completed 500 Internal Server Error in 114ms
|
1195
|
+
|
1196
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3fdac58>):
|
1197
|
+
1: <ul>
|
1198
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1199
|
+
3: <li><%= link_to name %></li>
|
1200
|
+
4: <%end%>
|
1201
|
+
5: </ul>
|
1202
|
+
app/menus/tests/index.rb:4:in `initialize'
|
1203
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___731073175_31802580'
|
1204
|
+
|
1205
|
+
|
1206
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1207
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (39.0ms)
|
1208
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (82.0ms)
|
1209
|
+
|
1210
|
+
|
1211
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 12:48:39 -0600
|
1212
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1213
|
+
Processing by TestsController#index as HTML
|
1214
|
+
Rendered tests/index.html.erb within layouts/application (65.0ms)
|
1215
|
+
Completed 500 Internal Server Error in 145ms
|
1216
|
+
|
1217
|
+
ActionView::Template::Error (undefined local variable or method `tests_path' for #<IndexMenu:0x3d9d220>):
|
1218
|
+
1: <ul>
|
1219
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1220
|
+
3: <li><%= link_to name %></li>
|
1221
|
+
4: <%end%>
|
1222
|
+
5: </ul>
|
1223
|
+
app/menus/tests/index.rb:4:in `initialize'
|
1224
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___730840968_27888264'
|
1225
|
+
|
1226
|
+
|
1227
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1228
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (46.0ms)
|
1229
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (87.0ms)
|
1230
|
+
|
1231
|
+
|
1232
|
+
Started GET "/tests/" for 127.0.0.1 at 2013-07-01 12:50:07 -0600
|
1233
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1234
|
+
Processing by TestsController#index as HTML
|
1235
|
+
Rendered tests/index.html.erb within layouts/application (55.0ms)
|
1236
|
+
Completed 500 Internal Server Error in 127ms
|
1237
|
+
|
1238
|
+
ActionView::Template::Error (undefined method `extends' for IndexMenu:Class):
|
1239
|
+
1: <ul>
|
1240
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1241
|
+
3: <li><%= link_to name %></li>
|
1242
|
+
4: <%end%>
|
1243
|
+
5: </ul>
|
1244
|
+
app/menus/tests/index.rb:2:in `<class:IndexMenu>'
|
1245
|
+
app/menus/tests/index.rb:1:in `<top (required)>'
|
1246
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___781053407_28373052'
|
1247
|
+
|
1248
|
+
|
1249
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1250
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (52.0ms)
|
1251
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (83.0ms)
|
1252
|
+
|
1253
|
+
|
1254
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:51:05 -0600
|
1255
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1256
|
+
Processing by TestsController#index as HTML
|
1257
|
+
Rendered tests/index.html.erb within layouts/application (65.0ms)
|
1258
|
+
Completed 500 Internal Server Error in 151ms
|
1259
|
+
|
1260
|
+
ActionView::Template::Error (wrong argument type Class (expected Module)):
|
1261
|
+
1: <ul>
|
1262
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1263
|
+
3: <li><%= link_to name %></li>
|
1264
|
+
4: <%end%>
|
1265
|
+
5: </ul>
|
1266
|
+
app/menus/tests/index.rb:2:in `extend'
|
1267
|
+
app/menus/tests/index.rb:2:in `<class:IndexMenu>'
|
1268
|
+
app/menus/tests/index.rb:1:in `<top (required)>'
|
1269
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__119531105_19745952'
|
1270
|
+
|
1271
|
+
|
1272
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1273
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (49.0ms)
|
1274
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (96.0ms)
|
1275
|
+
|
1276
|
+
|
1277
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:51:43 -0600
|
1278
|
+
Processing by TestsController#index as HTML
|
1279
|
+
Rendered tests/index.html.erb within layouts/application (6.0ms)
|
1280
|
+
Completed 500 Internal Server Error in 12ms
|
1281
|
+
|
1282
|
+
ActionView::Template::Error (superclass mismatch for class IndexMenu):
|
1283
|
+
1: <ul>
|
1284
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1285
|
+
3: <li><%= link_to name %></li>
|
1286
|
+
4: <%end%>
|
1287
|
+
5: </ul>
|
1288
|
+
app/menus/tests/index.rb:1:in `<top (required)>'
|
1289
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__119531105_19745952'
|
1290
|
+
|
1291
|
+
|
1292
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
1293
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
1294
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (37.0ms)
|
1295
|
+
|
1296
|
+
|
1297
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:53:00 -0600
|
1298
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1299
|
+
Processing by TestsController#index as HTML
|
1300
|
+
Rendered tests/index.html.erb within layouts/application (69.0ms)
|
1301
|
+
Completed 500 Internal Server Error in 133ms
|
1302
|
+
|
1303
|
+
ActionView::Template::Error (undefined method `include' for #<IndexMenu:0x26e81c8>):
|
1304
|
+
1: <ul>
|
1305
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1306
|
+
3: <li><%= link_to name %></li>
|
1307
|
+
4: <%end%>
|
1308
|
+
5: </ul>
|
1309
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__124639693_32619276'
|
1310
|
+
|
1311
|
+
|
1312
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms)
|
1313
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (45.0ms)
|
1314
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (90.0ms)
|
1315
|
+
|
1316
|
+
|
1317
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:56:08 -0600
|
1318
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1319
|
+
Processing by TestsController#index as HTML
|
1320
|
+
Rendered tests/index.html.erb within layouts/application (50.0ms)
|
1321
|
+
Completed 500 Internal Server Error in 124ms
|
1322
|
+
|
1323
|
+
ActionView::Template::Error (uninitialized class variable @@links in DynamicMenu::Base):
|
1324
|
+
1: <ul>
|
1325
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1326
|
+
3: <li><%= link_to name %></li>
|
1327
|
+
4: <%end%>
|
1328
|
+
5: </ul>
|
1329
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__787993248_27909660'
|
1330
|
+
|
1331
|
+
|
1332
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
1333
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (41.0ms)
|
1334
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (84.0ms)
|
1335
|
+
|
1336
|
+
|
1337
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:56:14 -0600
|
1338
|
+
Processing by TestsController#index as HTML
|
1339
|
+
Rendered tests/index.html.erb within layouts/application (5.0ms)
|
1340
|
+
Completed 500 Internal Server Error in 10ms
|
1341
|
+
|
1342
|
+
ActionView::Template::Error (uninitialized class variable @@links in DynamicMenu::Base):
|
1343
|
+
1: <ul>
|
1344
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1345
|
+
3: <li><%= link_to name %></li>
|
1346
|
+
4: <%end%>
|
1347
|
+
5: </ul>
|
1348
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__787993248_27909660'
|
1349
|
+
|
1350
|
+
|
1351
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1352
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (2.0ms)
|
1353
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (31.0ms)
|
1354
|
+
|
1355
|
+
|
1356
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:56:52 -0600
|
1357
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1358
|
+
Processing by TestsController#index as HTML
|
1359
|
+
Rendered tests/index.html.erb within layouts/application (34.0ms)
|
1360
|
+
Completed 200 OK in 157ms (Views: 157.0ms | ActiveRecord: 0.0ms)
|
1361
|
+
|
1362
|
+
|
1363
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 12:56:54 -0600
|
1364
|
+
|
1365
|
+
|
1366
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 12:56:54 -0600
|
1367
|
+
|
1368
|
+
|
1369
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 12:56:54 -0600
|
1370
|
+
|
1371
|
+
|
1372
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 12:56:54 -0600
|
1373
|
+
|
1374
|
+
|
1375
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:56:56 -0600
|
1376
|
+
Processing by TestsController#index as HTML
|
1377
|
+
Rendered tests/index.html.erb within layouts/application (3.0ms)
|
1378
|
+
Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
1379
|
+
|
1380
|
+
|
1381
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 12:56:56 -0600
|
1382
|
+
|
1383
|
+
|
1384
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 12:56:56 -0600
|
1385
|
+
|
1386
|
+
|
1387
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 12:56:56 -0600
|
1388
|
+
|
1389
|
+
|
1390
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 12:56:56 -0600
|
1391
|
+
|
1392
|
+
|
1393
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 12:56:57 -0600
|
1394
|
+
Processing by TestsController#index as HTML
|
1395
|
+
Rendered tests/index.html.erb within layouts/application (3.0ms)
|
1396
|
+
Completed 200 OK in 11ms (Views: 11.0ms | ActiveRecord: 0.0ms)
|
1397
|
+
|
1398
|
+
|
1399
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 12:56:57 -0600
|
1400
|
+
|
1401
|
+
|
1402
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 12:56:57 -0600
|
1403
|
+
|
1404
|
+
|
1405
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 12:56:57 -0600
|
1406
|
+
|
1407
|
+
|
1408
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 12:56:57 -0600
|
1409
|
+
|
1410
|
+
|
1411
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 13:11:32 -0600
|
1412
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1413
|
+
Processing by TestsController#index as HTML
|
1414
|
+
Rendered tests/index.html.erb within layouts/application (56.0ms)
|
1415
|
+
Completed 500 Internal Server Error in 130ms
|
1416
|
+
|
1417
|
+
ActionView::Template::Error (uninitialized class variable @@links in DynamicMenu::Base):
|
1418
|
+
1: <ul>
|
1419
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1420
|
+
3: <li><%= link_to name %></li>
|
1421
|
+
4: <%end%>
|
1422
|
+
5: </ul>
|
1423
|
+
app/menus/tests/index.rb:6:in `initialize'
|
1424
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb___102788169_33572280'
|
1425
|
+
|
1426
|
+
|
1427
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1428
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (44.0ms)
|
1429
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (75.0ms)
|
1430
|
+
|
1431
|
+
|
1432
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 13:12:32 -0600
|
1433
|
+
[1m[36mActiveRecord::SchemaMigration Load (1.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1434
|
+
Processing by TestsController#index as HTML
|
1435
|
+
Rendered tests/index.html.erb within layouts/application (67.0ms)
|
1436
|
+
Completed 500 Internal Server Error in 135ms
|
1437
|
+
|
1438
|
+
ActionView::Template::Error (undefined method `empty?' for nil:NilClass):
|
1439
|
+
1: <ul>
|
1440
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1441
|
+
3: <li><%= link_to name %></li>
|
1442
|
+
4: <%end%>
|
1443
|
+
5: </ul>
|
1444
|
+
app/menus/tests/index.rb:6:in `initialize'
|
1445
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__284184068_32634864'
|
1446
|
+
|
1447
|
+
|
1448
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
1449
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (41.0ms)
|
1450
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (77.0ms)
|
1451
|
+
|
1452
|
+
|
1453
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 13:12:53 -0600
|
1454
|
+
Processing by TestsController#index as HTML
|
1455
|
+
Rendered tests/index.html.erb within layouts/application (4.0ms)
|
1456
|
+
Completed 500 Internal Server Error in 10ms
|
1457
|
+
|
1458
|
+
ActionView::Template::Error (undefined method `empty?' for nil:NilClass):
|
1459
|
+
1: <ul>
|
1460
|
+
2: <% get_current_menu.get_menu_links.each do |name,value| %>
|
1461
|
+
3: <li><%= link_to name %></li>
|
1462
|
+
4: <%end%>
|
1463
|
+
5: </ul>
|
1464
|
+
app/menus/tests/index.rb:6:in `initialize'
|
1465
|
+
app/views/tests/index.html.erb:2:in `_app_views_tests_index_html_erb__284184068_32634864'
|
1466
|
+
|
1467
|
+
|
1468
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.0ms)
|
1469
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
1470
|
+
Rendered c:/Users/travis.pessetto/.pik/rubies/Ruby-193-p194/lib/ruby/gems/1.9.1/gems/actionpack-4.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (45.0ms)
|
1471
|
+
|
1472
|
+
|
1473
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 13:13:09 -0600
|
1474
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
1475
|
+
Processing by TestsController#index as HTML
|
1476
|
+
Rendered tests/index.html.erb within layouts/application (26.0ms)
|
1477
|
+
Completed 200 OK in 184ms (Views: 183.0ms | ActiveRecord: 0.0ms)
|
1478
|
+
|
1479
|
+
|
1480
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 13:13:10 -0600
|
1481
|
+
|
1482
|
+
|
1483
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 13:13:10 -0600
|
1484
|
+
|
1485
|
+
|
1486
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 13:13:10 -0600
|
1487
|
+
|
1488
|
+
|
1489
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 13:13:10 -0600
|
1490
|
+
|
1491
|
+
|
1492
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 13:13:14 -0600
|
1493
|
+
Processing by TestsController#index as HTML
|
1494
|
+
Rendered tests/index.html.erb within layouts/application (2.0ms)
|
1495
|
+
Completed 200 OK in 21ms (Views: 21.0ms | ActiveRecord: 0.0ms)
|
1496
|
+
|
1497
|
+
|
1498
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 13:13:14 -0600
|
1499
|
+
|
1500
|
+
|
1501
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 13:13:14 -0600
|
1502
|
+
|
1503
|
+
|
1504
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 13:13:14 -0600
|
1505
|
+
|
1506
|
+
|
1507
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 13:13:14 -0600
|
1508
|
+
|
1509
|
+
|
1510
|
+
Started GET "/tests" for 127.0.0.1 at 2013-07-01 13:13:15 -0600
|
1511
|
+
Processing by TestsController#index as HTML
|
1512
|
+
Rendered tests/index.html.erb within layouts/application (3.0ms)
|
1513
|
+
Completed 200 OK in 12ms (Views: 11.0ms | ActiveRecord: 0.0ms)
|
1514
|
+
|
1515
|
+
|
1516
|
+
Started GET "/assets/tests.css?body=1" for 127.0.0.1 at 2013-07-01 13:13:15 -0600
|
1517
|
+
|
1518
|
+
|
1519
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-07-01 13:13:15 -0600
|
1520
|
+
|
1521
|
+
|
1522
|
+
Started GET "/assets/tests.js?body=1" for 127.0.0.1 at 2013-07-01 13:13:15 -0600
|
1523
|
+
|
1524
|
+
|
1525
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-07-01 13:13:15 -0600
|