myreplicator 1.0.3 → 1.0.4
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/app/assets/javascripts/myreplicator/application.js +1 -0
- data/app/assets/javascripts/myreplicator/cronwtf.js +15 -4
- data/app/assets/stylesheets/myreplicator/application.css +64 -9
- data/app/assets/stylesheets/myreplicator/slider_handle.png +0 -0
- data/app/models/myreplicator/log.rb +44 -4
- data/app/views/myreplicator/exports/_form.html.erb +124 -32
- data/lib/loader/loader.rb +33 -12
- data/lib/myreplicator/version.rb +1 -1
- data/lib/transporter/transporter.rb +3 -0
- data/test/dummy/config/application.rb +4 -0
- data/test/dummy/log/development.log +853 -0
- data/test/dummy/tmp/cache/assets/C7F/970/sprockets%2F03f29761343991c6cd347bbd2184d560 +0 -0
- data/test/dummy/tmp/cache/assets/CC6/7C0/sprockets%2F881234d3e954859c46bf49bb21f72d79 +0 -0
- data/test/dummy/tmp/cache/assets/CCC/A20/sprockets%2F6f3c2f4ae1f4d0219804a257410ce405 +0 -0
- data/test/dummy/tmp/cache/assets/CD5/B90/sprockets%2Fc999d13a6a21113981c0d820e8043bdf +0 -0
- data/test/dummy/tmp/cache/assets/CD7/030/sprockets%2F9ba4859590582b8b72a650b2b00b6cd2 +0 -0
- data/test/dummy/tmp/cache/assets/CE5/670/sprockets%2Fe9e4122f1706626a21da6f8457f088ce +0 -0
- data/test/dummy/tmp/cache/assets/D21/D40/sprockets%2Fe5a6e691816fa904f414ea89a6f0586f +0 -0
- data/test/dummy/tmp/cache/assets/D69/6F0/sprockets%2F94fff7f55bc4c300b25f3f9361ac1a52 +0 -0
- data/test/dummy/tmp/cache/assets/D8B/B60/sprockets%2Faa32227c440a378ccd21218eefeb80bf +0 -0
- data/test/dummy/tmp/cache/assets/DA8/910/sprockets%2Fab5775c4a837bd4d97ac394d473cda9b +0 -0
- data/test/dummy/tmp/cache/assets/DF8/5D0/sprockets%2Fb815ed34d61cfed96222daa3bfd1d84d +0 -0
- data/test/dummy/tmp/cache/assets/E35/4F0/sprockets%2F96b1cdf8db6a1c8eb8abcce05958ae74 +0 -0
- metadata +12 -11
- data/test/dummy/tmp/myreplicator/okl_test_batchy_batches_1358276518.tsv.gz +0 -0
- data/test/dummy/tmp/myreplicator/okl_test_batchy_batches_1358276518.tsv.json +0 -1
- data/test/dummy/tmp/myreplicator/okl_test_batchy_batches_1358278078.tsv.gz +0 -0
- data/test/dummy/tmp/myreplicator/okl_test_batchy_batches_1358278078.tsv.json +0 -1
data/lib/myreplicator/version.rb
CHANGED
@@ -17,8 +17,11 @@ module Myreplicator
|
|
17
17
|
|
18
18
|
##
|
19
19
|
# Main method provided for resque
|
20
|
+
# Reconnection provided for resque workers
|
20
21
|
##
|
21
22
|
def self.perform
|
23
|
+
ActiveRecord::Base.verify_active_connections!
|
24
|
+
ActiveRecord::Base.connection.reconnect!
|
22
25
|
transfer # Kick off the load process
|
23
26
|
end
|
24
27
|
|
@@ -10109,3 +10109,856 @@ LoadError (cannot load such file -- resque):
|
|
10109
10109
|
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.8ms)
|
10110
10110
|
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (4.7ms)
|
10111
10111
|
Connecting to database specified by database.yml
|
10112
|
+
Connecting to database specified by database.yml
|
10113
|
+
|
10114
|
+
|
10115
|
+
Started GET "/" for 127.0.0.1 at 2013-01-18 10:26:18 -0800
|
10116
|
+
|
10117
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
10118
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10119
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
10120
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
10121
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
10122
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
10123
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
10124
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
10125
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
10126
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
10127
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
10128
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
10129
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
10130
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
10131
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
10132
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
10133
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
10134
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
10135
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
10136
|
+
|
10137
|
+
|
10138
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (13.6ms)
|
10139
|
+
|
10140
|
+
|
10141
|
+
Started GET "/" for 127.0.0.1 at 2013-01-18 10:26:19 -0800
|
10142
|
+
|
10143
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
10144
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10145
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
10146
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
10147
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
10148
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
10149
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
10150
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
10151
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
10152
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
10153
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
10154
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
10155
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
10156
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
10157
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
10158
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
10159
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
10160
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
10161
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
10162
|
+
|
10163
|
+
|
10164
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
10165
|
+
|
10166
|
+
|
10167
|
+
Started GET "/" for 127.0.0.1 at 2013-01-18 10:26:20 -0800
|
10168
|
+
|
10169
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
10170
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10171
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
10172
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
10173
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
10174
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
10175
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
10176
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
10177
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
10178
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
10179
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
10180
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
10181
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
10182
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
10183
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
10184
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
10185
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
10186
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
10187
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
10188
|
+
|
10189
|
+
|
10190
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.4ms)
|
10191
|
+
|
10192
|
+
|
10193
|
+
Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-01-18 10:26:24 -0800
|
10194
|
+
Processing by Myreplicator::ExportsController#index as HTML
|
10195
|
+
[1m[36m (0.3ms)[0m [1mSELECT COUNT(*) FROM `myreplicator_exports` [0m
|
10196
|
+
[1m[35mMyreplicator::Export Load (0.4ms)[0m SELECT `myreplicator_exports`.* FROM `myreplicator_exports` ORDER BY source_schema asc LIMIT 30 OFFSET 0
|
10197
|
+
Rendered /home/sasan/workspace/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (36.6ms)
|
10198
|
+
Compiled myreplicator/application.css (2ms) (pid 6245)
|
10199
|
+
Compiled myreplicator/cronwtf.js (0ms) (pid 6245)
|
10200
|
+
Compiled jquery-ui.js (1ms) (pid 6245)
|
10201
|
+
Compiled myreplicator/application.js (24ms) (pid 6245)
|
10202
|
+
Completed 200 OK in 279ms (Views: 274.0ms | ActiveRecord: 2.0ms)
|
10203
|
+
|
10204
|
+
|
10205
|
+
Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-01-18 10:26:24 -0800
|
10206
|
+
Served asset /myreplicator/application.css - 200 OK (3ms)
|
10207
|
+
|
10208
|
+
|
10209
|
+
Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-01-18 10:26:24 -0800
|
10210
|
+
Served asset /myreplicator/chosen.css - 304 Not Modified (3ms)
|
10211
|
+
|
10212
|
+
|
10213
|
+
Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10214
|
+
Served asset /myreplicator/tipTip.css - 304 Not Modified (2ms)
|
10215
|
+
|
10216
|
+
|
10217
|
+
Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10218
|
+
Served asset /myreplicator/exports.css - 304 Not Modified (2ms)
|
10219
|
+
|
10220
|
+
|
10221
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10222
|
+
Served asset /jquery.js - 200 OK (3ms)
|
10223
|
+
|
10224
|
+
|
10225
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10226
|
+
Served asset /jquery_ujs.js - 200 OK (1ms)
|
10227
|
+
|
10228
|
+
|
10229
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10230
|
+
Served asset /jquery-ui.js - 200 OK (26ms)
|
10231
|
+
|
10232
|
+
|
10233
|
+
Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10234
|
+
Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (1ms)
|
10235
|
+
|
10236
|
+
|
10237
|
+
Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10238
|
+
Served asset /myreplicator/cronwtf.js - 200 OK (2ms)
|
10239
|
+
|
10240
|
+
|
10241
|
+
Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10242
|
+
Served asset /myreplicator/exports.js - 304 Not Modified (1ms)
|
10243
|
+
|
10244
|
+
|
10245
|
+
Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10246
|
+
Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (1ms)
|
10247
|
+
|
10248
|
+
|
10249
|
+
Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10250
|
+
Served asset /myreplicator/application.js - 200 OK (7ms)
|
10251
|
+
|
10252
|
+
|
10253
|
+
Started GET "/assets/myreplicator/plus.png" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10254
|
+
Served asset /myreplicator/plus.png - 200 OK (14ms)
|
10255
|
+
|
10256
|
+
|
10257
|
+
Started GET "/assets/myreplicator/desc-white.gif" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10258
|
+
Served asset /myreplicator/desc-white.gif - 200 OK (13ms)
|
10259
|
+
|
10260
|
+
|
10261
|
+
Started GET "/assets/myreplicator/bg.gif" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10262
|
+
Served asset /myreplicator/bg.gif - 200 OK (5ms)
|
10263
|
+
|
10264
|
+
|
10265
|
+
Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10266
|
+
Served asset /myreplicator/websymbols-regular-webfont.woff - 200 OK (15ms)
|
10267
|
+
|
10268
|
+
|
10269
|
+
Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-01-18 10:26:25 -0800
|
10270
|
+
Served asset /myreplicator/FrancoisOne.ttf - 200 OK (22ms)
|
10271
|
+
|
10272
|
+
|
10273
|
+
Started GET "/myreplicator/exports/2/edit" for 127.0.0.1 at 2013-01-18 10:26:27 -0800
|
10274
|
+
Processing by Myreplicator::ExportsController#edit as HTML
|
10275
|
+
Parameters: {"id"=>"2"}
|
10276
|
+
[1m[36mMyreplicator::Export Load (0.3ms)[0m [1mSELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1[0m
|
10277
|
+
[1m[35mMyreplicator::Export Load (0.3ms)[0m SELECT `myreplicator_exports`.* FROM `myreplicator_exports`
|
10278
|
+
Completed 500 Internal Server Error in 466ms
|
10279
|
+
|
10280
|
+
NoMethodError (undefined method `set_schedule' for Resque Client connected to redis://127.0.0.1:6379/0:Module):
|
10281
|
+
/home/sasan/workspace/myreplicator/app/models/myreplicator/export.rb:184:in `schedule'
|
10282
|
+
/home/sasan/workspace/myreplicator/app/models/myreplicator/export.rb:165:in `block in schedule_in_resque'
|
10283
|
+
/home/sasan/workspace/myreplicator/app/models/myreplicator/export.rb:163:in `each'
|
10284
|
+
/home/sasan/workspace/myreplicator/app/models/myreplicator/export.rb:163:in `schedule_in_resque'
|
10285
|
+
/home/sasan/workspace/myreplicator/app/controllers/myreplicator/exports_controller.rb:49:in `edit'
|
10286
|
+
actionpack (3.2.8) lib/action_controller/metal/implicit_render.rb:4:in `send_action'
|
10287
|
+
actionpack (3.2.8) lib/abstract_controller/base.rb:167:in `process_action'
|
10288
|
+
actionpack (3.2.8) lib/action_controller/metal/rendering.rb:10:in `process_action'
|
10289
|
+
actionpack (3.2.8) lib/abstract_controller/callbacks.rb:18:in `block in process_action'
|
10290
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:425:in `_run__4583240895853005247__process_action__4149208316863609413__callbacks'
|
10291
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
|
10292
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_process_action_callbacks'
|
10293
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10294
|
+
actionpack (3.2.8) lib/abstract_controller/callbacks.rb:17:in `process_action'
|
10295
|
+
actionpack (3.2.8) lib/action_controller/metal/rescue.rb:29:in `process_action'
|
10296
|
+
actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:30:in `block in process_action'
|
10297
|
+
activesupport (3.2.8) lib/active_support/notifications.rb:123:in `block in instrument'
|
10298
|
+
activesupport (3.2.8) lib/active_support/notifications/instrumenter.rb:20:in `instrument'
|
10299
|
+
activesupport (3.2.8) lib/active_support/notifications.rb:123:in `instrument'
|
10300
|
+
actionpack (3.2.8) lib/action_controller/metal/instrumentation.rb:29:in `process_action'
|
10301
|
+
actionpack (3.2.8) lib/action_controller/metal/params_wrapper.rb:207:in `process_action'
|
10302
|
+
activerecord (3.2.8) lib/active_record/railties/controller_runtime.rb:18:in `process_action'
|
10303
|
+
actionpack (3.2.8) lib/abstract_controller/base.rb:121:in `process'
|
10304
|
+
actionpack (3.2.8) lib/abstract_controller/rendering.rb:45:in `process'
|
10305
|
+
actionpack (3.2.8) lib/action_controller/metal.rb:203:in `dispatch'
|
10306
|
+
actionpack (3.2.8) lib/action_controller/metal/rack_delegation.rb:14:in `dispatch'
|
10307
|
+
actionpack (3.2.8) lib/action_controller/metal.rb:246:in `block in action'
|
10308
|
+
actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `call'
|
10309
|
+
actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:73:in `dispatch'
|
10310
|
+
actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:36:in `call'
|
10311
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
10312
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
10313
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
10314
|
+
actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
|
10315
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
10316
|
+
railties (3.2.8) lib/rails/railtie/configurable.rb:30:in `method_missing'
|
10317
|
+
journey (1.0.4) lib/journey/router.rb:68:in `block in call'
|
10318
|
+
journey (1.0.4) lib/journey/router.rb:56:in `each'
|
10319
|
+
journey (1.0.4) lib/journey/router.rb:56:in `call'
|
10320
|
+
actionpack (3.2.8) lib/action_dispatch/routing/route_set.rb:600:in `call'
|
10321
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/best_standards_support.rb:17:in `call'
|
10322
|
+
rack (1.4.1) lib/rack/etag.rb:23:in `call'
|
10323
|
+
rack (1.4.1) lib/rack/conditionalget.rb:25:in `call'
|
10324
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/head.rb:14:in `call'
|
10325
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/params_parser.rb:21:in `call'
|
10326
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/flash.rb:242:in `call'
|
10327
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:205:in `context'
|
10328
|
+
rack (1.4.1) lib/rack/session/abstract/id.rb:200:in `call'
|
10329
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/cookies.rb:339:in `call'
|
10330
|
+
activerecord (3.2.8) lib/active_record/query_cache.rb:64:in `call'
|
10331
|
+
activerecord (3.2.8) lib/active_record/connection_adapters/abstract/connection_pool.rb:473:in `call'
|
10332
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:28:in `block in call'
|
10333
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `_run__2083760078038536357__call__2060129383585406016__callbacks'
|
10334
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:405:in `__run_callback'
|
10335
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:385:in `_run_call_callbacks'
|
10336
|
+
activesupport (3.2.8) lib/active_support/callbacks.rb:81:in `run_callbacks'
|
10337
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
10338
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/reloader.rb:65:in `call'
|
10339
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/remote_ip.rb:31:in `call'
|
10340
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:16:in `call'
|
10341
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
10342
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
10343
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
10344
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
10345
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
10346
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
10347
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
10348
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
10349
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
10350
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
10351
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
10352
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
10353
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
10354
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
10355
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
10356
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
10357
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
10358
|
+
|
10359
|
+
|
10360
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.8ms)
|
10361
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.6ms)
|
10362
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/diagnostics.erb within rescues/layout (8.1ms)
|
10363
|
+
Connecting to database specified by database.yml
|
10364
|
+
|
10365
|
+
|
10366
|
+
Started GET "/myreplicator/exports/2/edit" for 127.0.0.1 at 2013-01-18 10:28:10 -0800
|
10367
|
+
Processing by Myreplicator::ExportsController#edit as HTML
|
10368
|
+
Parameters: {"id"=>"2"}
|
10369
|
+
[1m[36mMyreplicator::Export Load (0.2ms)[0m [1mSELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1[0m
|
10370
|
+
[1m[35mMyreplicator::Export Load (0.1ms)[0m SELECT `myreplicator_exports`.* FROM `myreplicator_exports`
|
10371
|
+
Rendered /home/sasan/workspace/myreplicator/app/views/myreplicator/exports/_form.html.erb (151.8ms)
|
10372
|
+
Rendered /home/sasan/workspace/myreplicator/app/views/myreplicator/exports/edit.html.erb within layouts/myreplicator/application (168.2ms)
|
10373
|
+
Completed 200 OK in 729ms (Views: 226.8ms | ActiveRecord: 79.4ms)
|
10374
|
+
|
10375
|
+
|
10376
|
+
Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10377
|
+
Served asset /myreplicator/application.css - 304 Not Modified (4ms)
|
10378
|
+
|
10379
|
+
|
10380
|
+
Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10381
|
+
Served asset /myreplicator/chosen.css - 304 Not Modified (3ms)
|
10382
|
+
|
10383
|
+
|
10384
|
+
Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10385
|
+
Served asset /myreplicator/tipTip.css - 304 Not Modified (3ms)
|
10386
|
+
|
10387
|
+
|
10388
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10389
|
+
Served asset /jquery.js - 304 Not Modified (2ms)
|
10390
|
+
|
10391
|
+
|
10392
|
+
Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10393
|
+
Served asset /myreplicator/exports.css - 304 Not Modified (1ms)
|
10394
|
+
|
10395
|
+
|
10396
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10397
|
+
Served asset /jquery-ui.js - 304 Not Modified (31ms)
|
10398
|
+
|
10399
|
+
|
10400
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10401
|
+
Served asset /jquery_ujs.js - 304 Not Modified (1ms)
|
10402
|
+
|
10403
|
+
|
10404
|
+
Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10405
|
+
Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (1ms)
|
10406
|
+
|
10407
|
+
|
10408
|
+
Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10409
|
+
Served asset /myreplicator/exports.js - 304 Not Modified (1ms)
|
10410
|
+
|
10411
|
+
|
10412
|
+
Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10413
|
+
Served asset /myreplicator/cronwtf.js - 304 Not Modified (2ms)
|
10414
|
+
|
10415
|
+
|
10416
|
+
Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10417
|
+
Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (2ms)
|
10418
|
+
|
10419
|
+
|
10420
|
+
Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10421
|
+
Served asset /myreplicator/application.js - 304 Not Modified (7ms)
|
10422
|
+
|
10423
|
+
|
10424
|
+
Started GET "/assets/myreplicator/cronwtf.min.js" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10425
|
+
Served asset /myreplicator/cronwtf.min.js - 404 Not Found (3ms)
|
10426
|
+
|
10427
|
+
ActionController::RoutingError (No route matches [GET] "/assets/myreplicator/cronwtf.min.js"):
|
10428
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10429
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
10430
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
10431
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
10432
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
10433
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
10434
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
10435
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
10436
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
10437
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
10438
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
10439
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
10440
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
10441
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
10442
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
10443
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
10444
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
10445
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
10446
|
+
|
10447
|
+
|
10448
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.8ms)
|
10449
|
+
|
10450
|
+
|
10451
|
+
Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10452
|
+
Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms)
|
10453
|
+
|
10454
|
+
|
10455
|
+
Started GET "/assets/myreplicator/cronwtf.min.js" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10456
|
+
Served asset /myreplicator/cronwtf.min.js - 404 Not Found (3ms)
|
10457
|
+
|
10458
|
+
ActionController::RoutingError (No route matches [GET] "/assets/myreplicator/cronwtf.min.js"):
|
10459
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10460
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
10461
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
10462
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
10463
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
10464
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
10465
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
10466
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
10467
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
10468
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
10469
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
10470
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
10471
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
10472
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
10473
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
10474
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
10475
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
10476
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
10477
|
+
|
10478
|
+
|
10479
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.6ms)
|
10480
|
+
|
10481
|
+
|
10482
|
+
Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10483
|
+
Served asset /myreplicator/cross.png - 304 Not Modified (29ms)
|
10484
|
+
|
10485
|
+
|
10486
|
+
Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10487
|
+
Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (1ms)
|
10488
|
+
|
10489
|
+
|
10490
|
+
Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-01-18 10:28:11 -0800
|
10491
|
+
Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (2ms)
|
10492
|
+
|
10493
|
+
|
10494
|
+
Started GET "/assets/myreplicator/chosen-sprite.png" for 127.0.0.1 at 2013-01-18 10:28:12 -0800
|
10495
|
+
Served asset /myreplicator/chosen-sprite.png - 304 Not Modified (2ms)
|
10496
|
+
|
10497
|
+
|
10498
|
+
Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-01-18 10:28:12 -0800
|
10499
|
+
Served asset /myreplicator/slider_handle.png - 200 OK (3ms)
|
10500
|
+
|
10501
|
+
|
10502
|
+
Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10503
|
+
Processing by Myreplicator::ExportsController#index as HTML
|
10504
|
+
[1m[36m (0.1ms)[0m [1mSELECT COUNT(*) FROM `myreplicator_exports` [0m
|
10505
|
+
[1m[35mMyreplicator::Export Load (0.1ms)[0m SELECT `myreplicator_exports`.* FROM `myreplicator_exports` ORDER BY source_schema asc LIMIT 30 OFFSET 0
|
10506
|
+
Rendered /home/sasan/workspace/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (6.3ms)
|
10507
|
+
Completed 200 OK in 38ms (Views: 37.4ms | ActiveRecord: 0.3ms)
|
10508
|
+
|
10509
|
+
|
10510
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10511
|
+
Served asset /jquery.js - 304 Not Modified (2ms)
|
10512
|
+
|
10513
|
+
|
10514
|
+
Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10515
|
+
Served asset /myreplicator/chosen.css - 304 Not Modified (0ms)
|
10516
|
+
|
10517
|
+
|
10518
|
+
Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10519
|
+
Served asset /myreplicator/exports.css - 304 Not Modified (0ms)
|
10520
|
+
|
10521
|
+
|
10522
|
+
Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10523
|
+
Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms)
|
10524
|
+
|
10525
|
+
|
10526
|
+
Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10527
|
+
Served asset /myreplicator/application.css - 304 Not Modified (3ms)
|
10528
|
+
|
10529
|
+
|
10530
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10531
|
+
Served asset /jquery-ui.js - 304 Not Modified (2ms)
|
10532
|
+
|
10533
|
+
|
10534
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10535
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
10536
|
+
|
10537
|
+
|
10538
|
+
Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10539
|
+
Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms)
|
10540
|
+
|
10541
|
+
|
10542
|
+
Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10543
|
+
Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms)
|
10544
|
+
|
10545
|
+
|
10546
|
+
Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10547
|
+
Served asset /myreplicator/exports.js - 304 Not Modified (0ms)
|
10548
|
+
|
10549
|
+
|
10550
|
+
Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10551
|
+
Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms)
|
10552
|
+
|
10553
|
+
|
10554
|
+
Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-01-18 10:28:58 -0800
|
10555
|
+
Served asset /myreplicator/application.js - 304 Not Modified (3ms)
|
10556
|
+
|
10557
|
+
|
10558
|
+
Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-01-18 10:28:59 -0800
|
10559
|
+
Served asset /myreplicator/cross.png - 304 Not Modified (1ms)
|
10560
|
+
|
10561
|
+
|
10562
|
+
Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-01-18 10:28:59 -0800
|
10563
|
+
Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms)
|
10564
|
+
|
10565
|
+
|
10566
|
+
Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-01-18 10:28:59 -0800
|
10567
|
+
Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms)
|
10568
|
+
|
10569
|
+
|
10570
|
+
Started GET "/myreplicator/exports/2/edit" for 127.0.0.1 at 2013-01-18 10:29:00 -0800
|
10571
|
+
Processing by Myreplicator::ExportsController#edit as HTML
|
10572
|
+
Parameters: {"id"=>"2"}
|
10573
|
+
[1m[36mMyreplicator::Export Load (0.2ms)[0m [1mSELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1[0m
|
10574
|
+
[1m[35mMyreplicator::Export Load (0.1ms)[0m SELECT `myreplicator_exports`.* FROM `myreplicator_exports`
|
10575
|
+
Rendered /home/sasan/workspace/myreplicator/app/views/myreplicator/exports/_form.html.erb (36.1ms)
|
10576
|
+
Rendered /home/sasan/workspace/myreplicator/app/views/myreplicator/exports/edit.html.erb within layouts/myreplicator/application (36.7ms)
|
10577
|
+
Completed 200 OK in 520ms (Views: 43.5ms | ActiveRecord: 80.7ms)
|
10578
|
+
|
10579
|
+
|
10580
|
+
Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10581
|
+
Served asset /myreplicator/application.css - 304 Not Modified (5ms)
|
10582
|
+
|
10583
|
+
|
10584
|
+
Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10585
|
+
Served asset /myreplicator/exports.css - 304 Not Modified (0ms)
|
10586
|
+
|
10587
|
+
|
10588
|
+
Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10589
|
+
Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms)
|
10590
|
+
|
10591
|
+
|
10592
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10593
|
+
Served asset /jquery.js - 304 Not Modified (0ms)
|
10594
|
+
|
10595
|
+
|
10596
|
+
Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10597
|
+
Served asset /myreplicator/chosen.css - 304 Not Modified (0ms)
|
10598
|
+
|
10599
|
+
|
10600
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10601
|
+
Served asset /jquery-ui.js - 304 Not Modified (2ms)
|
10602
|
+
|
10603
|
+
|
10604
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10605
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
10606
|
+
|
10607
|
+
|
10608
|
+
Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10609
|
+
Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms)
|
10610
|
+
|
10611
|
+
|
10612
|
+
Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10613
|
+
Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms)
|
10614
|
+
|
10615
|
+
|
10616
|
+
Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10617
|
+
Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms)
|
10618
|
+
|
10619
|
+
|
10620
|
+
Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10621
|
+
Served asset /myreplicator/exports.js - 304 Not Modified (0ms)
|
10622
|
+
|
10623
|
+
|
10624
|
+
Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10625
|
+
Served asset /myreplicator/application.js - 304 Not Modified (2ms)
|
10626
|
+
|
10627
|
+
|
10628
|
+
Started GET "/assets/myreplicator/cronwtf.min.js" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10629
|
+
Served asset /myreplicator/cronwtf.min.js - 404 Not Found (3ms)
|
10630
|
+
|
10631
|
+
ActionController::RoutingError (No route matches [GET] "/assets/myreplicator/cronwtf.min.js"):
|
10632
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10633
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
10634
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
10635
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
10636
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
10637
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
10638
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
10639
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
10640
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
10641
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
10642
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
10643
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
10644
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
10645
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
10646
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
10647
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
10648
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
10649
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
10650
|
+
|
10651
|
+
|
10652
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
10653
|
+
|
10654
|
+
|
10655
|
+
Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10656
|
+
Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms)
|
10657
|
+
|
10658
|
+
|
10659
|
+
Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10660
|
+
Served asset /myreplicator/cross.png - 304 Not Modified (0ms)
|
10661
|
+
|
10662
|
+
|
10663
|
+
Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10664
|
+
Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms)
|
10665
|
+
|
10666
|
+
|
10667
|
+
Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10668
|
+
Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms)
|
10669
|
+
|
10670
|
+
|
10671
|
+
Started GET "/assets/myreplicator/cronwtf.min.js" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10672
|
+
Served asset /myreplicator/cronwtf.min.js - 404 Not Found (2ms)
|
10673
|
+
|
10674
|
+
ActionController::RoutingError (No route matches [GET] "/assets/myreplicator/cronwtf.min.js"):
|
10675
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10676
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
10677
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
10678
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
10679
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
10680
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
10681
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
10682
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
10683
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
10684
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
10685
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
10686
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
10687
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
10688
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
10689
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
10690
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
10691
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
10692
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
10693
|
+
|
10694
|
+
|
10695
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
10696
|
+
|
10697
|
+
|
10698
|
+
Started GET "/assets/myreplicator/chosen-sprite.png" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10699
|
+
Served asset /myreplicator/chosen-sprite.png - 304 Not Modified (0ms)
|
10700
|
+
|
10701
|
+
|
10702
|
+
Started GET "/assets/myreplicator/slider_handle.png" for 127.0.0.1 at 2013-01-18 10:29:01 -0800
|
10703
|
+
Served asset /myreplicator/slider_handle.png - 304 Not Modified (0ms)
|
10704
|
+
|
10705
|
+
|
10706
|
+
Started PUT "/myreplicator/exports/2" for 127.0.0.1 at 2013-01-18 10:29:34 -0800
|
10707
|
+
Processing by Myreplicator::ExportsController#update as HTML
|
10708
|
+
Parameters: {"utf8"=>"✓", "authenticity_token"=>"egi60BBbHuqD82v3tJa6COc7azxdnjh5qZRVNfKCvFk=", "export"=>{"source_schema"=>"okl_dev", "destination_schema"=>"okl_dev", "table_name"=>"batches", "incremental_column"=>"started_at", "incremental_column_type"=>"datetime", "max_incremental_value"=>"", "s3_path"=>"", "export_to"=>"destination_db", "export_type"=>"incremental", "active"=>"true", "cron"=>"*/5 * * * *"}, "commit"=>"Update Export", "id"=>"2"}
|
10709
|
+
[1m[36mMyreplicator::Export Load (0.1ms)[0m [1mSELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1[0m
|
10710
|
+
[1m[35mMyreplicator::Export Load (0.1ms)[0m SELECT `myreplicator_exports`.* FROM `myreplicator_exports`
|
10711
|
+
[1m[36m (0.1ms)[0m [1mBEGIN[0m
|
10712
|
+
[1m[35m (17.3ms)[0m UPDATE `myreplicator_exports` SET `cron` = '*/5 * * * *', `updated_at` = '2013-01-18 18:29:34' WHERE `myreplicator_exports`.`id` = 2
|
10713
|
+
[1m[36m (42.4ms)[0m [1mCOMMIT[0m
|
10714
|
+
Redirected to http://localhost:3000/myreplicator/exports/2
|
10715
|
+
Completed 302 Found in 599ms (ActiveRecord: 139.9ms)
|
10716
|
+
|
10717
|
+
|
10718
|
+
Started GET "/myreplicator/exports/2" for 127.0.0.1 at 2013-01-18 10:29:34 -0800
|
10719
|
+
Processing by Myreplicator::ExportsController#show as HTML
|
10720
|
+
Parameters: {"id"=>"2"}
|
10721
|
+
[1m[35mMyreplicator::Export Load (0.3ms)[0m SELECT `myreplicator_exports`.* FROM `myreplicator_exports` WHERE `myreplicator_exports`.`id` = 2 LIMIT 1
|
10722
|
+
Rendered /home/sasan/workspace/myreplicator/app/views/myreplicator/exports/show.html.erb within layouts/myreplicator/application (1.5ms)
|
10723
|
+
Completed 200 OK in 23ms (Views: 21.7ms | ActiveRecord: 0.3ms)
|
10724
|
+
|
10725
|
+
|
10726
|
+
Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10727
|
+
Served asset /myreplicator/application.css - 304 Not Modified (1ms)
|
10728
|
+
|
10729
|
+
|
10730
|
+
Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10731
|
+
Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms)
|
10732
|
+
|
10733
|
+
|
10734
|
+
Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10735
|
+
Served asset /myreplicator/exports.css - 304 Not Modified (0ms)
|
10736
|
+
|
10737
|
+
|
10738
|
+
Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10739
|
+
Served asset /myreplicator/chosen.css - 304 Not Modified (0ms)
|
10740
|
+
|
10741
|
+
|
10742
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10743
|
+
Served asset /jquery.js - 304 Not Modified (1ms)
|
10744
|
+
|
10745
|
+
|
10746
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10747
|
+
Served asset /jquery-ui.js - 304 Not Modified (1ms)
|
10748
|
+
|
10749
|
+
|
10750
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10751
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
10752
|
+
|
10753
|
+
|
10754
|
+
Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10755
|
+
Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms)
|
10756
|
+
|
10757
|
+
|
10758
|
+
Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10759
|
+
Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms)
|
10760
|
+
|
10761
|
+
|
10762
|
+
Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10763
|
+
Served asset /myreplicator/exports.js - 304 Not Modified (0ms)
|
10764
|
+
|
10765
|
+
|
10766
|
+
Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10767
|
+
Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms)
|
10768
|
+
|
10769
|
+
|
10770
|
+
Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10771
|
+
Served asset /myreplicator/application.js - 304 Not Modified (2ms)
|
10772
|
+
|
10773
|
+
|
10774
|
+
Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10775
|
+
Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms)
|
10776
|
+
|
10777
|
+
|
10778
|
+
Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-01-18 10:29:35 -0800
|
10779
|
+
Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms)
|
10780
|
+
|
10781
|
+
|
10782
|
+
Started GET "/myreplicator/" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10783
|
+
Processing by Myreplicator::HomeController#index as HTML
|
10784
|
+
[1m[36m (0.2ms)[0m [1mSELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'error'[0m
|
10785
|
+
[1m[35m (0.2ms)[0m SELECT COUNT(*) FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running'
|
10786
|
+
Rendered /home/sasan/workspace/myreplicator/app/views/myreplicator/home/_home_menu.erb (4.8ms)
|
10787
|
+
[1m[36mMyreplicator::Log Load (0.2ms)[0m [1mSELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE `myreplicator_logs`.`state` = 'running' ORDER BY started_at DESC[0m
|
10788
|
+
Rendered /home/sasan/workspace/myreplicator/app/views/myreplicator/home/index.html.erb within layouts/myreplicator/application (13.3ms)
|
10789
|
+
Completed 200 OK in 87ms (Views: 32.9ms | ActiveRecord: 1.7ms)
|
10790
|
+
|
10791
|
+
|
10792
|
+
Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10793
|
+
Served asset /myreplicator/application.css - 304 Not Modified (3ms)
|
10794
|
+
|
10795
|
+
|
10796
|
+
Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10797
|
+
Served asset /myreplicator/chosen.css - 304 Not Modified (0ms)
|
10798
|
+
|
10799
|
+
|
10800
|
+
Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10801
|
+
Served asset /myreplicator/tipTip.css - 304 Not Modified (0ms)
|
10802
|
+
|
10803
|
+
|
10804
|
+
Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10805
|
+
Served asset /myreplicator/exports.css - 304 Not Modified (0ms)
|
10806
|
+
|
10807
|
+
|
10808
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10809
|
+
Served asset /jquery.js - 304 Not Modified (3ms)
|
10810
|
+
|
10811
|
+
|
10812
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10813
|
+
Served asset /jquery-ui.js - 304 Not Modified (2ms)
|
10814
|
+
|
10815
|
+
|
10816
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10817
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
10818
|
+
|
10819
|
+
|
10820
|
+
Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10821
|
+
Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms)
|
10822
|
+
|
10823
|
+
|
10824
|
+
Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10825
|
+
Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms)
|
10826
|
+
|
10827
|
+
|
10828
|
+
Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10829
|
+
Served asset /myreplicator/exports.js - 304 Not Modified (0ms)
|
10830
|
+
|
10831
|
+
|
10832
|
+
Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10833
|
+
Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms)
|
10834
|
+
|
10835
|
+
|
10836
|
+
Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10837
|
+
Served asset /myreplicator/application.js - 304 Not Modified (2ms)
|
10838
|
+
|
10839
|
+
|
10840
|
+
Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10841
|
+
Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms)
|
10842
|
+
|
10843
|
+
|
10844
|
+
Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-01-18 10:29:37 -0800
|
10845
|
+
Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms)
|
10846
|
+
|
10847
|
+
|
10848
|
+
Started GET "/myreplicator/exports" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10849
|
+
Processing by Myreplicator::ExportsController#index as HTML
|
10850
|
+
[1m[35m (0.3ms)[0m SELECT COUNT(*) FROM `myreplicator_exports`
|
10851
|
+
[1m[36mMyreplicator::Export Load (0.3ms)[0m [1mSELECT `myreplicator_exports`.* FROM `myreplicator_exports` ORDER BY source_schema asc LIMIT 30 OFFSET 0[0m
|
10852
|
+
Rendered /home/sasan/workspace/myreplicator/app/views/myreplicator/exports/index.html.erb within layouts/myreplicator/application (7.2ms)
|
10853
|
+
Completed 200 OK in 14ms (Views: 13.3ms | ActiveRecord: 0.6ms)
|
10854
|
+
|
10855
|
+
|
10856
|
+
Started GET "/assets/myreplicator/application.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10857
|
+
Served asset /myreplicator/application.css - 304 Not Modified (3ms)
|
10858
|
+
|
10859
|
+
|
10860
|
+
Started GET "/assets/myreplicator/tipTip.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10861
|
+
Served asset /myreplicator/tipTip.css - 304 Not Modified (1ms)
|
10862
|
+
|
10863
|
+
|
10864
|
+
Started GET "/assets/myreplicator/chosen.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10865
|
+
Served asset /myreplicator/chosen.css - 304 Not Modified (0ms)
|
10866
|
+
|
10867
|
+
|
10868
|
+
Started GET "/assets/myreplicator/exports.css?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10869
|
+
Served asset /myreplicator/exports.css - 304 Not Modified (0ms)
|
10870
|
+
|
10871
|
+
|
10872
|
+
Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10873
|
+
Served asset /jquery.js - 304 Not Modified (2ms)
|
10874
|
+
|
10875
|
+
|
10876
|
+
Started GET "/assets/jquery-ui.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10877
|
+
Served asset /jquery-ui.js - 304 Not Modified (2ms)
|
10878
|
+
|
10879
|
+
|
10880
|
+
Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10881
|
+
Served asset /jquery_ujs.js - 304 Not Modified (0ms)
|
10882
|
+
|
10883
|
+
|
10884
|
+
Started GET "/assets/myreplicator/chosen.jquery.min.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10885
|
+
Served asset /myreplicator/chosen.jquery.min.js - 304 Not Modified (0ms)
|
10886
|
+
|
10887
|
+
|
10888
|
+
Started GET "/assets/myreplicator/cronwtf.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10889
|
+
Served asset /myreplicator/cronwtf.js - 304 Not Modified (0ms)
|
10890
|
+
|
10891
|
+
|
10892
|
+
Started GET "/assets/myreplicator/exports.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10893
|
+
Served asset /myreplicator/exports.js - 304 Not Modified (0ms)
|
10894
|
+
|
10895
|
+
|
10896
|
+
Started GET "/assets/myreplicator/jquery.tipTip.minified.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10897
|
+
Served asset /myreplicator/jquery.tipTip.minified.js - 304 Not Modified (0ms)
|
10898
|
+
|
10899
|
+
|
10900
|
+
Started GET "/assets/myreplicator/application.js?body=1" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10901
|
+
Served asset /myreplicator/application.js - 304 Not Modified (1ms)
|
10902
|
+
|
10903
|
+
|
10904
|
+
Started GET "/assets/myreplicator/cross.png" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10905
|
+
Served asset /myreplicator/cross.png - 304 Not Modified (18ms)
|
10906
|
+
|
10907
|
+
|
10908
|
+
Started GET "/assets/myreplicator/websymbols-regular-webfont.woff" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10909
|
+
Served asset /myreplicator/websymbols-regular-webfont.woff - 304 Not Modified (0ms)
|
10910
|
+
|
10911
|
+
|
10912
|
+
Started GET "/assets/myreplicator/FrancoisOne.ttf" for 127.0.0.1 at 2013-01-18 10:29:39 -0800
|
10913
|
+
Served asset /myreplicator/FrancoisOne.ttf - 304 Not Modified (0ms)
|
10914
|
+
|
10915
|
+
|
10916
|
+
Started GET "/resque/" for 127.0.0.1 at 2013-01-18 10:30:22 -0800
|
10917
|
+
|
10918
|
+
ActionController::RoutingError (No route matches [GET] "/resque"):
|
10919
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
10920
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
10921
|
+
railties (3.2.8) lib/rails/rack/logger.rb:26:in `call_app'
|
10922
|
+
railties (3.2.8) lib/rails/rack/logger.rb:16:in `call'
|
10923
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
10924
|
+
rack (1.4.1) lib/rack/methodoverride.rb:21:in `call'
|
10925
|
+
rack (1.4.1) lib/rack/runtime.rb:17:in `call'
|
10926
|
+
activesupport (3.2.8) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
10927
|
+
rack (1.4.1) lib/rack/lock.rb:15:in `call'
|
10928
|
+
actionpack (3.2.8) lib/action_dispatch/middleware/static.rb:62:in `call'
|
10929
|
+
railties (3.2.8) lib/rails/engine.rb:479:in `call'
|
10930
|
+
railties (3.2.8) lib/rails/application.rb:223:in `call'
|
10931
|
+
rack (1.4.1) lib/rack/content_length.rb:14:in `call'
|
10932
|
+
railties (3.2.8) lib/rails/rack/log_tailer.rb:17:in `call'
|
10933
|
+
rack (1.4.1) lib/rack/handler/webrick.rb:59:in `service'
|
10934
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
10935
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
10936
|
+
/home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
10937
|
+
|
10938
|
+
|
10939
|
+
Rendered /home/sasan/.rvm/gems/ruby-1.9.3-p125/gems/actionpack-3.2.8/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.7ms)
|
10940
|
+
Connecting to database specified by database.yml
|
10941
|
+
Mysql2::Error: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'by id desc' at line 1: SELECT `myreplicator_logs`.* FROM `myreplicator_logs` WHERE (id > 0) ORDER BY by id desc
|
10942
|
+
Connecting to database specified by database.yml
|
10943
|
+
Connecting to database specified by database.yml
|
10944
|
+
DEPRECATION WARNING: Database connections will not be closed automatically, please close your
|
10945
|
+
database connection at the end of the thread by calling `close` on your
|
10946
|
+
connection. For example: ActiveRecord::Base.connection.close
|
10947
|
+
. (called from mon_synchronize at /home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/monitor.rb:211)
|
10948
|
+
DEPRECATION WARNING: Database connections will not be closed automatically, please close your
|
10949
|
+
database connection at the end of the thread by calling `close` on your
|
10950
|
+
connection. For example: ActiveRecord::Base.connection.close
|
10951
|
+
. (called from mon_synchronize at /home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/monitor.rb:211)
|
10952
|
+
Connecting to database specified by database.yml
|
10953
|
+
Connecting to database specified by database.yml
|
10954
|
+
Connecting to database specified by database.yml
|
10955
|
+
Connecting to database specified by database.yml
|
10956
|
+
DEPRECATION WARNING: Database connections will not be closed automatically, please close your
|
10957
|
+
database connection at the end of the thread by calling `close` on your
|
10958
|
+
connection. For example: ActiveRecord::Base.connection.close
|
10959
|
+
. (called from mon_synchronize at /home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/monitor.rb:211)
|
10960
|
+
Connecting to database specified by database.yml
|
10961
|
+
DEPRECATION WARNING: Database connections will not be closed automatically, please close your
|
10962
|
+
database connection at the end of the thread by calling `close` on your
|
10963
|
+
connection. For example: ActiveRecord::Base.connection.close
|
10964
|
+
. (called from mon_synchronize at /home/sasan/.rvm/rubies/ruby-1.9.3-p125/lib/ruby/1.9.1/monitor.rb:211)
|