rails-settings-ui 0.3.0 → 0.3.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +2 -0
- data/lib/rails-settings-ui/type_converter.rb +1 -1
- data/lib/rails-settings-ui/version.rb +1 -1
- data/spec/dummy/log/test.log +238 -0
- data/spec/dummy/tmp/cache/702/EF0/settings%3Acompany +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2af9b45ff596a83abad6bbdc0a8c567199c3bc6a
|
4
|
+
data.tar.gz: b134ea0e83b9c7644ea2acbd00b5f93254518860
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7b165789e8b71a0c4157aa07e35aeef024da04a47ee4a00a82226e0c4c99df0a3b66ef601828a08754880ee6b49b106797dfcf3c97f5416561c0e4fb8a8dd0dd
|
7
|
+
data.tar.gz: dd9b49f16a96e8f7bb9a1d4c929775f4807e1cc28ae09b71ea4504101b0981b84bc8aa77fc257fd8ad6e6daf05fd0146c99a19e0f9a6491062b38692c43ddaa1
|
data/README.md
CHANGED
@@ -27,7 +27,7 @@ module RailsSettingsUi
|
|
27
27
|
type = setting_value_type(name, value)
|
28
28
|
settings[name] = type.cast
|
29
29
|
if type.errors.any?
|
30
|
-
errors[name.to_sym] = type.errors
|
30
|
+
errors[name.to_sym] = type.errors.join(', ')
|
31
31
|
end
|
32
32
|
end
|
33
33
|
settings = set_non_presented_boolean_settings_to_false(settings)
|
data/spec/dummy/log/test.log
CHANGED
@@ -7539,3 +7539,241 @@ Completed 200 OK in 9ms (Views: 7.1ms | ActiveRecord: 0.1ms)
|
|
7539
7539
|
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
7540
7540
|
[1m[35m (0.0ms)[0m begin transaction
|
7541
7541
|
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
7542
|
+
[1m[36m (0.6ms)[0m [1mCREATE TABLE "settings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "var" varchar(255) NOT NULL, "value" text, "thing_id" integer, "thing_type" varchar(30), "created_at" datetime, "updated_at" datetime) [0m
|
7543
|
+
[1m[35m (0.4ms)[0m select sqlite_version(*)
|
7544
|
+
[1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_settings_on_thing_type_and_thing_id_and_var" ON "settings" ("thing_type", "thing_id", "var")[0m
|
7545
|
+
[1m[35m (0.1ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
7546
|
+
[1m[36m (0.1ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
7547
|
+
[1m[35m (0.0ms)[0m SELECT version FROM "schema_migrations"
|
7548
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140320182332')[0m
|
7549
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7550
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7551
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7552
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7553
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7554
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7555
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7556
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
7557
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7558
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7559
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7560
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
7561
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7562
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7563
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7564
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7565
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7566
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7567
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7568
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
7569
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7570
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
7571
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7572
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7573
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7574
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7575
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7576
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7577
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7578
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7579
|
+
[1m[35m (0.2ms)[0m begin transaction
|
7580
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7581
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7582
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7583
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7584
|
+
[1m[36mSettings Load (0.1ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7585
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (12.7ms)
|
7586
|
+
Completed 200 OK in 53ms (Views: 46.8ms | ActiveRecord: 0.7ms)
|
7587
|
+
[1m[35m (0.2ms)[0m rollback transaction
|
7588
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7589
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7590
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7591
|
+
[1m[35mSettings Load (0.2ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7592
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (3.5ms)
|
7593
|
+
Completed 200 OK in 7ms (Views: 6.2ms | ActiveRecord: 0.2ms)
|
7594
|
+
Started PUT "/settings/update_all" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7595
|
+
Processing by RailsSettingsUi::SettingsController#update_all as HTML
|
7596
|
+
Parameters: {"utf8"=>"✓", "settings"=>{"project_name"=>"Dummy", "limit"=>"150", "style"=>"test", "check_something"=>"on", "description"=>"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.", "mode"=>{"auto"=>"on", "manual"=>"on"}}, "commit"=>"Save all"}
|
7597
|
+
[1m[36mSettings Load (0.1ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7598
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (3.5ms)
|
7599
|
+
Completed 200 OK in 7ms (Views: 5.4ms | ActiveRecord: 0.1ms)
|
7600
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7601
|
+
[1m[36m (0.0ms)[0m [1mbegin transaction[0m
|
7602
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7603
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7604
|
+
[1m[35mSettings Load (0.1ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7605
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (5.3ms)
|
7606
|
+
Completed 200 OK in 8ms (Views: 7.5ms | ActiveRecord: 0.1ms)
|
7607
|
+
Started PUT "/settings/update_all" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7608
|
+
Processing by RailsSettingsUi::SettingsController#update_all as HTML
|
7609
|
+
Parameters: {"utf8"=>"✓", "settings"=>{"project_name"=>"Dummy", "limit"=>"test", "style"=>"{\"border_color\"=>\"e0e0e0\", \"block_color\"=>\"ffffff\", \"title\"=>{\"font\"=>\"Tahoma\", \"size\"=>\"12\", \"color\"=>\"107821\"}}", "check_something"=>"on", "description"=>"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.", "mode"=>{"auto"=>"on", "manual"=>"on"}}, "commit"=>"Save all"}
|
7610
|
+
[1m[36mSettings Load (0.1ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7611
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (5.2ms)
|
7612
|
+
Completed 200 OK in 9ms (Views: 7.7ms | ActiveRecord: 0.1ms)
|
7613
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7614
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7615
|
+
[1m[35m (0.1ms)[0m SAVEPOINT active_record_1
|
7616
|
+
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "settings" ("created_at", "updated_at", "value", "var") VALUES (?, ?, ?, ?)[0m [["created_at", "2014-08-06 18:34:58.344815"], ["updated_at", "2014-08-06 18:34:58.344815"], ["value", "--- apple\n...\n"], ["var", "company"]]
|
7617
|
+
[1m[35m (0.2ms)[0m RELEASE SAVEPOINT active_record_1
|
7618
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7619
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7620
|
+
[1m[36mSettings Load (0.2ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7621
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (4.6ms)
|
7622
|
+
Completed 200 OK in 10ms (Views: 7.8ms | ActiveRecord: 0.2ms)
|
7623
|
+
[1m[35m (0.4ms)[0m rollback transaction
|
7624
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7625
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7626
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7627
|
+
[1m[35mSettings Load (0.1ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7628
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (5.4ms)
|
7629
|
+
Completed 200 OK in 9ms (Views: 8.3ms | ActiveRecord: 0.1ms)
|
7630
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
7631
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7632
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7633
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7634
|
+
[1m[36mSettings Load (0.1ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7635
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (4.6ms)
|
7636
|
+
Completed 200 OK in 9ms (Views: 7.8ms | ActiveRecord: 0.1ms)
|
7637
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7638
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7639
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7640
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7641
|
+
[1m[35mSettings Load (0.2ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7642
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (5.2ms)
|
7643
|
+
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.2ms)
|
7644
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7645
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7646
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7647
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7648
|
+
[1m[36mSettings Load (0.2ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7649
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (4.0ms)
|
7650
|
+
Completed 200 OK in 7ms (Views: 6.1ms | ActiveRecord: 0.2ms)
|
7651
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7652
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7653
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:34:58 +0400
|
7654
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7655
|
+
[1m[35mSettings Load (0.1ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7656
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (6.3ms)
|
7657
|
+
Completed 200 OK in 11ms (Views: 9.8ms | ActiveRecord: 0.1ms)
|
7658
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7659
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7660
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7661
|
+
[1m[36m (0.6ms)[0m [1mCREATE TABLE "settings" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "var" varchar(255) NOT NULL, "value" text, "thing_id" integer, "thing_type" varchar(30), "created_at" datetime, "updated_at" datetime) [0m
|
7662
|
+
[1m[35m (0.1ms)[0m select sqlite_version(*)
|
7663
|
+
[1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "index_settings_on_thing_type_and_thing_id_and_var" ON "settings" ("thing_type", "thing_id", "var")[0m
|
7664
|
+
[1m[35m (0.2ms)[0m CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL)
|
7665
|
+
[1m[36m (0.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m
|
7666
|
+
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations"
|
7667
|
+
[1m[36m (0.1ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20140320182332')[0m
|
7668
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7669
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7670
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7671
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
7672
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7673
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7674
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7675
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7676
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7677
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7678
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7679
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7680
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7681
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7682
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7683
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7684
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7685
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7686
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7687
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7688
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7689
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7690
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7691
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:35:06 +0400
|
7692
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7693
|
+
[1m[36mSettings Load (0.1ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7694
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (11.8ms)
|
7695
|
+
Completed 200 OK in 45ms (Views: 42.1ms | ActiveRecord: 0.3ms)
|
7696
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7697
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7698
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:35:06 +0400
|
7699
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7700
|
+
[1m[35mSettings Load (0.2ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7701
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (6.0ms)
|
7702
|
+
Completed 200 OK in 21ms (Views: 20.2ms | ActiveRecord: 0.2ms)
|
7703
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7704
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7705
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:35:07 +0400
|
7706
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7707
|
+
[1m[36mSettings Load (0.1ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7708
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (4.9ms)
|
7709
|
+
Completed 200 OK in 9ms (Views: 8.0ms | ActiveRecord: 0.1ms)
|
7710
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7711
|
+
[1m[36m (0.2ms)[0m [1mbegin transaction[0m
|
7712
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:35:07 +0400
|
7713
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7714
|
+
[1m[35mSettings Load (0.2ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7715
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (5.9ms)
|
7716
|
+
Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.1ms)
|
7717
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7718
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7719
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:35:07 +0400
|
7720
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7721
|
+
[1m[36mSettings Load (0.1ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7722
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (4.1ms)
|
7723
|
+
Completed 200 OK in 7ms (Views: 6.3ms | ActiveRecord: 0.1ms)
|
7724
|
+
[1m[35m (0.1ms)[0m rollback transaction
|
7725
|
+
[1m[36m (0.1ms)[0m [1mbegin transaction[0m
|
7726
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:35:07 +0400
|
7727
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7728
|
+
[1m[35mSettings Load (0.2ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7729
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (5.7ms)
|
7730
|
+
Completed 200 OK in 10ms (Views: 9.0ms | ActiveRecord: 0.2ms)
|
7731
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7732
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7733
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:35:07 +0400
|
7734
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7735
|
+
[1m[36mSettings Load (0.2ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7736
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (5.0ms)
|
7737
|
+
Completed 200 OK in 8ms (Views: 7.2ms | ActiveRecord: 0.2ms)
|
7738
|
+
Started PUT "/settings/update_all" for 127.0.0.1 at 2014-08-06 22:35:07 +0400
|
7739
|
+
Processing by RailsSettingsUi::SettingsController#update_all as HTML
|
7740
|
+
Parameters: {"utf8"=>"✓", "settings"=>{"project_name"=>"Dummy", "limit"=>"test", "style"=>"{\"border_color\"=>\"e0e0e0\", \"block_color\"=>\"ffffff\", \"title\"=>{\"font\"=>\"Tahoma\", \"size\"=>\"12\", \"color\"=>\"107821\"}}", "check_something"=>"on", "description"=>"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.", "mode"=>{"auto"=>"on", "manual"=>"on"}}, "commit"=>"Save all"}
|
7741
|
+
[1m[35mSettings Load (0.1ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7742
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (3.9ms)
|
7743
|
+
Completed 200 OK in 9ms (Views: 7.4ms | ActiveRecord: 0.1ms)
|
7744
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
7745
|
+
[1m[35m (0.2ms)[0m begin transaction
|
7746
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:35:07 +0400
|
7747
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7748
|
+
[1m[36mSettings Load (0.1ms)[0m [1mSELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)[0m
|
7749
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (3.8ms)
|
7750
|
+
Completed 200 OK in 7ms (Views: 6.0ms | ActiveRecord: 0.1ms)
|
7751
|
+
Started PUT "/settings/update_all" for 127.0.0.1 at 2014-08-06 22:35:07 +0400
|
7752
|
+
Processing by RailsSettingsUi::SettingsController#update_all as HTML
|
7753
|
+
Parameters: {"utf8"=>"✓", "settings"=>{"project_name"=>"Dummy", "limit"=>"150", "style"=>"test", "check_something"=>"on", "description"=>"But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.", "mode"=>{"auto"=>"on", "manual"=>"on"}}, "commit"=>"Save all"}
|
7754
|
+
[1m[35mSettings Load (0.1ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7755
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (6.3ms)
|
7756
|
+
Completed 200 OK in 11ms (Views: 9.4ms | ActiveRecord: 0.1ms)
|
7757
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
7758
|
+
[1m[35m (0.2ms)[0m begin transaction
|
7759
|
+
[1m[36m (0.1ms)[0m [1mSAVEPOINT active_record_1[0m
|
7760
|
+
[1m[35mSQL (0.3ms)[0m INSERT INTO "settings" ("created_at", "updated_at", "value", "var") VALUES (?, ?, ?, ?) [["created_at", "2014-08-06 18:35:07.177447"], ["updated_at", "2014-08-06 18:35:07.177447"], ["value", "--- apple\n...\n"], ["var", "company"]]
|
7761
|
+
[1m[36m (0.1ms)[0m [1mRELEASE SAVEPOINT active_record_1[0m
|
7762
|
+
Started GET "/settings" for 127.0.0.1 at 2014-08-06 22:35:07 +0400
|
7763
|
+
Processing by RailsSettingsUi::SettingsController#index as HTML
|
7764
|
+
[1m[35mSettings Load (0.2ms)[0m SELECT var,value FROM "settings" WHERE (thing_type is NULL and thing_id is NULL)
|
7765
|
+
Rendered /Users/accessd/projects/rails-settings-ui/app/views/rails_settings_ui/settings/index.html.haml within layouts/rails_settings_ui/application (4.8ms)
|
7766
|
+
Completed 200 OK in 10ms (Views: 8.1ms | ActiveRecord: 0.2ms)
|
7767
|
+
[1m[36m (0.2ms)[0m [1mrollback transaction[0m
|
7768
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7769
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7770
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7771
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7772
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7773
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7774
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7775
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7776
|
+
[1m[35m (0.0ms)[0m begin transaction
|
7777
|
+
[1m[36m (0.1ms)[0m [1mrollback transaction[0m
|
7778
|
+
[1m[35m (0.1ms)[0m begin transaction
|
7779
|
+
[1m[36m (0.0ms)[0m [1mrollback transaction[0m
|
@@ -1,2 +1,2 @@
|
|
1
1
|
o: ActiveSupport::Cache::Entry:@valueI"
|
2
|
-
apple:ET:@created_atf
|
2
|
+
apple:ET:@created_atf1407350107.182223:@expires_in0
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rails-settings-ui
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Andrey Morskov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2014-
|
11
|
+
date: 2014-10-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -56,14 +56,14 @@ dependencies:
|
|
56
56
|
name: sass-rails
|
57
57
|
requirement: !ruby/object:Gem::Requirement
|
58
58
|
requirements:
|
59
|
-
- - "
|
59
|
+
- - ">="
|
60
60
|
- !ruby/object:Gem::Version
|
61
61
|
version: 4.0.0
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
|
-
- - "
|
66
|
+
- - ">="
|
67
67
|
- !ruby/object:Gem::Version
|
68
68
|
version: 4.0.0
|
69
69
|
- !ruby/object:Gem::Dependency
|