blocky 0.0.6 → 0.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/blocky/all.scss +20 -0
- data/app/assets/stylesheets/blocky/application.css.scss +1 -18
- data/lib/blocky/version.rb +1 -1
- data/spec/dummy/Procfile +1 -0
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +422 -0
- data/spec/dummy/tmp/cache/E82/5D0/blocky%2Fcontent_blocks%2F2-20140522172212942644000 +3 -0
- data/spec/dummy/tmp/cache/E86/7B0/blocky%2Fcontent_blocks%2F4-20140522172300720879000 +6 -0
- data/spec/dummy/tmp/cache/E88/650/blocky%2Fcontent_blocks%2F1-20140522172212927549000 +3 -0
- data/spec/dummy/tmp/cache/E8F/B50/blocky%2Fcontent_blocks%2F3-20140522172212955589000 +3 -0
- data/spec/dummy/tmp/cache/E8F/DF0/blocky%2Fcontent_blocks%2F4-20140522172414829485000 +4 -0
- metadata +15 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 08b7e1668b91af7bf97863d2b7a497c3ec6aed93
|
4
|
+
data.tar.gz: 6dbe4418ce56430a2290e9099b7e67a49affc6b9
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
|
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
|
*/
|
data/lib/blocky/version.rb
CHANGED
data/spec/dummy/Procfile
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
web: rails s Puma
|
Binary file
|
data/spec/dummy/db/test.sqlite3
CHANGED
Binary file
|
@@ -15942,3 +15942,425 @@ Processing by StaticPagesController#home as HTML
|
|
15942
15942
|
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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
|
+
[1m[36m (1.5ms)[0m [1mCREATE 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)) [0m
|
15946
|
+
[1m[35m (1.0ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
15947
|
+
[1m[36m (1.0ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
15948
|
+
[1m[35m (0.2ms)[0m SELECT version FROM "schema_migrations"
|
15949
|
+
[1m[36m (6.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140521143840')[0m
|
15950
|
+
[1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20140326211453')
|
15951
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15952
|
+
|
15953
|
+
|
15954
|
+
Started GET "/" for 127.0.0.1 at 2014-05-22 12:22:12 -0500
|
15955
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
15956
|
+
Processing by StaticPagesController#home as HTML
|
15957
|
+
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15959
|
+
[1m[35mSQL (2.6ms)[0m 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
|
+
[1m[36m (1.2ms)[0m [1mcommit transaction[0m
|
15961
|
+
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
15963
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
15965
|
+
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
15967
|
+
[1m[35mSQL (0.3ms)[0m 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
|
+
[1m[36m (0.8ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m
|
15977
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m
|
15985
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m
|
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
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m
|
15995
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m
|
16003
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"
|
16012
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)[0m
|
16013
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36m (0.1ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m
|
16022
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)
|
16023
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NOT NULL)[0m
|
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
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m
|
16033
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m
|
16041
|
+
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m
|
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
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m
|
16051
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m
|
16095
|
+
[1m[35m (0.0ms)[0m begin transaction
|
16096
|
+
[1m[36mSQL (0.4ms)[0m [1mINSERT INTO "blocky_content_blocks" ("content", "created_at", "name", "page_path", "updated_at") VALUES (?, ?, ?, ?, ?)[0m [["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
|
+
[1m[35m (0.8ms)[0m commit transaction
|
16098
|
+
[1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m
|
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
|
+
[1m[35m (0.1ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"
|
16106
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)[0m
|
16107
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1 [["id", "4"]]
|
16126
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
16127
|
+
[1m[35mSQL (0.5ms)[0m 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
|
+
[1m[36m (0.7ms)[0m [1mcommit transaction[0m
|
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
|
+
[1m[35m (0.2ms)[0m SELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"
|
16136
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)[0m
|
16137
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36m (0.4ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m
|
16146
|
+
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)
|
16147
|
+
[1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NOT NULL)[0m
|
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
|
+
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "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[0m
|
16157
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m
|
16201
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (2.9ms)[0m [1mSELECT "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[0m
|
16209
|
+
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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
|
+
[1m[36m (0.2ms)[0m [1mSELECT MAX("blocky_content_blocks"."updated_at") AS max_id FROM "blocky_content_blocks"[0m
|
16217
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m SELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NULL)
|
16218
|
+
[1m[36mBlocky::ContentBlock Load (0.1ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE (page_path IS NOT NULL)[0m
|
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
|
+
[1m[35mBlocky::ContentBlock Load (0.1ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "blocky_content_blocks".* FROM "blocky_content_blocks" WHERE "blocky_content_blocks"."id" = ? LIMIT 1[0m [["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
|
+
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.3ms)[0m [1mSELECT "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[0m
|
16254
|
+
[1m[35mBlocky::ContentBlock Load (0.2ms)[0m 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
|
+
[1m[36mBlocky::ContentBlock Load (0.2ms)[0m [1mSELECT "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[0m
|
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
|
+
[1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
|
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)
|
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.
|
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-
|
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
|