pulitzer 0.0.5 → 0.1.0

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: fa2037508f1bc24097a57a558416345c4c7ed193
4
- data.tar.gz: 4375ef3734986a855ef884526a0bdcebe6e93977
3
+ metadata.gz: 513a908cd2e52107962350fd1c3da6d5537840e2
4
+ data.tar.gz: 3226470e9011b487acd6f86dddd16b9db29c4adc
5
5
  SHA512:
6
- metadata.gz: 457011576941006efac83767980d30bcfaf3d86c542add6be53d7311a3b8f61e43d5bcf2b649866373dc268c096646211bce35772b04a48b42eeef3d70e93f63
7
- data.tar.gz: 81967bb1d35b7dc1c5119d39e8f0f202f1519f169d576d1c731cf3ebfe695e7f252c2dcaaacbc025360936445aebaa33b09687ba10bca60459f38c3e14e07803
6
+ metadata.gz: 30f6f160595cad95f9004ffee2b586872ea5071c1385446b9773be121497fde5cb9f4016edfe4e0ab129bf85c46378121e3b78f0f13ebc8c8e34d7fc864f54ef
7
+ data.tar.gz: e8f7207eeb7071c17d44c768aef714017c3bfba1ee7c1345700a212b73809638752c9fa480448caee0278dfc258ecba2a1eb51e1a655eb23434d67a5675a95f7
@@ -146,3 +146,6 @@ textarea {
146
146
  float: right;
147
147
  }
148
148
  }
149
+ .wysihtml5-sandbox {
150
+ width: 100%!important;
151
+ }
@@ -1,3 +1,3 @@
1
1
  module Pulitzer
2
- VERSION = "0.0.5"
2
+ VERSION = "0.1.0"
3
3
  end
@@ -27605,3 +27605,569 @@ Started GET "/assets/application-4392c387160dd98c2b65bbe752fe4e4f.js?body=1" for
27605
27605
 
27606
27606
 
27607
27607
  Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-28 09:25:39 -0500
