imperavi-rails 0.0.2.beta → 0.0.3.beta

Sign up to get free protection for your applications and to get access to all the features.
Files changed (87) hide show
  1. data/README.md +16 -4
  2. data/app/assets/javascripts/imperavi-rails/imperavi/dd_upload.js +100 -0
  3. data/app/assets/javascripts/imperavi-rails/imperavi/linkify.js +30 -0
  4. data/app/assets/javascripts/imperavi-rails/imperavi/redactor.js +104 -364
  5. data/app/assets/javascripts/imperavi-rails/imperavi/textselect.js +14 -0
  6. data/app/assets/javascripts/imperavi-rails/imperavi.js +4 -0
  7. data/app/helpers/imperavi_rails/imperavi_helper.rb +2 -2
  8. data/lib/imperavi-rails/version.rb +1 -1
  9. data/spec/dummy/app/assets/stylesheets/application.css.scss +1 -9
  10. data/spec/dummy/app/views/pages/index.html.erb +7 -17
  11. data/spec/dummy/db/development.sqlite3 +0 -0
  12. data/spec/dummy/log/development.log +1197 -0
  13. data/spec/dummy/public/system/dragonfly/development/2012/02/03/10_10_05_126_6.jpg +0 -0
  14. data/spec/dummy/public/system/dragonfly/development/2012/02/03/10_10_05_126_6.jpg.meta +4 -0
  15. data/spec/dummy/tmp/cache/assets/C41/5B0/sprockets%2F095415e1141a435237aa9464752d21fd +242 -0
  16. data/spec/dummy/tmp/cache/assets/CBE/FC0/sprockets%2Ff5431a64e341b062b7530132a5c1ea5a +1726 -0
  17. data/spec/dummy/tmp/cache/assets/CC0/310/sprockets%2Fb372e5f868e8a8801e126262f66c9c08 +16 -0
  18. data/spec/dummy/tmp/cache/assets/CC5/C10/sprockets%2F7c81f5c40dc9b87819488e127f487a04 +513 -0
  19. data/spec/dummy/tmp/cache/assets/CE5/650/sprockets%2F8ab512c9b33ac90e699b73469d71f061 +269 -0
  20. data/spec/dummy/tmp/cache/assets/CF0/1D0/sprockets%2F6fc757c2c8329244ca95d6909865bbc2 +81 -0
  21. data/spec/dummy/tmp/cache/assets/D02/F90/sprockets%2Ff029f33d65d53d13d3c0fd29e0c08133 +10 -0
  22. data/spec/dummy/tmp/cache/assets/D06/850/sprockets%2F9027c767fa3c09c1a605eae10b43d549 +9272 -0
  23. data/spec/dummy/tmp/cache/assets/D0C/0C0/sprockets%2F106b7f622fb804e4248c862abe73a4c8 +16 -0
  24. data/spec/dummy/{app/assets/stylesheets/scaffold.css → tmp/cache/assets/D11/D20/sprockets%2Fcac21eac42152981882bf9e489316af4} +6 -1
  25. data/spec/dummy/tmp/cache/assets/D24/8E0/sprockets%2F47f976dc55ebc7889e349067c9ba01b2 +16 -0
  26. data/spec/dummy/tmp/cache/assets/D2A/450/sprockets%2F58e369b37e5157ea746a485eea17e9f7 +28 -0
  27. data/spec/dummy/tmp/cache/assets/D34/D90/sprockets%2Fac3fb880b6bb140d16d5b4a6916e5067 +52 -0
  28. data/spec/dummy/tmp/cache/assets/D38/C80/sprockets%2Fb7152c93aa41253e9ed17d71a5c0eb88 +16 -0
  29. data/spec/dummy/tmp/cache/assets/D58/6D0/sprockets%2Fd2a3ab2b5401861dcd2e343ca6e4923e +37 -0
  30. data/spec/dummy/tmp/cache/assets/D59/260/sprockets%2Fd513a46ce8d83f003a733cb306dfe01a +1598 -0
  31. data/spec/dummy/tmp/cache/assets/D64/190/sprockets%2Ffdfa1bbf71247a2b9ef0b97732603e02 +0 -0
  32. data/spec/dummy/tmp/cache/assets/D6D/7C0/sprockets%2Fa4b9caa51f636e2b2db868c480e2a487 +8 -0
  33. data/spec/dummy/tmp/cache/assets/D73/170/sprockets%2Ffe70d93b5d3398dd8d0c6a3d701290ef +123 -0
  34. data/spec/dummy/tmp/cache/assets/D76/B30/sprockets%2Fce979145545abbfd4ca50fea3489554c +395 -0
  35. data/spec/dummy/tmp/cache/assets/D84/210/sprockets%2Fabd0103ccec2b428ac62c94e4c40b384 +9655 -0
  36. data/spec/dummy/tmp/cache/assets/D9B/E30/sprockets%2Fd87c8ca46743542cace533cfe91ae1d0 +495 -0
  37. data/spec/dummy/tmp/cache/assets/DA2/EA0/sprockets%2F9e95d2e1a4da7fafb60b9b782a53b753 +378 -0
  38. data/spec/dummy/tmp/cache/assets/DA8/F60/sprockets%2Fbb2cd57d63160c94d622ef9d91ccef68 +16 -0
  39. data/spec/dummy/tmp/cache/assets/DAC/DC0/sprockets%2Fe8cdb03f780ff87851dd459dc844ad1b +246 -0
  40. data/spec/dummy/tmp/cache/assets/E04/890/sprockets%2F2f5173deea6c795b8fdde723bb4b63af +61 -0
  41. data/spec/dummy/tmp/cache/assets/E05/F10/sprockets%2Fb3d9b0e88cdded276ebdce333e338a85 +30 -0
  42. data/spec/dummy/tmp/cache/assets/E22/CE0/sprockets%2F6fe70d27fda81ea53c8bdaeb1b112dd7 +9289 -0
  43. data/spec/dummy/tmp/cache/assets/E26/210/sprockets%2Fbb3accabff7037e93dc9a3373f4a5b7a +1580 -0
  44. data/spec/dummy/tmp/cache/assets/E66/AE0/sprockets%2Ffcb98ed9ac3e15f6d9e59fd00cbb2d3d +16 -0
  45. data/spec/dummy/tmp/cache/sass/9bd7199bacdbfc23c47b913698aa7195d1e0f382/application.css.scssc +0 -0
  46. data/spec/dummy/tmp/cache/sass/bc54e898614d486bf9338d646e8cd056915d4779/imperavi-base.css.scssc +0 -0
  47. data/spec/dummy/tmp/cache/sass/bc54e898614d486bf9338d646e8cd056915d4779/redactor.css.scssc +0 -0
  48. data/spec/dummy/tmp/cache/sass/bc54e898614d486bf9338d646e8cd056915d4779/wym.css.scssc +0 -0
  49. data/spec/dummy/tmp/dragonfly/cache/body/00/4aecc0c59254723e83737f8928702ffd7bb98b +373 -0
  50. data/spec/dummy/tmp/dragonfly/cache/body/16/c5ea89574eb557096b3fefd758954e84a34381 +0 -0
  51. data/spec/dummy/tmp/dragonfly/cache/body/21/199c9bdb6c7f65200a15ca0934612bcae4204c +242 -0
  52. data/spec/dummy/tmp/dragonfly/cache/body/42/bb515c02767a37104eca97f75df3b4a49e1759 +242 -0
  53. data/spec/dummy/tmp/dragonfly/cache/body/48/cf4eb3ec838cdab2af24f4603e7954ab5012ee +0 -0
  54. data/spec/dummy/tmp/dragonfly/cache/body/4a/72b5c050f6e3702f880e19fcf37793c135cd3d +0 -0
  55. data/spec/dummy/tmp/dragonfly/cache/body/61/e9711fd55eccdf62882cb8d127b22664f7023f +3 -0
  56. data/spec/dummy/tmp/dragonfly/cache/body/74/98c8a3bb6ee03af2b6952e797e632938d84649 +237 -0
  57. data/spec/dummy/tmp/dragonfly/cache/body/77/78d2df49ed1274a18f2c479b5747a91417458f +490 -0
  58. data/spec/dummy/tmp/dragonfly/cache/body/8e/46450213e0599dab4f0033c16b21731ca5e19c +242 -0
  59. data/spec/dummy/tmp/dragonfly/cache/body/a4/2e62d48de5370a8402707dd02fcf64039923b4 +0 -0
  60. data/spec/dummy/tmp/dragonfly/cache/body/a8/85ba08a1465f458ec2e999aecc73ba6b885520 +1575 -0
  61. data/spec/dummy/tmp/dragonfly/cache/body/ab/c30526420462e4081de3dcbc7598a7930bbc51 +0 -0
  62. data/spec/dummy/tmp/dragonfly/cache/body/b2/f1d81a83ca37d428780d1d9deb87cf0312cb62 +0 -0
  63. data/spec/dummy/tmp/dragonfly/cache/body/bb/cf048304dee182fc21ba43f408d8623c2f65b1 +1721 -0
  64. data/{app/assets/javascripts/imperavi-rails/application.js → spec/dummy/tmp/dragonfly/cache/body/c2/d1fe276d6e527c155855e99dc19d239b6d71f3} +1 -3
  65. data/spec/dummy/tmp/dragonfly/cache/body/d6/1d64e39570cd647cee3d3a62efa17ab2290d1e +0 -0
  66. data/spec/dummy/tmp/dragonfly/cache/body/ef/f130cc312268f0864d651bb53d4f83189b925a +9267 -0
  67. data/spec/dummy/tmp/dragonfly/cache/body/fb/54a1604f6c72b35d8b9c3da9f3899d77db70dd +1834 -0
  68. data/spec/dummy/tmp/dragonfly/cache/meta/1d/f723c27427056dd58a506f1e4f15020442098e +0 -0
  69. data/spec/dummy/tmp/dragonfly/cache/meta/23/4f7740cb6118c7c530ce379339a99828a75ef3 +0 -0
  70. data/spec/dummy/tmp/dragonfly/cache/meta/2d/fe381b58b48b16278672bd61db736e4e920955 +0 -0
  71. data/spec/dummy/tmp/dragonfly/cache/meta/39/b52b68255f54efe8cb853fd153088f94a7661a +0 -0
  72. data/spec/dummy/tmp/dragonfly/cache/meta/55/32c60f25996b8e8a9fdf7125956c5204fa8792 +0 -0
  73. data/spec/dummy/tmp/dragonfly/cache/meta/66/b6e26427e56a9f9ade00d4cf5d615679f0f7a7 +0 -0
  74. data/spec/dummy/tmp/dragonfly/cache/meta/66/f44aba1428593600ff0e47ea6aa54362e39a59 +0 -0
  75. data/spec/dummy/tmp/dragonfly/cache/meta/78/d74c0cd05a77c0c06acb622761d30c9ea00bb3 +0 -0
  76. data/spec/dummy/tmp/dragonfly/cache/meta/80/5841ac20acdd8dd41460c8346294abc5c4dd8f +0 -0
  77. data/spec/dummy/tmp/dragonfly/cache/meta/e7/6d1dc2d45d19440e781f6c5d00f39d8aeb4da1 +0 -0
  78. data/spec/dummy/tmp/dragonfly/cache/meta/ee/fe74949a8c2a0bbc077385a12944d9f98a12e0 +0 -0
  79. data/spec/dummy/tmp/dragonfly/cache/meta/ef/d71b44567b90c7f85e9bd0576e4b7e55bd3565 +0 -0
  80. data/spec/dummy/tmp/dragonfly/cache/meta/f4/2f71b4755920b57e574c91123765511a8f0b25 +0 -0
  81. data/spec/dummy/tmp/dragonfly/cache/meta/f5/b1288f6769945a2de532e359e061896e1197df +0 -0
  82. data/spec/dummy/tmp/dragonfly/cache/meta/f9/67ac04386c59253bd80f4034d18af166cc5691 +0 -0
  83. data/spec/dummy/tmp/pids/server.pid +1 -0
  84. metadata +260 -122
  85. data/app/assets/stylesheets/imperavi-rails/imperavi/imperavi.css.scss +0 -150
  86. data/spec/dummy/app/assets/stylesheets/pages.css +0 -4
  87. data/spec/dummy/db/test.sqlite3 +0 -0
