iwyg_be 0.0.1
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/README.rdoc +44 -0
- data/Rakefile +40 -0
- data/app/assets/javascripts/iwyg_be/application.js +15 -0
- data/app/assets/javascripts/iwyg_be/failures.js +2 -0
- data/app/assets/stylesheets/iwyg_be/application.css +13 -0
- data/app/assets/stylesheets/iwyg_be/failures.css +29 -0
- data/app/controllers/iwyg_be/application_controller.rb +4 -0
- data/app/controllers/iwyg_be/failures_controller.rb +9 -0
- data/app/helpers/iwyg_be/application_helper.rb +4 -0
- data/app/helpers/iwyg_be/failures_helper.rb +4 -0
- data/app/models/iwyg_be/failure.rb +5 -0
- data/app/views/iwyg_be/failures/index.html.erb +6 -0
- data/app/views/layouts/iwyg_be/application.html.erb +14 -0
- data/config/initializers/exception_handler.rb +11 -0
- data/config/routes.rb +3 -0
- data/db/migrate/20120808163820_create_iwyg_be_failures.rb +10 -0
- data/lib/iwyg_be.rb +4 -0
- data/lib/iwyg_be/engine.rb +5 -0
- data/lib/iwyg_be/version.rb +3 -0
- data/lib/tasks/iwyg_be_tasks.rake +4 -0
- data/test/dummy/README.rdoc +261 -0
- data/test/dummy/Rakefile +7 -0
- data/test/dummy/app/assets/javascripts/application.js +15 -0
- data/test/dummy/app/assets/javascripts/simulate.js +2 -0
- data/test/dummy/app/assets/stylesheets/application.css +13 -0
- data/test/dummy/app/assets/stylesheets/simulate.css +4 -0
- data/test/dummy/app/controllers/application_controller.rb +3 -0
- data/test/dummy/app/controllers/simulate_controller.rb +5 -0
- data/test/dummy/app/helpers/application_helper.rb +2 -0
- data/test/dummy/app/helpers/simulate_helper.rb +2 -0
- data/test/dummy/app/views/layouts/application.html.erb +14 -0
- data/test/dummy/app/views/simulate/failure.html.erb +2 -0
- data/test/dummy/config.ru +4 -0
- data/test/dummy/config/application.rb +59 -0
- data/test/dummy/config/boot.rb +10 -0
- data/test/dummy/config/database.yml +25 -0
- data/test/dummy/config/environment.rb +5 -0
- data/test/dummy/config/environments/development.rb +37 -0
- data/test/dummy/config/environments/production.rb +67 -0
- data/test/dummy/config/environments/test.rb +37 -0
- data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
- data/test/dummy/config/initializers/inflections.rb +15 -0
- data/test/dummy/config/initializers/mime_types.rb +5 -0
- data/test/dummy/config/initializers/secret_token.rb +7 -0
- data/test/dummy/config/initializers/session_store.rb +8 -0
- data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
- data/test/dummy/config/locales/en.yml +5 -0
- data/test/dummy/config/routes.rb +6 -0
- data/test/dummy/db/development.sqlite3 +0 -0
- data/test/dummy/db/migrate/20120808164358_create_iwyg_be_failures.iwyg_be.rb +11 -0
- data/test/dummy/db/schema.rb +23 -0
- data/test/dummy/log/development.log +523 -0
- data/test/dummy/public/404.html +26 -0
- data/test/dummy/public/422.html +26 -0
- data/test/dummy/public/500.html +25 -0
- data/test/dummy/public/favicon.ico +0 -0
- data/test/dummy/script/rails +6 -0
- data/test/dummy/test/functional/simulate_controller_test.rb +9 -0
- data/test/dummy/test/unit/helpers/simulate_helper_test.rb +4 -0
- data/test/dummy/tmp/cache/assets/CAE/D50/sprockets%2F5544404237e9207d090ee0e0919e4eec +0 -0
- data/test/dummy/tmp/cache/assets/CE0/290/sprockets%2F127dde1a31c88b07920bf869a898005b +0 -0
- data/test/dummy/tmp/cache/assets/CE3/A10/sprockets%2F2520c1e5954e6fc3e6a5c768186ac173 +0 -0
- data/test/dummy/tmp/cache/assets/D04/860/sprockets%2Fcc175ded6a21e69e311368242a251ec6 +0 -0
- data/test/dummy/tmp/cache/assets/D1A/990/sprockets%2F62b2f573ff6f244ff90736ef66ca1109 +0 -0
- data/test/dummy/tmp/cache/assets/D38/DA0/sprockets%2F0ce8b9aff620294e2461535aa05bb96d +0 -0
- data/test/dummy/tmp/cache/assets/D3B/3B0/sprockets%2F94d4c3213cd5bc8607d86b4b8ba9b206 +0 -0
- data/test/dummy/tmp/cache/assets/D66/0A0/sprockets%2F535eac6ba7f1b376abc88f428e320e20 +0 -0
- data/test/dummy/tmp/cache/assets/D7A/2C0/sprockets%2F766ab68c7aa75796eaf424e12daa86d6 +0 -0
- data/test/dummy/tmp/cache/assets/DB0/3F0/sprockets%2Ffec98aa93fb7e1f68a8491a12e8cd654 +0 -0
- data/test/dummy/tmp/cache/assets/DB0/E00/sprockets%2F1c877c29acba2ba14aba0ea404238da7 +0 -0
- data/test/dummy/tmp/cache/assets/DB5/D50/sprockets%2F00a63a9ed440dad0822c4ddcaa88ca16 +0 -0
- data/test/dummy/tmp/cache/assets/DD1/690/sprockets%2F6afba33da2f7d94bda261896acd3c678 +0 -0
- data/test/dummy/tmp/cache/assets/E6B/4A0/sprockets%2F3faef34b5cc7ffabd796b953fb81db6f +0 -0
- data/test/dummy/tmp/pids/server.pid +1 -0
- data/test/fixtures/iwyg_be/failures.yml +9 -0
- data/test/functional/iwyg_be/failures_controller_test.rb +11 -0
- data/test/integration/navigation_test.rb +10 -0
- data/test/iwyg_be_test.rb +7 -0
- data/test/test_helper.rb +15 -0
- data/test/unit/helpers/iwyg_be/failures_helper_test.rb +6 -0
- data/test/unit/iwyg_be/failure_test.rb +9 -0
- metadata +210 -0
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
# encoding: UTF-8
|
|
2
|
+
# This file is auto-generated from the current state of the database. Instead
|
|
3
|
+
# of editing this file, please use the migrations feature of Active Record to
|
|
4
|
+
# incrementally modify your database, and then regenerate this schema definition.
|
|
5
|
+
#
|
|
6
|
+
# Note that this schema.rb definition is the authoritative source for your
|
|
7
|
+
# database schema. If you need to create the application database on another
|
|
8
|
+
# system, you should be using db:schema:load, not running all the migrations
|
|
9
|
+
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
|
|
10
|
+
# you'll amass, the slower it'll run and the greater likelihood for issues).
|
|
11
|
+
#
|
|
12
|
+
# It's strongly recommended to check this file into your version control system.
|
|
13
|
+
|
|
14
|
+
ActiveRecord::Schema.define(:version => 20120808164358) do
|
|
15
|
+
|
|
16
|
+
create_table "iwyg_be_failures", :force => true do |t|
|
|
17
|
+
t.text "message"
|
|
18
|
+
t.integer "user_id"
|
|
19
|
+
t.datetime "created_at", :null => false
|
|
20
|
+
t.datetime "updated_at", :null => false
|
|
21
|
+
end
|
|
22
|
+
|
|
23
|
+
end
|
|
@@ -0,0 +1,523 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
Started GET "/" for 127.0.0.1 at 2012-08-08 18:21:39 +0200
|
|
4
|
+
Connecting to database specified by database.yml
|
|
5
|
+
|
|
6
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
|
7
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
8
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
9
|
+
railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
|
|
10
|
+
railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
|
|
11
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
12
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
13
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
14
|
+
activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
15
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
16
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
17
|
+
railties (3.2.7) lib/rails/engine.rb:479:in `call'
|
|
18
|
+
railties (3.2.7) lib/rails/application.rb:220:in `call'
|
|
19
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
20
|
+
railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
21
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
22
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
23
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
24
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (24.0ms)
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
Started GET "/iwygbe" for 127.0.0.1 at 2012-08-08 18:21:49 +0200
|
|
31
|
+
|
|
32
|
+
ActionController::RoutingError (No route matches [GET] "/iwygbe"):
|
|
33
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
34
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
35
|
+
railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
|
|
36
|
+
railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
|
|
37
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
38
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
39
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
40
|
+
activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
41
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
42
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
43
|
+
railties (3.2.7) lib/rails/engine.rb:479:in `call'
|
|
44
|
+
railties (3.2.7) lib/rails/application.rb:220:in `call'
|
|
45
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
46
|
+
railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
47
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
48
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
49
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
50
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 18:22:48 +0200
|
|
57
|
+
|
|
58
|
+
ActionController::RoutingError (No route matches [GET] "/iwyg_be"):
|
|
59
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
60
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
61
|
+
railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
|
|
62
|
+
railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
|
|
63
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
64
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
65
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
66
|
+
activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
67
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
68
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
69
|
+
railties (3.2.7) lib/rails/engine.rb:479:in `call'
|
|
70
|
+
railties (3.2.7) lib/rails/application.rb:220:in `call'
|
|
71
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
72
|
+
railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
73
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
74
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
75
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
76
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 18:25:17 +0200
|
|
83
|
+
|
|
84
|
+
ActionController::RoutingError (No route matches [GET] "/iwyg_be"):
|
|
85
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
86
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
87
|
+
railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
|
|
88
|
+
railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
|
|
89
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
90
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
91
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
92
|
+
activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
93
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
94
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
95
|
+
railties (3.2.7) lib/rails/engine.rb:479:in `call'
|
|
96
|
+
railties (3.2.7) lib/rails/application.rb:220:in `call'
|
|
97
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
98
|
+
railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
99
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
100
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
101
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
102
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (1.0ms)
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 18:26:08 +0200
|
|
109
|
+
Connecting to database specified by database.yml
|
|
110
|
+
|
|
111
|
+
ActionController::RoutingError (No route matches [GET] "/iwyg_be"):
|
|
112
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
113
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
114
|
+
railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
|
|
115
|
+
railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
|
|
116
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
117
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
118
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
119
|
+
activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
120
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
121
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
122
|
+
railties (3.2.7) lib/rails/engine.rb:479:in `call'
|
|
123
|
+
railties (3.2.7) lib/rails/application.rb:220:in `call'
|
|
124
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
125
|
+
railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
126
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
127
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
128
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
129
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (23.0ms)
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 18:27:46 +0200
|
|
136
|
+
Connecting to database specified by database.yml
|
|
137
|
+
Processing by IwygBe::FailuresController#index as HTML
|
|
138
|
+
Rendered C:/Sites/iwyg_be/app/views/iwyg_be/failures/index.html.erb within layouts/iwyg_be/application (22.0ms)
|
|
139
|
+
Compiled iwyg_be/failures.css (0ms) (pid 8988)
|
|
140
|
+
Compiled iwyg_be/application.css (17ms) (pid 8988)
|
|
141
|
+
Compiled jquery.js (15ms) (pid 8988)
|
|
142
|
+
Compiled jquery_ujs.js (0ms) (pid 8988)
|
|
143
|
+
Compiled iwyg_be/failures.js (0ms) (pid 8988)
|
|
144
|
+
Compiled iwyg_be/application.js (124ms) (pid 8988)
|
|
145
|
+
Completed 200 OK in 321ms (Views: 321.0ms | ActiveRecord: 0.0ms)
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
Started GET "/assets/iwyg_be/failures.css?body=1" for 127.0.0.1 at 2012-08-08 18:27:48 +0200
|
|
149
|
+
Served asset /iwyg_be/failures.css - 200 OK (4ms)
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
Started GET "/assets/iwyg_be/application.css?body=1" for 127.0.0.1 at 2012-08-08 18:27:48 +0200
|
|
153
|
+
Served asset /iwyg_be/application.css - 200 OK (5ms)
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-08 18:27:48 +0200
|
|
157
|
+
Served asset /jquery.js - 200 OK (3ms)
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-08 18:27:48 +0200
|
|
161
|
+
Served asset /jquery_ujs.js - 200 OK (2ms)
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
Started GET "/assets/iwyg_be/failures.js?body=1" for 127.0.0.1 at 2012-08-08 18:27:48 +0200
|
|
165
|
+
Served asset /iwyg_be/failures.js - 200 OK (3ms)
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
Started GET "/assets/iwyg_be/application.js?body=1" for 127.0.0.1 at 2012-08-08 18:27:48 +0200
|
|
169
|
+
Served asset /iwyg_be/application.js - 200 OK (6ms)
|
|
170
|
+
Connecting to database specified by database.yml
|
|
171
|
+
Connecting to database specified by database.yml
|
|
172
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
|
173
|
+
[1m[35m (17.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
|
174
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("schema_migrations")[0m
|
|
175
|
+
[1m[35m (39.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
|
|
176
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
|
177
|
+
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
|
178
|
+
Connecting to database specified by database.yml
|
|
179
|
+
Connecting to database specified by database.yml
|
|
180
|
+
[1m[36m (0.0ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
|
181
|
+
Migrating to CreateIwygBeFailures (20120808164358)
|
|
182
|
+
[1m[35m (0.0ms)[0m select sqlite_version(*)
|
|
183
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
184
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "iwyg_be_failures" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "message" text, "user_id" integer, "created_at" datetime NOT NULL, "updated_at" datetime NOT NULL)
|
|
185
|
+
[1m[36m (0.0ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES ('20120808164358')[0m
|
|
186
|
+
[1m[35m (17.0ms)[0m commit transaction
|
|
187
|
+
[1m[36m (0.0ms)[0m [1mselect sqlite_version(*)[0m
|
|
188
|
+
[1m[35m (0.0ms)[0m SELECT "schema_migrations"."version" FROM "schema_migrations"
|
|
189
|
+
[1m[36m (0.0ms)[0m [1mPRAGMA index_list("iwyg_be_failures")[0m
|
|
190
|
+
Connecting to database specified by database.yml
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 18:50:50 +0200
|
|
194
|
+
Processing by IwygBe::FailuresController#index as HTML
|
|
195
|
+
[1m[36mIwygBe::Failure Load (0.0ms)[0m [1mSELECT "iwyg_be_failures".* FROM "iwyg_be_failures" [0m
|
|
196
|
+
Rendered C:/Sites/iwyg_be/app/views/iwyg_be/failures/index.html.erb within layouts/iwyg_be/application (0.0ms)
|
|
197
|
+
Completed 200 OK in 157ms (Views: 9.0ms | ActiveRecord: 16.0ms)
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-08 18:50:50 +0200
|
|
201
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
Started GET "/assets/iwyg_be/failures.css?body=1" for 127.0.0.1 at 2012-08-08 18:50:50 +0200
|
|
205
|
+
Served asset /iwyg_be/failures.css - 304 Not Modified (0ms)
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
Started GET "/assets/iwyg_be/application.css?body=1" for 127.0.0.1 at 2012-08-08 18:50:50 +0200
|
|
209
|
+
Served asset /iwyg_be/application.css - 304 Not Modified (0ms)
|
|
210
|
+
|
|
211
|
+
|
|
212
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-08 18:50:50 +0200
|
|
213
|
+
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
Started GET "/assets/iwyg_be/failures.js?body=1" for 127.0.0.1 at 2012-08-08 18:50:50 +0200
|
|
217
|
+
Served asset /iwyg_be/failures.js - 304 Not Modified (0ms)
|
|
218
|
+
|
|
219
|
+
|
|
220
|
+
Started GET "/assets/iwyg_be/application.js?body=1" for 127.0.0.1 at 2012-08-08 18:50:50 +0200
|
|
221
|
+
Served asset /iwyg_be/application.js - 304 Not Modified (0ms)
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 19:07:43 +0200
|
|
225
|
+
Processing by IwygBe::FailuresController#index as HTML
|
|
226
|
+
[1m[35mIwygBe::Failure Load (1.0ms)[0m SELECT "iwyg_be_failures".* FROM "iwyg_be_failures"
|
|
227
|
+
Rendered C:/Sites/iwyg_be/app/views/iwyg_be/failures/index.html.erb within layouts/iwyg_be/application (1.0ms)
|
|
228
|
+
Completed 200 OK in 19ms (Views: 16.0ms | ActiveRecord: 1.0ms)
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
Started GET "/assets/iwyg_be/failures.css?body=1" for 127.0.0.1 at 2012-08-08 19:07:43 +0200
|
|
232
|
+
Served asset /iwyg_be/failures.css - 304 Not Modified (0ms)
|
|
233
|
+
|
|
234
|
+
|
|
235
|
+
Started GET "/assets/iwyg_be/application.css?body=1" for 127.0.0.1 at 2012-08-08 19:07:43 +0200
|
|
236
|
+
Served asset /iwyg_be/application.css - 304 Not Modified (0ms)
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-08 19:07:43 +0200
|
|
240
|
+
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
Started GET "/assets/iwyg_be/failures.js?body=1" for 127.0.0.1 at 2012-08-08 19:07:43 +0200
|
|
244
|
+
Served asset /iwyg_be/failures.js - 304 Not Modified (0ms)
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-08 19:07:43 +0200
|
|
248
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
249
|
+
|
|
250
|
+
|
|
251
|
+
Started GET "/assets/iwyg_be/application.js?body=1" for 127.0.0.1 at 2012-08-08 19:07:43 +0200
|
|
252
|
+
Served asset /iwyg_be/application.js - 304 Not Modified (1ms)
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
Started GET "/assets/icons/icon_button_add.png" for 127.0.0.1 at 2012-08-08 19:12:49 +0200
|
|
256
|
+
Served asset /icons/icon_button_add.png - 404 Not Found (4ms)
|
|
257
|
+
|
|
258
|
+
ActionController::RoutingError (No route matches [GET] "/assets/icons/icon_button_add.png"):
|
|
259
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
260
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
261
|
+
railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
|
|
262
|
+
railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
|
|
263
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
264
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
265
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
266
|
+
activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
267
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
268
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
269
|
+
railties (3.2.7) lib/rails/engine.rb:479:in `call'
|
|
270
|
+
railties (3.2.7) lib/rails/application.rb:220:in `call'
|
|
271
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
272
|
+
railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
273
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
274
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
275
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
276
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
|
|
280
|
+
|
|
281
|
+
|
|
282
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 19:16:34 +0200
|
|
283
|
+
Processing by IwygBe::FailuresController#index as HTML
|
|
284
|
+
[1m[36mIwygBe::Failure Load (1.0ms)[0m [1mSELECT "iwyg_be_failures".* FROM "iwyg_be_failures" [0m
|
|
285
|
+
Rendered C:/Sites/iwyg_be/app/views/iwyg_be/failures/index.html.erb within layouts/iwyg_be/application (0.0ms)
|
|
286
|
+
Completed 200 OK in 14ms (Views: 9.0ms | ActiveRecord: 1.0ms)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
Started GET "/assets/iwyg_be/application.css?body=1" for 127.0.0.1 at 2012-08-08 19:16:34 +0200
|
|
290
|
+
Served asset /iwyg_be/application.css - 304 Not Modified (0ms)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
Started GET "/assets/iwyg_be/failures.css?body=1" for 127.0.0.1 at 2012-08-08 19:16:34 +0200
|
|
294
|
+
Served asset /iwyg_be/failures.css - 304 Not Modified (0ms)
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
Started GET "/assets/iwyg_be/failures.js?body=1" for 127.0.0.1 at 2012-08-08 19:16:34 +0200
|
|
298
|
+
Served asset /iwyg_be/failures.js - 304 Not Modified (0ms)
|
|
299
|
+
|
|
300
|
+
|
|
301
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-08 19:16:34 +0200
|
|
302
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-08 19:16:34 +0200
|
|
306
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
307
|
+
|
|
308
|
+
|
|
309
|
+
Started GET "/assets/iwyg_be/application.js?body=1" for 127.0.0.1 at 2012-08-08 19:16:34 +0200
|
|
310
|
+
Served asset /iwyg_be/application.js - 304 Not Modified (0ms)
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
Started GET "/simulate/failure" for 127.0.0.1 at 2012-08-08 19:16:48 +0200
|
|
314
|
+
Processing by SimulateController#failure as HTML
|
|
315
|
+
Completed 500 Internal Server Error in 0ms
|
|
316
|
+
|
|
317
|
+
RuntimeError (Simulating an exception):
|
|
318
|
+
app/controllers/simulate_controller.rb:3:in `failure'
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (3.0ms)
|
|
322
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.0ms)
|
|
323
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (24.0ms)
|
|
324
|
+
|
|
325
|
+
|
|
326
|
+
Started GET "/simulate/failure" for 127.0.0.1 at 2012-08-08 19:40:43 +0200
|
|
327
|
+
Connecting to database specified by database.yml
|
|
328
|
+
Processing by SimulateController#failure as HTML
|
|
329
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
|
330
|
+
[1m[35mSQL (29.0ms)[0m INSERT INTO "iwyg_be_failures" ("created_at", "message", "updated_at", "user_id") VALUES (?, ?, ?, ?) [["created_at", Wed, 08 Aug 2012 17:40:45 UTC +00:00], ["message", "Simulating an exception"], ["updated_at", Wed, 08 Aug 2012 17:40:45 UTC +00:00], ["user_id", nil]]
|
|
331
|
+
[1m[36m (5.0ms)[0m [1mcommit transaction[0m
|
|
332
|
+
Completed 500 Internal Server Error in 0ms
|
|
333
|
+
|
|
334
|
+
RuntimeError (Simulating an exception):
|
|
335
|
+
app/controllers/simulate_controller.rb:3:in `failure'
|
|
336
|
+
|
|
337
|
+
|
|
338
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_trace.erb (2.0ms)
|
|
339
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
|
340
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (46.0ms)
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 19:40:51 +0200
|
|
344
|
+
Processing by IwygBe::FailuresController#index as HTML
|
|
345
|
+
[1m[35mIwygBe::Failure Load (0.0ms)[0m SELECT "iwyg_be_failures".* FROM "iwyg_be_failures"
|
|
346
|
+
Rendered C:/Sites/iwyg_be/app/views/iwyg_be/failures/index.html.erb within layouts/iwyg_be/application (0.0ms)
|
|
347
|
+
Completed 200 OK in 36ms (Views: 35.0ms | ActiveRecord: 0.0ms)
|
|
348
|
+
|
|
349
|
+
|
|
350
|
+
Started GET "/assets/iwyg_be/failures.css?body=1" for 127.0.0.1 at 2012-08-08 19:40:51 +0200
|
|
351
|
+
Served asset /iwyg_be/failures.css - 304 Not Modified (3ms)
|
|
352
|
+
|
|
353
|
+
|
|
354
|
+
Started GET "/assets/iwyg_be/failures.js?body=1" for 127.0.0.1 at 2012-08-08 19:40:51 +0200
|
|
355
|
+
Served asset /iwyg_be/failures.js - 304 Not Modified (2ms)
|
|
356
|
+
|
|
357
|
+
|
|
358
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-08 19:40:51 +0200
|
|
359
|
+
Served asset /jquery.js - 304 Not Modified (3ms)
|
|
360
|
+
|
|
361
|
+
|
|
362
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-08 19:40:51 +0200
|
|
363
|
+
Served asset /jquery_ujs.js - 304 Not Modified (2ms)
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
Started GET "/assets/iwyg_be/application.css?body=1" for 127.0.0.1 at 2012-08-08 19:40:51 +0200
|
|
367
|
+
Served asset /iwyg_be/application.css - 304 Not Modified (15ms)
|
|
368
|
+
|
|
369
|
+
|
|
370
|
+
Started GET "/assets/iwyg_be/application.js?body=1" for 127.0.0.1 at 2012-08-08 19:40:52 +0200
|
|
371
|
+
Served asset /iwyg_be/application.js - 304 Not Modified (12ms)
|
|
372
|
+
|
|
373
|
+
|
|
374
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 19:58:20 +0200
|
|
375
|
+
Processing by IwygBe::FailuresController#index as HTML
|
|
376
|
+
[1m[36mIwygBe::Failure Load (0.0ms)[0m [1mSELECT "iwyg_be_failures".* FROM "iwyg_be_failures" [0m
|
|
377
|
+
Rendered C:/Sites/iwyg_be/app/views/iwyg_be/failures/index.html.erb within layouts/iwyg_be/application (0.0ms)
|
|
378
|
+
Compiled iwyg_be/failures.css (0ms) (pid 9128)
|
|
379
|
+
Compiled iwyg_be/application.css (0ms) (pid 9128)
|
|
380
|
+
Completed 200 OK in 36ms (Views: 35.0ms | ActiveRecord: 0.0ms)
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
Started GET "/assets/iwyg_be/failures.css?body=1" for 127.0.0.1 at 2012-08-08 19:58:20 +0200
|
|
384
|
+
Served asset /iwyg_be/failures.css - 200 OK (6ms)
|
|
385
|
+
|
|
386
|
+
|
|
387
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-08 19:58:20 +0200
|
|
388
|
+
Served asset /jquery.js - 304 Not Modified (1ms)
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
Started GET "/assets/iwyg_be/application.css?body=1" for 127.0.0.1 at 2012-08-08 19:58:20 +0200
|
|
392
|
+
Served asset /iwyg_be/application.css - 304 Not Modified (19ms)
|
|
393
|
+
|
|
394
|
+
|
|
395
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-08 19:58:20 +0200
|
|
396
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
Started GET "/assets/iwyg_be/failures.js?body=1" for 127.0.0.1 at 2012-08-08 19:58:20 +0200
|
|
400
|
+
Served asset /iwyg_be/failures.js - 304 Not Modified (0ms)
|
|
401
|
+
|
|
402
|
+
|
|
403
|
+
Started GET "/assets/iwyg_be/application.js?body=1" for 127.0.0.1 at 2012-08-08 19:58:20 +0200
|
|
404
|
+
Served asset /iwyg_be/application.js - 304 Not Modified (2ms)
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
Started GET "/assets/iwyg_be/bg_main.gif" for 127.0.0.1 at 2012-08-08 19:58:20 +0200
|
|
408
|
+
Served asset /iwyg_be/bg_main.gif - 404 Not Found (14ms)
|
|
409
|
+
|
|
410
|
+
ActionController::RoutingError (No route matches [GET] "/assets/iwyg_be/bg_main.gif"):
|
|
411
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
412
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
413
|
+
railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
|
|
414
|
+
railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
|
|
415
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
416
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
417
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
418
|
+
activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
419
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
420
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
421
|
+
railties (3.2.7) lib/rails/engine.rb:479:in `call'
|
|
422
|
+
railties (3.2.7) lib/rails/application.rb:220:in `call'
|
|
423
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
424
|
+
railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
425
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
426
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
427
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
428
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
|
|
432
|
+
|
|
433
|
+
|
|
434
|
+
Started GET "/iwyg_be/failures" for 127.0.0.1 at 2012-08-08 19:59:37 +0200
|
|
435
|
+
|
|
436
|
+
ActionController::RoutingError (No route matches [GET] "/iwyg_be/failures"):
|
|
437
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
|
438
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
|
439
|
+
railties (3.2.7) lib/rails/rack/logger.rb:26:in `call_app'
|
|
440
|
+
railties (3.2.7) lib/rails/rack/logger.rb:16:in `call'
|
|
441
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
|
442
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
|
443
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
|
444
|
+
activesupport (3.2.7) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
|
445
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
|
446
|
+
actionpack (3.2.7) lib/action_dispatch/middleware/static.rb:62:in `call'
|
|
447
|
+
railties (3.2.7) lib/rails/engine.rb:479:in `call'
|
|
448
|
+
railties (3.2.7) lib/rails/application.rb:220:in `call'
|
|
449
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
|
450
|
+
railties (3.2.7) lib/rails/rack/log_tailer.rb:17:in `call'
|
|
451
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
|
452
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
|
453
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
|
454
|
+
C:/RailsInstaller/Ruby1.9.3/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
|
455
|
+
|
|
456
|
+
|
|
457
|
+
Rendered C:/RailsInstaller/Ruby1.9.3/lib/ruby/gems/1.9.1/gems/actionpack-3.2.7/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.0ms)
|
|
458
|
+
|
|
459
|
+
|
|
460
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 20:00:32 +0200
|
|
461
|
+
Processing by IwygBe::FailuresController#index as HTML
|
|
462
|
+
[1m[35mIwygBe::Failure Load (0.0ms)[0m SELECT "iwyg_be_failures".* FROM "iwyg_be_failures"
|
|
463
|
+
Rendered C:/Sites/iwyg_be/app/views/iwyg_be/failures/index.html.erb within layouts/iwyg_be/application (0.0ms)
|
|
464
|
+
Compiled iwyg_be/failures.js (0ms) (pid 9128)
|
|
465
|
+
Compiled iwyg_be/application.js (3ms) (pid 9128)
|
|
466
|
+
Completed 200 OK in 59ms (Views: 58.0ms | ActiveRecord: 0.0ms)
|
|
467
|
+
|
|
468
|
+
|
|
469
|
+
Started GET "/assets/iwyg_be/failures.css?body=1" for 127.0.0.1 at 2012-08-08 20:00:32 +0200
|
|
470
|
+
Served asset /iwyg_be/failures.css - 304 Not Modified (0ms)
|
|
471
|
+
|
|
472
|
+
|
|
473
|
+
Started GET "/assets/iwyg_be/application.css?body=1" for 127.0.0.1 at 2012-08-08 20:00:32 +0200
|
|
474
|
+
Served asset /iwyg_be/application.css - 304 Not Modified (0ms)
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-08 20:00:33 +0200
|
|
478
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
479
|
+
|
|
480
|
+
|
|
481
|
+
Started GET "/assets/iwyg_be/failures.js?body=1" for 127.0.0.1 at 2012-08-08 20:00:33 +0200
|
|
482
|
+
Served asset /iwyg_be/failures.js - 200 OK (16ms)
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-08 20:00:33 +0200
|
|
486
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
487
|
+
|
|
488
|
+
|
|
489
|
+
Started GET "/assets/iwyg_be/application.js?body=1" for 127.0.0.1 at 2012-08-08 20:00:33 +0200
|
|
490
|
+
Served asset /iwyg_be/application.js - 304 Not Modified (13ms)
|
|
491
|
+
|
|
492
|
+
|
|
493
|
+
Started GET "/iwyg_be" for 127.0.0.1 at 2012-08-08 20:01:38 +0200
|
|
494
|
+
Processing by IwygBe::FailuresController#index as HTML
|
|
495
|
+
[1m[36mIwygBe::Failure Load (1.0ms)[0m [1mSELECT "iwyg_be_failures".* FROM "iwyg_be_failures" [0m
|
|
496
|
+
Rendered C:/Sites/iwyg_be/app/views/iwyg_be/failures/index.html.erb within layouts/iwyg_be/application (0.0ms)
|
|
497
|
+
Compiled iwyg_be/failures.js (1ms) (pid 9128)
|
|
498
|
+
Compiled iwyg_be/application.js (2ms) (pid 9128)
|
|
499
|
+
Completed 200 OK in 60ms (Views: 57.0ms | ActiveRecord: 1.0ms)
|
|
500
|
+
|
|
501
|
+
|
|
502
|
+
Started GET "/assets/iwyg_be/failures.css?body=1" for 127.0.0.1 at 2012-08-08 20:01:39 +0200
|
|
503
|
+
Served asset /iwyg_be/failures.css - 304 Not Modified (0ms)
|
|
504
|
+
|
|
505
|
+
|
|
506
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-08-08 20:01:39 +0200
|
|
507
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
|
508
|
+
|
|
509
|
+
|
|
510
|
+
Started GET "/assets/iwyg_be/application.css?body=1" for 127.0.0.1 at 2012-08-08 20:01:39 +0200
|
|
511
|
+
Served asset /iwyg_be/application.css - 304 Not Modified (0ms)
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-08-08 20:01:39 +0200
|
|
515
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
|
516
|
+
|
|
517
|
+
|
|
518
|
+
Started GET "/assets/iwyg_be/failures.js?body=1" for 127.0.0.1 at 2012-08-08 20:01:39 +0200
|
|
519
|
+
Served asset /iwyg_be/failures.js - 200 OK (4ms)
|
|
520
|
+
|
|
521
|
+
|
|
522
|
+
Started GET "/assets/iwyg_be/application.js?body=1" for 127.0.0.1 at 2012-08-08 20:01:39 +0200
|
|
523
|
+
Served asset /iwyg_be/application.js - 304 Not Modified (6ms)
|