27608
+
27609
+
27610
+ Started GET "/pulitzer/post_types" for ::1 at 2015-10-29 11:57:49 -0500
27611
+ ActiveRecord::SchemaMigration Load (0.5ms) SELECT "schema_migrations".* FROM "schema_migrations"
27612
+ Processing by Pulitzer::PostTypesController#index as HTML
27613
+ Pulitzer::PostType Load (0.7ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types"
27614
+ Pulitzer::Post Load (0.4ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."post_type_id" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["post_type_id", 1]]
27615
+ Pulitzer::PostTypeContentElementType Load (0.4ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."post_type_id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC [["post_type_id", 1]]
27616
+ Pulitzer::ContentElementType Load (0.4ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
27617
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (14.5ms)
27618
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (17.4ms)
27619
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
27620
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
27621
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.9ms)
27622
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27623
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.0ms)
27624
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.6ms)
27625
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27626
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (0.9ms)
27627
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (2.5ms)
27628
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27629
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show.html.erb (1.2ms)
27630
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_show_wrapper.html.erb (3.7ms)
27631
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show.html.erb (90.8ms)
27632
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/_show_wrapper.html.erb (94.3ms)
27633
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_types/index.html.erb within layouts/application (108.5ms)
27634
+ Completed 200 OK in 292ms (Views: 275.2ms | ActiveRecord: 3.4ms)
27635
+
27636
+
27637
+ Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27638
+
27639
+
27640
+ Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27641
+
27642
+
27643
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27644
+
27645
+
27646
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27647
+
27648
+
27649
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27650
+
27651
+
27652
+ Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27653
+
27654
+
27655
+ Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27656
+
27657
+
27658
+ Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27659
+
27660
+
27661
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27662
+
27663
+
27664
+ Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27665
+
27666
+
27667
+ Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27668
+
27669
+
27670
+ Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-29 11:57:49 -0500
27671
+
27672
+
27673
+ Started GET "/pulitzer/post_type_content_element_types/5/edit?authenticity_token=J1Nl%2FNTEcW8faWGEMGfZ62P0zSqnTTvq%2BCTZ9c7r7j1Dne%2BZ7SDDEA8x4P5GB0RAppIUdVQHasoaL%2BAvLZ58Ew%3D%3D" for ::1 at 2015-10-29 11:57:53 -0500
27674
+ Processing by Pulitzer::PostTypeContentElementTypesController#edit as */*
27675
+ Parameters: {"authenticity_token"=>"J1Nl/NTEcW8faWGEMGfZ62P0zSqnTTvq+CTZ9c7r7j1Dne+Z7SDDEA8x4P5GB0RAppIUdVQHasoaL+AvLZ58Ew==", "id"=>"5"}
27676
+ Pulitzer::PostTypeContentElementType Load (0.6ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 5]]
27677
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types"
27678
+ Pulitzer::ContentElementType Load (0.3ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Image"]]
27679
+ Pulitzer::ContentElementType Load (0.9ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."name" = ? LIMIT 1 [["name", "Text"]]
27680
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form_fields.html.erb (44.0ms)
27681
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_type_content_element_types/_form.html.erb (67.1ms)
27682
+ Completed 200 OK in 96ms (Views: 88.3ms | ActiveRecord: 1.9ms)
27683
+
27684
+
27685
+ Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-29 11:57:56 -0500
27686
+ Processing by Pulitzer::ContentElementsController#index as HTML
27687
+ Parameters: {"post_id"=>"new"}
27688
+ Pulitzer::Post Load (0.7ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
27689
+ Pulitzer::PostType Load (0.7ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
27690
+ Pulitzer::PostTag Load (0.4ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
27691
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (9.3ms)
27692
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (14.9ms)
27693
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
27694
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
27695
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
27696
+ Pulitzer::ContentElement Load (0.5ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
27697
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
27698
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (2.1ms)
27699
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
27700
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (13.0ms)
27701
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (18.8ms)
27702
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
27703
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.1ms)
27704
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (6.9ms)
27705
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27706
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
27707
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.2ms)
27708
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27709
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
27710
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.4ms)
27711
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27712
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
27713
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.9ms)
27714
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (91.1ms)
27715
+ Completed 200 OK in 229ms (Views: 170.9ms | ActiveRecord: 3.1ms)
27716
+
27717
+
27718
+ Started GET "/assets/pulitzer-15edcb4d3c2720d46fdeb74890c07c86.css?body=1" for ::1 at 2015-10-29 11:57:57 -0500
27719
+
27720
+
27721
+ Started GET "/assets/application-e49083fb269115c7f4feec62b4525a09.css?body=1" for ::1 at 2015-10-29 11:57:57 -0500
27722
+
27723
+
27724
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 11:57:57 -0500
27725
+
27726
+
27727
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
27728
+
27729
+
27730
+ Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
27731
+
27732
+
27733
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 11:57:57 -0500
27734
+
27735
+
27736
+ Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
27737
+
27738
+
27739
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
27740
+
27741
+
27742
+ Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
27743
+
27744
+
27745
+ Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 11:57:57 -0500
27746
+
27747
+
27748
+ Started GET "/pulitzer/posts/new/content_elements/5/edit?authenticity_token=dD2lQ9hyUzpuMnzVBai07raWmZkN%2FwDNOCkc%2FMCZiRgQ8y8m4ZbhRX5q%2Fa9zyClFc%2FBAxv61Ue3aIiUmI%2BwbNg%3D%3D" for ::1 at 2015-10-29 11:58:02 -0500
27749
+ Processing by Pulitzer::ContentElementsController#edit as */*
27750
+ Parameters: {"authenticity_token"=>"dD2lQ9hyUzpuMnzVBai07raWmZkN/wDNOCkc/MCZiRgQ8y8m4ZbhRX5q/a9zyClFc/BAxv61Ue3aIiUmI+wbNg==", "post_id"=>"new", "id"=>"5"}
27751
+ Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
27752
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27753
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 5]]
27754
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/text_editors/_none.html.erb (0.3ms)
27755
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (23.8ms)
27756
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
27757
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (601.7ms)
27758
+ Completed 200 OK in 623ms (Views: 619.8ms | ActiveRecord: 0.5ms)
27759
+
27760
+
27761
+ Started GET "/pulitzer/content_elements/5?authenticity_token=dD2lQ9hyUzpuMnzVBai07raWmZkN%2FwDNOCkc%2FMCZiRgQ8y8m4ZbhRX5q%2Fa9zyClFc%2FBAxv61Ue3aIiUmI%2BwbNg%3D%3D" for ::1 at 2015-10-29 11:58:04 -0500
27762
+ Processing by Pulitzer::ContentElementsController#show as */*
27763
+ Parameters: {"authenticity_token"=>"dD2lQ9hyUzpuMnzVBai07raWmZkN/wDNOCkc/MCZiRgQ8y8m4ZbhRX5q/a9zyClFc/BAxv61Ue3aIiUmI+wbNg==", "id"=>"5"}
27764
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 5]]
27765
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27766
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
27767
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.7ms)
27768
+ Completed 200 OK in 22ms (Views: 20.1ms | ActiveRecord: 0.3ms)
27769
+
27770
+
27771
+ Started GET "/pulitzer/posts/new/content_elements/7/edit?authenticity_token=dD2lQ9hyUzpuMnzVBai07raWmZkN%2FwDNOCkc%2FMCZiRgQ8y8m4ZbhRX5q%2Fa9zyClFc%2FBAxv61Ue3aIiUmI%2BwbNg%3D%3D" for ::1 at 2015-10-29 11:58:06 -0500
27772
+ Processing by Pulitzer::ContentElementsController#edit as */*
27773
+ Parameters: {"authenticity_token"=>"dD2lQ9hyUzpuMnzVBai07raWmZkN/wDNOCkc/MCZiRgQ8y8m4ZbhRX5q/a9zyClFc/BAxv61Ue3aIiUmI+wbNg==", "post_id"=>"new", "id"=>"7"}
27774
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
27775
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27776
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 7]]
27777
+ Rendered toolbars/_simple_editor.html.erb (1.4ms)
27778
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.9ms)
27779
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
27780
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (51.8ms)
27781
+ Completed 200 OK in 71ms (Views: 69.3ms | ActiveRecord: 0.3ms)
27782
+
27783
+
27784
+ Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-29 12:00:24 -0500
27785
+ Processing by Pulitzer::ContentElementsController#index as HTML
27786
+ Parameters: {"post_id"=>"new"}
27787
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
27788
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
27789
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
27790
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
27791
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.8ms)
27792
+ Pulitzer::PostTag Load (0.2ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
27793
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.8ms)
27794
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.6ms)
27795
+ Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
27796
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
27797
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.5ms)
27798
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
27799
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (10.3ms)
27800
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (13.5ms)
27801
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
27802
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.2ms)
27803
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
27804
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27805
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
27806
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
27807
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27808
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
27809
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.7ms)
27810
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27811
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
27812
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
27813
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (55.5ms)
27814
+ Completed 200 OK in 377ms (Views: 373.8ms | ActiveRecord: 0.9ms)
27815
+
27816
+
27817
+ Started GET "/assets/application-a5cdc50267a17b37cbee5556010b22a9.css?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27818
+
27819
+
27820
+ Started GET "/assets/pulitzer-27674dcea5900d3e4078e58f23508a12.css?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27821
+
27822
+
27823
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27824
+
27825
+
27826
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27827
+
27828
+
27829
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27830
+
27831
+
27832
+ Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27833
+
27834
+
27835
+ Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27836
+
27837
+
27838
+ Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27839
+
27840
+
27841
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27842
+
27843
+
27844
+ Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27845
+
27846
+
27847
+ Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27848
+
27849
+
27850
+ Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-29 12:00:24 -0500
27851
+
27852
+
27853
+ Started GET "/pulitzer/posts/new/content_elements/7/edit?authenticity_token=ML9uLIX1OKt9om6AHPRrh%2FTqZwX2kc5aLPn6KnuYFeBUceRJvBGK1G367%2FpqlPYsMYy%2BWgXbn3rO8sPwmO2Hzg%3D%3D" for ::1 at 2015-10-29 12:00:29 -0500
27854
+ Processing by Pulitzer::ContentElementsController#edit as */*
27855
+ Parameters: {"authenticity_token"=>"ML9uLIX1OKt9om6AHPRrh/TqZwX2kc5aLPn6KnuYFeBUceRJvBGK1G367/pqlPYsMYy+WgXbn3rO8sPwmO2Hzg==", "post_id"=>"new", "id"=>"7"}
27856
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
27857
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27858
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 7]]
27859
+ Rendered toolbars/_simple_editor.html.erb (0.0ms)
27860
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.2ms)
27861
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
27862
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (1442.3ms)
27863
+ Completed 200 OK in 1460ms (Views: 1458.3ms | ActiveRecord: 0.3ms)
27864
+
27865
+
27866
+ Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-29 12:00:56 -0500
27867
+ ActiveRecord::SchemaMigration Load (0.4ms) SELECT "schema_migrations".* FROM "schema_migrations"
27868
+ Processing by Pulitzer::ContentElementsController#index as HTML
27869
+ Parameters: {"post_id"=>"new"}
27870
+ Pulitzer::Post Load (0.7ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
27871
+ Pulitzer::PostType Load (0.5ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
27872
+ Pulitzer::PostTag Load (0.4ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
27873
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (6.5ms)
27874
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (8.8ms)
27875
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
27876
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.7ms)
27877
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.0ms)
27878
+ Pulitzer::ContentElement Load (0.5ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
27879
+ Pulitzer::ContentElementType Load (0.4ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
27880
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (2.8ms)
27881
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
27882
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (43.2ms)
27883
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (60.4ms)
27884
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
27885
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.4ms)
27886
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (7.6ms)
27887
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27888
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
27889
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.4ms)
27890
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27891
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
27892
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.0ms)
27893
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27894
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.6ms)
27895
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.9ms)
27896
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (140.3ms)
27897
+ Completed 200 OK in 389ms (Views: 309.1ms | ActiveRecord: 4.4ms)
27898
+
27899
+
27900
+ Started GET "/assets/pulitzer-27674dcea5900d3e4078e58f23508a12.css?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27901
+
27902
+
27903
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27904
+
27905
+
27906
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27907
+
27908
+
27909
+ Started GET "/assets/application-a5cdc50267a17b37cbee5556010b22a9.css?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27910
+
27911
+
27912
+ Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27913
+
27914
+
27915
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27916
+
27917
+
27918
+ Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27919
+
27920
+
27921
+ Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27922
+
27923
+
27924
+ Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27925
+
27926
+
27927
+ Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27928
+
27929
+
27930
+ Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27931
+
27932
+
27933
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 12:00:56 -0500
27934
+
27935
+
27936
+ Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-29 12:01:09 -0500
27937
+ Processing by Pulitzer::ContentElementsController#index as HTML
27938
+ Parameters: {"post_id"=>"new"}
27939
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
27940
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
27941
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
27942
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.2ms)
27943
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (3.8ms)
27944
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
27945
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.9ms)
27946
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (5.3ms)
27947
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
27948
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
27949
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.1ms)
27950
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
27951
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (5.5ms)
27952
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (8.6ms)
27953
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
27954
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.4ms)
27955
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (5.4ms)
27956
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27957
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
27958
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.5ms)
27959
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27960
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.7ms)
27961
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.6ms)
27962
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
27963
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.4ms)
27964
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.1ms)
27965
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (50.8ms)
27966
+ Completed 200 OK in 138ms (Views: 135.2ms | ActiveRecord: 0.8ms)
27967
+
27968
+
27969
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 12:01:10 -0500
27970
+
27971
+
27972
+ Started GET "/assets/pulitzer-27674dcea5900d3e4078e58f23508a12.css?body=1" for ::1 at 2015-10-29 12:01:10 -0500
27973
+
27974
+
27975
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
27976
+
27977
+
27978
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 12:01:10 -0500
27979
+
27980
+
27981
+ Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
27982
+
27983
+
27984
+ Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
27985
+
27986
+
27987
+ Started GET "/assets/application-a5cdc50267a17b37cbee5556010b22a9.css?body=1" for ::1 at 2015-10-29 12:01:10 -0500
27988
+
27989
+
27990
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
27991
+
27992
+
27993
+ Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
27994
+
27995
+
27996
+ Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
27997
+
27998
+
27999
+ Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
28000
+
28001
+
28002
+ Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-29 12:01:10 -0500
28003
+
28004
+
28005
+ Started GET "/pulitzer/posts/new/content_elements/6/edit?authenticity_token=asISMn6ImR6BzunWOul6rS0Y%2F0fk%2Bi8kODBOy%2B%2FLSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w%3D%3D" for ::1 at 2015-10-29 12:01:22 -0500
28006
+ Processing by Pulitzer::ContentElementsController#edit as */*
28007
+ Parameters: {"authenticity_token"=>"asISMn6ImR6BzunWOul6rS0Y/0fk+i8kODBOy+/LSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w==", "post_id"=>"new", "id"=>"6"}
28008
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
28009
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28010
+ Pulitzer::PostTypeContentElementType Load (0.4ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 6]]
28011
+ Rendered toolbars/_simple_editor.html.erb (0.4ms)
28012
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (38.1ms)
28013
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.5ms)
28014
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (81.8ms)
28015
+ Completed 200 OK in 104ms (Views: 101.2ms | ActiveRecord: 1.0ms)
28016
+
28017
+
28018
+ Started GET "/pulitzer/content_elements/6?authenticity_token=asISMn6ImR6BzunWOul6rS0Y%2F0fk%2Bi8kODBOy%2B%2FLSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w%3D%3D" for ::1 at 2015-10-29 12:04:58 -0500
28019
+ Processing by Pulitzer::ContentElementsController#show as */*
28020
+ Parameters: {"authenticity_token"=>"asISMn6ImR6BzunWOul6rS0Y/0fk+i8kODBOy+/LSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w==", "id"=>"6"}
28021
+ Pulitzer::ContentElement Load (0.2ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
28022
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28023
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
28024
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (3.2ms)
28025
+ Completed 200 OK in 27ms (Views: 25.0ms | ActiveRecord: 0.4ms)
28026
+
28027
+
28028
+ Started GET "/pulitzer/posts/new/content_elements/7/edit?authenticity_token=asISMn6ImR6BzunWOul6rS0Y%2F0fk%2Bi8kODBOy%2B%2FLSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w%3D%3D" for ::1 at 2015-10-29 12:05:02 -0500
28029
+ Processing by Pulitzer::ContentElementsController#edit as */*
28030
+ Parameters: {"authenticity_token"=>"asISMn6ImR6BzunWOul6rS0Y/0fk+i8kODBOy+/LSfEODJhXR2wrYZGWaKxMiecG6H4mGBewfgTaO3cRDL7b3w==", "post_id"=>"new", "id"=>"7"}
28031
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
28032
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28033
+ Pulitzer::PostTypeContentElementType Load (0.3ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 7]]
28034
+ Rendered toolbars/_simple_editor.html.erb (0.1ms)
28035
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (13.3ms)
28036
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
28037
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (59.1ms)
28038
+ Completed 200 OK in 566ms (Views: 564.0ms | ActiveRecord: 0.5ms)
28039
+
28040
+
28041
+ Started GET "/pulitzer/posts/new/content_elements" for ::1 at 2015-10-29 12:08:36 -0500
28042
+ Processing by Pulitzer::ContentElementsController#index as HTML
28043
+ Parameters: {"post_id"=>"new"}
28044
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."slug" = ? ORDER BY "pulitzer_posts"."id" ASC LIMIT 1 [["slug", "new"]]
28045
+ Pulitzer::PostType Load (0.1ms) SELECT "pulitzer_post_types".* FROM "pulitzer_post_types" WHERE "pulitzer_post_types"."id" = ? LIMIT 1 [["id", 1]]
28046
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "Pulitzer::Tag"]]
28047
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (2.1ms)
28048
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (4.1ms)
28049
+ Pulitzer::PostTag Load (0.1ms) SELECT "pulitzer_post_tags".* FROM "pulitzer_post_tags" WHERE "pulitzer_post_tags"."post_id" = ? AND "pulitzer_post_tags"."label_type" = ? [["post_id", 1], ["label_type", "SearchLocation"]]
28050
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show.html.erb (1.2ms)
28051
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/post_tags/_show_wrapper.html.erb (2.8ms)
28052
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."post_id" = ? ORDER BY "pulitzer_content_elements"."id" ASC [["post_id", 1]]
28053
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
28054
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_image_fields.html.erb (0.3ms)
28055
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.0ms)
28056
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (7.4ms)
28057
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (11.0ms)
28058
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 2]]
28059
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (1.1ms)
28060
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
28061
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28062
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
28063
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (3.3ms)
28064
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28065
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.3ms)
28066
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (2.5ms)
28067
+ CACHE (0.0ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28068
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (0.5ms)
28069
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show_wrapper.html.erb (4.0ms)
28070
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/index.html.erb within layouts/application (47.5ms)
28071
+ Completed 200 OK in 326ms (Views: 324.0ms | ActiveRecord: 0.8ms)
28072
+
28073
+
28074
+ Started GET "/assets/application-71072acc89edfb35a911020c084dd127.css?body=1" for ::1 at 2015-10-29 12:08:36 -0500
28075
+
28076
+
28077
+ Started GET "/assets/pulitzer-30dacea2f594eececdfe85dc5ae0402d.css?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28078
+
28079
+
28080
+ Started GET "/assets/thin_man-3ce95407d994072832de2a2c1d785d5f.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28081
+
28082
+
28083
+ Started GET "/assets/jquery-74b99f07eb9a26506961e66ac99d1ca2.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28084
+
28085
+
28086
+ Started GET "/assets/select2-726a3da3f06c953f2eb84ad369a29b08.css?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28087
+
28088
+
28089
+ Started GET "/assets/wysihtml-219d179d5b749a26305a8047a994df6c.css?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28090
+
28091
+
28092
+ Started GET "/assets/hooch-be5018d6aa701cf881549a89e80379fc.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28093
+
28094
+
28095
+ Started GET "/assets/pulitzer-b0f83585a18d8e57d0c46df10bb601e2.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28096
+
28097
+
28098
+ Started GET "/assets/wysihtml-toolbar-db5eddd8a3502c7490e3400df604228e.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28099
+
28100
+
28101
+ Started GET "/assets/application-0213198bb28ebf201ee4cad72398b36f.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28102
+
28103
+
28104
+ Started GET "/assets/parser_rules/advanced_and_extended-122c91c676d52010f1694f1b66d6917a.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28105
+
28106
+
28107
+ Started GET "/assets/select2-4bcb3dfcf21b892252919ef821a27976.js?body=1" for ::1 at 2015-10-29 12:08:37 -0500
28108
+
28109
+
28110
+ Started GET "/pulitzer/posts/new/content_elements/6/edit?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:08:40 -0500
28111
+ Processing by Pulitzer::ContentElementsController#edit as */*
28112
+ Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "post_id"=>"new", "id"=>"6"}
28113
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
28114
+ Pulitzer::ContentElementType Load (0.2ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28115
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 6]]
28116
+ Rendered toolbars/_simple_editor.html.erb (0.1ms)
28117
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.7ms)
28118
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
28119
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (56.1ms)
28120
+ Completed 200 OK in 79ms (Views: 76.5ms | ActiveRecord: 0.4ms)
28121
+
28122
+
28123
+ Started GET "/pulitzer/content_elements/6?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:25:16 -0500
28124
+ Processing by Pulitzer::ContentElementsController#show as */*
28125
+ Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "id"=>"6"}
28126
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
28127
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28128
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
28129
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.9ms)
28130
+ Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.3ms)
28131
+
28132
+
28133
+ Started GET "/pulitzer/content_elements/6?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:25:16 -0500
28134
+ Processing by Pulitzer::ContentElementsController#show as */*
28135
+ Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "id"=>"6"}
28136
+ Pulitzer::ContentElement Load (0.3ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
28137
+ Pulitzer::ContentElementType Load (0.7ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28138
+ Pulitzer::Post Load (0.2ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
28139
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (4.9ms)
28140
+ Completed 200 OK in 42ms (Views: 38.5ms | ActiveRecord: 1.1ms)
28141
+
28142
+
28143
+ Started GET "/pulitzer/content_elements/6?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:25:16 -0500
28144
+ Processing by Pulitzer::ContentElementsController#show as */*
28145
+ Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "id"=>"6"}
28146
+ Pulitzer::ContentElement Load (2.5ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 6]]
28147
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28148
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
28149
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.3ms)
28150
+ Completed 200 OK in 41ms (Views: 33.8ms | ActiveRecord: 2.7ms)
28151
+
28152
+
28153
+ Started GET "/pulitzer/posts/new/content_elements/7/edit?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:25:17 -0500
28154
+ Processing by Pulitzer::ContentElementsController#edit as */*
28155
+ Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "post_id"=>"new", "id"=>"7"}
28156
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
28157
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28158
+ Pulitzer::PostTypeContentElementType Load (0.1ms) SELECT "pulitzer_post_type_content_element_types".* FROM "pulitzer_post_type_content_element_types" WHERE "pulitzer_post_type_content_element_types"."id" = ? ORDER BY "pulitzer_post_type_content_element_types"."id" ASC LIMIT 1 [["id", 7]]
28159
+ Rendered toolbars/_simple_editor.html.erb (0.1ms)
28160
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_text_fields.html.erb (12.8ms)
28161
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/shared/_error_messages.erb (0.1ms)
28162
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_form.html.erb (59.0ms)
28163
+ Completed 200 OK in 163ms (Views: 161.1ms | ActiveRecord: 0.3ms)
28164
+
28165
+
28166
+ Started GET "/pulitzer/content_elements/7?authenticity_token=uvl9Y%2BmunnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN%2FcG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA%3D%3D" for ::1 at 2015-10-29 12:25:19 -0500
28167
+ Processing by Pulitzer::ContentElementsController#show as */*
28168
+ Parameters: {"authenticity_token"=>"uvl9Y+munnOhhJkr9xkWaMZTGonhrntda5BQv6hBhVreN/cG0EosDLHcGFGBeYvDAzXD1hLkKn2Jm2llSzQXdA==", "id"=>"7"}
28169
+ Pulitzer::ContentElement Load (0.1ms) SELECT "pulitzer_content_elements".* FROM "pulitzer_content_elements" WHERE "pulitzer_content_elements"."id" = ? ORDER BY "pulitzer_content_elements"."id" ASC LIMIT 1 [["id", 7]]
28170
+ Pulitzer::ContentElementType Load (0.1ms) SELECT "pulitzer_content_element_types".* FROM "pulitzer_content_element_types" WHERE "pulitzer_content_element_types"."id" = ? LIMIT 1 [["id", 1]]
28171
+ Pulitzer::Post Load (0.1ms) SELECT "pulitzer_posts".* FROM "pulitzer_posts" WHERE "pulitzer_posts"."id" = ? LIMIT 1 [["id", 1]]
28172
+ Rendered /Users/gomayonqui/Sites/work/pulitzer/app/views/pulitzer/content_elements/_show.html.erb (2.6ms)
28173
+ Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.3ms)
@@ -0,0 +1 @@
1
+ 86081
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pulitzer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-10-28 00:00:00.000000000 Z
11
+ date: 2015-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -449,6 +449,7 @@ files:
449
449
  - test/dummy/public/uploads/tmp/1446040970-52033-0109/demo05.jpeg
