blocky 0.0.6 → 0.0.7

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 23a93201a48968e41989283799f7924b759d8f59
4
- data.tar.gz: 0104a644f2d34772d4ec9c6cfba301c10ceb2c1b
3
+ metadata.gz: 08b7e1668b91af7bf97863d2b7a497c3ec6aed93
4
+ data.tar.gz: 6dbe4418ce56430a2290e9099b7e67a49affc6b9
5
5
  SHA512:
6
- metadata.gz: 657d45ad880a8c00436a1ff26ad594d2d427558e2ec719d081d92e033ac8dd4f26e19ae137a479e3860e1a1e654584ae6b985a3bed8ee1a44c6eb4d2b541bb79
7
- data.tar.gz: 8b83c1459591e963a375b062f8d8732408bd890fa52c4d8ec71d7b133cce5c5d4e5e932483435e8a44830800728706249d7d0aa7920815accdca98dd49017a67
6
+ metadata.gz: 307f7f64c3c3a981ffbc880ad6f963960b0074150d017af089bb9d68053852045e8d5da638e82b232685e9d7d5adb8c470dd54e4ccb74ab798bc80ded91ec2df
7
+ data.tar.gz: b3eab1aa6791b4e7d478e257157fb3c519f60aa0549fa3dc1b7e36f709fe1d0d4efe484f33a1843cffd29162a2ab67a16a621f9f46c44deaff5e81b6393af89d
@@ -0,0 +1,20 @@
1
+ /*
2
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
3
+ * listed below.
4
+ *
5
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
+ * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
+ *
8
+ * You're free to add application-wide styles to this file and they'll appear at the top of the
9
+ * compiled file, but it's generally better to create a new file per style scope.
10
+ *
11
+ *= require_self
12
+ *= require blocky/normalize
13
+ *= require blocky/bootstrap
14
+ *= require blocky/font-awesome
15
+ *= require blocky/codemirror/codemirror
16
+ *= require blocky/codemirror/monokai
17
+ *= require blocky/summernote
18
+ *= require_tree ./shared
19
+ *= require_tree ./application
20
+ */
@@ -1,20 +1,3 @@
1
1
  /*
2
- * This is a manifest file that'll be compiled into application.css, which will include all the files
3
- * listed below.
4
- *
5
- * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
6
- * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
7
- *
8
- * You're free to add application-wide styles to this file and they'll appear at the top of the
9
- * compiled file, but it's generally better to create a new file per style scope.
10
- *
11
- *= require_self
12
- *= require blocky/normalize
13
- *= require blocky/bootstrap
14
- *= require blocky/font-awesome
15
- *= require blocky/codemirror/codemirror
16
- *= require blocky/codemirror/monokai
17
- *= require blocky/summernote
18
- *= require_tree ./shared
19
- *= require_tree ./application
2
+ *= require blocky/all
20
3
  */
@@ -1,3 +1,3 @@
1
1
  module Blocky
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
@@ -0,0 +1 @@
1
+ web: rails s Puma
Binary file
@@ -15942,3 +15942,425 @@ Processing by StaticPagesController#home as HTML
15942
15942
  Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15943
15943
  Rendered static_pages/home.html.erb within layouts/application (37.9ms)
15944
15944
  Completed 200 OK in 42ms (Views: 36.8ms | ActiveRecord: 5.2ms)
