polyblock 0.4.1 → 0.4.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 3071b0b4fbcb4cbda758658ce2e1cbedd4dea609
4
- data.tar.gz: 588004b16ffdac1d54ff674dc787d4888cfb2074
3
+ metadata.gz: a801203422c0a08026723894d04733a2750407e5
4
+ data.tar.gz: de6c18486c0655ec93b46eaf6b67b851f1d2efe4
5
5
  SHA512:
6
- metadata.gz: 11536f64f9533d77f48102547ad5a7686d8cc03f3b6e4d7a048e40d99cd756b132938ff6fd0029562b31a2465188e89e13699816ea13eb2269c85e3964061bfd
7
- data.tar.gz: 3e39a8fe52c0ee177ea9ef13270706c6c5edba44aa6513b0e7fa8b954d3eaec3c35d2708600c60d714f7ade4f21f29a3f077ccf32a92837f07ac981be86e790b
6
+ metadata.gz: 5223941d05aa93f150c6fc903032525b7f1be3d2855b990af917a7fc4cf49e52fc585c1174a2c4da146cffa3b1d6a2d587cd528f2890c60be654f55ea5603e1f
7
+ data.tar.gz: 4c1af437e586bc75c0ef2aeef61e7e68f73573b7fa958eece71a0ad5eaf7da22af4bc9af700ab58ed80cae507a3df9f08d68ee3a04c279a5d8d3d415427a26a6
@@ -24,10 +24,12 @@ $ ->
24
24
  editor.document.on 'keydown', (e)=>
25
25
  if (e.data.$.ctrlKey or e.data.$.metaKey) and e.data.$.keyCode == 83
26
26
  try e.data.$.preventDefault()
27
- # console.log "Before: " + $.unsavedChanges
27
+ editor.focusManager.blur true
28
+ $('*:focus').blur()
29
+ console.log "Before: " + $.unsavedChanges
28
30
  saveChanges =>
29
- $.unsavedChanges = false
30
- # console.log "After: " + $.unsavedChanges
31
+ #$.unsavedChanges = false
32
+ console.log "After: " + $.unsavedChanges
31
33
  false
32
34
  focus: (e)->
33
35
  editorModeOn()
@@ -85,6 +87,7 @@ $ ->
85
87
 
86
88
  # Change storage
87
89
  saveChanges = (cb)->
90
+ stopListening()
88
91
  showSavingChanges()
89
92
  pbs = _.map blocks, (b)->