450
450
  - test/dummy/public/uploads/tmp/1446040970-52033-0109/thumb_demo05.jpeg
451
451
  - test/dummy/tmp/cache/assets/development/sass/be077259a59c14e0a5302a785899c0b92a0ab91a/pulitzer.scssc
452
+ - test/dummy/tmp/cache/assets/development/sprockets/00390e331c504a645ed471146775b82c
452
453
  - test/dummy/tmp/cache/assets/development/sprockets/00e7f201f9ab0bc0fe4d8f2d2f75f7ea
453
454
  - test/dummy/tmp/cache/assets/development/sprockets/0326eb1e9ccbc9aeee372cab888a46a5
454
455
  - test/dummy/tmp/cache/assets/development/sprockets/04b2de3cb6e054308fdf73c1088cc91e
@@ -483,11 +484,13 @@ files:
483
484
  - test/dummy/tmp/cache/assets/development/sprockets/98c732936a71b1e54ff74ac7643c87e2
484
485
  - test/dummy/tmp/cache/assets/development/sprockets/ac2cc187578b49d22d5abf2234f78969
485
486
  - test/dummy/tmp/cache/assets/development/sprockets/b3ce8d8c1fc9468649d15e6bf07a0385
487
+ - test/dummy/tmp/cache/assets/development/sprockets/c8b24386e87b2126c772fa608eadd741
486
488
  - test/dummy/tmp/cache/assets/development/sprockets/ce6cb08be5c4f623c6622b02769a4b1f
