left_side 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/.gitignore +2 -0
- data/.travis.yml +5 -0
- data/README.md +54 -17
- data/Rakefile +2 -1
- data/lib/assets/stylesheets/left-side.css.scss +7 -7
- data/lib/generators/left_side/install_generator.rb +13 -0
- data/lib/generators/left_side/stylesheet_generator.rb +13 -0
- data/lib/generators/templates/config/section.yml.example +6 -0
- data/lib/left_side/base.rb +25 -22
- data/lib/left_side/cells/left_side/base.html.erb +1 -1
- data/lib/left_side/cells/left_side_cell.rb +5 -4
- data/lib/left_side/core_ext.rb +6 -2
- data/lib/left_side/helper.rb +1 -3
- data/lib/left_side/rails.rb +1 -1
- data/lib/left_side/version.rb +1 -1
- data/lib/left_side.rb +0 -2
- data/spec/dummy/.sass-cache/77b12a84de3c9aab14bc1e241ef001cd6fe973e0/left-side.css.scssc +0 -0
- data/spec/dummy/.sass-cache/91329832bbdb4360da2a782cc83182147fe00409/left-side.scssc +0 -0
- data/spec/dummy/app/assets/stylesheets/application.css +1 -0
- data/spec/dummy/app/assets/stylesheets/bootstrap.min.css +9 -0
- data/spec/dummy/app/views/layouts/application.html.erb +4 -0
- data/spec/dummy/app/views/tasks/index.html.erb +27 -0
- data/spec/dummy/config/left_side/section.yml +1 -1
- data/spec/dummy/log/development.log +702 -0
- data/spec/dummy/log/test.log +1911 -0
- data/spec/left_side/feature/left_side_spec.rb +2 -2
- metadata +10 -3
- data/lib/left_side/section.yml +0 -5
@@ -2267,3 +2267,705 @@ Served asset /application.js - 304 Not Modified (0ms)
|
|
2267
2267
|
|
2268
2268
|
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-04 17:44:54 +0800
|
2269
2269
|
Served asset /left-side.css - 304 Not Modified (0ms)
|
2270
|
+
|
2271
|
+
|
2272
|
+
Started GET "/" for 127.0.0.1 at 2013-02-05 10:43:46 +0800
|
2273
|
+
Connecting to database specified by database.yml
|
2274
|
+
|
2275
|
+
ActionController::RoutingError (No route matches [GET] "/"):
|
2276
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
2277
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
2278
|
+
railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
|
2279
|
+
railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
|
2280
|
+
activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
|
2281
|
+
railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
|
2282
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
2283
|
+
rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
|
2284
|
+
rack (1.4.4) lib/rack/runtime.rb:17:in `call'
|
2285
|
+
activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
2286
|
+
rack (1.4.4) lib/rack/lock.rb:15:in `call'
|
2287
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
|
2288
|
+
railties (3.2.11) lib/rails/engine.rb:479:in `call'
|
2289
|
+
railties (3.2.11) lib/rails/application.rb:223:in `call'
|
2290
|
+
rack (1.4.4) lib/rack/content_length.rb:14:in `call'
|
2291
|
+
railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
|
2292
|
+
rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
|
2293
|
+
/home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
2294
|
+
/home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
2295
|
+
/home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
2296
|
+
|
2297
|
+
|
2298
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.9ms)
|
2299
|
+
|
2300
|
+
|
2301
|
+
Started GET "/blog" for 127.0.0.1 at 2013-02-05 10:43:50 +0800
|
2302
|
+
|
2303
|
+
ActionController::RoutingError (No route matches [GET] "/blog"):
|
2304
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
|
2305
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/show_exceptions.rb:56:in `call'
|
2306
|
+
railties (3.2.11) lib/rails/rack/logger.rb:32:in `call_app'
|
2307
|
+
railties (3.2.11) lib/rails/rack/logger.rb:16:in `block in call'
|
2308
|
+
activesupport (3.2.11) lib/active_support/tagged_logging.rb:22:in `tagged'
|
2309
|
+
railties (3.2.11) lib/rails/rack/logger.rb:16:in `call'
|
2310
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/request_id.rb:22:in `call'
|
2311
|
+
rack (1.4.4) lib/rack/methodoverride.rb:21:in `call'
|
2312
|
+
rack (1.4.4) lib/rack/runtime.rb:17:in `call'
|
2313
|
+
activesupport (3.2.11) lib/active_support/cache/strategy/local_cache.rb:72:in `call'
|
2314
|
+
rack (1.4.4) lib/rack/lock.rb:15:in `call'
|
2315
|
+
actionpack (3.2.11) lib/action_dispatch/middleware/static.rb:62:in `call'
|
2316
|
+
railties (3.2.11) lib/rails/engine.rb:479:in `call'
|
2317
|
+
railties (3.2.11) lib/rails/application.rb:223:in `call'
|
2318
|
+
rack (1.4.4) lib/rack/content_length.rb:14:in `call'
|
2319
|
+
railties (3.2.11) lib/rails/rack/log_tailer.rb:17:in `call'
|
2320
|
+
rack (1.4.4) lib/rack/handler/webrick.rb:59:in `service'
|
2321
|
+
/home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service'
|
2322
|
+
/home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run'
|
2323
|
+
/home/soffolk/.rvm/rubies/ruby-1.9.3-p327-falcon/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread'
|
2324
|
+
|
2325
|
+
|
2326
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (0.5ms)
|
2327
|
+
|
2328
|
+
|
2329
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 10:43:54 +0800
|
2330
|
+
Processing by TodosController#index as HTML
|
2331
|
+
Rendered todos/index.html.erb within layouts/application (0.3ms)
|
2332
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
2333
|
+
Completed 200 OK in 52ms (Views: 51.4ms | ActiveRecord: 0.0ms)
|
2334
|
+
|
2335
|
+
|
2336
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 10:43:54 +0800
|
2337
|
+
Served asset /application.css - 200 OK (1ms)
|
2338
|
+
|
2339
|
+
|
2340
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 10:43:54 +0800
|
2341
|
+
Served asset /application.js - 200 OK (1ms)
|
2342
|
+
|
2343
|
+
|
2344
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 10:43:54 +0800
|
2345
|
+
Compiled left-side.css (11ms) (pid 3294)
|
2346
|
+
Served asset /left-side.css - 200 OK (16ms)
|
2347
|
+
|
2348
|
+
|
2349
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 10:43:56 +0800
|
2350
|
+
Processing by TasksController#index as HTML
|
2351
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
2352
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
2353
|
+
Completed 200 OK in 13ms (Views: 11.7ms | ActiveRecord: 0.0ms)
|
2354
|
+
|
2355
|
+
|
2356
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 10:43:58 +0800
|
2357
|
+
Processing by TodosController#index as HTML
|
2358
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
2359
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
2360
|
+
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
2361
|
+
|
2362
|
+
|
2363
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 10:43:58 +0800
|
2364
|
+
Served asset /left-side.css - 304 Not Modified (0ms)
|
2365
|
+
|
2366
|
+
|
2367
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 10:44:00 +0800
|
2368
|
+
Processing by TasksController#index as HTML
|
2369
|
+
Rendered tasks/index.html.erb within layouts/application (0.1ms)
|
2370
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
2371
|
+
Completed 200 OK in 10ms (Views: 9.8ms | ActiveRecord: 0.0ms)
|
2372
|
+
|
2373
|
+
|
2374
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 10:44:00 +0800
|
2375
|
+
Served asset /left-side.css - 304 Not Modified (0ms)
|
2376
|
+
|
2377
|
+
|
2378
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 10:44:02 +0800
|
2379
|
+
Processing by TodosController#index as HTML
|
2380
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
2381
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
2382
|
+
Completed 200 OK in 8ms (Views: 8.0ms | ActiveRecord: 0.0ms)
|
2383
|
+
|
2384
|
+
|
2385
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 10:44:02 +0800
|
2386
|
+
Served asset /left-side.css - 304 Not Modified (0ms)
|
2387
|
+
|
2388
|
+
|
2389
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 10:44:03 +0800
|
2390
|
+
Processing by TasksController#index as HTML
|
2391
|
+
Rendered tasks/index.html.erb within layouts/application (0.0ms)
|
2392
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
2393
|
+
Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
2394
|
+
|
2395
|
+
|
2396
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 10:44:03 +0800
|
2397
|
+
Served asset /left-side.css - 304 Not Modified (0ms)
|
2398
|
+
|
2399
|
+
|
2400
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 10:44:05 +0800
|
2401
|
+
Processing by TodosController#index as HTML
|
2402
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
2403
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.0ms)
|
2404
|
+
Completed 200 OK in 9ms (Views: 8.4ms | ActiveRecord: 0.0ms)
|
2405
|
+
|
2406
|
+
|
2407
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 10:44:05 +0800
|
2408
|
+
Served asset /left-side.css - 304 Not Modified (0ms)
|
2409
|
+
|
2410
|
+
|
2411
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 10:44:06 +0800
|
2412
|
+
Processing by TasksController#index as HTML
|
2413
|
+
Rendered tasks/index.html.erb within layouts/application (0.0ms)
|
2414
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
2415
|
+
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
|
2416
|
+
|
2417
|
+
|
2418
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 10:44:06 +0800
|
2419
|
+
Served asset /left-side.css - 304 Not Modified (0ms)
|
2420
|
+
|
2421
|
+
|
2422
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 10:44:08 +0800
|
2423
|
+
Processing by TodosController#index as HTML
|
2424
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
2425
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
2426
|
+
Completed 200 OK in 8ms (Views: 8.1ms | ActiveRecord: 0.0ms)
|
2427
|
+
|
2428
|
+
|
2429
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 10:44:08 +0800
|
2430
|
+
Served asset /left-side.css - 304 Not Modified (0ms)
|
2431
|
+
|
2432
|
+
|
2433
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:16:52 +0800
|
2434
|
+
Connecting to database specified by database.yml
|
2435
|
+
Processing by TodosController#index as HTML
|
2436
|
+
Rendered todos/index.html.erb within layouts/application (0.7ms)
|
2437
|
+
Compiled left-side.css (11ms) (pid 5815)
|
2438
|
+
Compiled application.css (1ms) (pid 5815)
|
2439
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
2440
|
+
Completed 200 OK in 74ms (Views: 74.2ms | ActiveRecord: 0.0ms)
|
2441
|
+
|
2442
|
+
|
2443
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:16:53 +0800
|
2444
|
+
Served asset /application.css - 200 OK (2ms)
|
2445
|
+
|
2446
|
+
|
2447
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:16:53 +0800
|
2448
|
+
Served asset /application.js - 200 OK (1ms)
|
2449
|
+
|
2450
|
+
|
2451
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:16:53 +0800
|
2452
|
+
Served asset /left-side.css - 200 OK (1ms)
|
2453
|
+
|
2454
|
+
|
2455
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 11:16:57 +0800
|
2456
|
+
Processing by TasksController#index as HTML
|
2457
|
+
Rendered tasks/index.html.erb within layouts/application (0.2ms)
|
2458
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
2459
|
+
Completed 200 OK in 10ms (Views: 9.5ms | ActiveRecord: 0.0ms)
|
2460
|
+
|
2461
|
+
|
2462
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:16:57 +0800
|
2463
|
+
Served asset /application.css - 200 OK (2ms)
|
2464
|
+
|
2465
|
+
|
2466
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:16:57 +0800
|
2467
|
+
Served asset /application.js - 200 OK (0ms)
|
2468
|
+
|
2469
|
+
|
2470
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:16:57 +0800
|
2471
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2472
|
+
|
2473
|
+
|
2474
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:16:58 +0800
|
2475
|
+
Processing by TodosController#index as HTML
|
2476
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
2477
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
2478
|
+
Completed 200 OK in 9ms (Views: 8.6ms | ActiveRecord: 0.0ms)
|
2479
|
+
|
2480
|
+
|
2481
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:16:58 +0800
|
2482
|
+
Served asset /application.css - 200 OK (0ms)
|
2483
|
+
|
2484
|
+
|
2485
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:16:58 +0800
|
2486
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2487
|
+
|
2488
|
+
|
2489
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:16:58 +0800
|
2490
|
+
Served asset /application.js - 200 OK (0ms)
|
2491
|
+
|
2492
|
+
|
2493
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 11:16:59 +0800
|
2494
|
+
Processing by TasksController#index as HTML
|
2495
|
+
Rendered tasks/index.html.erb within layouts/application (0.0ms)
|
2496
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
2497
|
+
Completed 200 OK in 9ms (Views: 8.8ms | ActiveRecord: 0.0ms)
|
2498
|
+
|
2499
|
+
|
2500
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:16:59 +0800
|
2501
|
+
Served asset /application.css - 200 OK (2ms)
|
2502
|
+
|
2503
|
+
|
2504
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:16:59 +0800
|
2505
|
+
Served asset /application.js - 200 OK (0ms)
|
2506
|
+
|
2507
|
+
|
2508
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:16:59 +0800
|
2509
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2510
|
+
|
2511
|
+
|
2512
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:16:59 +0800
|
2513
|
+
Processing by TodosController#index as HTML
|
2514
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
2515
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
2516
|
+
Completed 200 OK in 8ms (Views: 8.3ms | ActiveRecord: 0.0ms)
|
2517
|
+
|
2518
|
+
|
2519
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:17:00 +0800
|
2520
|
+
Served asset /application.css - 200 OK (1ms)
|
2521
|
+
|
2522
|
+
|
2523
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:17:00 +0800
|
2524
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2525
|
+
|
2526
|
+
|
2527
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:17:00 +0800
|
2528
|
+
Served asset /application.js - 200 OK (0ms)
|
2529
|
+
|
2530
|
+
|
2531
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:17:58 +0800
|
2532
|
+
Processing by TodosController#index as HTML
|
2533
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
2534
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
2535
|
+
Completed 200 OK in 11ms (Views: 11.1ms | ActiveRecord: 0.0ms)
|
2536
|
+
|
2537
|
+
|
2538
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:17:58 +0800
|
2539
|
+
Served asset /application.css - 200 OK (2ms)
|
2540
|
+
|
2541
|
+
|
2542
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:17:58 +0800
|
2543
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2544
|
+
|
2545
|
+
|
2546
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:17:58 +0800
|
2547
|
+
Served asset /application.js - 200 OK (0ms)
|
2548
|
+
|
2549
|
+
|
2550
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:19:15 +0800
|
2551
|
+
Processing by TodosController#index as HTML
|
2552
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
2553
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.4ms)
|
2554
|
+
Completed 200 OK in 10ms (Views: 9.6ms | ActiveRecord: 0.0ms)
|
2555
|
+
|
2556
|
+
|
2557
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:19:16 +0800
|
2558
|
+
Served asset /application.css - 200 OK (1ms)
|
2559
|
+
|
2560
|
+
|
2561
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:19:16 +0800
|
2562
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2563
|
+
|
2564
|
+
|
2565
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:19:16 +0800
|
2566
|
+
Served asset /application.js - 200 OK (0ms)
|
2567
|
+
|
2568
|
+
|
2569
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:19:53 +0800
|
2570
|
+
Processing by TodosController#index as HTML
|
2571
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
2572
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.8ms)
|
2573
|
+
Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.0ms)
|
2574
|
+
|
2575
|
+
|
2576
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:19:54 +0800
|
2577
|
+
Served asset /application.css - 200 OK (3ms)
|
2578
|
+
|
2579
|
+
|
2580
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:19:54 +0800
|
2581
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2582
|
+
|
2583
|
+
|
2584
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:19:54 +0800
|
2585
|
+
Served asset /application.js - 200 OK (0ms)
|
2586
|
+
|
2587
|
+
|
2588
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 11:20:08 +0800
|
2589
|
+
Processing by TasksController#index as HTML
|
2590
|
+
Rendered tasks/index.html.erb within layouts/application (0.4ms)
|
2591
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.5ms)
|
2592
|
+
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)
|
2593
|
+
|
2594
|
+
|
2595
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:20:08 +0800
|
2596
|
+
Served asset /application.css - 200 OK (0ms)
|
2597
|
+
|
2598
|
+
|
2599
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:20:08 +0800
|
2600
|
+
Served asset /application.js - 200 OK (0ms)
|
2601
|
+
|
2602
|
+
|
2603
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:20:08 +0800
|
2604
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2605
|
+
|
2606
|
+
|
2607
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 11:22:05 +0800
|
2608
|
+
Connecting to database specified by database.yml
|
2609
|
+
Processing by TasksController#index as HTML
|
2610
|
+
Rendered tasks/index.html.erb within layouts/application (0.7ms)
|
2611
|
+
Compiled bootstrap.min.css (0ms) (pid 6016)
|
2612
|
+
Compiled application.css (7ms) (pid 6016)
|
2613
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.9ms)
|
2614
|
+
Completed 200 OK in 45ms (Views: 45.0ms | ActiveRecord: 0.0ms)
|
2615
|
+
|
2616
|
+
|
2617
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:22:05 +0800
|
2618
|
+
Served asset /application.css - 200 OK (8ms)
|
2619
|
+
|
2620
|
+
|
2621
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-02-05 11:22:05 +0800
|
2622
|
+
Served asset /bootstrap.min.css - 200 OK (1ms)
|
2623
|
+
|
2624
|
+
|
2625
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:22:05 +0800
|
2626
|
+
Served asset /left-side.css - 200 OK (2ms)
|
2627
|
+
|
2628
|
+
|
2629
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:22:05 +0800
|
2630
|
+
Served asset /application.js - 200 OK (1ms)
|
2631
|
+
|
2632
|
+
|
2633
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-05 11:46:19 +0800
|
2634
|
+
Connecting to database specified by database.yml
|
2635
|
+
Processing by TasksController#index as HTML
|
2636
|
+
Rendered tasks/index.html.erb within layouts/application (0.7ms)
|
2637
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
2638
|
+
Completed 200 OK in 27ms (Views: 26.8ms | ActiveRecord: 0.0ms)
|
2639
|
+
|
2640
|
+
|
2641
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:46:19 +0800
|
2642
|
+
Served asset /application.css - 200 OK (8ms)
|
2643
|
+
|
2644
|
+
|
2645
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:46:19 +0800
|
2646
|
+
Served asset /application.js - 200 OK (1ms)
|
2647
|
+
|
2648
|
+
|
2649
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:46:19 +0800
|
2650
|
+
Served asset /left-side.css - 200 OK (2ms)
|
2651
|
+
|
2652
|
+
|
2653
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-02-05 11:46:19 +0800
|
2654
|
+
Served asset /bootstrap.min.css - 200 OK (1ms)
|
2655
|
+
|
2656
|
+
|
2657
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:46:24 +0800
|
2658
|
+
Processing by TodosController#index as HTML
|
2659
|
+
Rendered todos/index.html.erb within layouts/application (0.5ms)
|
2660
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
2661
|
+
Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.0ms)
|
2662
|
+
|
2663
|
+
|
2664
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:46:24 +0800
|
2665
|
+
Served asset /application.css - 200 OK (3ms)
|
2666
|
+
|
2667
|
+
|
2668
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-02-05 11:46:24 +0800
|
2669
|
+
Served asset /bootstrap.min.css - 200 OK (0ms)
|
2670
|
+
|
2671
|
+
|
2672
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:46:24 +0800
|
2673
|
+
Served asset /application.js - 200 OK (0ms)
|
2674
|
+
|
2675
|
+
|
2676
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:46:24 +0800
|
2677
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2678
|
+
|
2679
|
+
|
2680
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:47:52 +0800
|
2681
|
+
Processing by TodosController#index as HTML
|
2682
|
+
Rendered todos/index.html.erb within layouts/application (0.5ms)
|
2683
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.3ms)
|
2684
|
+
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)
|
2685
|
+
|
2686
|
+
|
2687
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:47:52 +0800
|
2688
|
+
Served asset /application.css - 200 OK (1ms)
|
2689
|
+
|
2690
|
+
|
2691
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:47:52 +0800
|
2692
|
+
Served asset /application.js - 200 OK (0ms)
|
2693
|
+
|
2694
|
+
|
2695
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:47:52 +0800
|
2696
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2697
|
+
|
2698
|
+
|
2699
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-02-05 11:47:52 +0800
|
2700
|
+
Served asset /bootstrap.min.css - 200 OK (0ms)
|
2701
|
+
|
2702
|
+
|
2703
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:47:53 +0800
|
2704
|
+
Processing by TodosController#index as HTML
|
2705
|
+
Rendered todos/index.html.erb within layouts/application (0.1ms)
|
2706
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
2707
|
+
Completed 200 OK in 13ms (Views: 13.1ms | ActiveRecord: 0.0ms)
|
2708
|
+
|
2709
|
+
|
2710
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:47:54 +0800
|
2711
|
+
Served asset /application.css - 200 OK (1ms)
|
2712
|
+
|
2713
|
+
|
2714
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-02-05 11:47:54 +0800
|
2715
|
+
Served asset /bootstrap.min.css - 200 OK (0ms)
|
2716
|
+
|
2717
|
+
|
2718
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:47:54 +0800
|
2719
|
+
Served asset /application.js - 200 OK (0ms)
|
2720
|
+
|
2721
|
+
|
2722
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:47:54 +0800
|
2723
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2724
|
+
|
2725
|
+
|
2726
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:47:54 +0800
|
2727
|
+
Processing by TodosController#index as HTML
|
2728
|
+
Rendered todos/index.html.erb within layouts/application (0.1ms)
|
2729
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.2ms)
|
2730
|
+
Completed 200 OK in 12ms (Views: 12.1ms | ActiveRecord: 0.0ms)
|
2731
|
+
|
2732
|
+
|
2733
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:47:55 +0800
|
2734
|
+
Served asset /application.css - 200 OK (0ms)
|
2735
|
+
|
2736
|
+
|
2737
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-02-05 11:47:55 +0800
|
2738
|
+
Served asset /bootstrap.min.css - 200 OK (0ms)
|
2739
|
+
|
2740
|
+
|
2741
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:47:55 +0800
|
2742
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2743
|
+
|
2744
|
+
|
2745
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:47:55 +0800
|
2746
|
+
Served asset /application.js - 200 OK (0ms)
|
2747
|
+
|
2748
|
+
|
2749
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:48:39 +0800
|
2750
|
+
Processing by TodosController#index as HTML
|
2751
|
+
Rendered todos/index.html.erb (0.1ms)
|
2752
|
+
Completed 200 OK in 1ms (Views: 1.0ms | ActiveRecord: 0.0ms)
|
2753
|
+
|
2754
|
+
|
2755
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:51:01 +0800
|
2756
|
+
Processing by TodosController#index as HTML
|
2757
|
+
Rendered todos/index.html.erb (2.0ms)
|
2758
|
+
Completed 500 Internal Server Error in 3ms
|
2759
|
+
|
2760
|
+
ActionView::Template::Error (undefined method `singularize' for :task:Symbol):
|
2761
|
+
1: <% content_for :nav_left do%>
|
2762
|
+
2: <%= render_left_side :task %>
|
2763
|
+
3: <% end %>
|
2764
|
+
app/views/todos/index.html.erb:2:in `block in _app_views_todos_index_html_erb__2597437095359264312_36309900'
|
2765
|
+
app/views/todos/index.html.erb:1:in `_app_views_todos_index_html_erb__2597437095359264312_36309900'
|
2766
|
+
app/controllers/todos_controller.rb:3:in `index'
|
2767
|
+
|
2768
|
+
|
2769
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.8ms)
|
2770
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (1.0ms)
|
2771
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (8.2ms)
|
2772
|
+
|
2773
|
+
|
2774
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:51:09 +0800
|
2775
|
+
Processing by TodosController#index as HTML
|
2776
|
+
Rendered todos/index.html.erb (1.0ms)
|
2777
|
+
Completed 500 Internal Server Error in 2ms
|
2778
|
+
|
2779
|
+
ActionView::Template::Error (undefined method `singularize' for :tasks:Symbol):
|
2780
|
+
1: <% content_for :nav_left do%>
|
2781
|
+
2: <%= render_left_side :tasks %>
|
2782
|
+
3: <% end %>
|
2783
|
+
app/views/todos/index.html.erb:2:in `block in _app_views_todos_index_html_erb__2597437095359264312_35789080'
|
2784
|
+
app/views/todos/index.html.erb:1:in `_app_views_todos_index_html_erb__2597437095359264312_35789080'
|
2785
|
+
app/controllers/todos_controller.rb:3:in `index'
|
2786
|
+
|
2787
|
+
|
2788
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
|
2789
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
2790
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (5.4ms)
|
2791
|
+
|
2792
|
+
|
2793
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:51:10 +0800
|
2794
|
+
Processing by TodosController#index as HTML
|
2795
|
+
Rendered todos/index.html.erb (0.4ms)
|
2796
|
+
Completed 500 Internal Server Error in 1ms
|
2797
|
+
|
2798
|
+
ActionView::Template::Error (undefined method `singularize' for :tasks:Symbol):
|
2799
|
+
1: <% content_for :nav_left do%>
|
2800
|
+
2: <%= render_left_side :tasks %>
|
2801
|
+
3: <% end %>
|
2802
|
+
app/views/todos/index.html.erb:2:in `block in _app_views_todos_index_html_erb__2597437095359264312_35789080'
|
2803
|
+
app/views/todos/index.html.erb:1:in `_app_views_todos_index_html_erb__2597437095359264312_35789080'
|
2804
|
+
app/controllers/todos_controller.rb:3:in `index'
|
2805
|
+
|
2806
|
+
|
2807
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
|
2808
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/_request_and_response.erb (0.7ms)
|
2809
|
+
Rendered /home/soffolk/.rvm/gems/ruby-1.9.3-p327-falcon/gems/actionpack-3.2.11/lib/action_dispatch/middleware/templates/rescues/template_error.erb within rescues/layout (4.8ms)
|
2810
|
+
|
2811
|
+
|
2812
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:51:24 +0800
|
2813
|
+
Processing by TodosController#index as HTML
|
2814
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (0.9ms)
|
2815
|
+
Rendered todos/index.html.erb (14.3ms)
|
2816
|
+
Completed 200 OK in 15ms (Views: 15.1ms | ActiveRecord: 0.0ms)
|
2817
|
+
|
2818
|
+
|
2819
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:54:20 +0800
|
2820
|
+
Processing by TodosController#index as HTML
|
2821
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (0.9ms)
|
2822
|
+
Rendered todos/index.html.erb within layouts/application (12.3ms)
|
2823
|
+
Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
|
2824
|
+
|
2825
|
+
|
2826
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 11:54:20 +0800
|
2827
|
+
Served asset /application.css - 200 OK (0ms)
|
2828
|
+
|
2829
|
+
|
2830
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-02-05 11:54:20 +0800
|
2831
|
+
Served asset /bootstrap.min.css - 200 OK (0ms)
|
2832
|
+
|
2833
|
+
|
2834
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 11:54:20 +0800
|
2835
|
+
Served asset /left-side.css - 200 OK (0ms)
|
2836
|
+
|
2837
|
+
|
2838
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-05 11:54:20 +0800
|
2839
|
+
Served asset /application.js - 200 OK (0ms)
|
2840
|
+
|
2841
|
+
|
2842
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:54:24 +0800
|
2843
|
+
Processing by TodosController#index as HTML
|
2844
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.5ms)
|
2845
|
+
Rendered todos/index.html.erb within layouts/application (8.4ms)
|
2846
|
+
Completed 200 OK in 12ms (Views: 12.0ms | ActiveRecord: 0.0ms)
|
2847
|
+
|
2848
|
+
|
2849
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:54:34 +0800
|
2850
|
+
Processing by TodosController#index as HTML
|
2851
|
+
Rendered todos/index.html.erb within layouts/application (0.5ms)
|
2852
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
2853
|
+
Completed 200 OK in 14ms (Views: 13.5ms | ActiveRecord: 0.0ms)
|
2854
|
+
|
2855
|
+
|
2856
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:54:40 +0800
|
2857
|
+
Processing by TodosController#index as HTML
|
2858
|
+
Rendered todos/index.html.erb within layouts/application (0.5ms)
|
2859
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.5ms)
|
2860
|
+
Completed 200 OK in 14ms (Views: 14.0ms | ActiveRecord: 0.0ms)
|
2861
|
+
|
2862
|
+
|
2863
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 11:55:50 +0800
|
2864
|
+
Processing by TodosController#index as HTML
|
2865
|
+
Rendered todos/index.html.erb within layouts/application (0.5ms)
|
2866
|
+
Completed 200 OK in 5ms (Views: 4.7ms | ActiveRecord: 0.0ms)
|
2867
|
+
Connecting to database specified by database.yml
|
2868
|
+
|
2869
|
+
|
2870
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-05 12:00:52 +0800
|
2871
|
+
Processing by TodosController#index as HTML
|
2872
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
2873
|
+
Rendered todos/index.html.erb within layouts/application (9.3ms)
|
2874
|
+
Completed 200 OK in 13ms (Views: 12.7ms | ActiveRecord: 0.0ms)
|
2875
|
+
|
2876
|
+
|
2877
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-05 12:00:52 +0800
|
2878
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2879
|
+
|
2880
|
+
|
2881
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-05 12:00:52 +0800
|
2882
|
+
Served asset /left-side.css - 304 Not Modified (0ms)
|
2883
|
+
Connecting to database specified by database.yml
|
2884
|
+
[1m[36m (0.7ms)[0m [1mSELECT "schema_migrations"."version" FROM "schema_migrations" [0m
|
2885
|
+
Connecting to database specified by database.yml
|
2886
|
+
Connecting to database specified by database.yml
|
2887
|
+
|
2888
|
+
|
2889
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:40:01 +0800
|
2890
|
+
Connecting to database specified by database.yml
|
2891
|
+
Processing by TodosController#index as HTML
|
2892
|
+
Rendered todos/index.html.erb within layouts/application (1.9ms)
|
2893
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.9ms)
|
2894
|
+
Completed 200 OK in 76ms (Views: 76.0ms | ActiveRecord: 0.0ms)
|
2895
|
+
|
2896
|
+
|
2897
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:01 +0800
|
2898
|
+
Served asset /bootstrap.min.css - 200 OK (4ms)
|
2899
|
+
|
2900
|
+
|
2901
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-06 13:40:01 +0800
|
2902
|
+
Served asset /application.js - 200 OK (1ms)
|
2903
|
+
|
2904
|
+
|
2905
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:01 +0800
|
2906
|
+
Served asset /application.css - 304 Not Modified (4ms)
|
2907
|
+
|
2908
|
+
|
2909
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:01 +0800
|
2910
|
+
Served asset /left-side.css - 304 Not Modified (1ms)
|
2911
|
+
|
2912
|
+
|
2913
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:40:04 +0800
|
2914
|
+
Processing by TasksController#index as HTML
|
2915
|
+
Rendered tasks/index.html.erb within layouts/application (0.3ms)
|
2916
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (2.0ms)
|
2917
|
+
Completed 200 OK in 14ms (Views: 13.4ms | ActiveRecord: 0.0ms)
|
2918
|
+
|
2919
|
+
|
2920
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:05 +0800
|
2921
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2922
|
+
|
2923
|
+
|
2924
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:05 +0800
|
2925
|
+
Served asset /left-side.css - 304 Not Modified (0ms)
|
2926
|
+
|
2927
|
+
|
2928
|
+
Started GET "/todos" for 127.0.0.1 at 2013-02-06 13:40:08 +0800
|
2929
|
+
Processing by TodosController#index as HTML
|
2930
|
+
Rendered todos/index.html.erb within layouts/application (0.0ms)
|
2931
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (1.1ms)
|
2932
|
+
Completed 200 OK in 8ms (Views: 8.2ms | ActiveRecord: 0.0ms)
|
2933
|
+
|
2934
|
+
|
2935
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:09 +0800
|
2936
|
+
Served asset /left-side.css - 304 Not Modified (1ms)
|
2937
|
+
|
2938
|
+
|
2939
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:09 +0800
|
2940
|
+
Served asset /application.css - 304 Not Modified (0ms)
|
2941
|
+
|
2942
|
+
|
2943
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:09 +0800
|
2944
|
+
Served asset /bootstrap.min.css - 304 Not Modified (0ms)
|
2945
|
+
|
2946
|
+
|
2947
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-06 13:40:09 +0800
|
2948
|
+
Served asset /application.js - 304 Not Modified (0ms)
|
2949
|
+
|
2950
|
+
|
2951
|
+
Started GET "/tasks" for 127.0.0.1 at 2013-02-06 13:40:13 +0800
|
2952
|
+
Processing by TasksController#index as HTML
|
2953
|
+
Rendered tasks/index.html.erb within layouts/application (0.0ms)
|
2954
|
+
Rendered /mnt/soffolk/home/soffolk/work/mine/left_side/lib/left_side/cells/left_side/base.html.erb (2.1ms)
|
2955
|
+
Completed 200 OK in 14ms (Views: 14.2ms | ActiveRecord: 0.0ms)
|
2956
|
+
|
2957
|
+
|
2958
|
+
Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:13 +0800
|
2959
|
+
Served asset /application.css - 304 Not Modified (3ms)
|
2960
|
+
|
2961
|
+
|
2962
|
+
Started GET "/assets/left-side.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:13 +0800
|
2963
|
+
Served asset /left-side.css - 304 Not Modified (0ms)
|
2964
|
+
|
2965
|
+
|
2966
|
+
Started GET "/assets/bootstrap.min.css?body=1" for 127.0.0.1 at 2013-02-06 13:40:13 +0800
|
2967
|
+
Served asset /bootstrap.min.css - 304 Not Modified (0ms)
|
2968
|
+
|
2969
|
+
|
2970
|
+
Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-02-06 13:40:13 +0800
|
2971
|
+
Served asset /application.js - 304 Not Modified (0ms)
|