@@ -11283,3 +11283,1200 @@ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11283
11283
 
11284
11284
  Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-02 22:13:12 +0600
11285
11285
  Served asset /application.js - 304 Not Modified (0ms)
11286
+
11287
+
11288
+ Started GET "/" for 127.0.0.1 at 2012-02-03 10:07:45 +0600
11289
+ Processing by PagesController#index as HTML
11290
+ Page Load (0.2ms) SELECT "pages".* FROM "pages" 
11291
+ Rendered pages/index.html.erb within layouts/application (7.6ms)
11292
+ Compiled application.css (86ms) (pid 28931)
11293
+ Compiled pages.css (4ms) (pid 28931)
11294
+ Compiled scaffold.css (0ms) (pid 28931)
11295
+ Compiled application.js (2ms) (pid 28931)
11296
+ Compiled jquery.js (22ms) (pid 28931)
11297
+ Compiled jquery_ujs.js (0ms) (pid 28931)
11298
+ Compiled pages.js (0ms) (pid 28931)
11299
+ Completed 200 OK in 193ms (Views: 191.4ms | ActiveRecord: 0.4ms)
11300
+
11301
+
11302
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:07:45 +0600
11303
+ Served asset /application.css - 200 OK (0ms)
11304
+
11305
+
11306
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-03 10:07:45 +0600
11307
+ Served asset /scaffold.css - 304 Not Modified (1ms)
11308
+
11309
+
11310
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-02-03 10:07:45 +0600
11311
+ Served asset /pages.css - 304 Not Modified (1ms)
11312
+
11313
+
11314
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:07:45 +0600
11315
+ Served asset /jquery.js - 304 Not Modified (1ms)
11316
+
11317
+
11318
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:07:45 +0600
11319
+ Served asset /pages.js - 304 Not Modified (1ms)
11320
+
11321
+
11322
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:07:45 +0600
11323
+ Served asset /jquery_ujs.js - 304 Not Modified (1ms)
11324
+
11325
+
11326
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:07:45 +0600
11327
+ Served asset /application.js - 200 OK (0ms)
11328
+
11329
+
11330
+ Started GET "/pages/new" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11331
+ Processing by PagesController#new as HTML
11332
+ Rendered pages/_form.html.erb (18.1ms)
11333
+ Rendered pages/new.html.erb within layouts/application (50.4ms)
11334
+ Completed 200 OK in 78ms (Views: 77.6ms | ActiveRecord: 0.2ms)
11335
+
11336
+
11337
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11338
+ Served asset /application.css - 304 Not Modified (0ms)
11339
+
11340
+
11341
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11342
+ Served asset /scaffold.css - 304 Not Modified (0ms)
11343
+
11344
+
11345
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11346
+ Served asset /pages.css - 304 Not Modified (0ms)
11347
+
11348
+
11349
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11350
+ Served asset /jquery.js - 304 Not Modified (0ms)
11351
+
11352
+
11353
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11354
+ Served asset /pages.js - 304 Not Modified (0ms)
11355
+
11356
+
11357
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11358
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11359
+
11360
+
11361
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11362
+ Served asset /application.js - 304 Not Modified (0ms)
11363
+
11364
+
11365
+ Started GET "/assets/imperavi-rails/imperavi/redactor.css" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11366
+ Compiled imperavi-rails/imperavi/redactor.css (68ms) (pid 28931)
11367
+ Served asset /imperavi-rails/imperavi/redactor.css - 200 OK (73ms)
11368
+
11369
+
11370
+ Started GET "/assets/imperavi-rails/imperavi/redactor.js" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11371
+ Compiled imperavi-rails/imperavi/redactor.js (10ms) (pid 28931)
11372
+ Served asset /imperavi-rails/imperavi/redactor.js - 200 OK (16ms)
11373
+
11374
+
11375
+ Started GET "/imperavi/language.js?_=1328242071641" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11376
+ Processing by ImperaviRails::ImperaviController#language as JS
11377
+ Parameters: {"_"=>"1328242071641"}
11378
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/language.js.erb (0.5ms)
11379
+ Completed 200 OK in 11ms (Views: 10.7ms | ActiveRecord: 0.0ms)
11380
+
11381
+
11382
+ Started GET "/imperavi/toolbar.js?_=1328242071720" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11383
+ Processing by ImperaviRails::ImperaviController#toolbar as JS
11384
+ Parameters: {"_"=>"1328242071720"}
11385
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/toolbar.js.erb (0.7ms)
11386
+ Completed 200 OK in 4ms (Views: 3.9ms | ActiveRecord: 0.0ms)
11387
+
11388
+
11389
+ Started GET "/assets/imperavi-rails/imperavi/wym" for 127.0.0.1 at 2012-02-03 10:07:51 +0600
11390
+ Compiled imperavi-rails/imperavi/wym (39ms) (pid 28931)
11391
+ Served asset /imperavi-rails/imperavi/wym - 304 Not Modified (42ms)
11392
+
11393
+
11394
+ Started GET "/" for 127.0.0.1 at 2012-02-03 10:09:20 +0600
11395
+ Processing by PagesController#index as HTML
11396
+ Page Load (0.1ms) SELECT "pages".* FROM "pages"
11397
+ Rendered pages/index.html.erb within layouts/application (4.8ms)
11398
+ Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.3ms)
11399
+
11400
+
11401
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:20 +0600
11402
+ Served asset /application.css - 304 Not Modified (0ms)
11403
+
11404
+
11405
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:20 +0600
11406
+ Served asset /jquery.js - 304 Not Modified (0ms)
11407
+
11408
+
11409
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:20 +0600
11410
+ Served asset /scaffold.css - 304 Not Modified (0ms)
11411
+
11412
+
11413
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:20 +0600
11414
+ Served asset /pages.css - 304 Not Modified (0ms)
11415
+
11416
+
11417
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:20 +0600
11418
+ Served asset /pages.js - 304 Not Modified (0ms)
11419
+
11420
+
11421
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:20 +0600
11422
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11423
+
11424
+
11425
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:20 +0600
11426
+ Served asset /application.js - 304 Not Modified (0ms)
11427
+
11428
+
11429
+ Started GET "/" for 127.0.0.1 at 2012-02-03 10:09:27 +0600
11430
+ Processing by PagesController#index as HTML
11431
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" 
11432
+ Rendered pages/index.html.erb within layouts/application (4.7ms)
11433
+ Completed 200 OK in 10ms (Views: 8.8ms | ActiveRecord: 0.3ms)
11434
+
11435
+
11436
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:27 +0600
11437
+ Served asset /application.css - 304 Not Modified (0ms)
11438
+
11439
+
11440
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:27 +0600
11441
+ Served asset /pages.css - 304 Not Modified (0ms)
11442
+
11443
+
11444
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:27 +0600
11445
+ Served asset /pages.js - 304 Not Modified (0ms)
11446
+
11447
+
11448
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:27 +0600
11449
+ Served asset /scaffold.css - 304 Not Modified (0ms)
11450
+
11451
+
11452
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:27 +0600
11453
+ Served asset /jquery.js - 304 Not Modified (0ms)
11454
+
11455
+
11456
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:27 +0600
11457
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11458
+
11459
+
11460
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:27 +0600
11461
+ Served asset /application.js - 304 Not Modified (0ms)
11462
+
11463
+
11464
+ Started GET "/" for 127.0.0.1 at 2012-02-03 10:09:51 +0600
11465
+ Processing by PagesController#index as HTML
11466
+ Page Load (0.1ms) SELECT "pages".* FROM "pages"
11467
+ Rendered pages/index.html.erb within layouts/application (4.8ms)
11468
+ Completed 200 OK in 10ms (Views: 8.7ms | ActiveRecord: 0.3ms)
11469
+
11470
+
11471
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:51 +0600
11472
+ Served asset /application.css - 304 Not Modified (0ms)
11473
+
11474
+
11475
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:51 +0600
11476
+ Served asset /pages.css - 304 Not Modified (0ms)
11477
+
11478
+
11479
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:51 +0600
11480
+ Served asset /jquery.js - 304 Not Modified (0ms)
11481
+
11482
+
11483
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:51 +0600
11484
+ Served asset /scaffold.css - 304 Not Modified (0ms)
11485
+
11486
+
11487
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:51 +0600
11488
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11489
+
11490
+
11491
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:51 +0600
11492
+ Served asset /pages.js - 304 Not Modified (0ms)
11493
+
11494
+
11495
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:51 +0600
11496
+ Served asset /application.js - 304 Not Modified (0ms)
11497
+
11498
+
11499
+ Started GET "/pages/1" for 127.0.0.1 at 2012-02-03 10:09:52 +0600
11500
+ Processing by PagesController#show as HTML
11501
+ Parameters: {"id"=>"1"}
11502
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11503
+ Rendered pages/show.html.erb within layouts/application (23.7ms)
11504
+ Completed 200 OK in 48ms (Views: 46.7ms | ActiveRecord: 0.3ms)
11505
+
11506
+
11507
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:53 +0600
11508
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11509
+
11510
+
11511
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:53 +0600
11512
+ Served asset /application.css - 304 Not Modified (0ms)
11513
+
11514
+
11515
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:53 +0600
11516
+ Served asset /scaffold.css - 304 Not Modified (0ms)
11517
+
11518
+
11519
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:53 +0600
11520
+ Served asset /pages.css - 304 Not Modified (0ms)
11521
+
11522
+
11523
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:53 +0600
11524
+ Served asset /jquery.js - 304 Not Modified (0ms)
11525
+
11526
+
11527
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:53 +0600
11528
+ Served asset /pages.js - 304 Not Modified (0ms)
11529
+
11530
+
11531
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:53 +0600
11532
+ Served asset /application.js - 304 Not Modified (0ms)
11533
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11534
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11535
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11536
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11537
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11538
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11539
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11540
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11541
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11542
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11543
+
11544
+
11545
+ Started GET "/pages/1/edit" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11546
+ Processing by PagesController#edit as HTML
11547
+ Parameters: {"id"=>"1"}
11548
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11549
+ Rendered pages/_form.html.erb (10.3ms)
11550
+ Rendered pages/edit.html.erb within layouts/application (11.7ms)
11551
+ Completed 200 OK in 37ms (Views: 35.9ms | ActiveRecord: 0.3ms)
11552
+
11553
+
11554
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11555
+ Served asset /application.css - 304 Not Modified (0ms)
11556
+
11557
+
11558
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11559
+ Served asset /scaffold.css - 304 Not Modified (0ms)
11560
+
11561
+
11562
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11563
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11564
+
11565
+
11566
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11567
+ Served asset /pages.js - 304 Not Modified (0ms)
11568
+
11569
+
11570
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11571
+ Served asset /pages.css - 304 Not Modified (0ms)
11572
+
11573
+
11574
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11575
+ Served asset /jquery.js - 304 Not Modified (0ms)
11576
+
11577
+
11578
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11579
+ Served asset /application.js - 304 Not Modified (0ms)
11580
+
11581
+
11582
+ Started GET "/imperavi/language.js?_=1328242195659" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11583
+ Processing by ImperaviRails::ImperaviController#language as JS
11584
+ Parameters: {"_"=>"1328242195659"}
11585
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/language.js.erb (0.0ms)
11586
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
11587
+
11588
+
11589
+ Started GET "/imperavi/toolbar.js?_=1328242195703" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11590
+ Processing by ImperaviRails::ImperaviController#toolbar as JS
11591
+ Parameters: {"_"=>"1328242195703"}
11592
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/toolbar.js.erb (0.0ms)
11593
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
11594
+
11595
+
11596
+ Started GET "/assets/imperavi-rails/imperavi/wym" for 127.0.0.1 at 2012-02-03 10:09:55 +0600
11597
+ Served asset /imperavi-rails/imperavi/wym - 304 Not Modified (0ms)
11598
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11599
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11600
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11601
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11602
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11603
+
11604
+
11605
+ Started GET "/imperavi/image" for 127.0.0.1 at 2012-02-03 10:10:00 +0600
11606
+ Processing by ImperaviRails::ImperaviController#image as */*
11607
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/image.html.erb (0.3ms)
11608
+ Completed 200 OK in 24ms (Views: 23.9ms | ActiveRecord: 0.0ms)
11609
+
11610
+
11611
+ Started GET "/images.json" for 127.0.0.1 at 2012-02-03 10:10:00 +0600
11612
+ Processing by ImagesController#index as JSON
11613
+ Image Load (0.2ms) SELECT "images".* FROM "images" ORDER BY updated_at
11614
+ Completed 200 OK in 19ms (Views: 0.4ms | ActiveRecord: 0.3ms)
11615
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/21_59_48_81_DSC09418.jpg
11616
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_00_43_740_DSC09419.jpg
11617
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_09_59_177_DSC09418.jpg
11618
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11619
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11620
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11621
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11622
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11623
+
11624
+
11625
+ Started POST "/images" for 127.0.0.1 at 2012-02-03 10:10:04 +0600
11626
+ Processing by ImagesController#create as HTML
11627
+ Parameters: {"image"=>{"image"=>#<ActionDispatch::Http::UploadedFile:0x0000000159fac8 @original_filename="6.jpg", @content_type="image/jpeg", @headers="Content-Disposition: form-data; name=\"image[image]\"; filename=\"6.jpg\"\r\nContent-Type: image/jpeg\r\n", @tempfile=#<File:/tmp/RackMultipart20120203-28931-wfcqk6>>}}
11628
+ Binary data inserted for `string` type on column `image_uid`
11629
+ SQL (31.5ms) INSERT INTO "images" ("created_at", "image_uid", "updated_at") VALUES (?, ?, ?) [["created_at", Fri, 03 Feb 2012 04:10:05 UTC +00:00], ["image_uid", "2012/02/03/10_10_05_126_6.jpg"], ["updated_at", Fri, 03 Feb 2012 04:10:05 UTC +00:00]]
11630
+ Rendered text template (0.0ms)
11631
+ Completed 200 OK in 516ms (Views: 17.3ms | ActiveRecord: 31.6ms)
11632
+
11633
+
11634
+ Started GET "/imperavi/image_edit" for 127.0.0.1 at 2012-02-03 10:10:06 +0600
11635
+ Processing by ImperaviRails::ImperaviController#image_edit as */*
11636
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/image_edit.html.erb (0.5ms)
11637
+ Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)
11638
+
11639
+
11640
+ Started PUT "/pages/1" for 127.0.0.1 at 2012-02-03 10:10:26 +0600
11641
+ Processing by PagesController#update as HTML
11642
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"c9s7dwfpordNMWcZM3WPM6cvB84Y28/qzqTJqqn02zs=", "page"=>{"title"=>"Yet another awesome page", "article"=>"<h3><img alt=\"\" src=\"/media/BAhbB1sHOgZmSSI3MjAxMi8wMi8wMi8yMl8xMV8wOF8yMDlfMTI3NDgwNjE2Ml96YWtzb2JyYW5pZS5qcGcGOgZFVFsIOgZwOhRyZXNpemVfYW5kX2Nyb3B7CDoKd2lkdGhpAiwBOgtoZWlnaHRpAfo6DGdyYXZpdHlJIgZjBjsGRg\"><img alt=\"\" src=\"/media/BAhbB1sHOgZmSSIpMjAxMi8wMi8wMi8yMl8xMV8xOV80NjlfRFNDMDk0MTYuanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY\"><img alt=\"\" src=\"/media/BAhbB1sHOgZmSSItMjAxMi8wMi8wMi8yMl8xMV8zMV8yNjJfMTYzX29yaWdpbmFsLmpwZwY6BkVUWwg6BnA6FHJlc2l6ZV9hbmRfY3JvcHsIOgp3aWR0aGkCLAE6C2hlaWdodGkB+joMZ3Jhdml0eUkiBmMGOwZG\"><img alt=\"\" src=\"/media/BAhbB1sHOgZmSSIyMjAxMi8wMi8wMi8yMl8xMV80Ml83NDJfYXJtMjAxMDA3MjExMzI2MzguanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY\"><img alt=\"\" src=\"/media/BAhbB1sHOgZmSSIpMjAxMi8wMi8wMi8yMl8xMV81Ml81NDFfRFNDMDk0MjUuanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY\">Опасные места</h3>\r\n<p><img class=\"img_left\" alt=\"\" src=\"/media/BAhbB1sHOgZmSSIiMjAxMi8wMi8wMy8xMF8xMF8wNV8xMjZfNi5qcGcGOgZFVFsIOgZwOhRyZXNpemVfYW5kX2Nyb3B7CDoKd2lkdGhpAiwBOgtoZWlnaHRpAfo6DGdyYXZpdHlJIgZjBjsGRg\">Есть ли в России места, куда лучше не ходить? Опасные места? Опасные кварталы? Районы? Города?Вот в Гватемале или Венесуэле можно зайти в какой-нибудь не тот квартал, особенно вечером, и не выйти никогда. Или в пригородах Лондона и Парижа можно получить пиздюлей ни за что. Полно опасных районов в США, все о них знают, не ходят туда.А где в России опасно? Я не говорю о том, что у нас могут отжать мобилу или срезать сумку в любом городе. Речь именно про целые районы, которые считаются опасными и опасными являются.В каком русском городе какой район реально опасен?</p>"}, "commit"=>"Update Page", "id"=>"1"}
11643
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11644
+  (0.2ms) UPDATE "pages" SET "article" = '<h3><img alt="" src="/media/BAhbB1sHOgZmSSI3MjAxMi8wMi8wMi8yMl8xMV8wOF8yMDlfMTI3NDgwNjE2Ml96YWtzb2JyYW5pZS5qcGcGOgZFVFsIOgZwOhRyZXNpemVfYW5kX2Nyb3B7CDoKd2lkdGhpAiwBOgtoZWlnaHRpAfo6DGdyYXZpdHlJIgZjBjsGRg"><img alt="" src="/media/BAhbB1sHOgZmSSIpMjAxMi8wMi8wMi8yMl8xMV8xOV80NjlfRFNDMDk0MTYuanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY"><img alt="" src="/media/BAhbB1sHOgZmSSItMjAxMi8wMi8wMi8yMl8xMV8zMV8yNjJfMTYzX29yaWdpbmFsLmpwZwY6BkVUWwg6BnA6FHJlc2l6ZV9hbmRfY3JvcHsIOgp3aWR0aGkCLAE6C2hlaWdodGkB+joMZ3Jhdml0eUkiBmMGOwZG"><img alt="" src="/media/BAhbB1sHOgZmSSIyMjAxMi8wMi8wMi8yMl8xMV80Ml83NDJfYXJtMjAxMDA3MjExMzI2MzguanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY"><img alt="" src="/media/BAhbB1sHOgZmSSIpMjAxMi8wMi8wMi8yMl8xMV81Ml81NDFfRFNDMDk0MjUuanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY">Опасные места</h3>
11645
+ <p><img class="img_left" alt="" src="/media/BAhbB1sHOgZmSSIiMjAxMi8wMi8wMy8xMF8xMF8wNV8xMjZfNi5qcGcGOgZFVFsIOgZwOhRyZXNpemVfYW5kX2Nyb3B7CDoKd2lkdGhpAiwBOgtoZWlnaHRpAfo6DGdyYXZpdHlJIgZjBjsGRg">Есть ли в России места, куда лучше не ходить? Опасные места? Опасные кварталы? Районы? Города?Вот в Гватемале или Венесуэле можно зайти в какой-нибудь не тот квартал, особенно вечером, и не выйти никогда. Или в пригородах Лондона и Парижа можно получить пиздюлей ни за что. Полно опасных районов в США, все о них знают, не ходят туда.А где в России опасно? Я не говорю о том, что у нас могут отжать мобилу или срезать сумку в любом городе. Речь именно про целые районы, которые считаются опасными и опасными являются.В каком русском городе какой район реально опасен?</p>', "updated_at" = '2012-02-03 04:10:26.154754' WHERE "pages"."id" = 1
11646
+ Redirected to http://localhost:3000/pages/1
11647
+ Completed 302 Found in 146ms
11648
+
11649
+
11650
+ Started GET "/pages/1" for 127.0.0.1 at 2012-02-03 10:10:26 +0600
11651
+ Processing by PagesController#show as HTML
11652
+ Parameters: {"id"=>"1"}
11653
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11654
+ Rendered pages/show.html.erb within layouts/application (16.8ms)
11655
+ Completed 200 OK in 22ms (Views: 21.1ms | ActiveRecord: 0.3ms)
11656
+
11657
+
11658
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-02-03 10:10:26 +0600
11659
+ Served asset /pages.css - 304 Not Modified (0ms)
11660
+
11661
+
11662
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-03 10:10:26 +0600
11663
+ Served asset /scaffold.css - 304 Not Modified (0ms)
11664
+
11665
+
11666
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:10:26 +0600
11667
+ Served asset /application.css - 304 Not Modified (0ms)
11668
+
11669
+
11670
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:10:26 +0600
11671
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11672
+
11673
+
11674
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:10:26 +0600
11675
+ Served asset /jquery.js - 304 Not Modified (0ms)
11676
+
11677
+
11678
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:10:26 +0600
11679
+ Served asset /pages.js - 304 Not Modified (0ms)
11680
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11681
+
11682
+
11683
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:10:26 +0600
11684
+ Served asset /application.js - 304 Not Modified (0ms)
11685
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11686
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11687
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11688
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11689
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11690
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11691
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11692
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11693
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11694
+
11695
+
11696
+ Started GET "/pages/1" for 127.0.0.1 at 2012-02-03 10:11:01 +0600
11697
+ Processing by PagesController#show as HTML
11698
+ Parameters: {"id"=>"1"}
11699
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11700
+ Rendered pages/show.html.erb within layouts/application (3.7ms)
11701
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.4ms)
11702
+
11703
+
11704
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:01 +0600
11705
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11706
+
11707
+
11708
+ Started GET "/assets/pages.css?body=1" for 127.0.0.1 at 2012-02-03 10:11:01 +0600
11709
+ Served asset /pages.css - 304 Not Modified (0ms)
11710
+
11711
+
11712
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:01 +0600
11713
+ Served asset /jquery.js - 304 Not Modified (0ms)
11714
+
11715
+
11716
+ Started GET "/assets/scaffold.css?body=1" for 127.0.0.1 at 2012-02-03 10:11:01 +0600
11717
+ Served asset /scaffold.css - 304 Not Modified (0ms)
11718
+
11719
+
11720
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:11:01 +0600
11721
+ Served asset /application.css - 304 Not Modified (0ms)
11722
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11723
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11724
+
11725
+
11726
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:01 +0600
11727
+ Served asset /pages.js - 304 Not Modified (0ms)
11728
+
11729
+
11730
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:01 +0600
11731
+ Served asset /application.js - 304 Not Modified (0ms)
11732
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11733
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11734
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11735
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11736
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11737
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11738
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11739
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11740
+
11741
+
11742
+ Started GET "/pages/1" for 127.0.0.1 at 2012-02-03 10:11:28 +0600
11743
+ Processing by PagesController#show as HTML
11744
+ Parameters: {"id"=>"1"}
11745
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11746
+ Rendered pages/show.html.erb within layouts/application (3.5ms)
11747
+ Compiled application.css (15ms) (pid 28931)
11748
+ Completed 200 OK in 29ms (Views: 27.5ms | ActiveRecord: 0.3ms)
11749
+
11750
+
11751
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:28 +0600
11752
+ Served asset /jquery.js - 304 Not Modified (0ms)
11753
+
11754
+
11755
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:28 +0600
11756
+ Served asset /pages.js - 304 Not Modified (0ms)
11757
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11758
+
11759
+
11760
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:11:28 +0600
11761
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11762
+ Served asset /application.css - 200 OK (0ms)
11763
+
11764
+
11765
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:28 +0600
11766
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11767
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11768
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11769
+
11770
+
11771
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:28 +0600
11772
+ Served asset /application.js - 304 Not Modified (0ms)
11773
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11774
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11775
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11776
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11777
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11778
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11779
+
11780
+
11781
+ Started GET "/pages/1" for 127.0.0.1 at 2012-02-03 10:11:43 +0600
11782
+ Processing by PagesController#show as HTML
11783
+ Parameters: {"id"=>"1"}
11784
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11785
+ Rendered pages/show.html.erb within layouts/application (3.8ms)
11786
+ Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.4ms)
11787
+
11788
+
11789
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:43 +0600
11790
+ Served asset /jquery.js - 304 Not Modified (0ms)
11791
+
11792
+
11793
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:11:43 +0600
11794
+ Served asset /application.css - 304 Not Modified (0ms)
11795
+
11796
+
11797
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:43 +0600
11798
+ Served asset /pages.js - 304 Not Modified (0ms)
11799
+
11800
+
11801
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:43 +0600
11802
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11803
+ Served asset /application.js - 304 Not Modified (0ms)
11804
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11805
+
11806
+
11807
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:43 +0600
11808
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11809
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11810
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11811
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11812
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11813
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11814
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11815
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11816
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11817
+
11818
+
11819
+ Started GET "/pages/1" for 127.0.0.1 at 2012-02-03 10:11:55 +0600
11820
+ Processing by PagesController#show as HTML
11821
+ Parameters: {"id"=>"1"}
11822
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11823
+ Rendered pages/show.html.erb within layouts/application (3.8ms)
11824
+ Compiled application.css (29ms) (pid 28931)
11825
+ Completed 200 OK in 42ms (Views: 40.2ms | ActiveRecord: 0.3ms)
11826
+
11827
+
11828
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:55 +0600
11829
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11830
+
11831
+
11832
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:55 +0600
11833
+ Served asset /jquery.js - 304 Not Modified (0ms)
11834
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11835
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11836
+
11837
+
11838
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:11:55 +0600
11839
+ Served asset /application.css - 200 OK (0ms)
11840
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11841
+
11842
+
11843
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:55 +0600
11844
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11845
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11846
+ Served asset /pages.js - 304 Not Modified (0ms)
11847
+
11848
+
11849
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:11:55 +0600
11850
+ Served asset /application.js - 304 Not Modified (0ms)
11851
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11852
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11853
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11854
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11855
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11856
+
11857
+
11858
+ Started GET "/pages/1/edit" for 127.0.0.1 at 2012-02-03 10:17:35 +0600
11859
+ Processing by PagesController#edit as HTML
11860
+ Parameters: {"id"=>"1"}
11861
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11862
+ Rendered pages/_form.html.erb (10.4ms)
11863
+ Rendered pages/edit.html.erb within layouts/application (11.4ms)
11864
+ Compiled application.css (28ms) (pid 28931)
11865
+ Completed 200 OK in 49ms (Views: 47.6ms | ActiveRecord: 0.3ms)
11866
+
11867
+
11868
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:17:35 +0600
11869
+ Served asset /application.css - 200 OK (0ms)
11870
+
11871
+
11872
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:35 +0600
11873
+ Served asset /jquery.js - 304 Not Modified (0ms)
11874
+
11875
+
11876
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:35 +0600
11877
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11878
+
11879
+
11880
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:35 +0600
11881
+ Served asset /pages.js - 304 Not Modified (0ms)
11882
+
11883
+
11884
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:35 +0600
11885
+ Served asset /application.js - 304 Not Modified (0ms)
11886
+
11887
+
11888
+ Started GET "/imperavi/language.js?_=1328242655735" for 127.0.0.1 at 2012-02-03 10:17:35 +0600
11889
+ Processing by ImperaviRails::ImperaviController#language as JS
11890
+ Parameters: {"_"=>"1328242655735"}
11891
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/language.js.erb (0.0ms)
11892
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
11893
+
11894
+
11895
+ Started GET "/imperavi/toolbar.js?_=1328242655766" for 127.0.0.1 at 2012-02-03 10:17:35 +0600
11896
+ Processing by ImperaviRails::ImperaviController#toolbar as JS
11897
+ Parameters: {"_"=>"1328242655766"}
11898
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/toolbar.js.erb (0.0ms)
11899
+ Completed 200 OK in 2ms (Views: 1.7ms | ActiveRecord: 0.0ms)
11900
+
11901
+
11902
+ Started GET "/assets/imperavi-rails/imperavi/wym" for 127.0.0.1 at 2012-02-03 10:17:35 +0600
11903
+ Served asset /imperavi-rails/imperavi/wym - 304 Not Modified (0ms)
11904
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11905
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11906
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11907
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11908
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11909
+
11910
+
11911
+ Started PUT "/pages/1" for 127.0.0.1 at 2012-02-03 10:17:51 +0600
11912
+ Processing by PagesController#update as HTML
11913
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"c9s7dwfpordNMWcZM3WPM6cvB84Y28/qzqTJqqn02zs=", "page"=>{"title"=>"Yet another awesome page", "article"=>"<h3><img alt=\"\" src=\"/media/BAhbB1sHOgZmSSI3MjAxMi8wMi8wMi8yMl8xMV8wOF8yMDlfMTI3NDgwNjE2Ml96YWtzb2JyYW5pZS5qcGcGOgZFVFsIOgZwOhRyZXNpemVfYW5kX2Nyb3B7CDoKd2lkdGhpAiwBOgtoZWlnaHRpAfo6DGdyYXZpdHlJIgZjBjsGRg\"><img alt=\"\" src=\"/media/BAhbB1sHOgZmSSIpMjAxMi8wMi8wMi8yMl8xMV8xOV80NjlfRFNDMDk0MTYuanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY\"><img alt=\"\" src=\"/media/BAhbB1sHOgZmSSItMjAxMi8wMi8wMi8yMl8xMV8zMV8yNjJfMTYzX29yaWdpbmFsLmpwZwY6BkVUWwg6BnA6FHJlc2l6ZV9hbmRfY3JvcHsIOgp3aWR0aGkCLAE6C2hlaWdodGkB+joMZ3Jhdml0eUkiBmMGOwZG\"><img alt=\"\" src=\"/media/BAhbB1sHOgZmSSIyMjAxMi8wMi8wMi8yMl8xMV80Ml83NDJfYXJtMjAxMDA3MjExMzI2MzguanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY\"><img alt=\"\" src=\"/media/BAhbB1sHOgZmSSIpMjAxMi8wMi8wMi8yMl8xMV81Ml81NDFfRFNDMDk0MjUuanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY\">Опасные места</h3>\r\n<p><img class=\"img_left\" alt=\"\" src=\"/media/BAhbB1sHOgZmSSIiMjAxMi8wMi8wMy8xMF8xMF8wNV8xMjZfNi5qcGcGOgZFVFsIOgZwOhRyZXNpemVfYW5kX2Nyb3B7CDoKd2lkdGhpAiwBOgtoZWlnaHRpAfo6DGdyYXZpdHlJIgZjBjsGRg\">Есть ли в России места, куда лучше не ходить? Опасные места? Опасные кварталы? Районы? Города? Вот в Гватемале или Венесуэле можно зайти в какой-нибудь не тот квартал, особенно вечером, и не выйти никогда. Или в пригородах Лондона и Парижа можно получить пиздюлей ни за что. Полно опасных районов в США, все о них знают, не ходят туда.А где в России опасно? Я не говорю о том, что у нас могут отжать мобилу или срезать сумку в любом городе. Речь именно про целые районы, которые считаются опасными и опасными являются.В каком русском городе какой район реально опасен?</p>"}, "commit"=>"Update Page", "id"=>"1"}
11914
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11915
+  (0.2ms) UPDATE "pages" SET "article" = '<h3><img alt="" src="/media/BAhbB1sHOgZmSSI3MjAxMi8wMi8wMi8yMl8xMV8wOF8yMDlfMTI3NDgwNjE2Ml96YWtzb2JyYW5pZS5qcGcGOgZFVFsIOgZwOhRyZXNpemVfYW5kX2Nyb3B7CDoKd2lkdGhpAiwBOgtoZWlnaHRpAfo6DGdyYXZpdHlJIgZjBjsGRg"><img alt="" src="/media/BAhbB1sHOgZmSSIpMjAxMi8wMi8wMi8yMl8xMV8xOV80NjlfRFNDMDk0MTYuanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY"><img alt="" src="/media/BAhbB1sHOgZmSSItMjAxMi8wMi8wMi8yMl8xMV8zMV8yNjJfMTYzX29yaWdpbmFsLmpwZwY6BkVUWwg6BnA6FHJlc2l6ZV9hbmRfY3JvcHsIOgp3aWR0aGkCLAE6C2hlaWdodGkB+joMZ3Jhdml0eUkiBmMGOwZG"><img alt="" src="/media/BAhbB1sHOgZmSSIyMjAxMi8wMi8wMi8yMl8xMV80Ml83NDJfYXJtMjAxMDA3MjExMzI2MzguanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY"><img alt="" src="/media/BAhbB1sHOgZmSSIpMjAxMi8wMi8wMi8yMl8xMV81Ml81NDFfRFNDMDk0MjUuanBnBjoGRVRbCDoGcDoUcmVzaXplX2FuZF9jcm9wewg6CndpZHRoaQIsAToLaGVpZ2h0aQH6OgxncmF2aXR5SSIGYwY7BkY">Опасные места</h3>
11916
+ <p><img class="img_left" alt="" src="/media/BAhbB1sHOgZmSSIiMjAxMi8wMi8wMy8xMF8xMF8wNV8xMjZfNi5qcGcGOgZFVFsIOgZwOhRyZXNpemVfYW5kX2Nyb3B7CDoKd2lkdGhpAiwBOgtoZWlnaHRpAfo6DGdyYXZpdHlJIgZjBjsGRg">Есть ли в России места, куда лучше не ходить? Опасные места? Опасные кварталы? Районы? Города? Вот в Гватемале или Венесуэле можно зайти в какой-нибудь не тот квартал, особенно вечером, и не выйти никогда. Или в пригородах Лондона и Парижа можно получить пиздюлей ни за что. Полно опасных районов в США, все о них знают, не ходят туда.А где в России опасно? Я не говорю о том, что у нас могут отжать мобилу или срезать сумку в любом городе. Речь именно про целые районы, которые считаются опасными и опасными являются.В каком русском городе какой район реально опасен?</p>', "updated_at" = '2012-02-03 04:17:51.590401' WHERE "pages"."id" = 1
11917
+ Redirected to http://localhost:3000/pages/1
11918
+ Completed 302 Found in 121ms
11919
+
11920
+
11921
+ Started GET "/pages/1" for 127.0.0.1 at 2012-02-03 10:17:51 +0600
11922
+ Processing by PagesController#show as HTML
11923
+ Parameters: {"id"=>"1"}
11924
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11925
+ Rendered pages/show.html.erb within layouts/application (4.3ms)
11926
+ Completed 200 OK in 10ms (Views: 8.4ms | ActiveRecord: 0.3ms)
11927
+
11928
+
11929
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:51 +0600
11930
+ Served asset /jquery.js - 304 Not Modified (0ms)
11931
+
11932
+
11933
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:51 +0600
11934
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11935
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11936
+
11937
+
11938
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:51 +0600
11939
+ Served asset /pages.js - 304 Not Modified (0ms)
11940
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11941
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11942
+
11943
+
11944
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:17:51 +0600
11945
+ Served asset /application.css - 304 Not Modified (0ms)
11946
+
11947
+
11948
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:51 +0600
11949
+ Served asset /application.js - 304 Not Modified (0ms)
11950
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11951
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11952
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
11953
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
11954
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
11955
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
11956
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
11957
+
11958
+
11959
+ Started GET "/pages/1/edit" for 127.0.0.1 at 2012-02-03 10:17:57 +0600
11960
+ Processing by PagesController#edit as HTML
11961
+ Parameters: {"id"=>"1"}
11962
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
11963
+ Rendered pages/_form.html.erb (22.8ms)
11964
+ Rendered pages/edit.html.erb within layouts/application (24.0ms)
11965
+ Completed 200 OK in 29ms (Views: 27.9ms | ActiveRecord: 0.3ms)
11966
+
11967
+
11968
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:57 +0600
11969
+ Served asset /jquery.js - 304 Not Modified (0ms)
11970
+
11971
+
11972
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:17:57 +0600
11973
+ Served asset /application.css - 304 Not Modified (0ms)
11974
+
11975
+
11976
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:57 +0600
11977
+ Served asset /pages.js - 304 Not Modified (0ms)
11978
+
11979
+
11980
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:57 +0600
11981
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
11982
+
11983
+
11984
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:17:57 +0600
11985
+ Served asset /application.js - 304 Not Modified (0ms)
11986
+
11987
+
11988
+ Started GET "/imperavi/language.js?_=1328242677646" for 127.0.0.1 at 2012-02-03 10:17:57 +0600
11989
+ Processing by ImperaviRails::ImperaviController#language as JS
11990
+ Parameters: {"_"=>"1328242677646"}
11991
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/language.js.erb (0.0ms)
11992
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
11993
+
11994
+
11995
+ Started GET "/imperavi/toolbar.js?_=1328242677682" for 127.0.0.1 at 2012-02-03 10:17:57 +0600
11996
+ Processing by ImperaviRails::ImperaviController#toolbar as JS
11997
+ Parameters: {"_"=>"1328242677682"}
11998
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/toolbar.js.erb (0.0ms)
11999
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
12000
+
12001
+
12002
+ Started GET "/assets/imperavi-rails/imperavi/wym" for 127.0.0.1 at 2012-02-03 10:17:57 +0600
12003
+ Served asset /imperavi-rails/imperavi/wym - 304 Not Modified (0ms)
12004
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
12005
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
12006
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
12007
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
12008
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
12009
+
12010
+
12011
+ Started GET "/pages/1/edit" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12012
+ Processing by PagesController#edit as HTML
12013
+ Parameters: {"id"=>"1"}
12014
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
12015
+ Rendered pages/_form.html.erb (10.9ms)
12016
+ Rendered pages/edit.html.erb within layouts/application (12.0ms)
12017
+ Completed 200 OK in 18ms (Views: 16.0ms | ActiveRecord: 0.4ms)
12018
+
12019
+
12020
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12021
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
12022
+
12023
+
12024
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12025
+ Served asset /jquery.js - 304 Not Modified (0ms)
12026
+
12027
+
12028
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12029
+ Served asset /pages.js - 304 Not Modified (0ms)
12030
+
12031
+
12032
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12033
+ Served asset /application.js - 304 Not Modified (0ms)
12034
+
12035
+
12036
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12037
+ Served asset /application.css - 304 Not Modified (0ms)
12038
+
12039
+
12040
+ Started GET "/assets/imperavi-rails/imperavi/redactor.css" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12041
+ Served asset /imperavi-rails/imperavi/redactor.css - 304 Not Modified (0ms)
12042
+
12043
+
12044
+ Started GET "/assets/imperavi-rails/imperavi/redactor.js" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12045
+ Compiled imperavi-rails/imperavi/redactor.js (0ms) (pid 28931)
12046
+ Served asset /imperavi-rails/imperavi/redactor.js - 200 OK (9ms)
12047
+
12048
+
12049
+ Started GET "/imperavi/language.js?_=1328243624688" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12050
+ Processing by ImperaviRails::ImperaviController#language as JS
12051
+ Parameters: {"_"=>"1328243624688"}
12052
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/language.js.erb (0.0ms)
12053
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
12054
+
12055
+
12056
+ Started GET "/imperavi/toolbar.js?_=1328243624723" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12057
+ Processing by ImperaviRails::ImperaviController#toolbar as JS
12058
+ Parameters: {"_"=>"1328243624723"}
12059
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/toolbar.js.erb (0.0ms)
12060
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
12061
+
12062
+
12063
+ Started GET "/assets/imperavi_rails/imperavi/bg.png" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12064
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
12065
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
12066
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
12067
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
12068
+ Served asset /imperavi_rails/imperavi/bg.png - 304 Not Modified (37ms)
12069
+
12070
+
12071
+ Started GET "/assets/imperavi_rails/imperavi/icons.png" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12072
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
12073
+ Served asset /imperavi_rails/imperavi/icons.png - 304 Not Modified (4ms)
12074
+
12075
+
12076
+ Started GET "/assets/imperavi_rails/imperavi/resizer.gif" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12077
+ Served asset /imperavi_rails/imperavi/resizer.gif - 304 Not Modified (3ms)
12078
+
12079
+
12080
+ Started GET "/assets/imperavi-rails/imperavi/wym" for 127.0.0.1 at 2012-02-03 10:33:44 +0600
12081
+ Served asset /imperavi-rails/imperavi/wym - 304 Not Modified (0ms)
12082
+
12083
+
12084
+ Started GET "/pages/1/edit" for 127.0.0.1 at 2012-02-03 10:33:46 +0600
12085
+ Processing by PagesController#edit as HTML
12086
+ Parameters: {"id"=>"1"}
12087
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
12088
+ Rendered pages/_form.html.erb (11.4ms)
12089
+ Rendered pages/edit.html.erb within layouts/application (12.7ms)
12090
+ Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.3ms)
12091
+
12092
+
12093
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:33:46 +0600
12094
+ Served asset /application.css - 304 Not Modified (0ms)
12095
+
12096
+
12097
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:46 +0600
12098
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
12099
+
12100
+
12101
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:46 +0600
12102
+ Served asset /jquery.js - 304 Not Modified (0ms)
12103
+
12104
+
12105
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:46 +0600
12106
+ Served asset /pages.js - 304 Not Modified (0ms)
12107
+
12108
+
12109
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:46 +0600
12110
+ Served asset /application.js - 304 Not Modified (0ms)
12111
+
12112
+
12113
+ Started GET "/assets/imperavi-rails/imperavi/redactor.css" for 127.0.0.1 at 2012-02-03 10:33:46 +0600
12114
+ Served asset /imperavi-rails/imperavi/redactor.css - 304 Not Modified (0ms)
12115
+
12116
+
12117
+ Started GET "/assets/imperavi-rails/imperavi.js" for 127.0.0.1 at 2012-02-03 10:33:46 +0600
12118
+ Error compiling asset imperavi-rails/imperavi.js:
12119
+ Sprockets::FileNotFound: couldn't find file 'imperavi/linkify'
12120
+ (in /home/tanraya/sandbox/imperavi-rails/app/assets/javascripts/imperavi-rails/imperavi.js:1)
12121
+ Served asset /imperavi-rails/imperavi.js - 500 Internal Server Error
12122
+
12123
+
12124
+
12125
+ Started GET "/pages/1/edit" for 127.0.0.1 at 2012-02-03 10:33:48 +0600
12126
+ Processing by PagesController#edit as HTML
12127
+ Parameters: {"id"=>"1"}
12128
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
12129
+ Rendered pages/_form.html.erb (11.4ms)
12130
+ Rendered pages/edit.html.erb within layouts/application (12.6ms)
12131
+ Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.3ms)
12132
+
12133
+
12134
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:33:48 +0600
12135
+ Served asset /application.css - 304 Not Modified (0ms)
12136
+
12137
+
12138
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:48 +0600
12139
+ Served asset /jquery.js - 200 OK (6ms)
12140
+
12141
+
12142
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:48 +0600
12143
+ Served asset /jquery_ujs.js - 200 OK (0ms)
12144
+
12145
+
12146
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:48 +0600
12147
+ Served asset /pages.js - 200 OK (0ms)
12148
+
12149
+
12150
+ Started GET "/assets/imperavi-rails/imperavi/redactor.css" for 127.0.0.1 at 2012-02-03 10:33:48 +0600
12151
+ Served asset /imperavi-rails/imperavi/redactor.css - 304 Not Modified (0ms)
12152
+
12153
+
12154
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:48 +0600
12155
+ Served asset /application.js - 304 Not Modified (0ms)
12156
+
12157
+
12158
+ Started GET "/assets/imperavi-rails/imperavi.js" for 127.0.0.1 at 2012-02-03 10:33:48 +0600
12159
+ Error compiling asset imperavi-rails/imperavi.js:
12160
+ Sprockets::FileNotFound: couldn't find file 'imperavi/linkify'
12161
+ (in /home/tanraya/sandbox/imperavi-rails/app/assets/javascripts/imperavi-rails/imperavi.js:1)
12162
+ Served asset /imperavi-rails/imperavi.js - 500 Internal Server Error
12163
+
12164
+
12165
+
12166
+ Started GET "/pages/1/edit" for 127.0.0.1 at 2012-02-03 10:33:49 +0600
12167
+ Processing by PagesController#edit as HTML
12168
+ Parameters: {"id"=>"1"}
12169
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
12170
+ Rendered pages/_form.html.erb (23.2ms)
12171
+ Rendered pages/edit.html.erb within layouts/application (24.3ms)
12172
+ Completed 200 OK in 29ms (Views: 28.1ms | ActiveRecord: 0.4ms)
12173
+
12174
+
12175
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:33:49 +0600
12176
+ Served asset /application.css - 304 Not Modified (0ms)
12177
+
12178
+
12179
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:49 +0600
12180
+ Served asset /jquery.js - 304 Not Modified (0ms)
12181
+
12182
+
12183
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:49 +0600
12184
+ Served asset /pages.js - 304 Not Modified (0ms)
12185
+
12186
+
12187
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:49 +0600
12188
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
12189
+
12190
+
12191
+ Started GET "/assets/imperavi-rails/imperavi.js" for 127.0.0.1 at 2012-02-03 10:33:49 +0600
12192
+ Error compiling asset imperavi-rails/imperavi.js:
12193
+ Sprockets::FileNotFound: couldn't find file 'imperavi/linkify'
12194
+ (in /home/tanraya/sandbox/imperavi-rails/app/assets/javascripts/imperavi-rails/imperavi.js:1)
12195
+ Served asset /imperavi-rails/imperavi.js - 500 Internal Server Error
12196
+
12197
+
12198
+
12199
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:33:49 +0600
12200
+ Served asset /application.js - 304 Not Modified (0ms)
12201
+
12202
+
12203
+ Started GET "/assets/imperavi-rails/imperavi/redactor.css" for 127.0.0.1 at 2012-02-03 10:33:49 +0600
12204
+ Served asset /imperavi-rails/imperavi/redactor.css - 304 Not Modified (0ms)
12205
+
12206
+
12207
+ Started GET "/pages/1/edit" for 127.0.0.1 at 2012-02-03 10:34:41 +0600
12208
+ Processing by PagesController#edit as HTML
12209
+ Parameters: {"id"=>"1"}
12210
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
12211
+ Rendered pages/_form.html.erb (23.0ms)
12212
+ Rendered pages/edit.html.erb within layouts/application (24.1ms)
12213
+ Completed 200 OK in 30ms (Views: 28.2ms | ActiveRecord: 0.3ms)
12214
+
12215
+
12216
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:34:41 +0600
12217
+ Served asset /application.css - 304 Not Modified (0ms)
12218
+
12219
+
12220
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:41 +0600
12221
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
12222
+
12223
+
12224
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:41 +0600
12225
+ Served asset /pages.js - 304 Not Modified (0ms)
12226
+
12227
+
12228
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:41 +0600
12229
+ Served asset /jquery.js - 304 Not Modified (0ms)
12230
+
12231
+
12232
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:41 +0600
12233
+ Served asset /application.js - 304 Not Modified (0ms)
12234
+
12235
+
12236
+ Started GET "/assets/imperavi-rails/imperavi.js" for 127.0.0.1 at 2012-02-03 10:34:41 +0600
12237
+ Error compiling asset imperavi-rails/imperavi.js:
12238
+ Sprockets::FileNotFound: couldn't find file 'imperavi/textselect'
12239
+ (in /home/tanraya/sandbox/imperavi-rails/app/assets/javascripts/imperavi-rails/imperavi.js:2)
12240
+ Served asset /imperavi-rails/imperavi.js - 500 Internal Server Error
12241
+
12242
+
12243
+
12244
+ Started GET "/assets/imperavi-rails/imperavi/redactor.css" for 127.0.0.1 at 2012-02-03 10:34:41 +0600
12245
+ Served asset /imperavi-rails/imperavi/redactor.css - 304 Not Modified (0ms)
12246
+
12247
+
12248
+ Started GET "/pages/1/edit" for 127.0.0.1 at 2012-02-03 10:34:49 +0600
12249
+ Processing by PagesController#edit as HTML
12250
+ Parameters: {"id"=>"1"}
12251
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
12252
+ Rendered pages/_form.html.erb (10.2ms)
12253
+ Rendered pages/edit.html.erb within layouts/application (11.2ms)
12254
+ Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.3ms)
12255
+
12256
+
12257
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:34:49 +0600
12258
+ Served asset /application.css - 304 Not Modified (0ms)
12259
+
12260
+
12261
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:49 +0600
12262
+ Served asset /jquery.js - 304 Not Modified (0ms)
12263
+
12264
+
12265
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:49 +0600
12266
+ Served asset /pages.js - 304 Not Modified (0ms)
12267
+
12268
+
12269
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:49 +0600
12270
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
12271
+
12272
+
12273
+ Started GET "/assets/imperavi-rails/imperavi/redactor.css" for 127.0.0.1 at 2012-02-03 10:34:49 +0600
12274
+ Served asset /imperavi-rails/imperavi/redactor.css - 304 Not Modified (0ms)
12275
+
12276
+
12277
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:49 +0600
12278
+ Served asset /application.js - 304 Not Modified (0ms)
12279
+
12280
+
12281
+ Started GET "/assets/imperavi-rails/imperavi.js" for 127.0.0.1 at 2012-02-03 10:34:49 +0600
12282
+ Compiled imperavi-rails/imperavi.js (2ms) (pid 28931)
12283
+ Compiled imperavi-rails/imperavi/linkify.js (0ms) (pid 28931)
12284
+ Compiled imperavi-rails/imperavi/textselect.js (0ms) (pid 28931)
12285
+ Compiled imperavi-rails/imperavi/dd_upload.js (0ms) (pid 28931)
12286
+ Served asset /imperavi-rails/imperavi.js - 200 OK (28ms)
12287
+
12288
+
12289
+ Started GET "/imperavi/language.js?_=1328243689932" for 127.0.0.1 at 2012-02-03 10:34:49 +0600
12290
+ Processing by ImperaviRails::ImperaviController#language as JS
12291
+ Parameters: {"_"=>"1328243689932"}
12292
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/language.js.erb (0.0ms)
12293
+ Completed 200 OK in 2ms (Views: 1.9ms | ActiveRecord: 0.0ms)
12294
+
12295
+
12296
+ Started GET "/imperavi/toolbar.js?_=1328243689966" for 127.0.0.1 at 2012-02-03 10:34:49 +0600
12297
+ Processing by ImperaviRails::ImperaviController#toolbar as JS
12298
+ Parameters: {"_"=>"1328243689966"}
12299
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/toolbar.js.erb (0.0ms)
12300
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
12301
+
12302
+
12303
+ Started GET "/assets/imperavi_rails/imperavi/bg.png" for 127.0.0.1 at 2012-02-03 10:34:50 +0600
12304
+ Served asset /imperavi_rails/imperavi/bg.png - 304 Not Modified (0ms)
12305
+
12306
+
12307
+ Started GET "/assets/imperavi_rails/imperavi/resizer.gif" for 127.0.0.1 at 2012-02-03 10:34:50 +0600
12308
+ Served asset /imperavi_rails/imperavi/resizer.gif - 304 Not Modified (0ms)
12309
+
12310
+
12311
+ Started GET "/assets/imperavi_rails/imperavi/icons.png" for 127.0.0.1 at 2012-02-03 10:34:50 +0600
12312
+ Served asset /imperavi_rails/imperavi/icons.png - 304 Not Modified (0ms)
12313
+
12314
+
12315
+ Started GET "/assets/imperavi-rails/imperavi/wym" for 127.0.0.1 at 2012-02-03 10:34:50 +0600
12316
+ Served asset /imperavi-rails/imperavi/wym - 304 Not Modified (0ms)
12317
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
12318
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
12319
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
12320
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
12321
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
12322
+
12323
+
12324
+ Started GET "/pages/1/edit" for 127.0.0.1 at 2012-02-03 10:34:51 +0600
12325
+ Processing by PagesController#edit as HTML
12326
+ Parameters: {"id"=>"1"}
12327
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
12328
+ Rendered pages/_form.html.erb (10.6ms)
12329
+ Rendered pages/edit.html.erb within layouts/application (11.8ms)
12330
+ Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.4ms)
12331
+
12332
+
12333
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:34:51 +0600
12334
+ Served asset /application.css - 304 Not Modified (0ms)
12335
+
12336
+
12337
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:51 +0600
12338
+ Served asset /pages.js - 304 Not Modified (0ms)
12339
+
12340
+
12341
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:51 +0600
12342
+ Served asset /jquery.js - 304 Not Modified (0ms)
12343
+
12344
+
12345
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:51 +0600
12346
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
12347
+
12348
+
12349
+ Started GET "/assets/imperavi-rails/imperavi.js" for 127.0.0.1 at 2012-02-03 10:34:51 +0600
12350
+ Served asset /imperavi-rails/imperavi.js - 304 Not Modified (0ms)
12351
+
12352
+
12353
+ Started GET "/assets/imperavi-rails/imperavi/redactor.css" for 127.0.0.1 at 2012-02-03 10:34:51 +0600
12354
+ Served asset /imperavi-rails/imperavi/redactor.css - 304 Not Modified (0ms)
12355
+
12356
+
12357
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:34:51 +0600
12358
+ Served asset /application.js - 304 Not Modified (0ms)
12359
+
12360
+
12361
+ Started GET "/imperavi/language.js?_=1328243692123" for 127.0.0.1 at 2012-02-03 10:34:52 +0600
12362
+ Processing by ImperaviRails::ImperaviController#language as JS
12363
+ Parameters: {"_"=>"1328243692123"}
12364
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/language.js.erb (0.1ms)
12365
+ Completed 200 OK in 2ms (Views: 1.8ms | ActiveRecord: 0.0ms)
12366
+
12367
+
12368
+ Started GET "/imperavi/toolbar.js?_=1328243692151" for 127.0.0.1 at 2012-02-03 10:34:52 +0600
12369
+ Processing by ImperaviRails::ImperaviController#toolbar as JS
12370
+ Parameters: {"_"=>"1328243692151"}
12371
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/toolbar.js.erb (0.0ms)
12372
+ Completed 200 OK in 2ms (Views: 2.0ms | ActiveRecord: 0.0ms)
12373
+
12374
+
12375
+ Started GET "/assets/imperavi_rails/imperavi/icons.png" for 127.0.0.1 at 2012-02-03 10:34:52 +0600
12376
+ Served asset /imperavi_rails/imperavi/icons.png - 200 OK (0ms)
12377
+
12378
+
12379
+ Started GET "/assets/imperavi_rails/imperavi/bg.png" for 127.0.0.1 at 2012-02-03 10:34:52 +0600
12380
+ Served asset /imperavi_rails/imperavi/bg.png - 200 OK (0ms)
12381
+
12382
+
12383
+ Started GET "/assets/imperavi_rails/imperavi/resizer.gif" for 127.0.0.1 at 2012-02-03 10:34:52 +0600
12384
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
12385
+ Served asset /imperavi_rails/imperavi/resizer.gif - 200 OK (0ms)
12386
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
12387
+
12388
+
12389
+ Started GET "/assets/imperavi-rails/imperavi/wym" for 127.0.0.1 at 2012-02-03 10:34:52 +0600
12390
+ Served asset /imperavi-rails/imperavi/wym - 304 Not Modified (0ms)
12391
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
12392
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
12393
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
12394
+
12395
+
12396
+ Started GET "/assets/imperavi_rails/imperavi/hover.png" for 127.0.0.1 at 2012-02-03 10:35:10 +0600
12397
+ Served asset /imperavi_rails/imperavi/hover.png - 200 OK (34ms)
12398
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_08_209_1274806162_zaksobranie.jpg
12399
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_31_262_163_original.jpg
12400
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_19_469_DSC09416.jpg
12401
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_42_742_arm20100721132638.jpg
12402
+ couldn't find file /home/tanraya/sandbox/imperavi-rails/spec/dummy/public/system/dragonfly/development/2012/02/02/22_11_52_541_DSC09425.jpg
12403
+
12404
+
12405
+ Started GET "/imperavi/image_edit" for 127.0.0.1 at 2012-02-03 10:35:17 +0600
12406
+ Processing by ImperaviRails::ImperaviController#image_edit as */*
12407
+ Rendered /home/tanraya/sandbox/imperavi-rails/app/views/imperavi_rails/imperavi/image_edit.html.erb (0.1ms)
12408
+ Completed 200 OK in 4ms (Views: 3.3ms | ActiveRecord: 0.0ms)
12409
+
12410
+
12411
+ Started GET "/assets/imperavi_rails/imperavi/close.png" for 127.0.0.1 at 2012-02-03 10:35:17 +0600
12412
+ Served asset /imperavi_rails/imperavi/close.png - 200 OK (5ms)
12413
+
12414
+
12415
+ Started GET "/assets/imperavi_rails/imperavi/bg_modal.png" for 127.0.0.1 at 2012-02-03 10:35:17 +0600
12416
+ Served asset /imperavi_rails/imperavi/bg_modal.png - 200 OK (3ms)
12417
+
12418
+
12419
+ Started PUT "/pages/1" for 127.0.0.1 at 2012-02-03 10:35:39 +0600
12420
+ Processing by PagesController#update as HTML
12421
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"c9s7dwfpordNMWcZM3WPM6cvB84Y28/qzqTJqqn02zs=", "page"=>{"title"=>"Yet another awesome page", "article"=>"<h3>Опасные места</h3>\r\n<p><img class=\"img_left\" alt=\"\" src=\"/media/BAhbB1sHOgZmSSIiMjAxMi8wMi8wMy8xMF8xMF8wNV8xMjZfNi5qcGcGOgZFVFsIOgZwOhRyZXNpemVfYW5kX2Nyb3B7CDoKd2lkdGhpAiwBOgtoZWlnaHRpAfo6DGdyYXZpdHlJIgZjBjsGRg\">Есть ли в России места, куда лучше не ходить? Опасные места? Опасные кварталы? Районы? Города? Вот в Гватемале или Венесуэле можно зайти в какой-нибудь не тот квартал, особенно вечером, и не выйти никогда. Или в пригородах Лондона и Парижа можно получить пиздюлей ни за что. Полно опасных районов в США, все о них знают, не ходят туда.А где в России опасно? Я не говорю о том, что у нас могут отжать мобилу или срезать сумку в любом городе. Речь именно про целые районы, которые считаются опасными и опасными являются.В каком русском городе какой район реально опасен?</p>"}, "commit"=>"Update Page", "id"=>"1"}
12422
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
12423
+  (0.2ms) UPDATE "pages" SET "article" = '<h3>Опасные места</h3>
12424
+ <p><img class="img_left" alt="" src="/media/BAhbB1sHOgZmSSIiMjAxMi8wMi8wMy8xMF8xMF8wNV8xMjZfNi5qcGcGOgZFVFsIOgZwOhRyZXNpemVfYW5kX2Nyb3B7CDoKd2lkdGhpAiwBOgtoZWlnaHRpAfo6DGdyYXZpdHlJIgZjBjsGRg">Есть ли в России места, куда лучше не ходить? Опасные места? Опасные кварталы? Районы? Города? Вот в Гватемале или Венесуэле можно зайти в какой-нибудь не тот квартал, особенно вечером, и не выйти никогда. Или в пригородах Лондона и Парижа можно получить пиздюлей ни за что. Полно опасных районов в США, все о них знают, не ходят туда.А где в России опасно? Я не говорю о том, что у нас могут отжать мобилу или срезать сумку в любом городе. Речь именно про целые районы, которые считаются опасными и опасными являются.В каком русском городе какой район реально опасен?</p>', "updated_at" = '2012-02-03 04:35:39.499607' WHERE "pages"."id" = 1
12425
+ Redirected to http://localhost:3000/pages/1
12426
+ Completed 302 Found in 138ms
12427
+
12428
+
12429
+ Started GET "/pages/1" for 127.0.0.1 at 2012-02-03 10:35:39 +0600
12430
+ Processing by PagesController#show as HTML
12431
+ Parameters: {"id"=>"1"}
12432
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
12433
+ Rendered pages/show.html.erb within layouts/application (3.8ms)
12434
+ Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.3ms)
12435
+
12436
+
12437
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:35:39 +0600
12438
+ Served asset /application.css - 304 Not Modified (0ms)
12439
+
12440
+
12441
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:35:39 +0600
12442
+ Served asset /jquery.js - 304 Not Modified (0ms)
12443
+
12444
+
12445
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:35:39 +0600
12446
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
12447
+
12448
+
12449
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:35:39 +0600
12450
+ Served asset /pages.js - 304 Not Modified (0ms)
12451
+
12452
+
12453
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:35:39 +0600
12454
+ Served asset /application.js - 304 Not Modified (0ms)
12455
+
12456
+
12457
+ Started GET "/pages/1" for 127.0.0.1 at 2012-02-03 10:35:46 +0600
12458
+ Processing by PagesController#show as HTML
12459
+ Parameters: {"id"=>"1"}
12460
+ Page Load (0.1ms) SELECT "pages".* FROM "pages" WHERE "pages"."id" = ? LIMIT 1 [["id", "1"]]
12461
+ Rendered pages/show.html.erb within layouts/application (4.1ms)
12462
+ Completed 200 OK in 9ms (Views: 7.9ms | ActiveRecord: 0.3ms)
12463
+
12464
+
12465
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2012-02-03 10:35:46 +0600
12466
+ Served asset /application.css - 304 Not Modified (0ms)
12467
+
12468
+
12469
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2012-02-03 10:35:46 +0600
12470
+ Served asset /jquery.js - 304 Not Modified (0ms)
12471
+
12472
+
12473
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2012-02-03 10:35:46 +0600
12474
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
12475
+
12476
+
12477
+ Started GET "/assets/pages.js?body=1" for 127.0.0.1 at 2012-02-03 10:35:46 +0600
12478
+ Served asset /pages.js - 304 Not Modified (0ms)
12479
+
12480
+
12481
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2012-02-03 10:35:46 +0600
12482
+ Served asset /application.js - 304 Not Modified (0ms)