90
93
  {
@@ -1,3 +1,3 @@
1
1
  module Polyblock
2
- VERSION = "0.4.1"
2
+ VERSION = "0.4.2"
3
3
  end
Binary file
@@ -50710,3 +50710,1989 @@ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 1
50710
50710
 
50711
50711
 
50712
50712
  Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-11 13:25:47 -0500
50713
+
50714
+
50715
+ Started GET "/" for 127.0.0.1 at 2014-02-11 13:33:53 -0500
50716
+ ActiveRecord::SchemaMigration Load (0.2ms) SELECT "schema_migrations".* FROM "schema_migrations"
50717
+ Processing by HomeController#index as HTML
50718
+  (0.3ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
50719
+ Polyblock::Block Load (0.3ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
50720
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww'
50721
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
50722
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (37.7ms)
50723
+ Rendered home/index.html.haml within layouts/application (151.2ms)
50724
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.6ms)
50725
+ Completed 200 OK in 1640ms (Views: 1556.9ms | ActiveRecord: 1.9ms)
50726
+
50727
+
50728
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50729
+
50730
+
50731
+ Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50732
+
50733
+
50734
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50735
+
50736
+
50737
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50738
+
50739
+
50740
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50741
+
50742
+
50743
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50744
+
50745
+
50746
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50747
+
50748
+
50749
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50750
+
50751
+
50752
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50753
+
50754
+
50755
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50756
+
50757
+
50758
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50759
+
50760
+
50761
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50762
+
50763
+
50764
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:54 -0500
50765
+
50766
+
50767
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50768
+
50769
+
50770
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50771
+
50772
+
50773
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50774
+
50775
+
50776
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50777
+
50778
+
50779
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50780
+
50781
+
50782
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50783
+
50784
+
50785
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50786
+
50787
+
50788
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50789
+
50790
+
50791
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50792
+
50793
+
50794
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50795
+
50796
+
50797
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50798
+
50799
+
50800
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50801
+
50802
+
50803
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50804
+
50805
+
50806
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50807
+
50808
+
50809
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50810
+
50811
+
50812
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50813
+
50814
+
50815
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50816
+
50817
+
50818
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50819
+
50820
+
50821
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50822
+
50823
+
50824
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50825
+
50826
+
50827
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50828
+
50829
+
50830
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50831
+
50832
+
50833
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50834
+
50835
+
50836
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50837
+
50838
+
50839
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50840
+
50841
+
50842
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50843
+
50844
+
50845
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50846
+
50847
+
50848
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50849
+
50850
+
50851
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50852
+
50853
+
50854
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50855
+
50856
+
50857
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50858
+
50859
+
50860
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50861
+
50862
+
50863
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50864
+
50865
+
50866
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50867
+
50868
+
50869
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50870
+
50871
+
50872
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50873
+
50874
+
50875
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50876
+
50877
+
50878
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50879
+
50880
+
50881
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50882
+
50883
+
50884
+ Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50885
+
50886
+
50887
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50888
+
50889
+
50890
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:33:55 -0500
50891
+
50892
+
50893
+ Started GET "/assets/haml.map" for 127.0.0.1 at 2014-02-11 13:33:56 -0500
50894
+
50895
+
50896
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-11 13:33:56 -0500
50897
+
50898
+
50899
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-11 13:33:56 -0500
50900
+
50901
+
50902
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-11 13:33:56 -0500
50903
+
50904
+
50905
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-11 13:33:56 -0500
50906
+
50907
+
50908
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2014-02-11 13:33:56 -0500
50909
+
50910
+
50911
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2014-02-11 13:33:56 -0500
50912
+
50913
+
50914
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-11 13:33:56 -0500
50915
+
50916
+
50917
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:33:58 -0500
50918
+ Processing by Polyblock::PolyblocksController#update as */*
50919
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsa</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
50920
+  (0.3ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
50921
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
50922
+  (0.1ms) begin transaction
50923
+ SQL (26.0ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsa</p>"], ["updated_at", Tue, 11 Feb 2014 18:33:58 UTC +00:00]]
50924
+  (1.0ms) commit transaction
50925
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
50926
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
50927
+  (0.1ms) begin transaction
50928
+  (0.1ms) commit transaction
50929
+ Rendered text template (0.1ms)
50930
+ Completed 200 OK in 59ms (Views: 17.9ms | ActiveRecord: 28.3ms)
50931
+
50932
+
50933
+ Started GET "/" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50934
+ Processing by HomeController#index as HTML
50935
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
50936
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
50937
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww'
50938
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
50939
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (2.7ms)
50940
+ Rendered home/index.html.haml within layouts/application (18.5ms)
50941
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
50942
+ Completed 200 OK in 52ms (Views: 48.7ms | ActiveRecord: 0.8ms)
50943
+
50944
+
50945
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50946
+
50947
+
50948
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50949
+
50950
+
50951
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50952
+
50953
+
50954
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50955
+
50956
+
50957
+ Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50958
+
50959
+
50960
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50961
+
50962
+
50963
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50964
+
50965
+
50966
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50967
+
50968
+
50969
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50970
+
50971
+
50972
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50973
+
50974
+
50975
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50976
+
50977
+
50978
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50979
+
50980
+
50981
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50982
+
50983
+
50984
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50985
+
50986
+
50987
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50988
+
50989
+
50990
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50991
+
50992
+
50993
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50994
+
50995
+
50996
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
50997
+
50998
+
50999
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51000
+
51001
+
51002
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51003
+
51004
+
51005
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51006
+
51007
+
51008
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51009
+
51010
+
51011
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51012
+
51013
+
51014
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51015
+
51016
+
51017
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51018
+
51019
+
51020
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51021
+
51022
+
51023
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51024
+
51025
+
51026
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51027
+
51028
+
51029
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51030
+
51031
+
51032
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51033
+
51034
+
51035
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51036
+
51037
+
51038
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51039
+
51040
+
51041
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51042
+
51043
+
51044
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51045
+
51046
+
51047
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51048
+
51049
+
51050
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51051
+
51052
+
51053
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51054
+
51055
+
51056
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51057
+
51058
+
51059
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51060
+
51061
+
51062
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51063
+
51064
+
51065
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51066
+
51067
+
51068
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51069
+
51070
+
51071
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51072
+
51073
+
51074
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51075
+
51076
+
51077
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51078
+
51079
+
51080
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51081
+
51082
+
51083
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51084
+
51085
+
51086
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51087
+
51088
+
51089
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51090
+
51091
+
51092
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51093
+
51094
+
51095
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51096
+
51097
+
51098
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51099
+
51100
+
51101
+ Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51102
+
51103
+
51104
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51105
+
51106
+
51107
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51108
+
51109
+
51110
+ Started GET "/assets/haml.map" for 127.0.0.1 at 2014-02-11 13:34:03 -0500
51111
+
51112
+
51113
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-11 13:34:04 -0500
51114
+
51115
+
51116
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-11 13:34:04 -0500
51117
+
51118
+
51119
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-11 13:34:04 -0500
51120
+
51121
+
51122
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-11 13:34:04 -0500
51123
+
51124
+
51125
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2014-02-11 13:34:04 -0500
51126
+
51127
+
51128
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2014-02-11 13:34:04 -0500
51129
+
51130
+
51131
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-11 13:34:04 -0500
51132
+
51133
+
51134
+ Started GET "/" for 127.0.0.1 at 2014-02-11 13:34:12 -0500
51135
+ Processing by HomeController#index as HTML
51136
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
51137
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51138
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww'
51139
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51140
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (3.8ms)
51141
+ Rendered home/index.html.haml within layouts/application (19.6ms)
51142
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
51143
+ Completed 200 OK in 720ms (Views: 716.3ms | ActiveRecord: 0.7ms)
51144
+
51145
+
51146
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51147
+
51148
+
51149
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51150
+
51151
+
51152
+ Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51153
+
51154
+
51155
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51156
+
51157
+
51158
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51159
+
51160
+
51161
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51162
+
51163
+
51164
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51165
+
51166
+
51167
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51168
+
51169
+
51170
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51171
+
51172
+
51173
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51174
+
51175
+
51176
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51177
+
51178
+
51179
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51180
+
51181
+
51182
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51183
+
51184
+
51185
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51186
+
51187
+
51188
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51189
+
51190
+
51191
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51192
+
51193
+
51194
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51195
+
51196
+
51197
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51198
+
51199
+
51200
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51201
+
51202
+
51203
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51204
+
51205
+
51206
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51207
+
51208
+
51209
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51210
+
51211
+
51212
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51213
+
51214
+
51215
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51216
+
51217
+
51218
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51219
+
51220
+
51221
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51222
+
51223
+
51224
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51225
+
51226
+
51227
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51228
+
51229
+
51230
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51231
+
51232
+
51233
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51234
+
51235
+
51236
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51237
+
51238
+
51239
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51240
+
51241
+
51242
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51243
+
51244
+
51245
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:13 -0500
51246
+
51247
+
51248
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51249
+
51250
+
51251
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51252
+
51253
+
51254
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51255
+
51256
+
51257
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51258
+
51259
+
51260
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51261
+
51262
+
51263
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51264
+
51265
+
51266
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51267
+
51268
+
51269
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51270
+
51271
+
51272
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51273
+
51274
+
51275
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51276
+
51277
+
51278
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51279
+
51280
+
51281
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51282
+
51283
+
51284
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51285
+
51286
+
51287
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51288
+
51289
+
51290
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51291
+
51292
+
51293
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51294
+
51295
+
51296
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51297
+
51298
+
51299
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51300
+
51301
+
51302
+ Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51303
+
51304
+
51305
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51306
+
51307
+
51308
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51309
+
51310
+
51311
+ Started GET "/assets/haml.map" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51312
+
51313
+
51314
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51315
+
51316
+
51317
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51318
+
51319
+
51320
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51321
+
51322
+
51323
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51324
+
51325
+
51326
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51327
+
51328
+
51329
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51330
+
51331
+
51332
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-11 13:34:14 -0500
51333
+
51334
+
51335
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:34:16 -0500
51336
+ Processing by Polyblock::PolyblocksController#update as */*
51337
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsa</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
51338
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
51339
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51340
+  (0.1ms) begin transaction
51341
+ SQL (0.5ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsa</p>"], ["updated_at", Tue, 11 Feb 2014 18:34:16 UTC +00:00]]
51342
+  (2.2ms) commit transaction
51343
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
51344
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51345
+  (0.1ms) begin transaction
51346
+  (0.1ms) commit transaction
51347
+ Rendered text template (0.0ms)
51348
+ Completed 200 OK in 14ms (Views: 0.8ms | ActiveRecord: 3.8ms)
51349
+
51350
+
51351
+ Started GET "/" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51352
+ Processing by HomeController#index as HTML
51353
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
51354
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51355
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww'
51356
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51357
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (3.0ms)
51358
+ Rendered home/index.html.haml within layouts/application (19.2ms)
51359
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
51360
+ Completed 200 OK in 54ms (Views: 51.2ms | ActiveRecord: 0.7ms)
51361
+
51362
+
51363
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51364
+
51365
+
51366
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51367
+
51368
+
51369
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51370
+
51371
+
51372
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51373
+
51374
+
51375
+ Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51376
+
51377
+
51378
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51379
+
51380
+
51381
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51382
+
51383
+
51384
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51385
+
51386
+
51387
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51388
+
51389
+
51390
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51391
+
51392
+
51393
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51394
+
51395
+
51396
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51397
+
51398
+
51399
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51400
+
51401
+
51402
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51403
+
51404
+
51405
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51406
+
51407
+
51408
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51409
+
51410
+
51411
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51412
+
51413
+
51414
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51415
+
51416
+
51417
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51418
+
51419
+
51420
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51421
+
51422
+
51423
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51424
+
51425
+
51426
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51427
+
51428
+
51429
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51430
+
51431
+
51432
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51433
+
51434
+
51435
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51436
+
51437
+
51438
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51439
+
51440
+
51441
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51442
+
51443
+
51444
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51445
+
51446
+
51447
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51448
+
51449
+
51450
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51451
+
51452
+
51453
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51454
+
51455
+
51456
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51457
+
51458
+
51459
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51460
+
51461
+
51462
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:17 -0500
51463
+
51464
+
51465
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51466
+
51467
+
51468
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51469
+
51470
+
51471
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51472
+
51473
+
51474
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51475
+
51476
+
51477
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51478
+
51479
+
51480
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51481
+
51482
+
51483
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51484
+
51485
+
51486
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51487
+
51488
+
51489
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51490
+
51491
+
51492
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51493
+
51494
+
51495
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51496
+
51497
+
51498
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51499
+
51500
+
51501
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51502
+
51503
+
51504
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51505
+
51506
+
51507
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51508
+
51509
+
51510
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51511
+
51512
+
51513
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51514
+
51515
+
51516
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51517
+
51518
+
51519
+ Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51520
+
51521
+
51522
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51523
+
51524
+
51525
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51526
+
51527
+
51528
+ Started GET "/assets/haml.map" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51529
+
51530
+
51531
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51532
+
51533
+
51534
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51535
+
51536
+
51537
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51538
+
51539
+
51540
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51541
+
51542
+
51543
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51544
+
51545
+
51546
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51547
+
51548
+
51549
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-11 13:34:18 -0500
51550
+
51551
+
51552
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:34:20 -0500
51553
+ Processing by Polyblock::PolyblocksController#update as */*
51554
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfas</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
51555
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
51556
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51557
+  (0.1ms) begin transaction
51558
+ SQL (0.6ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfas</p>"], ["updated_at", Tue, 11 Feb 2014 18:34:20 UTC +00:00]]
51559
+  (358.0ms) commit transaction
51560
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
51561
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51562
+  (0.1ms) begin transaction
51563
+  (0.1ms) commit transaction
51564
+ Rendered text template (0.0ms)
51565
+ Completed 200 OK in 370ms (Views: 0.8ms | ActiveRecord: 359.8ms)
51566
+
51567
+
51568
+ Started GET "/" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51569
+ Processing by HomeController#index as HTML
51570
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
51571
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51572
+  (0.1ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww'
51573
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51574
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (44.1ms)
51575
+ Rendered home/index.html.haml within layouts/application (59.4ms)
51576
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
51577
+ Completed 200 OK in 93ms (Views: 90.2ms | ActiveRecord: 0.7ms)
51578
+
51579
+
51580
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51581
+
51582
+
51583
+ Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51584
+
51585
+
51586
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51587
+
51588
+
51589
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51590
+
51591
+
51592
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51593
+
51594
+
51595
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51596
+
51597
+
51598
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51599
+
51600
+
51601
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51602
+
51603
+
51604
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51605
+
51606
+
51607
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51608
+
51609
+
51610
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51611
+
51612
+
51613
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51614
+
51615
+
51616
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51617
+
51618
+
51619
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51620
+
51621
+
51622
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51623
+
51624
+
51625
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51626
+
51627
+
51628
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51629
+
51630
+
51631
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51632
+
51633
+
51634
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51635
+
51636
+
51637
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51638
+
51639
+
51640
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51641
+
51642
+
51643
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51644
+
51645
+
51646
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51647
+
51648
+
51649
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51650
+
51651
+
51652
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51653
+
51654
+
51655
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51656
+
51657
+
51658
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51659
+
51660
+
51661
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51662
+
51663
+
51664
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51665
+
51666
+
51667
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51668
+
51669
+
51670
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51671
+
51672
+
51673
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51674
+
51675
+
51676
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51677
+
51678
+
51679
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51680
+
51681
+
51682
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51683
+
51684
+
51685
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51686
+
51687
+
51688
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51689
+
51690
+
51691
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51692
+
51693
+
51694
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51695
+
51696
+
51697
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51698
+
51699
+
51700
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51701
+
51702
+
51703
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51704
+
51705
+
51706
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51707
+
51708
+
51709
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51710
+
51711
+
51712
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51713
+
51714
+
51715
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51716
+
51717
+
51718
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51719
+
51720
+
51721
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51722
+
51723
+
51724
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51725
+
51726
+
51727
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51728
+
51729
+
51730
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51731
+
51732
+
51733
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51734
+
51735
+
51736
+ Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51737
+
51738
+
51739
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51740
+
51741
+
51742
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51743
+
51744
+
51745
+ Started GET "/assets/haml.map" for 127.0.0.1 at 2014-02-11 13:34:21 -0500
51746
+
51747
+
51748
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-11 13:34:22 -0500
51749
+
51750
+
51751
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-11 13:34:22 -0500
51752
+
51753
+
51754
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-11 13:34:22 -0500
51755
+
51756
+
51757
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-11 13:34:22 -0500
51758
+
51759
+
51760
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2014-02-11 13:34:22 -0500
51761
+
51762
+
51763
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2014-02-11 13:34:22 -0500
51764
+
51765
+
51766
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-11 13:34:22 -0500
51767
+
51768
+
51769
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:34:23 -0500
51770
+ Processing by Polyblock::PolyblocksController#update as */*
51771
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdsas</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
51772
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
51773
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51774
+  (0.1ms) begin transaction
51775
+ SQL (0.5ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdsas</p>"], ["updated_at", Tue, 11 Feb 2014 18:34:23 UTC +00:00]]
51776
+  (67.6ms) commit transaction
51777
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
51778
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51779
+  (0.1ms) begin transaction
51780
+  (0.1ms) commit transaction
51781
+ Rendered text template (0.0ms)
51782
+ Completed 200 OK in 79ms (Views: 0.8ms | ActiveRecord: 69.1ms)
51783
+
51784
+
51785
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:34:24 -0500
51786
+ Processing by Polyblock::PolyblocksController#update as */*
51787
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdsafdsas</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
51788
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
51789
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51790
+  (0.1ms) begin transaction
51791
+ SQL (0.4ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdsafdsas</p>"], ["updated_at", Tue, 11 Feb 2014 18:34:24 UTC +00:00]]
51792
+  (22.8ms) commit transaction
51793
+  (0.3ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
51794
+ Polyblock::Block Load (0.3ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51795
+  (0.3ms) begin transaction
51796
+  (0.1ms) commit transaction
51797
+ Rendered text template (0.1ms)
51798
+ Completed 200 OK in 36ms (Views: 0.9ms | ActiveRecord: 24.6ms)
51799
+
51800
+
51801
+ Started GET "/" for 127.0.0.1 at 2014-02-11 13:34:32 -0500
51802
+ Processing by HomeController#index as HTML
51803
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
51804
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51805
+  (0.1ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww'
51806
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
51807
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (3.2ms)
51808
+ Rendered home/index.html.haml within layouts/application (20.0ms)
51809
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
51810
+ Completed 200 OK in 734ms (Views: 730.6ms | ActiveRecord: 0.8ms)
51811
+
51812
+
51813
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51814
+
51815
+
51816
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51817
+
51818
+
51819
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51820
+
51821
+
51822
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51823
+
51824
+
51825
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51826
+
51827
+
51828
+ Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51829
+
51830
+
51831
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51832
+
51833
+
51834
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51835
+
51836
+
51837
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51838
+
51839
+
51840
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51841
+
51842
+
51843
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51844
+
51845
+
51846
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51847
+
51848
+
51849
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51850
+
51851
+
51852
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51853
+
51854
+
51855
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51856
+
51857
+
51858
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51859
+
51860
+
51861
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51862
+
51863
+
51864
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51865
+
51866
+
51867
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51868
+
51869
+
51870
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51871
+
51872
+
51873
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51874
+
51875
+
51876
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51877
+
51878
+
51879
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51880
+
51881
+
51882
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51883
+
51884
+
51885
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51886
+
51887
+
51888
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51889
+
51890
+
51891
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51892
+
51893
+
51894
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51895
+
51896
+
51897
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51898
+
51899
+
51900
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51901
+
51902
+
51903
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51904
+
51905
+
51906
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51907
+
51908
+
51909
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51910
+
51911
+
51912
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51913
+
51914
+
51915
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51916
+
51917
+
51918
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51919
+
51920
+
51921
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51922
+
51923
+
51924
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51925
+
51926
+
51927
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51928
+
51929
+
51930
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51931
+
51932
+
51933
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51934
+
51935
+
51936
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51937
+
51938
+
51939
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51940
+
51941
+
51942
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51943
+
51944
+
51945
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51946
+
51947
+
51948
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51949
+
51950
+
51951
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51952
+
51953
+
51954
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51955
+
51956
+
51957
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51958
+
51959
+
51960
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:33 -0500
51961
+
51962
+
51963
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51964
+
51965
+
51966
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51967
+
51968
+
51969
+ Started GET "/assets/haml.map" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51970
+
51971
+
51972
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51973
+
51974
+
51975
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51976
+
51977
+
51978
+ Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51979
+
51980
+
51981
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51982
+
51983
+
51984
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51985
+
51986
+
51987
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51988
+
51989
+
51990
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51991
+
51992
+
51993
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51994
+
51995
+
51996
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
51997
+
51998
+
51999
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-11 13:34:34 -0500
52000
+
52001
+
52002
+ Started GET "/" for 127.0.0.1 at 2014-02-11 13:35:39 -0500
52003
+ Processing by HomeController#index as HTML
52004
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
52005
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52006
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww'
52007
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52008
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (3.1ms)
52009
+ Rendered home/index.html.haml within layouts/application (19.0ms)
52010
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
52011
+ Completed 200 OK in 677ms (Views: 673.7ms | ActiveRecord: 0.7ms)
52012
+
52013
+
52014
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-11 13:35:39 -0500
52015
+
52016
+
52017
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:39 -0500
52018
+
52019
+
52020
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52021
+
52022
+
52023
+ Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52024
+
52025
+
52026
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52027
+
52028
+
52029
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52030
+
52031
+
52032
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52033
+
52034
+
52035
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52036
+
52037
+
52038
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52039
+
52040
+
52041
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52042
+
52043
+
52044
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52045
+
52046
+
52047
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52048
+
52049
+
52050
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52051
+
52052
+
52053
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52054
+
52055
+
52056
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52057
+
52058
+
52059
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52060
+
52061
+
52062
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52063
+
52064
+
52065
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52066
+
52067
+
52068
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52069
+
52070
+
52071
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52072
+
52073
+
52074
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52075
+
52076
+
52077
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52078
+
52079
+
52080
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52081
+
52082
+
52083
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52084
+
52085
+
52086
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52087
+
52088
+
52089
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52090
+
52091
+
52092
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52093
+
52094
+
52095
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52096
+
52097
+
52098
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52099
+
52100
+
52101
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52102
+
52103
+
52104
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52105
+
52106
+
52107
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52108
+
52109
+
52110
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52111
+
52112
+
52113
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52114
+
52115
+
52116
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52117
+
52118
+
52119
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52120
+
52121
+
52122
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52123
+
52124
+
52125
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52126
+
52127
+
52128
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52129
+
52130
+
52131
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52132
+
52133
+
52134
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52135
+
52136
+
52137
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52138
+
52139
+
52140
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52141
+
52142
+
52143
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52144
+
52145
+
52146
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52147
+
52148
+
52149
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52150
+
52151
+
52152
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52153
+
52154
+
52155
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52156
+
52157
+
52158
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52159
+
52160
+
52161
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52162
+
52163
+
52164
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52165
+
52166
+
52167
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52168
+
52169
+
52170
+ Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52171
+
52172
+
52173
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52174
+
52175
+
52176
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52177
+
52178
+
52179
+ Started GET "/assets/haml.map" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52180
+
52181
+
52182
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52183
+
52184
+
52185
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52186
+
52187
+
52188
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52189
+
52190
+
52191
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52192
+
52193
+
52194
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2014-02-11 13:35:40 -0500
52195
+
52196
+
52197
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2014-02-11 13:35:41 -0500
52198
+
52199
+
52200
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-11 13:35:41 -0500
52201
+
52202
+
52203
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:35:42 -0500
52204
+ Processing by Polyblock::PolyblocksController#update as */*
52205
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdsafdsasfdsa</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
52206
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
52207
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52208
+  (0.1ms) begin transaction
52209
+ SQL (0.5ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdsafdsasfdsa</p>"], ["updated_at", Tue, 11 Feb 2014 18:35:42 UTC +00:00]]
52210
+  (2.3ms) commit transaction
52211
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
52212
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52213
+  (0.1ms) begin transaction
52214
+  (0.1ms) commit transaction
52215
+ Rendered text template (0.0ms)
52216
+ Completed 200 OK in 14ms (Views: 0.8ms | ActiveRecord: 3.8ms)
52217
+
52218
+
52219
+ Started GET "/" for 127.0.0.1 at 2014-02-11 13:35:59 -0500
52220
+ Processing by HomeController#index as HTML
52221
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
52222
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52223
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww'
52224
+ Polyblock::Block Load (0.3ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52225
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (3.0ms)
52226
+ Rendered home/index.html.haml within layouts/application (20.5ms)
52227
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
52228
+ Completed 200 OK in 736ms (Views: 732.5ms | ActiveRecord: 0.9ms)
52229
+
52230
+
52231
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-11 13:35:59 -0500
52232
+
52233
+
52234
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:59 -0500
52235
+
52236
+
52237
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:59 -0500
52238
+
52239
+
52240
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-02-11 13:35:59 -0500
52241
+
52242
+
52243
+ Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-02-11 13:35:59 -0500
52244
+
52245
+
52246
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:59 -0500
52247
+
52248
+
52249
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:59 -0500
52250
+
52251
+
52252
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:59 -0500
52253
+
52254
+
52255
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-02-11 13:35:59 -0500
52256
+
52257
+
52258
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52259
+
52260
+
52261
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52262
+
52263
+
52264
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52265
+
52266
+
52267
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52268
+
52269
+
52270
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52271
+
52272
+
52273
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52274
+
52275
+
52276
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52277
+
52278
+
52279
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52280
+
52281
+
52282
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52283
+
52284
+
52285
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52286
+
52287
+
52288
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52289
+
52290
+
52291
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52292
+
52293
+
52294
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52295
+
52296
+
52297
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52298
+
52299
+
52300
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52301
+
52302
+
52303
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52304
+
52305
+
52306
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52307
+
52308
+
52309
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52310
+
52311
+
52312
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52313
+
52314
+
52315
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52316
+
52317
+
52318
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52319
+
52320
+
52321
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52322
+
52323
+
52324
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52325
+
52326
+
52327
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52328
+
52329
+
52330
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52331
+
52332
+
52333
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52334
+
52335
+
52336
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52337
+
52338
+
52339
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52340
+
52341
+
52342
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52343
+
52344
+
52345
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52346
+
52347
+
52348
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52349
+
52350
+
52351
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52352
+
52353
+
52354
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52355
+
52356
+
52357
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52358
+
52359
+
52360
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52361
+
52362
+
52363
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52364
+
52365
+
52366
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52367
+
52368
+
52369
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52370
+
52371
+
52372
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52373
+
52374
+
52375
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52376
+
52377
+
52378
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52379
+
52380
+
52381
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52382
+
52383
+
52384
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52385
+
52386
+
52387
+ Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52388
+
52389
+
52390
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52391
+
52392
+
52393
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52394
+
52395
+
52396
+ Started GET "/assets/haml.map" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52397
+
52398
+
52399
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52400
+
52401
+
52402
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52403
+
52404
+
52405
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52406
+
52407
+
52408
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52409
+
52410
+
52411
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52412
+
52413
+
52414
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2014-02-11 13:36:00 -0500
52415
+
52416
+
52417
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-11 13:36:01 -0500
52418
+
52419
+
52420
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:36:02 -0500
52421
+ Processing by Polyblock::PolyblocksController#update as */*
52422
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdsafdsasfdsafdsa</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
52423
+  (0.3ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
52424
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52425
+  (0.1ms) begin transaction
52426
+ SQL (0.5ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdsafdsasfdsafdsa</p>"], ["updated_at", Tue, 11 Feb 2014 18:36:02 UTC +00:00]]
52427
+  (2.2ms) commit transaction
52428
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
52429
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52430
+  (0.1ms) begin transaction
52431
+  (0.1ms) commit transaction
52432
+ Rendered text template (0.0ms)
52433
+ Completed 200 OK in 14ms (Views: 0.7ms | ActiveRecord: 3.8ms)
52434
+
52435
+
52436
+ Started GET "/" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52437
+ Processing by HomeController#index as HTML
52438
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test'
52439
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Test' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52440
+  (0.1ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww'
52441
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."name" = 'Neww' ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52442
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_simple_fields_for.html.haml (2.8ms)
52443
+ Rendered home/index.html.haml within layouts/application (18.2ms)
52444
+ Rendered /Applications/XAMPP/xamppfiles/htdocs/polyblock/app/views/polyblock/_editor_bar.html.erb (0.1ms)
52445
+ Completed 200 OK in 53ms (Views: 50.0ms | ActiveRecord: 0.7ms)
52446
+
52447
+
52448
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52449
+
52450
+
52451
+ Started GET "/assets/home.css?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52452
+
52453
+
52454
+ Started GET "/assets/events.css?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52455
+
52456
+
52457
+ Started GET "/assets/jquery.ui.core.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52458
+
52459
+
52460
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52461
+
52462
+
52463
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52464
+
52465
+
52466
+ Started GET "/assets/jquery.ui.widget.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52467
+
52468
+
52469
+ Started GET "/assets/jquery.ui.accordion.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52470
+
52471
+
52472
+ Started GET "/assets/jquery.ui.position.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52473
+
52474
+
52475
+ Started GET "/assets/jquery.ui.menu.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52476
+
52477
+
52478
+ Started GET "/assets/jquery.ui.autocomplete.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52479
+
52480
+
52481
+ Started GET "/assets/jquery.ui.button.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52482
+
52483
+
52484
+ Started GET "/assets/jquery.ui.datepicker.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52485
+
52486
+
52487
+ Started GET "/assets/jquery.ui.mouse.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52488
+
52489
+
52490
+ Started GET "/assets/jquery.ui.draggable.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52491
+
52492
+
52493
+ Started GET "/assets/jquery.ui.effect.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52494
+
52495
+
52496
+ Started GET "/assets/jquery.ui.droppable.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52497
+
52498
+
52499
+ Started GET "/assets/jquery.ui.effect-blind.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52500
+
52501
+
52502
+ Started GET "/assets/jquery.ui.dialog.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52503
+
52504
+
52505
+ Started GET "/assets/jquery.ui.resizable.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52506
+
52507
+
52508
+ Started GET "/assets/jquery.ui.effect-bounce.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52509
+
52510
+
52511
+ Started GET "/assets/jquery.ui.effect-clip.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52512
+
52513
+
52514
+ Started GET "/assets/jquery.ui.effect-drop.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52515
+
52516
+
52517
+ Started GET "/assets/jquery.ui.effect-explode.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52518
+
52519
+
52520
+ Started GET "/assets/jquery.ui.effect-fade.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52521
+
52522
+
52523
+ Started GET "/assets/jquery.ui.effect-fold.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52524
+
52525
+
52526
+ Started GET "/assets/jquery.ui.effect-highlight.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52527
+
52528
+
52529
+ Started GET "/assets/jquery.ui.effect-scale.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52530
+
52531
+
52532
+ Started GET "/assets/jquery.ui.effect-pulsate.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52533
+
52534
+
52535
+ Started GET "/assets/jquery.ui.effect-shake.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52536
+
52537
+
52538
+ Started GET "/assets/jquery.ui.effect-slide.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52539
+
52540
+
52541
+ Started GET "/assets/jquery.ui.effect-transfer.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52542
+
52543
+
52544
+ Started GET "/assets/jquery.ui.progressbar.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52545
+
52546
+
52547
+ Started GET "/assets/jquery.ui.selectable.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52548
+
52549
+
52550
+ Started GET "/assets/jquery.ui.slider.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52551
+
52552
+
52553
+ Started GET "/assets/jquery.ui.sortable.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52554
+
52555
+
52556
+ Started GET "/assets/jquery.ui.spinner.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52557
+
52558
+
52559
+ Started GET "/assets/jquery.ui.tabs.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52560
+
52561
+
52562
+ Started GET "/assets/jquery.ui.tooltip.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52563
+
52564
+
52565
+ Started GET "/assets/jquery.ui.all.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52566
+
52567
+
52568
+ Started GET "/assets/underscore.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52569
+
52570
+
52571
+ Started GET "/assets/underscore.string.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52572
+
52573
+
52574
+ Started GET "/assets/beautify.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52575
+
52576
+
52577
+ Started GET "/assets/beautify-css.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52578
+
52579
+
52580
+ Started GET "/assets/beautify-html.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52581
+
52582
+
52583
+ Started GET "/assets/clientside-haml.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52584
+
52585
+
52586
+ Started GET "/assets/ckeditor/override.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52587
+
52588
+
52589
+ Started GET "/assets/ckeditor/init.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52590
+
52591
+
52592
+ Started GET "/assets/ckeditor/ckeditor.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52593
+
52594
+
52595
+ Started GET "/assets/transit.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52596
+
52597
+
52598
+ Started GET "/assets/polyblock/polyblock.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52599
+
52600
+
52601
+ Started GET "/assets/polyblock/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52602
+
52603
+
52604
+ Started GET "/assets/events.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52605
+
52606
+
52607
+ Started GET "/assets/home.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52608
+
52609
+
52610
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52611
+
52612
+
52613
+ Started GET "/assets/haml.map" for 127.0.0.1 at 2014-02-11 13:36:09 -0500
52614
+
52615
+
52616
+ Started GET "/assets/ckeditor/config.js" for 127.0.0.1 at 2014-02-11 13:36:10 -0500
52617
+
52618
+
52619
+ Started GET "/assets/ckeditor/skins/moono/editor.css" for 127.0.0.1 at 2014-02-11 13:36:10 -0500
52620
+
52621
+
52622
+ Started GET "/assets/ckeditor/lang/en.js" for 127.0.0.1 at 2014-02-11 13:36:10 -0500
52623
+
52624
+
52625
+ Started GET "/assets/ckeditor/styles.js" for 127.0.0.1 at 2014-02-11 13:36:10 -0500
52626
+
52627
+
52628
+ Started GET "/assets/ckeditor/plugins/sourcedialog/plugin.js" for 127.0.0.1 at 2014-02-11 13:36:10 -0500
52629
+
52630
+
52631
+ Started GET "/assets/ckeditor/plugins/sourcedialog/icons/sourcedialog.png" for 127.0.0.1 at 2014-02-11 13:36:10 -0500
52632
+
52633
+
52634
+ Started GET "/assets/ckeditor/contents.css" for 127.0.0.1 at 2014-02-11 13:36:10 -0500
52635
+
52636
+
52637
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:36:15 -0500
52638
+ Processing by Polyblock::PolyblocksController#update as */*
52639
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdfdsasafdsasfdsafdsa</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
52640
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
52641
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52642
+  (0.1ms) begin transaction
52643
+ SQL (0.4ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdfdsasafdsasfdsafdsa</p>"], ["updated_at", Tue, 11 Feb 2014 18:36:15 UTC +00:00]]
52644
+  (2.2ms) commit transaction
52645
+  (0.3ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
52646
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52647
+  (0.1ms) begin transaction
52648
+  (0.1ms) commit transaction
52649
+ Rendered text template (0.1ms)
52650
+ Completed 200 OK in 14ms (Views: 1.0ms | ActiveRecord: 3.9ms)
52651
+
52652
+
52653
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:36:18 -0500
52654
+ Processing by Polyblock::PolyblocksController#update as */*
52655
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsfdsaafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdfdsasafdsasfdsafdsa</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
52656
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
52657
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52658
+  (0.1ms) begin transaction
52659
+ SQL (0.4ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsfdsaafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdfdsasafdsasfdsafdsa</p>"], ["updated_at", Tue, 11 Feb 2014 18:36:19 UTC +00:00]]
52660
+  (2.3ms) commit transaction
52661
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
52662
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52663
+  (0.1ms) begin transaction
52664
+  (0.1ms) commit transaction
52665
+ Rendered text template (0.0ms)
52666
+ Completed 200 OK in 39ms (Views: 0.6ms | ActiveRecord: 3.8ms)
52667
+
52668
+
52669
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:36:22 -0500
52670
+ Processing by Polyblock::PolyblocksController#update as */*
52671
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsfdsaafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdfdsasafdsasfdsafdsafdsafdsa</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
52672
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
52673
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52674
+  (0.1ms) begin transaction
52675
+ SQL (0.5ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsfdsaafdsafdsfdsa<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdfdsasafdsasfdsafdsafdsafdsa</p>"], ["updated_at", Tue, 11 Feb 2014 18:36:22 UTC +00:00]]
52676
+  (2.2ms) commit transaction
52677
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
52678
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52679
+  (0.1ms) begin transaction
52680
+  (0.1ms) commit transaction
52681
+ Rendered text template (0.0ms)
52682
+ Completed 200 OK in 14ms (Views: 0.7ms | ActiveRecord: 3.8ms)
52683
+
52684
+
52685
+ Started POST "/polyblock/update" for 127.0.0.1 at 2014-02-11 13:36:25 -0500
52686
+ Processing by Polyblock::PolyblocksController#update as */*
52687
+ Parameters: {"pbs"=>{"0"=>{"id"=>"1", "name"=>"Test", "content"=>"<p>This block is content managed by Polyblfdsaock!fdsfdsaafdsafdsfdsafds<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdfdsasafdsasfdsafdsafdsafdsa</p>"}, "1"=>{"id"=>"3", "name"=>"Neww", "content"=>"<p>This block is content managed by Polyblofdasck!dsaDAdfdsafdsafdsSaaafdsafdsfdsafdsfdasa</p>"}}}
52688
+  (0.3ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1
52689
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 1 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52690
+  (0.1ms) begin transaction
52691
+ SQL (0.6ms) UPDATE "polyblock_blocks" SET "content" = ?, "updated_at" = ? WHERE "polyblock_blocks"."id" = 1 [["content", "<p>This block is content managed by Polyblfdsaock!fdsfdsaafdsafdsfdsafds<br>fdsaffdsafdsafdsafdsafffjfjfjfdsafdsafdsafdsadfafdfdsasafdsasfdsafdsafdsafdsa</p>"], ["updated_at", Tue, 11 Feb 2014 18:36:25 UTC +00:00]]
52692
+  (22.5ms) commit transaction
52693
+  (0.2ms) SELECT COUNT(*) FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3
52694
+ Polyblock::Block Load (0.2ms) SELECT "polyblock_blocks".* FROM "polyblock_blocks" WHERE "polyblock_blocks"."id" = 3 ORDER BY "polyblock_blocks"."id" ASC LIMIT 1
52695
+  (0.1ms) begin transaction
52696
+  (0.1ms) commit transaction
52697
+ Rendered text template (0.0ms)
52698
+ Completed 200 OK in 34ms (Views: 0.6ms | ActiveRecord: 24.2ms)