487
489
  - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
488
490
  - test/dummy/tmp/cache/assets/development/sprockets/d002393bedbdea5f4f96dad935522f40
489
491
  - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
490
492
  - test/dummy/tmp/cache/assets/development/sprockets/dae327287b68def8af3651b2aff8dab3
493
+ - test/dummy/tmp/cache/assets/development/sprockets/e40be4ab74cbcad1d3dcd938509cff48
491
494
  - test/dummy/tmp/cache/assets/development/sprockets/ebd153272ed4de04894df2a67d4a2da8
492
495
  - test/dummy/tmp/cache/assets/development/sprockets/edc4b5365c10eb8e16c489c4bb35be85
493
496
  - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
@@ -618,6 +621,7 @@ files:
618
621
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/zCE4JkQwmMez5O33XjI-mABQ0c1-Dt6uhqKy-KsYpdk.cache
619
622
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/zY3-Idml-ZQrcJVsKZGBRCaW0-SkSTzwgiMjrYHuTDs.cache
620
623
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/zhJySWBZw0Pq2ZI_UdWsnzhyQ8TO63FQD8R15hSvuSE.cache
624
+ - test/dummy/tmp/pids/server.pid
621
625
  - test/fixtures/pulitzer/content_element_types.yml
622
626
  - test/fixtures/pulitzer/content_elements.yml
