static_blocks 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,7 +21,7 @@
21
21
  </div>
22
22
  <div class="field">
23
23
  <%= f.label :status %>
24
- <%= f.select(:status, [['Draft', 'draft'], ['Published', 'published']]) %>
24
+ <%= f.select(:status, [['Published', 'published'], ['Draft', 'draft']]) %>
25
25
  </div>
26
26
  <div class="actions">
27
27
  <%= f.submit 'Submit', class: "btn btn-primary" %>
@@ -1,3 +1,3 @@
1
1
  module StaticBlocks
2
- VERSION = "0.0.3"
2
+ VERSION = "0.0.4"
3
3
  end
Binary file
@@ -62824,3 +62824,506 @@ Served asset /application.js - 304 Not Modified (0ms)
62824
62824
 
62825
62825
  Started GET "/assets/info.css?body=1" for 127.0.0.1 at 2013-06-24 16:10:41 -0700
62826
62826
  Served asset /info.css - 304 Not Modified (0ms)
62827
+ Connecting to database specified by database.yml
62828
+
62829
+
62830
+ Started GET "/" for 127.0.0.1 at 2013-06-24 16:32:43 -0700
62831
+
62832
+
62833
+ Started GET "/en/info/index" for 127.0.0.1 at 2013-06-24 16:32:43 -0700
62834
+ Processing by InfoController#index as HTML
62835
+ Parameters: {"locale"=>"en"}
62836
+ StaticBlocks::StaticBlock Load (0.1ms) SELECT "static_blocks_static_blocks".* FROM "static_blocks_static_blocks" WHERE "static_blocks_static_blocks"."status" = 'published' AND "static_blocks_static_blocks"."title" = 'foo' LIMIT 1
62837
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 1
62838
+ Rendered info/index.html.erb within layouts/application (228.8ms)
62839
+ Completed 200 OK in 274ms (Views: 270.8ms | ActiveRecord: 2.9ms)
62840
+
62841
+
62842
+ Started GET "/assets/application.css?body=1" for 127.0.0.1 at 2013-06-24 16:32:44 -0700
62843
+ Served asset /application.css - 200 OK (5ms)
62844
+
62845
+
62846
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:44 -0700
62847
+ Served asset /jquery_ujs.js - 304 Not Modified (2ms)
62848
+
62849
+
62850
+ Started GET "/assets/application.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:44 -0700
62851
+ Served asset /application.js - 304 Not Modified (7ms)
62852
+
62853
+
62854
+ Started GET "/assets/info.css?body=1" for 127.0.0.1 at 2013-06-24 16:32:44 -0700
62855
+ Served asset /info.css - 304 Not Modified (2ms)
62856
+
62857
+
62858
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:44 -0700
62859
+ Served asset /jquery.js - 200 OK (7ms)
62860
+
62861
+
62862
+ Started GET "/assets/info.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:44 -0700
62863
+ Served asset /info.js - 200 OK (1ms)
62864
+
62865
+
62866
+ Started GET "/static_blocks_admin" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62867
+ Processing by StaticBlocks::StaticBlocksController#index as HTML
62868
+  (0.1ms) SELECT COUNT(*) FROM "static_blocks_static_blocks" 
62869
+ StaticBlocks::StaticBlock Load (0.2ms) SELECT "static_blocks_static_blocks".* FROM "static_blocks_static_blocks" LIMIT 10 OFFSET 0
62870
+ StaticBlocks::StaticBlock::Translation Load (0.2ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 1
62871
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 2
62872
+ StaticBlocks::StaticBlock::Translation Load (0.2ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 3
62873
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 4
62874
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 5
62875
+ Rendered /home/travis/code/static_blocks/app/views/static_blocks/static_blocks/index.html.erb within layouts/static_blocks/application (28.3ms)
62876
+ Completed 200 OK in 101ms (Views: 95.3ms | ActiveRecord: 1.0ms)
62877
+
62878
+
62879
+ Started GET "/assets/bootstrap-wysihtml5/core.css?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62880
+ Served asset /bootstrap-wysihtml5/core.css - 304 Not Modified (4ms)
62881
+
62882
+
62883
+ Started GET "/assets/static_blocks/application.css?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62884
+ Served asset /static_blocks/application.css - 304 Not Modified (14ms)
62885
+
62886
+
62887
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62888
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
62889
+
62890
+
62891
+ Started GET "/assets/static_blocks/static_blocks.css?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62892
+ Served asset /static_blocks/static_blocks.css - 304 Not Modified (14ms)
62893
+
62894
+
62895
+ Started GET "/assets/bootstrap-wysihtml5/index.css?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62896
+ Served asset /bootstrap-wysihtml5/index.css - 304 Not Modified (2ms)
62897
+
62898
+
62899
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62900
+ Served asset /jquery.js - 304 Not Modified (0ms)
62901
+
62902
+
62903
+ Started GET "/assets/static_blocks/static_blocks.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62904
+ Served asset /static_blocks/static_blocks.js - 304 Not Modified (12ms)
62905
+
62906
+
62907
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62908
+ Served asset /bootstrap-transition.js - 304 Not Modified (3ms)
62909
+
62910
+
62911
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62912
+ Served asset /bootstrap-affix.js - 304 Not Modified (6ms)
62913
+
62914
+
62915
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62916
+ Served asset /bootstrap-alert.js - 304 Not Modified (7ms)
62917
+
62918
+
62919
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62920
+ Served asset /bootstrap-button.js - 304 Not Modified (4ms)
62921
+
62922
+
62923
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62924
+ Served asset /bootstrap-carousel.js - 304 Not Modified (10ms)
62925
+
62926
+
62927
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62928
+ Served asset /bootstrap-collapse.js - 304 Not Modified (4ms)
62929
+
62930
+
62931
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62932
+ Served asset /bootstrap-dropdown.js - 304 Not Modified (2ms)
62933
+
62934
+
62935
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62936
+ Served asset /bootstrap-modal.js - 304 Not Modified (2ms)
62937
+
62938
+
62939
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62940
+ Served asset /bootstrap-scrollspy.js - 304 Not Modified (2ms)
62941
+
62942
+
62943
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62944
+ Served asset /bootstrap-tab.js - 304 Not Modified (3ms)
62945
+
62946
+
62947
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62948
+ Served asset /bootstrap-tooltip.js - 304 Not Modified (2ms)
62949
+
62950
+
62951
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62952
+ Served asset /bootstrap-popover.js - 304 Not Modified (5ms)
62953
+
62954
+
62955
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62956
+ Served asset /bootstrap-typeahead.js - 304 Not Modified (2ms)
62957
+
62958
+
62959
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62960
+ Served asset /bootstrap.js - 304 Not Modified (13ms)
62961
+
62962
+
62963
+ Started GET "/assets/bootstrap-wysihtml5/wysihtml5.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62964
+ Served asset /bootstrap-wysihtml5/wysihtml5.js - 304 Not Modified (5ms)
62965
+
62966
+
62967
+ Started GET "/assets/bootstrap-wysihtml5/core.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62968
+ Served asset /bootstrap-wysihtml5/core.js - 304 Not Modified (2ms)
62969
+
62970
+
62971
+ Started GET "/assets/bootstrap-wysihtml5/index.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62972
+ Served asset /bootstrap-wysihtml5/index.js - 304 Not Modified (5ms)
62973
+
62974
+
62975
+ Started GET "/assets/static_blocks/application.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:50 -0700
62976
+ Served asset /static_blocks/application.js - 304 Not Modified (29ms)
62977
+
62978
+
62979
+ Started GET "/static_blocks_admin/static_blocks/new?locale=en" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
62980
+ Processing by StaticBlocks::StaticBlocksController#new as HTML
62981
+ Parameters: {"locale"=>"en"}
62982
+ Rendered /home/travis/code/static_blocks/app/views/static_blocks/static_blocks/_form.html.erb (2.7ms)
62983
+ Rendered /home/travis/code/static_blocks/app/views/static_blocks/static_blocks/new.html.erb within layouts/static_blocks/application (3.7ms)
62984
+ Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.0ms)
62985
+
62986
+
62987
+ Started GET "/assets/static_blocks/application.css?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
62988
+ Served asset /static_blocks/application.css - 304 Not Modified (0ms)
62989
+
62990
+
62991
+ Started GET "/assets/bootstrap-wysihtml5/index.css?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
62992
+ Served asset /bootstrap-wysihtml5/index.css - 304 Not Modified (0ms)
62993
+
62994
+
62995
+ Started GET "/assets/static_blocks/static_blocks.css?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
62996
+ Served asset /static_blocks/static_blocks.css - 304 Not Modified (1ms)
62997
+
62998
+
62999
+ Started GET "/assets/bootstrap-wysihtml5/core.css?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63000
+ Served asset /bootstrap-wysihtml5/core.css - 304 Not Modified (0ms)
63001
+
63002
+
63003
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63004
+ Served asset /jquery.js - 304 Not Modified (0ms)
63005
+
63006
+
63007
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63008
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
63009
+
63010
+
63011
+ Started GET "/assets/static_blocks/static_blocks.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63012
+ Served asset /static_blocks/static_blocks.js - 304 Not Modified (0ms)
63013
+
63014
+
63015
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63016
+ Served asset /bootstrap-transition.js - 304 Not Modified (0ms)
63017
+
63018
+
63019
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63020
+ Served asset /bootstrap-affix.js - 304 Not Modified (0ms)
63021
+
63022
+
63023
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63024
+ Served asset /bootstrap-alert.js - 304 Not Modified (0ms)
63025
+
63026
+
63027
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63028
+ Served asset /bootstrap-button.js - 304 Not Modified (0ms)
63029
+
63030
+
63031
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63032
+ Served asset /bootstrap-carousel.js - 304 Not Modified (0ms)
63033
+
63034
+
63035
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63036
+ Served asset /bootstrap-collapse.js - 304 Not Modified (0ms)
63037
+
63038
+
63039
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63040
+ Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms)
63041
+
63042
+
63043
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63044
+ Served asset /bootstrap-modal.js - 304 Not Modified (0ms)
63045
+
63046
+
63047
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63048
+ Served asset /bootstrap-scrollspy.js - 304 Not Modified (0ms)
63049
+
63050
+
63051
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63052
+ Served asset /bootstrap-tab.js - 304 Not Modified (0ms)
63053
+
63054
+
63055
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63056
+ Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms)
63057
+
63058
+
63059
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63060
+ Served asset /bootstrap-popover.js - 304 Not Modified (0ms)
63061
+
63062
+
63063
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63064
+ Served asset /bootstrap-typeahead.js - 304 Not Modified (0ms)
63065
+
63066
+
63067
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63068
+ Served asset /bootstrap.js - 304 Not Modified (0ms)
63069
+
63070
+
63071
+ Started GET "/assets/bootstrap-wysihtml5/wysihtml5.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63072
+ Served asset /bootstrap-wysihtml5/wysihtml5.js - 304 Not Modified (0ms)
63073
+
63074
+
63075
+ Started GET "/assets/bootstrap-wysihtml5/core.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63076
+ Served asset /bootstrap-wysihtml5/core.js - 304 Not Modified (0ms)
63077
+
63078
+
63079
+ Started GET "/assets/bootstrap-wysihtml5/index.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63080
+ Served asset /bootstrap-wysihtml5/index.js - 304 Not Modified (0ms)
63081
+
63082
+
63083
+ Started GET "/assets/static_blocks/application.js?body=1" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63084
+ Served asset /static_blocks/application.js - 304 Not Modified (0ms)
63085
+
63086
+
63087
+ Started GET "/assets/bootstrap-wysihtml5/wysiwyg-color.css" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63088
+ Served asset /bootstrap-wysihtml5/wysiwyg-color.css - 304 Not Modified (3ms)
63089
+
63090
+
63091
+ Started GET "/assets/glyphicons-halflings.png" for 127.0.0.1 at 2013-06-24 16:32:53 -0700
63092
+ Served asset /glyphicons-halflings.png - 304 Not Modified (2ms)
63093
+
63094
+
63095
+ Started POST "/static_blocks_admin/static_blocks?locale=en" for 127.0.0.1 at 2013-06-24 16:33:05 -0700
63096
+ Processing by StaticBlocks::StaticBlocksController#create as HTML
63097
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"hsnS+febFAS//oCWLdep6dzHJ8UyOte84wQnjBbbu0Q=", "static_block"=>{"title"=>"a", "content"=>"a", "status"=>"published"}, "_wysihtml5_mode"=>"1", "commit"=>"Submit", "locale"=>"en"}
63098
+  (0.1ms) begin transaction
63099
+ SQL (43.7ms) INSERT INTO "static_blocks_static_blocks" ("content", "created_at", "status", "title", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "a"], ["created_at", Mon, 24 Jun 2013 23:33:05 UTC +00:00], ["status", "published"], ["title", "a"], ["updated_at", Mon, 24 Jun 2013 23:33:05 UTC +00:00]]
63100
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 6 AND "static_blocks_static_block_translations"."locale" = 'en' LIMIT 1
63101
+ SQL (0.5ms) INSERT INTO "static_blocks_static_block_translations" ("content", "created_at", "locale", "static_blocks_static_block_id", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "a"], ["created_at", Mon, 24 Jun 2013 23:33:06 UTC +00:00], ["locale", "en"], ["static_blocks_static_block_id", 6], ["updated_at", Mon, 24 Jun 2013 23:33:06 UTC +00:00]]
63102
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."id" = ? LIMIT 1 [["id", 9]]
63103
+  (27.5ms) commit transaction
63104
+ Redirected to http://localhost:3000/static_blocks_admin/static_blocks/6?locale=en
63105
+ Completed 302 Found in 86ms (ActiveRecord: 72.2ms)
63106
+
63107
+
63108
+ Started GET "/static_blocks_admin/static_blocks/6?locale=en" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63109
+ Processing by StaticBlocks::StaticBlocksController#show as HTML
63110
+ Parameters: {"locale"=>"en", "id"=>"6"}
63111
+ StaticBlocks::StaticBlock Load (0.2ms) SELECT "static_blocks_static_blocks".* FROM "static_blocks_static_blocks" WHERE "static_blocks_static_blocks"."id" = ? LIMIT 1 [["id", "6"]]
63112
+ StaticBlocks::StaticBlock::Translation Load (0.2ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 6
63113
+ Rendered /home/travis/code/static_blocks/app/views/static_blocks/static_blocks/show.html.erb within layouts/static_blocks/application (2.3ms)
63114
+ Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.4ms)
63115
+
63116
+
63117
+ Started GET "/assets/static_blocks/application.css?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63118
+ Served asset /static_blocks/application.css - 304 Not Modified (0ms)
63119
+
63120
+
63121
+ Started GET "/assets/bootstrap-wysihtml5/index.css?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63122
+ Served asset /bootstrap-wysihtml5/index.css - 304 Not Modified (0ms)
63123
+
63124
+
63125
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63126
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
63127
+
63128
+
63129
+ Started GET "/assets/bootstrap-wysihtml5/core.css?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63130
+ Served asset /bootstrap-wysihtml5/core.css - 304 Not Modified (0ms)
63131
+
63132
+
63133
+ Started GET "/assets/static_blocks/static_blocks.css?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63134
+ Served asset /static_blocks/static_blocks.css - 304 Not Modified (0ms)
63135
+
63136
+
63137
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63138
+ Served asset /jquery.js - 304 Not Modified (0ms)
63139
+
63140
+
63141
+ Started GET "/assets/static_blocks/static_blocks.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63142
+ Served asset /static_blocks/static_blocks.js - 304 Not Modified (0ms)
63143
+
63144
+
63145
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63146
+ Served asset /bootstrap-transition.js - 304 Not Modified (0ms)
63147
+
63148
+
63149
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63150
+ Served asset /bootstrap-affix.js - 304 Not Modified (0ms)
63151
+
63152
+
63153
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63154
+ Served asset /bootstrap-alert.js - 304 Not Modified (0ms)
63155
+
63156
+
63157
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63158
+ Served asset /bootstrap-button.js - 304 Not Modified (0ms)
63159
+
63160
+
63161
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63162
+ Served asset /bootstrap-carousel.js - 304 Not Modified (0ms)
63163
+
63164
+
63165
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63166
+ Served asset /bootstrap-collapse.js - 304 Not Modified (0ms)
63167
+
63168
+
63169
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63170
+ Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms)
63171
+
63172
+
63173
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63174
+ Served asset /bootstrap-modal.js - 304 Not Modified (0ms)
63175
+
63176
+
63177
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63178
+ Served asset /bootstrap-tab.js - 304 Not Modified (0ms)
63179
+
63180
+
63181
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63182
+ Served asset /bootstrap-scrollspy.js - 304 Not Modified (0ms)
63183
+
63184
+
63185
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63186
+ Served asset /bootstrap-popover.js - 304 Not Modified (0ms)
63187
+
63188
+
63189
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63190
+ Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms)
63191
+
63192
+
63193
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63194
+ Served asset /bootstrap-typeahead.js - 304 Not Modified (0ms)
63195
+
63196
+
63197
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63198
+ Served asset /bootstrap.js - 304 Not Modified (0ms)
63199
+
63200
+
63201
+ Started GET "/assets/bootstrap-wysihtml5/wysihtml5.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63202
+ Served asset /bootstrap-wysihtml5/wysihtml5.js - 304 Not Modified (0ms)
63203
+
63204
+
63205
+ Started GET "/assets/bootstrap-wysihtml5/core.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63206
+ Served asset /bootstrap-wysihtml5/core.js - 304 Not Modified (0ms)
63207
+
63208
+
63209
+ Started GET "/assets/bootstrap-wysihtml5/index.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63210
+ Served asset /bootstrap-wysihtml5/index.js - 304 Not Modified (0ms)
63211
+
63212
+
63213
+ Started GET "/assets/static_blocks/application.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:06 -0700
63214
+ Served asset /static_blocks/application.js - 304 Not Modified (0ms)
63215
+
63216
+
63217
+ Started GET "/static_blocks_admin/static_blocks?locale=en" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63218
+ Processing by StaticBlocks::StaticBlocksController#index as HTML
63219
+ Parameters: {"locale"=>"en"}
63220
+  (0.1ms) SELECT COUNT(*) FROM "static_blocks_static_blocks"
63221
+ StaticBlocks::StaticBlock Load (0.2ms) SELECT "static_blocks_static_blocks".* FROM "static_blocks_static_blocks" LIMIT 10 OFFSET 0
63222
+ StaticBlocks::StaticBlock::Translation Load (0.2ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 1
63223
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 2
63224
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 3
63225
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 4
63226
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 5
63227
+ StaticBlocks::StaticBlock::Translation Load (0.1ms) SELECT "static_blocks_static_block_translations".* FROM "static_blocks_static_block_translations" WHERE "static_blocks_static_block_translations"."static_blocks_static_block_id" = 6
63228
+ Rendered /home/travis/code/static_blocks/app/views/static_blocks/static_blocks/index.html.erb within layouts/static_blocks/application (23.5ms)
63229
+ Completed 200 OK in 43ms (Views: 40.4ms | ActiveRecord: 1.2ms)
63230
+
63231
+
63232
+ Started GET "/assets/static_blocks/application.css?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63233
+ Served asset /static_blocks/application.css - 304 Not Modified (0ms)
63234
+
63235
+
63236
+ Started GET "/assets/bootstrap-wysihtml5/core.css?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63237
+ Served asset /bootstrap-wysihtml5/core.css - 304 Not Modified (0ms)
63238
+
63239
+
63240
+ Started GET "/assets/static_blocks/static_blocks.css?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63241
+ Served asset /static_blocks/static_blocks.css - 304 Not Modified (0ms)
63242
+
63243
+
63244
+ Started GET "/assets/bootstrap-wysihtml5/index.css?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63245
+ Served asset /bootstrap-wysihtml5/index.css - 304 Not Modified (0ms)
63246
+
63247
+
63248
+ Started GET "/assets/jquery.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63249
+ Served asset /jquery.js - 304 Not Modified (0ms)
63250
+
63251
+
63252
+ Started GET "/assets/jquery_ujs.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63253
+ Served asset /jquery_ujs.js - 304 Not Modified (0ms)
63254
+
63255
+
63256
+ Started GET "/assets/static_blocks/static_blocks.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63257
+ Served asset /static_blocks/static_blocks.js - 304 Not Modified (0ms)
63258
+
63259
+
63260
+ Started GET "/assets/bootstrap-transition.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63261
+ Served asset /bootstrap-transition.js - 304 Not Modified (0ms)
63262
+
63263
+
63264
+ Started GET "/assets/bootstrap-affix.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63265
+ Served asset /bootstrap-affix.js - 304 Not Modified (0ms)
63266
+
63267
+
63268
+ Started GET "/assets/bootstrap-alert.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63269
+ Served asset /bootstrap-alert.js - 304 Not Modified (0ms)
63270
+
63271
+
63272
+ Started GET "/assets/bootstrap-button.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63273
+ Served asset /bootstrap-button.js - 304 Not Modified (0ms)
63274
+
63275
+
63276
+ Started GET "/assets/bootstrap-carousel.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63277
+ Served asset /bootstrap-carousel.js - 304 Not Modified (0ms)
63278
+
63279
+
63280
+ Started GET "/assets/bootstrap-collapse.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63281
+ Served asset /bootstrap-collapse.js - 304 Not Modified (0ms)
63282
+
63283
+
63284
+ Started GET "/assets/bootstrap-dropdown.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63285
+ Served asset /bootstrap-dropdown.js - 304 Not Modified (0ms)
63286
+
63287
+
63288
+ Started GET "/assets/bootstrap-modal.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63289
+ Served asset /bootstrap-modal.js - 304 Not Modified (42ms)
63290
+
63291
+
63292
+ Started GET "/assets/bootstrap-tab.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63293
+ Served asset /bootstrap-tab.js - 304 Not Modified (0ms)
63294
+
63295
+
63296
+ Started GET "/assets/bootstrap-scrollspy.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63297
+ Served asset /bootstrap-scrollspy.js - 304 Not Modified (0ms)
63298
+
63299
+
63300
+ Started GET "/assets/bootstrap-tooltip.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63301
+ Served asset /bootstrap-tooltip.js - 304 Not Modified (0ms)
63302
+
63303
+
63304
+ Started GET "/assets/bootstrap-popover.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63305
+ Served asset /bootstrap-popover.js - 304 Not Modified (0ms)
63306
+
63307
+
63308
+ Started GET "/assets/bootstrap-typeahead.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63309
+ Served asset /bootstrap-typeahead.js - 304 Not Modified (0ms)
63310
+
63311
+
63312
+ Started GET "/assets/bootstrap.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63313
+ Served asset /bootstrap.js - 304 Not Modified (0ms)
63314
+
63315
+
63316
+ Started GET "/assets/bootstrap-wysihtml5/wysihtml5.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63317
+ Served asset /bootstrap-wysihtml5/wysihtml5.js - 304 Not Modified (0ms)
63318
+
63319
+
63320
+ Started GET "/assets/bootstrap-wysihtml5/core.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63321
+ Served asset /bootstrap-wysihtml5/core.js - 304 Not Modified (0ms)
63322
+
63323
+
63324
+ Started GET "/assets/bootstrap-wysihtml5/index.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63325
+ Served asset /bootstrap-wysihtml5/index.js - 304 Not Modified (0ms)
63326
+
63327
+
63328
+ Started GET "/assets/static_blocks/application.js?body=1" for 127.0.0.1 at 2013-06-24 16:33:09 -0700
63329
+ Served asset /static_blocks/application.js - 304 Not Modified (0ms)
@@ -0,0 +1 @@
1
+ o: ActiveSupport::Cache::Entry :@compressedF:@expires_in0:@created_atf1372116764.121834: @value"vI"l<h1>hi</h1><ul><li>asdfasdjfkashdf</li><li>asdfasfd</li><li>SDF</li><li>a</li><li>b</li><li>c</li></ul>:ET
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: static_blocks
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -346,6 +346,7 @@ files:
346
346
  - spec/dummy/tmp/capybara/capybara-201306231456094410600944.html
347
347
  - spec/dummy/tmp/capybara/capybara-201306241614165984820086.html
348
348
  - spec/dummy/tmp/capybara/capybara-20130623151435523273444.html
349
+ - spec/dummy/tmp/cache/769/300/static_block%3A%3Afoo
349
350
  - spec/dummy/tmp/cache/sass/4f0ce0b83bd09d93536268da405600ef1b98018d/bootstrap.scssc
350
351
  - spec/dummy/tmp/cache/sass/cec3b0e976607689afac1fc85095e1fdcb40263a/_accordion.scssc
351
352
  - spec/dummy/tmp/cache/sass/cec3b0e976607689afac1fc85095e1fdcb40263a/_grid.scssc
@@ -526,6 +527,7 @@ test_files:
526
527
  - spec/dummy/tmp/capybara/capybara-201306231456094410600944.html
527
528
  - spec/dummy/tmp/capybara/capybara-201306241614165984820086.html
528
529
  - spec/dummy/tmp/capybara/capybara-20130623151435523273444.html
530
+ - spec/dummy/tmp/cache/769/300/static_block%3A%3Afoo
529
531
  - spec/dummy/tmp/cache/sass/4f0ce0b83bd09d93536268da405600ef1b98018d/bootstrap.scssc
530
532
  - spec/dummy/tmp/cache/sass/cec3b0e976607689afac1fc85095e1fdcb40263a/_accordion.scssc
531
533
  - spec/dummy/tmp/cache/sass/cec3b0e976607689afac1fc85095e1fdcb40263a/_grid.scssc