15945
+  (1.5ms) CREATE TABLE "blocky_content_blocks" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "name" varchar(255), "content" text, "created_at" datetime, "updated_at" datetime, "page_path" varchar(255)) 
15946
+  (1.0ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
15947
+  (1.0ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
15948
+  (0.2ms) SELECT version FROM "schema_migrations"
15949
+  (6.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20140521143840')
15950
+  (1.0ms) INSERT INTO "schema_migrations" (version) VALUES ('20140326211453')
15951
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15952
+
15953
+
15954
+ Started GET "/" for 127.0.0.1 at 2014-05-22 12:22:12 -0500
15955
+ ActiveRecord::SchemaMigration Load (0.1ms) SELECT "schema_migrations".* FROM "schema_migrations"
15956
+ Processing by StaticPagesController#home as HTML
15957
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15958
+  (0.1ms) begin transaction
15959
+ SQL (2.6ms) INSERT INTO "blocky_content_blocks" ("content", "created_at", "name", "page_path", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "\n<p><br/></p>\n"], ["created_at", Thu, 22 May 2014 17:22:12 UTC +00:00], ["name", :hello_world], ["page_path", "/"], ["updated_at", Thu, 22 May 2014 17:22:12 UTC +00:00]]
15960
+  (1.2ms) commit transaction
15961
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15962
+  (0.1ms) begin transaction
15963
+ SQL (0.5ms) INSERT INTO "blocky_content_blocks" ("content", "created_at", "name", "page_path", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "\n<p><br/></p>\n"], ["created_at", Thu, 22 May 2014 17:22:12 UTC +00:00], ["name", :some_block], ["page_path", "/"], ["updated_at", Thu, 22 May 2014 17:22:12 UTC +00:00]]
15964
+  (0.7ms) commit transaction
15965
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15966
+  (0.0ms) begin transaction
15967
+ SQL (0.3ms) INSERT INTO "blocky_content_blocks" ("content", "created_at", "name", "updated_at") VALUES (?, ?, ?, ?) [["content", "\n<p><br/></p>\n"], ["created_at", Thu, 22 May 2014 17:22:12 UTC +00:00], ["name", :phone_number], ["updated_at", Thu, 22 May 2014 17:22:12 UTC +00:00]]
15968
+  (0.8ms) commit transaction
15969
+ Rendered static_pages/home.html.erb within layouts/application (62.1ms)
15970
+ Completed 200 OK in 94ms (Views: 86.3ms | ActiveRecord: 7.2ms)
15971
+
15972
+
15973
+ Started GET "/" for 127.0.0.1 at 2014-05-22 12:22:14 -0500
15974
+ Processing by StaticPagesController#home as HTML
15975
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15976
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15977
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15978
+ Rendered static_pages/home.html.erb within layouts/application (2.7ms)
15979
+ Completed 200 OK in 5ms (Views: 4.8ms | ActiveRecord: 0.3ms)
15980
+
15981
+
15982
+ Started GET "/" for 127.0.0.1 at 2014-05-22 12:22:14 -0500
15983
+ Processing by StaticPagesController#home as HTML
15984
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15985
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15986
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15987
+ Rendered static_pages/home.html.erb within layouts/application (2.2ms)
15988
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms)
15989
+
15990
+
15991
+ Started GET "/" for 127.0.0.1 at 2014-05-22 12:22:15 -0500
15992
+ Processing by StaticPagesController#home as HTML
15993
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15994
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15995
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
15996
+ Rendered static_pages/home.html.erb within layouts/application (2.2ms)
15997
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms)
15998
+
15999
+
16000
+ Started GET "/" for 127.0.0.1 at 2014-05-22 12:22:15 -0500
16001
+ Processing by StaticPagesController#home as HTML
16002
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16003
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16004
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16005
+ Rendered static_pages/home.html.erb within layouts/application (2.7ms)
16006
+ Completed 200 OK in 5ms (Views: 4.9ms | ActiveRecord: 0.4ms)
16007
+
16008
+
16009
+ Started GET "/blocky/" for 127.0.0.1 at 2014-05-22 12:22:16 -0500
16010
+ Processing by Blocky::ContentBlocksController#index as HTML
16011
+  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"
16012
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)
16013
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NOT NULL)
16014
+ Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.8ms)
16015
+ Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.5ms)
16016
+ Completed 200 OK in 287ms (Views: 285.0ms | ActiveRecord: 0.3ms)
16017
+
16018
+
16019
+ Started GET "/blocky/" for 127.0.0.1 at 2014-05-22 12:22:17 -0500
16020
+ Processing by Blocky::ContentBlocksController#index as HTML
16021
+  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"
16022
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)
16023
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NOT NULL)
16024
+ Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (2.1ms)
16025
+ Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms)
16026
+ Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.3ms)
16027
+
16028
+
16029
+ Started GET "/" for 127.0.0.1 at 2014-05-22 12:22:24 -0500
16030
+ Processing by StaticPagesController#home as HTML
16031
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16032
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16033
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16034
+ Rendered static_pages/home.html.erb within layouts/application (2.2ms)
16035
+ Completed 200 OK in 5ms (Views: 4.2ms | ActiveRecord: 0.3ms)
16036
+
16037
+
16038
+ Started GET "/" for 127.0.0.1 at 2014-05-22 12:22:24 -0500
16039
+ Processing by StaticPagesController#home as HTML
16040
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16041
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16042
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16043
+ Rendered static_pages/home.html.erb within layouts/application (3.3ms)
16044
+ Completed 200 OK in 6ms (Views: 5.7ms | ActiveRecord: 0.5ms)
16045
+
16046
+
16047
+ Started GET "/" for 127.0.0.1 at 2014-05-22 12:23:00 -0500
16048
+ Processing by StaticPagesController#home as HTML
16049
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16050
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16051
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16052
+ Rendered static_pages/home.html.erb within layouts/application (2.2ms)
16053
+ Completed 200 OK in 5ms (Views: 4.5ms | ActiveRecord: 0.3ms)
16054
+
16055
+
16056
+ Started GET "/c/" for 127.0.0.1 at 2014-05-22 12:23:00 -0500
16057
+
16058
+ ActionController::RoutingError (No route matches [GET] "/c"):
16059
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16060
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16061
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
16062
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
16063
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16064
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
16065
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
16066
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
16067
+ quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets'
16068
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16069
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
16070
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
16071
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
16072
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
16073
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
16074
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
16075
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
16076
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
16077
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
16078
+ puma (2.8.1) lib/puma/server.rb:490:in `handle_request'
16079
+ puma (2.8.1) lib/puma/server.rb:361:in `process_client'
16080
+ puma (2.8.1) lib/puma/server.rb:254:in `block in run'
16081
+ puma (2.8.1) lib/puma/thread_pool.rb:92:in `call'
16082
+ puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
16083
+
16084
+
16085
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
16086
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
16087
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
16088
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (5.4ms)
16089
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (22.1ms)
16090
+
16091
+
16092
+ Started GET "/contact" for 127.0.0.1 at 2014-05-22 12:23:00 -0500
16093
+ Processing by StaticPagesController#contact as HTML
16094
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16095
+  (0.0ms) begin transaction
16096
+ SQL (0.4ms) INSERT INTO "blocky_content_blocks" ("content", "created_at", "name", "page_path", "updated_at") VALUES (?, ?, ?, ?, ?) [["content", "\n<p>Hello world</p>\n\n<p>This is the default content</p>\n\n"], ["created_at", Thu, 22 May 2014 17:23:00 UTC +00:00], ["name", :hello_world], ["page_path", "/contact"], ["updated_at", Thu, 22 May 2014 17:23:00 UTC +00:00]]
16097
+  (0.8ms) commit transaction
16098
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16099
+ Rendered static_pages/contact.html.erb within layouts/application (12.5ms)
16100
+ Completed 200 OK in 16ms (Views: 14.3ms | ActiveRecord: 1.5ms)
16101
+
16102
+
16103
+ Started GET "/blocky/" for 127.0.0.1 at 2014-05-22 12:23:45 -0500
16104
+ Processing by Blocky::ContentBlocksController#index as HTML
16105
+  (0.1ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"
16106
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)
16107
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NOT NULL)
16108
+ Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (2.2ms)
16109
+ Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms)
16110
+ Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.3ms)
16111
+
16112
+
16113
+ Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-22 12:23:56 -0500
16114
+ Processing by Blocky::ContentBlocksController#edit as HTML
16115
+ Parameters: {"id"=>"4"}
16116
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]
16117
+ Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.2ms)
16118
+ Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms)
16119
+ Completed 200 OK in 25ms (Views: 20.8ms | ActiveRecord: 0.2ms)
16120
+
16121
+
16122
+ Started PATCH "/blocky/4" for 127.0.0.1 at 2014-05-22 12:24:14 -0500
16123
+ Processing by Blocky::ContentBlocksController#update as HTML
16124
+ Parameters: {"utf8"=>"✓", "authenticity_token"=>"5tELkwlHHFO7JAJFHQoxFXICGzOBBVCSBZODBwZg1S4=", "content_block"=>{"content"=>" \r\n<p><span style=\"font-weight: bold;\">This is a change!!!</span></p>\r\n\r\n\r\n "}, "id"=>"4"}
16125
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]
16126
+  (0.1ms) begin transaction
16127
+ SQL (0.5ms) UPDATE "blocky_content_blocks" SET "content" = ?, "updated_at" = ? WHERE "blocky_content_blocks"."id" = 4 [["content", "\n<p><span style=\"font-weight: bold;\">This is a change!!!</span></p>\n\n"], ["updated_at", Thu, 22 May 2014 17:24:14 UTC +00:00]]
16128
+  (0.7ms) commit transaction
16129
+ Redirected to http://localhost:3000/blocky/
16130
+ Completed 302 Found in 6ms (ActiveRecord: 1.4ms)
16131
+
16132
+
16133
+ Started GET "/blocky/" for 127.0.0.1 at 2014-05-22 12:24:14 -0500
16134
+ Processing by Blocky::ContentBlocksController#index as HTML
16135
+  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"
16136
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)
16137
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NOT NULL)
16138
+ Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (2.4ms)
16139
+ Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms)
16140
+ Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.3ms)
16141
+
16142
+
16143
+ Started GET "/blocky/" for 127.0.0.1 at 2014-05-22 12:24:17 -0500
16144
+ Processing by Blocky::ContentBlocksController#index as HTML
16145
+  (0.4ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"
16146
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)
16147
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NOT NULL)
16148
+ Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (4.5ms)
16149
+ Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms)
16150
+ Completed 200 OK in 27ms (Views: 25.9ms | ActiveRecord: 0.9ms)
16151
+
16152
+
16153
+ Started GET "/" for 127.0.0.1 at 2014-05-22 12:24:17 -0500
16154
+ Processing by StaticPagesController#home as HTML
16155
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16156
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16157
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16158
+ Rendered static_pages/home.html.erb within layouts/application (2.3ms)
16159
+ Completed 200 OK in 5ms (Views: 4.4ms | ActiveRecord: 0.3ms)
16160
+
16161
+
16162
+ Started GET "/c/" for 127.0.0.1 at 2014-05-22 12:24:17 -0500
16163
+
16164
+ ActionController::RoutingError (No route matches [GET] "/c"):
16165
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16166
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16167
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
16168
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
16169
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16170
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
16171
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
16172
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
16173
+ quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets'
16174
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16175
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
16176
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
16177
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
16178
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
16179
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
16180
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
16181
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
16182
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
16183
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
16184
+ puma (2.8.1) lib/puma/server.rb:490:in `handle_request'
16185
+ puma (2.8.1) lib/puma/server.rb:361:in `process_client'
16186
+ puma (2.8.1) lib/puma/server.rb:254:in `block in run'
16187
+ puma (2.8.1) lib/puma/thread_pool.rb:92:in `call'
16188
+ puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
16189
+
16190
+
16191
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.6ms)
16192
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.5ms)
16193
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.0ms)
16194
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (1.1ms)
16195
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (22.7ms)
16196
+
16197
+
16198
+ Started GET "/contact" for 127.0.0.1 at 2014-05-22 12:24:17 -0500
16199
+ Processing by StaticPagesController#contact as HTML
16200
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16201
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16202
+ Rendered static_pages/contact.html.erb within layouts/application (3.7ms)
16203
+ Completed 200 OK in 7ms (Views: 6.7ms | ActiveRecord: 0.3ms)
16204
+
16205
+
16206
+ Started GET "/contact" for 127.0.0.1 at 2014-05-22 12:24:23 -0500
16207
+ Processing by StaticPagesController#contact as HTML
16208
+ Blocky::ContentBlock Load (2.9ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/contact' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16209
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16210
+ Rendered static_pages/contact.html.erb within layouts/application (5.3ms)
16211
+ Completed 200 OK in 9ms (Views: 5.7ms | ActiveRecord: 3.1ms)
16212
+
16213
+
16214
+ Started GET "/blocky/" for 127.0.0.1 at 2014-05-22 12:25:11 -0500
16215
+ Processing by Blocky::ContentBlocksController#index as HTML
16216
+  (0.2ms) SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"
16217
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)
16218
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NOT NULL)
16219
+ Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/index.html.erb within layouts/blocky/application (2.1ms)
16220
+ Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms)
16221
+ Completed 200 OK in 18ms (Views: 17.3ms | ActiveRecord: 0.3ms)
16222
+
16223
+
16224
+ Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-22 12:25:13 -0500
16225
+ Processing by Blocky::ContentBlocksController#edit as HTML
16226
+ Parameters: {"id"=>"4"}
16227
+ Blocky::ContentBlock Load (0.1ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]
16228
+ Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (1.4ms)
16229
+ Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms)
16230
+ Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.1ms)
16231
+
16232
+
16233
+ Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-22 12:28:54 -0500
16234
+ Processing by Blocky::ContentBlocksController#edit as HTML
16235
+ Parameters: {"id"=>"4"}
16236
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]
16237
+ Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.8ms)
16238
+ Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms)
16239
+ Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.2ms)
16240
+
16241
+
16242
+ Started GET "/blocky/4/edit" for 127.0.0.1 at 2014-05-22 12:29:00 -0500
16243
+ Processing by Blocky::ContentBlocksController#edit as HTML
16244
+ Parameters: {"id"=>"4"}
16245
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]
16246
+ Rendered /Users/brian/github/codelation/blocky/app/views/blocky/content_blocks/edit.html.erb within layouts/blocky/application (2.3ms)
16247
+ Rendered /Users/brian/github/codelation/blocky/app/views/layouts/blocky/_flash_messages.html.erb (0.1ms)
16248
+ Completed 200 OK in 25ms (Views: 23.8ms | ActiveRecord: 0.2ms)
16249
+
16250
+
16251
+ Started GET "/" for 127.0.0.1 at 2014-05-22 13:41:01 -0500
16252
+ Processing by StaticPagesController#home as HTML
16253
+ Blocky::ContentBlock Load (0.3ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'hello_world' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16254
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" = '/' AND "blocky_content_blocks"."name" = 'some_block' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16255
+ Blocky::ContentBlock Load (0.2ms) SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."page_path" IS NULL AND "blocky_content_blocks"."name" = 'phone_number' ORDER BY "blocky_content_blocks"."id" ASC LIMIT 1
16256
+ Rendered static_pages/home.html.erb within layouts/application (6.9ms)
16257
+ Completed 200 OK in 11ms (Views: 10.3ms | ActiveRecord: 0.8ms)
16258
+
16259
+
16260
+ Started GET "/admin/content/" for 127.0.0.1 at 2014-05-22 15:19:42 -0500
16261
+ ActiveRecord::SchemaMigration Load (0.6ms) SELECT "schema_migrations".* FROM "schema_migrations"
16262
+
16263
+ ActionController::RoutingError (No route matches [GET] "/admin/content"):
16264
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16265
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16266
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
16267
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
16268
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16269
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
16270
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
16271
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
16272
+ quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets'
16273
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16274
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
16275
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
16276
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
16277
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
16278
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
16279
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
16280
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
16281
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
16282
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
16283
+ puma (2.8.1) lib/puma/server.rb:490:in `handle_request'
16284
+ puma (2.8.1) lib/puma/server.rb:361:in `process_client'
16285
+ puma (2.8.1) lib/puma/server.rb:254:in `block in run'
16286
+ puma (2.8.1) lib/puma/thread_pool.rb:92:in `call'
16287
+ puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
16288
+
16289
+
16290
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
16291
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.9ms)
16292
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.2ms)
16293
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (13.4ms)
16294
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (40.6ms)
16295
+
16296
+
16297
+ Started GET "/admin/emg/resources" for 127.0.0.1 at 2014-05-22 15:19:46 -0500
16298
+
16299
+ ActionController::RoutingError (No route matches [GET] "/admin/emg/resources"):
16300
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16301
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16302
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
16303
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
16304
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16305
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
16306
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
16307
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
16308
+ quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets'
16309
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16310
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
16311
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
16312
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
16313
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
16314
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
16315
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
16316
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
16317
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
16318
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
16319
+ puma (2.8.1) lib/puma/server.rb:490:in `handle_request'
16320
+ puma (2.8.1) lib/puma/server.rb:361:in `process_client'
16321
+ puma (2.8.1) lib/puma/server.rb:254:in `block in run'
16322
+ puma (2.8.1) lib/puma/thread_pool.rb:92:in `call'
16323
+ puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
16324
+
16325
+
16326
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (0.9ms)
16327
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.7ms)
16328
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
16329
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.8ms)
16330
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (15.0ms)
16331
+
16332
+
16333
+ Started GET "/admin/" for 127.0.0.1 at 2014-05-22 15:19:46 -0500
16334
+
16335
+ ActionController::RoutingError (No route matches [GET] "/admin"):
16336
+ actionpack (4.0.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
16337
+ actionpack (4.0.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
16338
+ railties (4.0.4) lib/rails/rack/logger.rb:38:in `call_app'
16339
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `block in call'
16340
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
16341
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:26:in `tagged'
16342
+ activesupport (4.0.4) lib/active_support/tagged_logging.rb:68:in `tagged'
16343
+ railties (4.0.4) lib/rails/rack/logger.rb:20:in `call'
16344
+ quiet_assets (1.0.2) lib/quiet_assets.rb:18:in `call_with_quiet_assets'
16345
+ actionpack (4.0.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
16346
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
16347
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
16348
+ activesupport (4.0.4) lib/active_support/cache/strategy/local_cache.rb:83:in `call'
16349
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
16350
+ actionpack (4.0.4) lib/action_dispatch/middleware/static.rb:64:in `call'
16351
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
16352
+ railties (4.0.4) lib/rails/engine.rb:511:in `call'
16353
+ railties (4.0.4) lib/rails/application.rb:97:in `call'
16354
+ rack (1.5.2) lib/rack/content_length.rb:14:in `call'
16355
+ puma (2.8.1) lib/puma/server.rb:490:in `handle_request'
16356
+ puma (2.8.1) lib/puma/server.rb:361:in `process_client'
16357
+ puma (2.8.1) lib/puma/server.rb:254:in `block in run'
16358
+ puma (2.8.1) lib/puma/thread_pool.rb:92:in `call'
16359
+ puma (2.8.1) lib/puma/thread_pool.rb:92:in `block in spawn_thread'
16360
+
16361
+
16362
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/_trace.erb (1.1ms)
16363
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.8ms)
16364
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (0.5ms)
16365
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (0.9ms)
16366
+ Rendered /Users/brian/.rvm/gems/ruby-2.1.1/gems/actionpack-4.0.4/lib/action_dispatch/middleware/templates/rescues/routing_error.erb within rescues/layout (17.8ms)
@@ -0,0 +1,3 @@
1
+ o: ActiveSupport::Cache::Entry: @valueIC:ActiveSupport::SafeBuffer"
2
+ <p><br/></p>
3
+ :ET:@html_safeT:@created_atf1400779332.945319:@expires_in0
@@ -0,0 +1,6 @@
1
+ o: ActiveSupport::Cache::Entry: @valueIC:ActiveSupport::SafeBuffer">
2
+ <p>Hello world</p>
3
+
4
+ <p>This is the default content</p>
5
+
6
+ :ET:@html_safeT:@created_atf1400779380.723124:@expires_in0
@@ -0,0 +1,3 @@
1
+ o: ActiveSupport::Cache::Entry: @valueIC:ActiveSupport::SafeBuffer"
2
+ <p><br/></p>
3
+ :ET:@html_safeT:@created_atf1400779332.9335449:@expires_in0
@@ -0,0 +1,3 @@
1
+ o: ActiveSupport::Cache::Entry: @valueIC:ActiveSupport::SafeBuffer"
2
+ <p><br/></p>
3
+ :ET:@html_safeT:@created_atf1400779332.9575071:@expires_in0
@@ -0,0 +1,4 @@
1
+ o: ActiveSupport::Cache::Entry: @valueIC:ActiveSupport::SafeBuffer"J
2
+ <p><span style="font-weight: bold;">This is a change!!!</span></p>
3
+
4
+ :ET:@html_safeT:@created_atf1400779457.89392:@expires_in0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: blocky
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.6
4
+ version: 0.0.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brian Pattison
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-05-21 00:00:00.000000000 Z
11
+ date: 2014-05-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cancan
@@ -319,6 +319,7 @@ files:
319
319
  - app/assets/javascripts/blocky/flash_messages.js
320
320
  - app/assets/stylesheets/blocky/_imports.scss
321
321
  - app/assets/stylesheets/blocky/_variables.scss
322
+ - app/assets/stylesheets/blocky/all.scss
322
323
  - app/assets/stylesheets/blocky/application.css.scss
323
324
  - app/assets/stylesheets/blocky/application/content_blocks/edit.scss
324
325
  - app/assets/stylesheets/blocky/application/content_blocks/index.scss
@@ -350,6 +351,7 @@ files:
350
351
  - lib/blocky/version.rb
351
352
  - lib/generators/blocky/install_generator.rb
352
353
  - lib/tasks/blocky_tasks.rake
354
+ - spec/dummy/Procfile
353
355
  - spec/dummy/README.rdoc
354
356
  - spec/dummy/Rakefile
355
357
  - spec/dummy/app/assets/javascripts/application.js
@@ -399,11 +401,16 @@ files:
399
401
  - spec/dummy/tmp/cache/E79/630/blocky%2Fcontent_blocks%2F5-20140326220740803013000
400
402
  - spec/dummy/tmp/cache/E7D/2C0/blocky%2Fcontent_blocks%2F2-20140326211803501817000
401
403
  - spec/dummy/tmp/cache/E7F/480/blocky%2Fcontent_blocks%2F2-20140326211735204743000
404
+ - spec/dummy/tmp/cache/E82/5D0/blocky%2Fcontent_blocks%2F2-20140522172212942644000
402
405
  - spec/dummy/tmp/cache/E83/720/blocky%2Fcontent_blocks%2F3-20140326212218805733000
403
406
  - spec/dummy/tmp/cache/E85/4F0/blocky%2Fcontent_blocks%2F1-20140326211503578725000
407
+ - spec/dummy/tmp/cache/E86/7B0/blocky%2Fcontent_blocks%2F4-20140522172300720879000
408
+ - spec/dummy/tmp/cache/E88/650/blocky%2Fcontent_blocks%2F1-20140522172212927549000
404
409
  - spec/dummy/tmp/cache/E8A/C50/blocky%2Fcontent_blocks%2F6-20140520152442627674000
405
410
  - spec/dummy/tmp/cache/E8C/390/blocky%2Fcontent_blocks%2F9-20140521143916645081000
406
411
  - spec/dummy/tmp/cache/E8F/4B0/blocky%2Fcontent_blocks%2F8-20140521143847577033000
412
+ - spec/dummy/tmp/cache/E8F/B50/blocky%2Fcontent_blocks%2F3-20140522172212955589000
413
+ - spec/dummy/tmp/cache/E8F/DF0/blocky%2Fcontent_blocks%2F4-20140522172414829485000
407
414
  - spec/dummy/tmp/cache/E8F/EE0/blocky%2Fcontent_blocks%2F4-20140326214706659274000
408
415
  - spec/dummy/tmp/cache/E95/020/blocky%2Fcontent_blocks%2F4-20140520170832796695000
409
416
  - spec/dummy/tmp/cache/E9C/710/blocky%2Fcontent_blocks%2F7-20140521143847555969000
@@ -780,6 +787,7 @@ test_files:
780
787
  - spec/dummy/db/test.sqlite3
781
788
  - spec/dummy/log/development.log
782
789
  - spec/dummy/log/test.log
790
+ - spec/dummy/Procfile
783
791
  - spec/dummy/public/404.html
784
792
  - spec/dummy/public/422.html
785
793
  - spec/dummy/public/500.html
@@ -994,11 +1002,16 @@ test_files:
994
1002
  - spec/dummy/tmp/cache/E79/630/blocky%2Fcontent_blocks%2F5-20140326220740803013000
995
1003
  - spec/dummy/tmp/cache/E7D/2C0/blocky%2Fcontent_blocks%2F2-20140326211803501817000
996
1004
  - spec/dummy/tmp/cache/E7F/480/blocky%2Fcontent_blocks%2F2-20140326211735204743000
1005
+ - spec/dummy/tmp/cache/E82/5D0/blocky%2Fcontent_blocks%2F2-20140522172212942644000
997
1006
  - spec/dummy/tmp/cache/E83/720/blocky%2Fcontent_blocks%2F3-20140326212218805733000
998
1007
  - spec/dummy/tmp/cache/E85/4F0/blocky%2Fcontent_blocks%2F1-20140326211503578725000
1008
+ - spec/dummy/tmp/cache/E86/7B0/blocky%2Fcontent_blocks%2F4-20140522172300720879000
1009
+ - spec/dummy/tmp/cache/E88/650/blocky%2Fcontent_blocks%2F1-20140522172212927549000
999
1010
  - spec/dummy/tmp/cache/E8A/C50/blocky%2Fcontent_blocks%2F6-20140520152442627674000
1000
1011
  - spec/dummy/tmp/cache/E8C/390/blocky%2Fcontent_blocks%2F9-20140521143916645081000
1001
1012
  - spec/dummy/tmp/cache/E8F/4B0/blocky%2Fcontent_blocks%2F8-20140521143847577033000
1013
+ - spec/dummy/tmp/cache/E8F/B50/blocky%2Fcontent_blocks%2F3-20140522172212955589000
1014
+ - spec/dummy/tmp/cache/E8F/DF0/blocky%2Fcontent_blocks%2F4-20140522172414829485000
1002
1015
  - spec/dummy/tmp/cache/E8F/EE0/blocky%2Fcontent_blocks%2F4-20140326214706659274000
1003
1016
  - spec/dummy/tmp/cache/E95/020/blocky%2Fcontent_blocks%2F4-20140520170832796695000
1004
1017
  - spec/dummy/tmp/cache/E9C/710/blocky%2Fcontent_blocks%2F7-20140521143847555969000