623
627
  - test/fixtures/pulitzer/post_tags.yml
@@ -761,6 +765,7 @@ test_files:
761
765
  - test/dummy/Rakefile
762
766
  - test/dummy/README.rdoc
763
767
  - test/dummy/tmp/cache/assets/development/sass/be077259a59c14e0a5302a785899c0b92a0ab91a/pulitzer.scssc
768
+ - test/dummy/tmp/cache/assets/development/sprockets/00390e331c504a645ed471146775b82c
764
769
  - test/dummy/tmp/cache/assets/development/sprockets/00e7f201f9ab0bc0fe4d8f2d2f75f7ea
765
770
  - test/dummy/tmp/cache/assets/development/sprockets/0326eb1e9ccbc9aeee372cab888a46a5
766
771
  - test/dummy/tmp/cache/assets/development/sprockets/04b2de3cb6e054308fdf73c1088cc91e
@@ -795,11 +800,13 @@ test_files:
795
800
  - test/dummy/tmp/cache/assets/development/sprockets/98c732936a71b1e54ff74ac7643c87e2
796
801
  - test/dummy/tmp/cache/assets/development/sprockets/ac2cc187578b49d22d5abf2234f78969
797
802
  - test/dummy/tmp/cache/assets/development/sprockets/b3ce8d8c1fc9468649d15e6bf07a0385
803
+ - test/dummy/tmp/cache/assets/development/sprockets/c8b24386e87b2126c772fa608eadd741
798
804
  - test/dummy/tmp/cache/assets/development/sprockets/ce6cb08be5c4f623c6622b02769a4b1f
799
805
  - test/dummy/tmp/cache/assets/development/sprockets/cffd775d018f68ce5dba1ee0d951a994
800
806
  - test/dummy/tmp/cache/assets/development/sprockets/d002393bedbdea5f4f96dad935522f40
801
807
  - test/dummy/tmp/cache/assets/development/sprockets/d771ace226fc8215a3572e0aa35bb0d6
802
808
  - test/dummy/tmp/cache/assets/development/sprockets/dae327287b68def8af3651b2aff8dab3
809
+ - test/dummy/tmp/cache/assets/development/sprockets/e40be4ab74cbcad1d3dcd938509cff48
803
810
  - test/dummy/tmp/cache/assets/development/sprockets/ebd153272ed4de04894df2a67d4a2da8
804
811
  - test/dummy/tmp/cache/assets/development/sprockets/edc4b5365c10eb8e16c489c4bb35be85
805
812
  - test/dummy/tmp/cache/assets/development/sprockets/f7cbd26ba1d28d48de824f0e94586655
@@ -930,6 +937,7 @@ test_files:
930
937
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/zhJySWBZw0Pq2ZI_UdWsnzhyQ8TO63FQD8R15hSvuSE.cache
931
938
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/ZjBqeG0gIw6FGMJNf3SfetLANwnN9uYtSvhD6LpH7N0.cache
932
939
  - test/dummy/tmp/cache/assets/development/sprockets/v3.0/zY3-Idml-ZQrcJVsKZGBRCaW0-SkSTzwgiMjrYHuTDs.cache
940
+ - test/dummy/tmp/pids/server.pid
933
941
  - test/fixtures/pulitzer/content_element_types.yml
934
942
  - test/fixtures/pulitzer/content_elements.yml
935
943
  - test/fixtures/pulitzer/post_tags.yml