switchman 1.5.2 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/switchman/version.rb +1 -1
- metadata +4 -1612
- data/lib/switchman/engine.rb~ +0 -203
- data/spec/dummy/Rakefile +0 -7
- data/spec/dummy/app/models/appendage.rb +0 -22
- data/spec/dummy/app/models/digit.rb +0 -7
- data/spec/dummy/app/models/face.rb +0 -3
- data/spec/dummy/app/models/feature.rb +0 -3
- data/spec/dummy/app/models/mirror_user.rb +0 -5
- data/spec/dummy/app/models/root.rb +0 -5
- data/spec/dummy/app/models/user.rb +0 -29
- data/spec/dummy/config.ru +0 -4
- data/spec/dummy/config/application.rb +0 -48
- data/spec/dummy/config/boot.rb +0 -10
- data/spec/dummy/config/database.yml +0 -21
- data/spec/dummy/config/database.yml.example +0 -25
- data/spec/dummy/config/database.yml.travis +0 -4
- data/spec/dummy/config/environment.rb +0 -5
- data/spec/dummy/config/environments/development.rb +0 -26
- data/spec/dummy/config/environments/production.rb +0 -66
- data/spec/dummy/config/environments/test.rb +0 -28
- data/spec/dummy/config/initializers/backtrace_silencers.rb +0 -7
- data/spec/dummy/config/initializers/migrations_path.rb +0 -5
- data/spec/dummy/config/initializers/secret_token.rb +0 -7
- data/spec/dummy/config/initializers/session_store.rb +0 -8
- data/spec/dummy/config/initializers/wrap_parameters.rb +0 -14
- data/spec/dummy/config/routes.rb +0 -8
- data/spec/dummy/db/development.sqlite3 +0 -0
- data/spec/dummy/db/migrate/20130403132607_create_users.rb +0 -10
- data/spec/dummy/db/migrate/20130411202442_create_appendages.rb +0 -10
- data/spec/dummy/db/migrate/20130411202551_create_mirror_users.rb +0 -9
- data/spec/dummy/db/migrate/20131022202028_create_digits.rb +0 -10
- data/spec/dummy/db/migrate/20131206172923_create_features.rb +0 -12
- data/spec/dummy/db/migrate/20140123154135_add_parent_id_to_users.rb +0 -5
- data/spec/dummy/db/migrate/20140219183820_create_roots.rb +0 -9
- data/spec/dummy/db/migrate/20150618035859_add_dummy_foreign_key.rb +0 -5
- data/spec/dummy/db/migrate/20160122150718_create_faces.rb +0 -9
- data/spec/dummy/db/schema.rb +0 -74
- data/spec/dummy/db/shard_1006.sqlite3 +0 -0
- data/spec/dummy/db/shard_101.sqlite3 +0 -0
- data/spec/dummy/db/shard_1020.sqlite3 +0 -0
- data/spec/dummy/db/shard_1038.sqlite3 +0 -0
- data/spec/dummy/db/shard_1051.sqlite3 +0 -0
- data/spec/dummy/db/shard_1067.sqlite3 +0 -0
- data/spec/dummy/db/shard_1083.sqlite3 +0 -0
- data/spec/dummy/db/shard_1088.sqlite3 +0 -0
- data/spec/dummy/db/shard_1093.sqlite3 +0 -0
- data/spec/dummy/db/shard_1119.sqlite3 +0 -0
- data/spec/dummy/db/shard_1124.sqlite3 +0 -0
- data/spec/dummy/db/shard_1126.sqlite3 +0 -0
- data/spec/dummy/db/shard_1147.sqlite3 +0 -0
- data/spec/dummy/db/shard_1156.sqlite3 +0 -0
- data/spec/dummy/db/shard_117.sqlite3 +0 -0
- data/spec/dummy/db/shard_1173.sqlite3 +0 -0
- data/spec/dummy/db/shard_1186.sqlite3 +0 -0
- data/spec/dummy/db/shard_120.sqlite3 +0 -0
- data/spec/dummy/db/shard_1206.sqlite3 +0 -0
- data/spec/dummy/db/shard_1220.sqlite3 +0 -0
- data/spec/dummy/db/shard_1248.sqlite3 +0 -0
- data/spec/dummy/db/shard_1259.sqlite3 +0 -0
- data/spec/dummy/db/shard_1276.sqlite3 +0 -0
- data/spec/dummy/db/shard_1286.sqlite3 +0 -0
- data/spec/dummy/db/shard_1297.sqlite3 +0 -0
- data/spec/dummy/db/shard_1309.sqlite3 +0 -0
- data/spec/dummy/db/shard_1330.sqlite3 +0 -0
- data/spec/dummy/db/shard_1345.sqlite3 +0 -0
- data/spec/dummy/db/shard_1361.sqlite3 +0 -0
- data/spec/dummy/db/shard_1377.sqlite3 +0 -0
- data/spec/dummy/db/shard_1384.sqlite3 +0 -0
- data/spec/dummy/db/shard_1392.sqlite3 +0 -0
- data/spec/dummy/db/shard_1422.sqlite3 +0 -0
- data/spec/dummy/db/shard_143.sqlite3 +0 -0
- data/spec/dummy/db/shard_1446.sqlite3 +0 -0
- data/spec/dummy/db/shard_1463.sqlite3 +0 -0
- data/spec/dummy/db/shard_1481.sqlite3 +0 -0
- data/spec/dummy/db/shard_1493.sqlite3 +0 -0
- data/spec/dummy/db/shard_1508.sqlite3 +0 -0
- data/spec/dummy/db/shard_1517.sqlite3 +0 -0
- data/spec/dummy/db/shard_1528.sqlite3 +0 -0
- data/spec/dummy/db/shard_1542.sqlite3 +0 -0
- data/spec/dummy/db/shard_1553.sqlite3 +0 -0
- data/spec/dummy/db/shard_156.sqlite3 +0 -0
- data/spec/dummy/db/shard_1588.sqlite3 +0 -0
- data/spec/dummy/db/shard_1596.sqlite3 +0 -0
- data/spec/dummy/db/shard_1609.sqlite3 +0 -0
- data/spec/dummy/db/shard_1630.sqlite3 +0 -0
- data/spec/dummy/db/shard_1643.sqlite3 +0 -0
- data/spec/dummy/db/shard_1652.sqlite3 +0 -0
- data/spec/dummy/db/shard_1658.sqlite3 +0 -0
- data/spec/dummy/db/shard_1679.sqlite3 +0 -0
- data/spec/dummy/db/shard_17.sqlite3 +0 -0
- data/spec/dummy/db/shard_170.sqlite3 +0 -0
- data/spec/dummy/db/shard_1700.sqlite3 +0 -0
- data/spec/dummy/db/shard_1703.sqlite3 +0 -0
- data/spec/dummy/db/shard_1721.sqlite3 +0 -0
- data/spec/dummy/db/shard_1733.sqlite3 +0 -0
- data/spec/dummy/db/shard_1746.sqlite3 +0 -0
- data/spec/dummy/db/shard_1759.sqlite3 +0 -0
- data/spec/dummy/db/shard_1783.sqlite3 +0 -0
- data/spec/dummy/db/shard_1809.sqlite3 +0 -0
- data/spec/dummy/db/shard_1846.sqlite3 +0 -0
- data/spec/dummy/db/shard_1872.sqlite3 +0 -0
- data/spec/dummy/db/shard_1881.sqlite3 +0 -0
- data/spec/dummy/db/shard_19.sqlite3 +0 -0
- data/spec/dummy/db/shard_1906.sqlite3 +0 -0
- data/spec/dummy/db/shard_191.sqlite3 +0 -0
- data/spec/dummy/db/shard_193.sqlite3 +0 -0
- data/spec/dummy/db/shard_1934.sqlite3 +0 -0
- data/spec/dummy/db/shard_1981.sqlite3 +0 -0
- data/spec/dummy/db/shard_2.sqlite3 +0 -0
- data/spec/dummy/db/shard_2006.sqlite3 +0 -0
- data/spec/dummy/db/shard_2013.sqlite3 +0 -0
- data/spec/dummy/db/shard_2041.sqlite3 +0 -0
- data/spec/dummy/db/shard_206.sqlite3 +0 -0
- data/spec/dummy/db/shard_2086.sqlite3 +0 -0
- data/spec/dummy/db/shard_2097.sqlite3 +0 -0
- data/spec/dummy/db/shard_2132.sqlite3 +0 -0
- data/spec/dummy/db/shard_2158.sqlite3 +0 -0
- data/spec/dummy/db/shard_2193.sqlite3 +0 -0
- data/spec/dummy/db/shard_2203.sqlite3 +0 -0
- data/spec/dummy/db/shard_2256.sqlite3 +0 -0
- data/spec/dummy/db/shard_23.sqlite3 +0 -0
- data/spec/dummy/db/shard_2301.sqlite3 +0 -0
- data/spec/dummy/db/shard_2336.sqlite3 +0 -0
- data/spec/dummy/db/shard_234.sqlite3 +0 -0
- data/spec/dummy/db/shard_235.sqlite3 +0 -0
- data/spec/dummy/db/shard_2360.sqlite3 +0 -0
- data/spec/dummy/db/shard_2385.sqlite3 +0 -0
- data/spec/dummy/db/shard_2406.sqlite3 +0 -0
- data/spec/dummy/db/shard_2452.sqlite3 +0 -0
- data/spec/dummy/db/shard_2465.sqlite3 +0 -0
- data/spec/dummy/db/shard_248.sqlite3 +0 -0
- data/spec/dummy/db/shard_2507.sqlite3 +0 -0
- data/spec/dummy/db/shard_2515.sqlite3 +0 -0
- data/spec/dummy/db/shard_2557.sqlite3 +0 -0
- data/spec/dummy/db/shard_257.sqlite3 +0 -0
- data/spec/dummy/db/shard_2580.sqlite3 +0 -0
- data/spec/dummy/db/shard_2598.sqlite3 +0 -0
- data/spec/dummy/db/shard_2626.sqlite3 +0 -0
- data/spec/dummy/db/shard_2672.sqlite3 +0 -0
- data/spec/dummy/db/shard_2681.sqlite3 +0 -0
- data/spec/dummy/db/shard_270.sqlite3 +0 -0
- data/spec/dummy/db/shard_2754.sqlite3 +0 -0
- data/spec/dummy/db/shard_277.sqlite3 +0 -0
- data/spec/dummy/db/shard_2790.sqlite3 +0 -0
- data/spec/dummy/db/shard_2803.sqlite3 +0 -0
- data/spec/dummy/db/shard_2834.sqlite3 +0 -0
- data/spec/dummy/db/shard_2862.sqlite3 +0 -0
- data/spec/dummy/db/shard_2897.sqlite3 +0 -0
- data/spec/dummy/db/shard_2928.sqlite3 +0 -0
- data/spec/dummy/db/shard_2951.sqlite3 +0 -0
- data/spec/dummy/db/shard_2970.sqlite3 +0 -0
- data/spec/dummy/db/shard_3009.sqlite3 +0 -0
- data/spec/dummy/db/shard_304.sqlite3 +0 -0
- data/spec/dummy/db/shard_3046.sqlite3 +0 -0
- data/spec/dummy/db/shard_3071.sqlite3 +0 -0
- data/spec/dummy/db/shard_311.sqlite3 +0 -0
- data/spec/dummy/db/shard_3114.sqlite3 +0 -0
- data/spec/dummy/db/shard_3157.sqlite3 +0 -0
- data/spec/dummy/db/shard_3234.sqlite3 +0 -0
- data/spec/dummy/db/shard_324.sqlite3 +0 -0
- data/spec/dummy/db/shard_3288.sqlite3 +0 -0
- data/spec/dummy/db/shard_333.sqlite3 +0 -0
- data/spec/dummy/db/shard_3352.sqlite3 +0 -0
- data/spec/dummy/db/shard_3380.sqlite3 +0 -0
- data/spec/dummy/db/shard_342.sqlite3 +0 -0
- data/spec/dummy/db/shard_3424.sqlite3 +0 -0
- data/spec/dummy/db/shard_3442.sqlite3 +0 -0
- data/spec/dummy/db/shard_3460.sqlite3 +0 -0
- data/spec/dummy/db/shard_347.sqlite3 +0 -0
- data/spec/dummy/db/shard_3488.sqlite3 +0 -0
- data/spec/dummy/db/shard_35.sqlite3 +0 -0
- data/spec/dummy/db/shard_3524.sqlite3 +0 -0
- data/spec/dummy/db/shard_3554.sqlite3 +0 -0
- data/spec/dummy/db/shard_3594.sqlite3 +0 -0
- data/spec/dummy/db/shard_3611.sqlite3 +0 -0
- data/spec/dummy/db/shard_3639.sqlite3 +0 -0
- data/spec/dummy/db/shard_3661.sqlite3 +0 -0
- data/spec/dummy/db/shard_3689.sqlite3 +0 -0
- data/spec/dummy/db/shard_3749.sqlite3 +0 -0
- data/spec/dummy/db/shard_375.sqlite3 +0 -0
- data/spec/dummy/db/shard_3792.sqlite3 +0 -0
- data/spec/dummy/db/shard_3819.sqlite3 +0 -0
- data/spec/dummy/db/shard_385.sqlite3 +0 -0
- data/spec/dummy/db/shard_3866.sqlite3 +0 -0
- data/spec/dummy/db/shard_389.sqlite3 +0 -0
- data/spec/dummy/db/shard_3897.sqlite3 +0 -0
- data/spec/dummy/db/shard_3945.sqlite3 +0 -0
- data/spec/dummy/db/shard_3951.sqlite3 +0 -0
- data/spec/dummy/db/shard_4002.sqlite3 +0 -0
- data/spec/dummy/db/shard_405.sqlite3 +0 -0
- data/spec/dummy/db/shard_4083.sqlite3 +0 -0
- data/spec/dummy/db/shard_4119.sqlite3 +0 -0
- data/spec/dummy/db/shard_4153.sqlite3 +0 -0
- data/spec/dummy/db/shard_4184.sqlite3 +0 -0
- data/spec/dummy/db/shard_4198.sqlite3 +0 -0
- data/spec/dummy/db/shard_4245.sqlite3 +0 -0
- data/spec/dummy/db/shard_4252.sqlite3 +0 -0
- data/spec/dummy/db/shard_427.sqlite3 +0 -0
- data/spec/dummy/db/shard_4279.sqlite3 +0 -0
- data/spec/dummy/db/shard_428.sqlite3 +0 -0
- data/spec/dummy/db/shard_4326.sqlite3 +0 -0
- data/spec/dummy/db/shard_4338.sqlite3 +0 -0
- data/spec/dummy/db/shard_441.sqlite3 +0 -0
- data/spec/dummy/db/shard_4422.sqlite3 +0 -0
- data/spec/dummy/db/shard_452.sqlite3 +0 -0
- data/spec/dummy/db/shard_462.sqlite3 +0 -0
- data/spec/dummy/db/shard_472.sqlite3 +0 -0
- data/spec/dummy/db/shard_483.sqlite3 +0 -0
- data/spec/dummy/db/shard_49.sqlite3 +0 -0
- data/spec/dummy/db/shard_505.sqlite3 +0 -0
- data/spec/dummy/db/shard_508.sqlite3 +0 -0
- data/spec/dummy/db/shard_531.sqlite3 +0 -0
- data/spec/dummy/db/shard_554.sqlite3 +0 -0
- data/spec/dummy/db/shard_577.sqlite3 +0 -0
- data/spec/dummy/db/shard_58.sqlite3 +0 -0
- data/spec/dummy/db/shard_600.sqlite3 +0 -0
- data/spec/dummy/db/shard_623.sqlite3 +0 -0
- data/spec/dummy/db/shard_646.sqlite3 +0 -0
- data/spec/dummy/db/shard_668.sqlite3 +0 -0
- data/spec/dummy/db/shard_680.sqlite3 +0 -0
- data/spec/dummy/db/shard_698.sqlite3 +0 -0
- data/spec/dummy/db/shard_708.sqlite3 +0 -0
- data/spec/dummy/db/shard_727.sqlite3 +0 -0
- data/spec/dummy/db/shard_735.sqlite3 +0 -0
- data/spec/dummy/db/shard_74.sqlite3 +0 -0
- data/spec/dummy/db/shard_753.sqlite3 +0 -0
- data/spec/dummy/db/shard_76.sqlite3 +0 -0
- data/spec/dummy/db/shard_766.sqlite3 +0 -0
- data/spec/dummy/db/shard_778.sqlite3 +0 -0
- data/spec/dummy/db/shard_802.sqlite3 +0 -0
- data/spec/dummy/db/shard_818.sqlite3 +0 -0
- data/spec/dummy/db/shard_827.sqlite3 +0 -0
- data/spec/dummy/db/shard_869.sqlite3 +0 -0
- data/spec/dummy/db/shard_887.sqlite3 +0 -0
- data/spec/dummy/db/shard_895.sqlite3 +0 -0
- data/spec/dummy/db/shard_923.sqlite3 +0 -0
- data/spec/dummy/db/shard_930.sqlite3 +0 -0
- data/spec/dummy/db/shard_948.sqlite3 +0 -0
- data/spec/dummy/db/shard_953.sqlite3 +0 -0
- data/spec/dummy/db/shard_955.sqlite3 +0 -0
- data/spec/dummy/db/shard_982.sqlite3 +0 -0
- data/spec/dummy/db/shard_988.sqlite3 +0 -0
- data/spec/dummy/db/shard_989.sqlite3 +0 -0
- data/spec/dummy/db/test.sqlite3 +0 -0
- data/spec/dummy/log/development.log +0 -153
- data/spec/dummy/log/test.log +0 -108385
- data/spec/dummy/script/rails +0 -6
- data/spec/dummy/tmp/cache/2E3/840/shard%2F3 +0 -1
- data/spec/dummy/tmp/cache/2E4/850/shard%2F4 +0 -1
- data/spec/dummy/tmp/cache/2E8/890/shard%2F8 +0 -1
- data/spec/dummy/tmp/cache/314/980/shard%2F31 +0 -1
- data/spec/dummy/tmp/cache/315/990/shard%2F32 +0 -1
- data/spec/dummy/tmp/cache/316/9B0/shard%2F42 +0 -1
- data/spec/dummy/tmp/cache/316/9D0/shard%2F60 +0 -1
- data/spec/dummy/tmp/cache/318/9F0/shard%2F62 +0 -1
- data/spec/dummy/tmp/cache/318/A10/shard%2F80 +0 -1
- data/spec/dummy/tmp/cache/319/A20/shard%2F81 +0 -1
- data/spec/dummy/tmp/cache/31A/A20/shard%2F73 +0 -1
- data/spec/dummy/tmp/cache/31A/A40/shard%2F91 +0 -1
- data/spec/dummy/tmp/cache/31B/A30/shard%2F74 +0 -1
- data/spec/dummy/tmp/cache/31B/A40/shard%2F83 +0 -1
- data/spec/dummy/tmp/cache/31C/A30/shard%2F66 +0 -1
- data/spec/dummy/tmp/cache/31D/A40/shard%2F67 +0 -1
- data/spec/dummy/tmp/cache/31D/A50/shard%2F76 +0 -1
- data/spec/dummy/tmp/cache/31D/A70/shard%2F94 +0 -1
- data/spec/dummy/tmp/cache/31E/A40/shard%2F59 +0 -1
- data/spec/dummy/tmp/cache/31E/A80/shard%2F95 +0 -1
- data/spec/dummy/tmp/cache/31F/A60/shard%2F69 +0 -1
- data/spec/dummy/tmp/cache/31F/A80/shard%2F87 +0 -1
- data/spec/dummy/tmp/cache/320/A90/shard%2F88 +0 -1
- data/spec/dummy/tmp/cache/321/AB0/shard%2F98 +0 -1
- data/spec/dummy/tmp/cache/342/D50/shard%2F101 +0 -1
- data/spec/dummy/tmp/cache/343/D60/shard%2F102 +0 -1
- data/spec/dummy/tmp/cache/344/D80/shard%2F112 +0 -1
- data/spec/dummy/tmp/cache/344/DA0/shard%2F130 +0 -1
- data/spec/dummy/tmp/cache/344/DB0/shard%2F220 +0 -0
- data/spec/dummy/tmp/cache/345/DA0/shard%2F122 +0 -1
- data/spec/dummy/tmp/cache/345/DC0/shard%2F140 +0 -1
- data/spec/dummy/tmp/cache/345/DC0/shard%2F221 +0 -0
- data/spec/dummy/tmp/cache/346/D90/shard%2F105 +0 -1
- data/spec/dummy/tmp/cache/346/DB0/shard%2F123 +0 -1
- data/spec/dummy/tmp/cache/346/DE0/shard%2F150 +0 -1
- data/spec/dummy/tmp/cache/346/DE0/shard%2F231 +0 -1
- data/spec/dummy/tmp/cache/346/E10/shard%2F501 +0 -1
- data/spec/dummy/tmp/cache/347/DB0/shard%2F115 +0 -1
- data/spec/dummy/tmp/cache/347/DF0/shard%2F151 +0 -1
- data/spec/dummy/tmp/cache/348/DC0/shard%2F116 +0 -1
- data/spec/dummy/tmp/cache/348/DD0/shard%2F125 +0 -1
- data/spec/dummy/tmp/cache/348/DE0/shard%2F134 +0 -1
- data/spec/dummy/tmp/cache/348/DF0/shard%2F143 +0 -1
- data/spec/dummy/tmp/cache/348/E30/shard%2F422 +0 -1
- data/spec/dummy/tmp/cache/349/DC0/shard%2F108 +0 -1
- data/spec/dummy/tmp/cache/349/E00/shard%2F144 +0 -1
- data/spec/dummy/tmp/cache/349/E20/shard%2F243 +0 -0
- data/spec/dummy/tmp/cache/349/E40/shard%2F423 +0 -1
- data/spec/dummy/tmp/cache/34A/DD0/shard%2F109 +0 -1
- data/spec/dummy/tmp/cache/34A/DE0/shard%2F118 +0 -1
- data/spec/dummy/tmp/cache/34A/E00/shard%2F136 +0 -1
- data/spec/dummy/tmp/cache/34A/E00/shard%2F217 +0 -1
- data/spec/dummy/tmp/cache/34A/E20/shard%2F154 +0 -1
- data/spec/dummy/tmp/cache/34A/E20/shard%2F316 +0 -1
- data/spec/dummy/tmp/cache/34A/E30/shard%2F244 +0 -0
- data/spec/dummy/tmp/cache/34A/E30/shard%2F325 +0 -1
- data/spec/dummy/tmp/cache/34A/E90/shard%2F460 +0 -0
- data/spec/dummy/tmp/cache/34A/EC0/shard%2F730 +0 -1
- data/spec/dummy/tmp/cache/34B/E10/shard%2F137 +0 -1
- data/spec/dummy/tmp/cache/34B/E40/shard%2F245 +0 -1
- data/spec/dummy/tmp/cache/34B/E60/shard%2F344 +0 -1
- data/spec/dummy/tmp/cache/34B/E60/shard%2F425 +0 -1
- data/spec/dummy/tmp/cache/34B/E70/shard%2F434 +0 -1
- data/spec/dummy/tmp/cache/34C/E10/shard%2F129 +0 -1
- data/spec/dummy/tmp/cache/34C/E30/shard%2F147 +0 -1
- data/spec/dummy/tmp/cache/34C/E40/shard%2F156 +0 -1
- data/spec/dummy/tmp/cache/34C/E80/shard%2F354 +0 -1
- data/spec/dummy/tmp/cache/34C/EA0/shard%2F453 +0 -1
- data/spec/dummy/tmp/cache/34C/EF0/shard%2F822 +0 -0
- data/spec/dummy/tmp/cache/34D/E60/shard%2F409 +0 -1
- data/spec/dummy/tmp/cache/34D/EC0/shard%2F382 +0 -1
- data/spec/dummy/tmp/cache/34D/EE0/shard%2F724 +0 -1
- data/spec/dummy/tmp/cache/34E/EA0/shard%2F437 +0 -1
- data/spec/dummy/tmp/cache/34E/EF0/shard%2F806 +0 -1
- data/spec/dummy/tmp/cache/34F/EB0/shard%2F438 +0 -1
- data/spec/dummy/tmp/cache/34F/EC0/shard%2F285 +0 -1
- data/spec/dummy/tmp/cache/34F/F20/shard%2F744 +0 -0
- data/spec/dummy/tmp/cache/350/EF0/shard%2F466 +0 -1
- data/spec/dummy/tmp/cache/350/F30/shard%2F907 +0 -1
- data/spec/dummy/tmp/cache/351/EC0/shard%2F188 +0 -1
- data/spec/dummy/tmp/cache/351/EE0/shard%2F368 +0 -1
- data/spec/dummy/tmp/cache/351/F50/shard%2F917 +0 -0
- data/spec/dummy/tmp/cache/351/F60/shard%2F926 +0 -0
- data/spec/dummy/tmp/cache/351/F70/shard%2F935 +0 -1
- data/spec/dummy/tmp/cache/351/FB0/shard%2F971 +0 -1
- data/spec/dummy/tmp/cache/352/EF0/shard%2F369 +0 -1
- data/spec/dummy/tmp/cache/352/F70/shard%2F927 +0 -0
- data/spec/dummy/tmp/cache/352/F80/shard%2F693 +0 -1
- data/spec/dummy/tmp/cache/352/F90/shard%2F864 +0 -1
- data/spec/dummy/tmp/cache/353/F70/shard%2F838 +0 -1
- data/spec/dummy/tmp/cache/354/FA0/shard%2F776 +0 -1
- data/spec/dummy/tmp/cache/354/FF0/shard%2F983 +0 -1
- data/spec/dummy/tmp/cache/355/F90/shard%2F759 +0 -1
- data/spec/dummy/tmp/cache/357/FF0/shard%2F878 +0 -1
- data/spec/dummy/tmp/cache/374/490/shard%2F1012 +0 -1
- data/spec/dummy/tmp/cache/374/4C0/shard%2F2011 +0 -1
- data/spec/dummy/tmp/cache/376/500/shard%2F1140 +0 -1
- data/spec/dummy/tmp/cache/376/510/shard%2F1230 +0 -0
- data/spec/dummy/tmp/cache/376/550/shard%2F3210 +0 -1
- data/spec/dummy/tmp/cache/377/510/shard%2F1222 +0 -0
- data/spec/dummy/tmp/cache/377/540/shard%2F2221 +0 -1
- data/spec/dummy/tmp/cache/377/560/shard%2F3211 +0 -1
- data/spec/dummy/tmp/cache/378/510/shard%2F2105 +0 -1
- data/spec/dummy/tmp/cache/378/570/shard%2F3050 +0 -1
- data/spec/dummy/tmp/cache/378/590/shard%2F4040 +0 -1
- data/spec/dummy/tmp/cache/379/4F0/shard%2F1107 +0 -1
- data/spec/dummy/tmp/cache/379/540/shard%2F3015 +0 -1
- data/spec/dummy/tmp/cache/379/550/shard%2F3024 +0 -1
- data/spec/dummy/tmp/cache/379/560/shard%2F2061 +0 -1
- data/spec/dummy/tmp/cache/379/570/shard%2F1341 +0 -1
- data/spec/dummy/tmp/cache/379/580/shard%2F2160 +0 -1
- data/spec/dummy/tmp/cache/379/580/shard%2F2403 +0 -1
- data/spec/dummy/tmp/cache/379/590/shard%2F1602 +0 -0
- data/spec/dummy/tmp/cache/379/590/shard%2F4113 +0 -1
- data/spec/dummy/tmp/cache/379/5C0/shard%2F1710 +0 -1
- data/spec/dummy/tmp/cache/37A/510/shard%2F1117 +0 -1
- data/spec/dummy/tmp/cache/37A/540/shard%2F1063 +0 -1
- data/spec/dummy/tmp/cache/37A/540/shard%2F2035 +0 -1
- data/spec/dummy/tmp/cache/37A/550/shard%2F1315 +0 -1
- data/spec/dummy/tmp/cache/37A/570/shard%2F1252 +0 -1
- data/spec/dummy/tmp/cache/37A/570/shard%2F1414 +0 -1
- data/spec/dummy/tmp/cache/37A/590/shard%2F4024 +0 -1
- data/spec/dummy/tmp/cache/37A/5A0/shard%2F1360 +0 -1
- data/spec/dummy/tmp/cache/37A/5A0/shard%2F1603 +0 -0
- data/spec/dummy/tmp/cache/37A/5B0/shard%2F3151 +0 -1
- data/spec/dummy/tmp/cache/37A/5C0/shard%2F3322 +0 -1
- data/spec/dummy/tmp/cache/37A/5C0/shard%2F4051 +0 -1
- data/spec/dummy/tmp/cache/37A/5E0/shard%2F2611 +0 -1
- data/spec/dummy/tmp/cache/37A/5F0/shard%2F4402 +0 -1
- data/spec/dummy/tmp/cache/37B/520/shard%2F1118 +0 -1
- data/spec/dummy/tmp/cache/37B/540/shard%2F1217 +0 -1
- data/spec/dummy/tmp/cache/37B/550/shard%2F1064 +0 -1
- data/spec/dummy/tmp/cache/37B/560/shard%2F1154 +0 -1
- data/spec/dummy/tmp/cache/37B/5A0/shard%2F2081 +0 -1
- data/spec/dummy/tmp/cache/37B/5A0/shard%2F2324 +0 -1
- data/spec/dummy/tmp/cache/37B/5B0/shard%2F1361 +0 -1
- data/spec/dummy/tmp/cache/37B/5B0/shard%2F3062 +0 -1
- data/spec/dummy/tmp/cache/37B/5C0/shard%2F3152 +0 -1
- data/spec/dummy/tmp/cache/37B/5D0/shard%2F3161 +0 -1
- data/spec/dummy/tmp/cache/37B/5D0/shard%2F3323 +0 -1
- data/spec/dummy/tmp/cache/37B/5E0/shard%2F4304 +0 -1
- data/spec/dummy/tmp/cache/37B/600/shard%2F4241 +0 -1
- data/spec/dummy/tmp/cache/37C/570/shard%2F2127 +0 -1
- data/spec/dummy/tmp/cache/37C/5C0/shard%2F1524 +0 -1
- data/spec/dummy/tmp/cache/37C/5D0/shard%2F2343 +0 -1
- data/spec/dummy/tmp/cache/37C/5D0/shard%2F4044 +0 -1
- data/spec/dummy/tmp/cache/37C/5E0/shard%2F2352 +0 -1
- data/spec/dummy/tmp/cache/37C/5E0/shard%2F3081 +0 -1
- data/spec/dummy/tmp/cache/37C/5F0/shard%2F3090 +0 -1
- data/spec/dummy/tmp/cache/37C/610/shard%2F4080 +0 -1
- data/spec/dummy/tmp/cache/37C/610/shard%2F4161 +0 -1
- data/spec/dummy/tmp/cache/37D/560/shard%2F1057 +0 -1
- data/spec/dummy/tmp/cache/37D/570/shard%2F2038 +0 -1
- data/spec/dummy/tmp/cache/37D/5A0/shard%2F4009 +0 -1
- data/spec/dummy/tmp/cache/37D/5C0/shard%2F1273 +0 -1
- data/spec/dummy/tmp/cache/37D/5C0/shard%2F4027 +0 -1
- data/spec/dummy/tmp/cache/37D/5D0/shard%2F2092 +0 -1
- data/spec/dummy/tmp/cache/37D/5D0/shard%2F3145 +0 -1
- data/spec/dummy/tmp/cache/37D/5D0/shard%2F3226 +0 -1
- data/spec/dummy/tmp/cache/37D/5E0/shard%2F2344 +0 -1
- data/spec/dummy/tmp/cache/37D/5F0/shard%2F1624 +0 -1
- data/spec/dummy/tmp/cache/37D/5F0/shard%2F3082 +0 -2
- data/spec/dummy/tmp/cache/37D/5F0/shard%2F3406 +0 -1
- data/spec/dummy/tmp/cache/37D/5F0/shard%2F4054 +0 -1
- data/spec/dummy/tmp/cache/37D/600/shard%2F3091 +0 -1
- data/spec/dummy/tmp/cache/37D/610/shard%2F1723 +0 -1
- data/spec/dummy/tmp/cache/37D/630/shard%2F1903 +0 -1
- data/spec/dummy/tmp/cache/37D/640/shard%2F1750 +0 -1
- data/spec/dummy/tmp/cache/37D/650/shard%2F2812 +0 -1
- data/spec/dummy/tmp/cache/37D/650/shard%2F3622 +0 -1
- data/spec/dummy/tmp/cache/37D/660/shard%2F2740 +0 -2
- data/spec/dummy/tmp/cache/37D/660/shard%2F4360 +0 -1
- data/spec/dummy/tmp/cache/37D/6A0/shard%2F3910 +0 -1
- data/spec/dummy/tmp/cache/37E/580/shard%2F2039 +0 -1
- data/spec/dummy/tmp/cache/37E/590/shard%2F1238 +0 -1
- data/spec/dummy/tmp/cache/37E/5B0/shard%2F1418 +0 -1
- data/spec/dummy/tmp/cache/37E/5B0/shard%2F3119 +0 -1
- data/spec/dummy/tmp/cache/37E/5D0/shard%2F1193 +0 -1
- data/spec/dummy/tmp/cache/37E/5E0/shard%2F3146 +0 -1
- data/spec/dummy/tmp/cache/37E/5E0/shard%2F4037 +0 -1
- data/spec/dummy/tmp/cache/37E/600/shard%2F4136 +0 -1
- data/spec/dummy/tmp/cache/37E/620/shard%2F4073 +0 -1
- data/spec/dummy/tmp/cache/37E/630/shard%2F1490 +0 -1
- data/spec/dummy/tmp/cache/37E/630/shard%2F4325 +0 -1
- data/spec/dummy/tmp/cache/37E/640/shard%2F1904 +0 -1
- data/spec/dummy/tmp/cache/37E/640/shard%2F2390 +0 -1
- data/spec/dummy/tmp/cache/37E/660/shard%2F1922 +0 -1
- data/spec/dummy/tmp/cache/37E/660/shard%2F4352 +0 -1
- data/spec/dummy/tmp/cache/37F/600/shard%2F4047 +0 -1
- data/spec/dummy/tmp/cache/37F/610/shard%2F3084 +0 -1
- data/spec/dummy/tmp/cache/37F/610/shard%2F4137 +0 -1
- data/spec/dummy/tmp/cache/37F/630/shard%2F4074 +0 -1
- data/spec/dummy/tmp/cache/37F/640/shard%2F1491 +0 -1
- data/spec/dummy/tmp/cache/37F/640/shard%2F1815 +0 -1
- data/spec/dummy/tmp/cache/37F/640/shard%2F4164 +0 -1
- data/spec/dummy/tmp/cache/37F/660/shard%2F2562 +0 -1
- data/spec/dummy/tmp/cache/37F/680/shard%2F2823 +0 -1
- data/spec/dummy/tmp/cache/37F/680/shard%2F4281 +0 -1
- data/spec/dummy/tmp/cache/37F/6A0/shard%2F3570 +0 -1
- data/spec/dummy/tmp/cache/37F/6A0/shard%2F3813 +0 -1
- data/spec/dummy/tmp/cache/37F/6B0/shard%2F2931 +0 -1
- data/spec/dummy/tmp/cache/37F/6C0/shard%2F3912 +0 -1
- data/spec/dummy/tmp/cache/380/5F0/shard%2F1357 +0 -1
- data/spec/dummy/tmp/cache/380/600/shard%2F3148 +0 -1
- data/spec/dummy/tmp/cache/380/620/shard%2F1384 +0 -1
- data/spec/dummy/tmp/cache/380/620/shard%2F3085 +0 -1
- data/spec/dummy/tmp/cache/380/630/shard%2F1636 +0 -1
- data/spec/dummy/tmp/cache/380/630/shard%2F2527 +0 -1
- data/spec/dummy/tmp/cache/380/640/shard%2F3508 +0 -1
- data/spec/dummy/tmp/cache/380/650/shard%2F4408 +0 -1
- data/spec/dummy/tmp/cache/380/670/shard%2F2644 +0 -1
- data/spec/dummy/tmp/cache/380/670/shard%2F3292 +0 -1
- data/spec/dummy/tmp/cache/380/670/shard%2F4183 +0 -1
- data/spec/dummy/tmp/cache/380/680/shard%2F4192 +0 -1
- data/spec/dummy/tmp/cache/380/690/shard%2F2824 +0 -1
- data/spec/dummy/tmp/cache/380/690/shard%2F4363 +0 -1
- data/spec/dummy/tmp/cache/380/6A0/shard%2F4372 +0 -1
- data/spec/dummy/tmp/cache/380/6B0/shard%2F3571 +0 -1
- data/spec/dummy/tmp/cache/380/6B0/shard%2F3814 +0 -1
- data/spec/dummy/tmp/cache/380/6B0/shard%2F4381 +0 -1
- data/spec/dummy/tmp/cache/380/6C0/shard%2F4390 +0 -1
- data/spec/dummy/tmp/cache/380/6D0/shard%2F3913 +0 -1
- data/spec/dummy/tmp/cache/380/6E0/shard%2F2950 +0 -1
- data/spec/dummy/tmp/cache/380/6E0/shard%2F3841 +0 -1
- data/spec/dummy/tmp/cache/380/6F0/shard%2F3850 +0 -2
- data/spec/dummy/tmp/cache/381/5C0/shard%2F1079 +0 -1
- data/spec/dummy/tmp/cache/381/610/shard%2F3149 +0 -1
- data/spec/dummy/tmp/cache/381/640/shard%2F3338 +0 -1
- data/spec/dummy/tmp/cache/381/660/shard%2F3437 +0 -1
- data/spec/dummy/tmp/cache/381/690/shard%2F3707 +0 -1
- data/spec/dummy/tmp/cache/381/690/shard%2F4193 +0 -1
- data/spec/dummy/tmp/cache/382/630/shard%2F2187 +0 -1
- data/spec/dummy/tmp/cache/382/630/shard%2F3078 +0 -1
- data/spec/dummy/tmp/cache/382/640/shard%2F1629 +0 -1
- data/spec/dummy/tmp/cache/382/640/shard%2F2277 +0 -1
- data/spec/dummy/tmp/cache/382/640/shard%2F3087 +0 -1
- data/spec/dummy/tmp/cache/382/650/shard%2F1395 +0 -1
- data/spec/dummy/tmp/cache/382/650/shard%2F2448 +0 -1
- data/spec/dummy/tmp/cache/382/660/shard%2F2295 +0 -1
- data/spec/dummy/tmp/cache/382/660/shard%2F4077 +0 -1
- data/spec/dummy/tmp/cache/382/670/shard%2F1656 +0 -1
- data/spec/dummy/tmp/cache/382/670/shard%2F4086 +0 -1
- data/spec/dummy/tmp/cache/382/690/shard%2F1836 +0 -1
- data/spec/dummy/tmp/cache/382/6A0/shard%2F3384 +0 -1
- data/spec/dummy/tmp/cache/382/6B0/shard%2F3636 +0 -1
- data/spec/dummy/tmp/cache/382/6D0/shard%2F3654 +0 -1
- data/spec/dummy/tmp/cache/382/6E0/shard%2F3906 +0 -1
- data/spec/dummy/tmp/cache/382/6F0/shard%2F2781 +0 -1
- data/spec/dummy/tmp/cache/382/6F0/shard%2F3915 +0 -1
- data/spec/dummy/tmp/cache/382/700/shard%2F2871 +0 -1
- data/spec/dummy/tmp/cache/383/640/shard%2F1297 +0 -1
- data/spec/dummy/tmp/cache/383/640/shard%2F1459 +0 -1
- data/spec/dummy/tmp/cache/383/640/shard%2F3079 +0 -1
- data/spec/dummy/tmp/cache/383/650/shard%2F3088 +0 -1
- data/spec/dummy/tmp/cache/383/690/shard%2F4258 +0 -1
- data/spec/dummy/tmp/cache/383/6B0/shard%2F2494 +0 -1
- data/spec/dummy/tmp/cache/383/6B0/shard%2F2575 +0 -2
- data/spec/dummy/tmp/cache/383/6C0/shard%2F4366 +0 -1
- data/spec/dummy/tmp/cache/383/6D0/shard%2F4375 +0 -1
- data/spec/dummy/tmp/cache/383/6E0/shard%2F1792 +0 -1
- data/spec/dummy/tmp/cache/383/6E0/shard%2F3574 +0 -1
- data/spec/dummy/tmp/cache/383/6E0/shard%2F4384 +0 -1
- data/spec/dummy/tmp/cache/383/6F0/shard%2F2935 +0 -1
- data/spec/dummy/tmp/cache/383/6F0/shard%2F3745 +0 -1
- data/spec/dummy/tmp/cache/383/6F0/shard%2F3907 +0 -1
- data/spec/dummy/tmp/cache/383/6F0/shard%2F4393 +0 -1
- data/spec/dummy/tmp/cache/383/700/shard%2F3916 +0 -1
- data/spec/dummy/tmp/cache/383/710/shard%2F3682 +0 -1
- data/spec/dummy/tmp/cache/383/750/shard%2F3961 +0 -1
- data/spec/dummy/tmp/cache/384/6B0/shard%2F3458 +0 -1
- data/spec/dummy/tmp/cache/384/6B0/shard%2F3539 +0 -1
- data/spec/dummy/tmp/cache/384/6C0/shard%2F4196 +0 -1
- data/spec/dummy/tmp/cache/384/6E0/shard%2F3566 +0 -1
- data/spec/dummy/tmp/cache/384/700/shard%2F2693 +0 -1
- data/spec/dummy/tmp/cache/384/700/shard%2F2936 +0 -1
- data/spec/dummy/tmp/cache/384/710/shard%2F3836 +0 -1
- data/spec/dummy/tmp/cache/384/720/shard%2F3683 +0 -1
- data/spec/dummy/tmp/cache/385/6C0/shard%2F1677 +0 -1
- data/spec/dummy/tmp/cache/385/6D0/shard%2F2739 +0 -2
- data/spec/dummy/tmp/cache/385/6E0/shard%2F1695 +0 -1
- data/spec/dummy/tmp/cache/385/6E0/shard%2F1938 +0 -1
- data/spec/dummy/tmp/cache/385/6E0/shard%2F2586 +0 -1
- data/spec/dummy/tmp/cache/385/710/shard%2F3909 +0 -1
- data/spec/dummy/tmp/cache/385/720/shard%2F3918 +0 -1
- data/spec/dummy/tmp/cache/385/740/shard%2F3936 +0 -1
- data/spec/dummy/tmp/cache/385/760/shard%2F2982 +0 -1
- data/spec/dummy/tmp/cache/386/6C0/shard%2F2479 +0 -1
- data/spec/dummy/tmp/cache/386/6E0/shard%2F3469 +0 -1
- data/spec/dummy/tmp/cache/386/6F0/shard%2F4369 +0 -1
- data/spec/dummy/tmp/cache/386/700/shard%2F4378 +0 -1
- data/spec/dummy/tmp/cache/386/710/shard%2F2767 +0 -2
- data/spec/dummy/tmp/cache/386/710/shard%2F2848 +0 -1
- data/spec/dummy/tmp/cache/386/710/shard%2F4387 +0 -1
- data/spec/dummy/tmp/cache/386/720/shard%2F4396 +0 -1
- data/spec/dummy/tmp/cache/386/730/shard%2F3919 +0 -1
- data/spec/dummy/tmp/cache/386/740/shard%2F3847 +0 -1
- data/spec/dummy/tmp/cache/387/700/shard%2F2669 +0 -1
- data/spec/dummy/tmp/cache/387/710/shard%2F2759 +0 -1
- data/spec/dummy/tmp/cache/387/770/shard%2F3785 +0 -1
- data/spec/dummy/tmp/cache/387/780/shard%2F3875 +0 -1
- data/spec/dummy/tmp/cache/388/720/shard%2F1869 +0 -1
- data/spec/dummy/tmp/cache/388/770/shard%2F2886 +0 -1
- data/spec/dummy/tmp/cache/389/750/shard%2F1969 +0 -1
- data/spec/dummy/tmp/cache/389/750/shard%2F4399 +0 -1
- data/spec/dummy/tmp/cache/389/760/shard%2F3598 +0 -1
- data/spec/dummy/tmp/cache/389/760/shard%2F3679 +0 -1
- data/spec/dummy/tmp/cache/38A/770/shard%2F3599 +0 -1
- data/spec/dummy/tmp/cache/38A/780/shard%2F1988 +0 -1
- data/spec/dummy/tmp/cache/38B/780/shard%2F1899 +0 -1
- data/spec/dummy/tmp/cache/38B/7B0/shard%2F3789 +0 -1
- data/spec/dummy/tmp/cache/38C/7E0/shard%2F3889 +0 -1
- data/spec/dummy/tmp/cache/3A4/EA0/shard%2F10012 +0 -1
- data/spec/dummy/tmp/cache/3A4/EB0/shard%2F10102 +0 -1
- data/spec/dummy/tmp/cache/3A4/EE0/shard%2F11101 +0 -1
- data/spec/dummy/tmp/cache/3A4/F20/shard%2F13000 +0 -1
- data/spec/dummy/tmp/cache/3A5/EA0/shard%2F10004 +0 -1
- data/spec/dummy/tmp/cache/3A5/EF0/shard%2F10130 +0 -1
- data/spec/dummy/tmp/cache/3A6/EE0/shard%2F10032 +0 -1
- data/spec/dummy/tmp/cache/3A6/F10/shard%2F10221 +0 -1
- data/spec/dummy/tmp/cache/3A6/F20/shard%2F12012 +0 -1
- data/spec/dummy/tmp/cache/3A6/F40/shard%2F10410 +0 -1
- data/spec/dummy/tmp/cache/3A6/F50/shard%2F12120 +0 -1
- data/spec/dummy/tmp/cache/3A6/F50/shard%2F12201 +0 -1
- data/spec/dummy/tmp/cache/3A7/EF0/shard%2F11005 +0 -1
- data/spec/dummy/tmp/cache/3A7/F00/shard%2F10123 +0 -1
- data/spec/dummy/tmp/cache/3A7/F20/shard%2F10060 +0 -1
- data/spec/dummy/tmp/cache/3A7/F20/shard%2F11032 +0 -1
- data/spec/dummy/tmp/cache/3A7/F30/shard%2F10231 +0 -1
- data/spec/dummy/tmp/cache/3A7/FA0/shard%2F12400 +0 -1
- data/spec/dummy/tmp/cache/3A8/EF0/shard%2F10106 +0 -1
- data/spec/dummy/tmp/cache/3A8/F40/shard%2F10151 +0 -1
- data/spec/dummy/tmp/cache/3A8/F50/shard%2F10322 +0 -1
- data/spec/dummy/tmp/cache/3A8/F70/shard%2F11312 +0 -1
- data/spec/dummy/tmp/cache/3A8/F90/shard%2F10520 +0 -1
- data/spec/dummy/tmp/cache/3A8/FB0/shard%2F13211 +0 -1
- data/spec/dummy/tmp/cache/3A9/F10/shard%2F10116 +0 -1
- data/spec/dummy/tmp/cache/3A9/F40/shard%2F10062 +0 -1
- data/spec/dummy/tmp/cache/3A9/F50/shard%2F10152 +0 -1
- data/spec/dummy/tmp/cache/3A9/F50/shard%2F11124 +0 -1
- data/spec/dummy/tmp/cache/3A9/F80/shard%2F10341 +0 -1
- data/spec/dummy/tmp/cache/3A9/F90/shard%2F13023 +0 -1
- data/spec/dummy/tmp/cache/3AA/010/shard%2F14221 +0 -1
- data/spec/dummy/tmp/cache/3AA/F10/shard%2F10027 +0 -1
- data/spec/dummy/tmp/cache/3AA/F10/shard%2F10108 +0 -1
- data/spec/dummy/tmp/cache/3AA/F30/shard%2F10045 +0 -1
- data/spec/dummy/tmp/cache/3AA/F50/shard%2F10144 +0 -1
- data/spec/dummy/tmp/cache/3AA/F70/shard%2F10081 +0 -1
- data/spec/dummy/tmp/cache/3AA/F90/shard%2F10423 +0 -1
- data/spec/dummy/tmp/cache/3AA/FB0/shard%2F10441 +0 -1
- data/spec/dummy/tmp/cache/3AA/FB0/shard%2F11170 +0 -1
- data/spec/dummy/tmp/cache/3AA/FC0/shard%2F10612 +0 -1
- data/spec/dummy/tmp/cache/3AA/FC0/shard%2F11260 +0 -1
- data/spec/dummy/tmp/cache/3AA/FC0/shard%2F11503 +0 -1
- data/spec/dummy/tmp/cache/3AA/FC0/shard%2F12313 +0 -1
- data/spec/dummy/tmp/cache/3AA/FD0/shard%2F13051 +0 -1
- data/spec/dummy/tmp/cache/3AB/000/shard%2F11450 +0 -1
- data/spec/dummy/tmp/cache/3AB/010/shard%2F10730 +0 -1
- data/spec/dummy/tmp/cache/3AB/010/shard%2F12512 +0 -1
- data/spec/dummy/tmp/cache/3AB/010/shard%2F13403 +0 -1
- data/spec/dummy/tmp/cache/3AB/010/shard%2F14051 +0 -1
- data/spec/dummy/tmp/cache/3AB/020/shard%2F10901 +0 -1
- data/spec/dummy/tmp/cache/3AB/020/shard%2F11630 +0 -1
- data/spec/dummy/tmp/cache/3AB/020/shard%2F11711 +0 -1
- data/spec/dummy/tmp/cache/3AB/F20/shard%2F10109 +0 -1
- data/spec/dummy/tmp/cache/3AB/F30/shard%2F11009 +0 -1
- data/spec/dummy/tmp/cache/3AB/F70/shard%2F10154 +0 -1
- data/spec/dummy/tmp/cache/3AB/F80/shard%2F10244 +0 -1
- data/spec/dummy/tmp/cache/3AB/FD0/shard%2F11342 +0 -1
- data/spec/dummy/tmp/cache/3AB/FE0/shard%2F14024 +0 -1
- data/spec/dummy/tmp/cache/3AB/FF0/shard%2F11603 +0 -1
- data/spec/dummy/tmp/cache/3AC/000/shard%2F11280 +0 -1
- data/spec/dummy/tmp/cache/3AC/000/shard%2F11361 +0 -1
- data/spec/dummy/tmp/cache/3AC/010/shard%2F13152 +0 -1
- data/spec/dummy/tmp/cache/3AC/020/shard%2F10650 +0 -1
- data/spec/dummy/tmp/cache/3AC/050/shard%2F13431 +0 -1
- data/spec/dummy/tmp/cache/3AC/F60/shard%2F10137 +0 -1
- data/spec/dummy/tmp/cache/3AC/F70/shard%2F11037 +0 -1
- data/spec/dummy/tmp/cache/3AC/F70/shard%2F11118 +0 -1
- data/spec/dummy/tmp/cache/3AC/F80/shard%2F10074 +0 -1
- data/spec/dummy/tmp/cache/3AC/F90/shard%2F10083 +0 -1
- data/spec/dummy/tmp/cache/3AC/F90/shard%2F11055 +0 -1
- data/spec/dummy/tmp/cache/3AC/FA0/shard%2F11064 +0 -1
- data/spec/dummy/tmp/cache/3AC/FA0/shard%2F11145 +0 -1
- data/spec/dummy/tmp/cache/3AC/FA0/shard%2F11226 +0 -1
- data/spec/dummy/tmp/cache/3AC/FA0/shard%2F11307 +0 -1
- data/spec/dummy/tmp/cache/3AC/FC0/shard%2F10272 +0 -1
- data/spec/dummy/tmp/cache/3AC/FD0/shard%2F11091 +0 -1
- data/spec/dummy/tmp/cache/3AC/FD0/shard%2F11172 +0 -1
- data/spec/dummy/tmp/cache/3AC/FD0/shard%2F11253 +0 -1
- data/spec/dummy/tmp/cache/3AC/FD0/shard%2F11415 +0 -1
- data/spec/dummy/tmp/cache/3AC/FF0/shard%2F10461 +0 -1
- data/spec/dummy/tmp/cache/3AC/FF0/shard%2F11514 +0 -1
- data/spec/dummy/tmp/cache/3AD/000/shard%2F10543 +0 -1
- data/spec/dummy/tmp/cache/3AD/010/shard%2F12253 +0 -1
- data/spec/dummy/tmp/cache/3AD/020/shard%2F14044 +0 -1
- data/spec/dummy/tmp/cache/3AD/040/shard%2F14305 +0 -1
- data/spec/dummy/tmp/cache/3AD/060/shard%2F11650 +0 -1
- data/spec/dummy/tmp/cache/3AD/F50/shard%2F10039 +0 -1
- data/spec/dummy/tmp/cache/3AD/F90/shard%2F10318 +0 -1
- data/spec/dummy/tmp/cache/3AD/FA0/shard%2F10246 +0 -1
- data/spec/dummy/tmp/cache/3AD/FC0/shard%2F10345 +0 -1
- data/spec/dummy/tmp/cache/3AE/030/shard%2F12344 +0 -1
- data/spec/dummy/tmp/cache/3AE/050/shard%2F10823 +0 -1
- data/spec/dummy/tmp/cache/3AE/060/shard%2F10751 +0 -1
- data/spec/dummy/tmp/cache/3AE/060/shard%2F11480 +0 -1
- data/spec/dummy/tmp/cache/3AE/070/shard%2F14081 +0 -1
- data/spec/dummy/tmp/cache/3AE/090/shard%2F10940 +0 -1
- data/spec/dummy/tmp/cache/3AE/0B0/shard%2F12740 +0 -1
- data/spec/dummy/tmp/cache/3AE/F90/shard%2F10067 +0 -1
- data/spec/dummy/tmp/cache/3AE/FC0/shard%2F10175 +0 -1
- data/spec/dummy/tmp/cache/3AE/FD0/shard%2F11237 +0 -1
- data/spec/dummy/tmp/cache/3AE/FF0/shard%2F10364 +0 -1
- data/spec/dummy/tmp/cache/3AF/000/shard%2F12066 +0 -1
- data/spec/dummy/tmp/cache/3AF/000/shard%2F12147 +0 -1
- data/spec/dummy/tmp/cache/3AF/010/shard%2F11427 +0 -1
- data/spec/dummy/tmp/cache/3AF/020/shard%2F11193 +0 -1
- data/spec/dummy/tmp/cache/3AF/020/shard%2F14109 +0 -1
- data/spec/dummy/tmp/cache/3AF/030/shard%2F10392 +0 -1
- data/spec/dummy/tmp/cache/3AF/030/shard%2F10635 +0 -1
- data/spec/dummy/tmp/cache/3AF/030/shard%2F11283 +0 -1
- data/spec/dummy/tmp/cache/3AF/030/shard%2F11526 +0 -1
- data/spec/dummy/tmp/cache/3AF/030/shard%2F12093 +0 -1
- data/spec/dummy/tmp/cache/3AF/030/shard%2F12174 +0 -1
- data/spec/dummy/tmp/cache/3AF/030/shard%2F14037 +0 -1
- data/spec/dummy/tmp/cache/3AF/070/shard%2F12372 +0 -1
- data/spec/dummy/tmp/cache/3AF/080/shard%2F12624 +0 -1
- data/spec/dummy/tmp/cache/3AF/080/shard%2F13515 +0 -1
- data/spec/dummy/tmp/cache/3AF/080/shard%2F14406 +0 -1
- data/spec/dummy/tmp/cache/3AF/090/shard%2F11823 +0 -1
- data/spec/dummy/tmp/cache/3AF/090/shard%2F11904 +0 -1
- data/spec/dummy/tmp/cache/3AF/0C0/shard%2F11850 +0 -1
- data/spec/dummy/tmp/cache/3AF/0C0/shard%2F11931 +0 -1
- data/spec/dummy/tmp/cache/3AF/0C0/shard%2F13551 +0 -1
- data/spec/dummy/tmp/cache/3AF/0F0/shard%2F13740 +0 -1
- data/spec/dummy/tmp/cache/3AF/FD0/shard%2F10095 +0 -1
- data/spec/dummy/tmp/cache/3AF/FD0/shard%2F12039 +0 -1
- data/spec/dummy/tmp/cache/3B0/000/shard%2F10438 +0 -1
- data/spec/dummy/tmp/cache/3B0/040/shard%2F11365 +0 -1
- data/spec/dummy/tmp/cache/3B0/060/shard%2F11626 +0 -1
- data/spec/dummy/tmp/cache/3B0/060/shard%2F12436 +0 -1
- data/spec/dummy/tmp/cache/3B0/060/shard%2F14137 +0 -1
- data/spec/dummy/tmp/cache/3B0/080/shard%2F14074 +0 -1
- data/spec/dummy/tmp/cache/3B0/090/shard%2F10681 +0 -1
- data/spec/dummy/tmp/cache/3B0/090/shard%2F11491 +0 -1
- data/spec/dummy/tmp/cache/3B0/090/shard%2F11572 +0 -1
- data/spec/dummy/tmp/cache/3B0/0A0/shard%2F10771 +0 -1
- data/spec/dummy/tmp/cache/3B0/0A0/shard%2F14335 +0 -1
- data/spec/dummy/tmp/cache/3B0/0C0/shard%2F12652 +0 -1
- data/spec/dummy/tmp/cache/3B0/FE0/shard%2F10177 +0 -1
- data/spec/dummy/tmp/cache/3B0/FE0/shard%2F11149 +0 -1
- data/spec/dummy/tmp/cache/3B0/FF0/shard%2F10267 +0 -1
- data/spec/dummy/tmp/cache/3B1/000/shard%2F11078 +0 -1
- data/spec/dummy/tmp/cache/3B1/030/shard%2F10295 +0 -1
- data/spec/dummy/tmp/cache/3B1/040/shard%2F10466 +0 -1
- data/spec/dummy/tmp/cache/3B1/070/shard%2F13328 +0 -1
- data/spec/dummy/tmp/cache/3B1/080/shard%2F10745 +0 -1
- data/spec/dummy/tmp/cache/3B1/080/shard%2F13094 +0 -1
- data/spec/dummy/tmp/cache/3B1/090/shard%2F10673 +0 -1
- data/spec/dummy/tmp/cache/3B1/090/shard%2F12293 +0 -1
- data/spec/dummy/tmp/cache/3B1/0A0/shard%2F14165 +0 -1
- data/spec/dummy/tmp/cache/3B1/0B0/shard%2F11744 +0 -1
- data/spec/dummy/tmp/cache/3B1/0E0/shard%2F12824 +0 -1
- data/spec/dummy/tmp/cache/3B1/100/shard%2F12680 +0 -1
- data/spec/dummy/tmp/cache/3B1/100/shard%2F13571 +0 -1
- data/spec/dummy/tmp/cache/3B1/100/shard%2F13814 +0 -1
- data/spec/dummy/tmp/cache/3B1/130/shard%2F13922 +0 -1
- data/spec/dummy/tmp/cache/3B1/FE0/shard%2F10088 +0 -1
- data/spec/dummy/tmp/cache/3B2/060/shard%2F10719 +0 -1
- data/spec/dummy/tmp/cache/3B2/070/shard%2F10566 +0 -1
- data/spec/dummy/tmp/cache/3B2/070/shard%2F11538 +0 -1
- data/spec/dummy/tmp/cache/3B2/0A0/shard%2F10917 +0 -1
- data/spec/dummy/tmp/cache/3B2/0A0/shard%2F12456 +0 -1
- data/spec/dummy/tmp/cache/3B2/0D0/shard%2F11673 +0 -1
- data/spec/dummy/tmp/cache/3B2/0E0/shard%2F10953 +0 -1
- data/spec/dummy/tmp/cache/3B2/0E0/shard%2F14193 +0 -1
- data/spec/dummy/tmp/cache/3B2/120/shard%2F12852 +0 -1
- data/spec/dummy/tmp/cache/3B2/150/shard%2F13851 +0 -1
- data/spec/dummy/tmp/cache/3B2/170/shard%2F13950 +0 -1
- data/spec/dummy/tmp/cache/3B3/030/shard%2F10198 +0 -1
- data/spec/dummy/tmp/cache/3B3/040/shard%2F10369 +0 -1
- data/spec/dummy/tmp/cache/3B3/060/shard%2F10387 +0 -1
- data/spec/dummy/tmp/cache/3B3/0A0/shard%2F11719 +0 -1
- data/spec/dummy/tmp/cache/3B3/0C0/shard%2F10927 +0 -1
- data/spec/dummy/tmp/cache/3B3/0E0/shard%2F12484 +0 -1
- data/spec/dummy/tmp/cache/3B3/0E0/shard%2F13375 +0 -1
- data/spec/dummy/tmp/cache/3B3/0F0/shard%2F13627 +0 -1
- data/spec/dummy/tmp/cache/3B3/100/shard%2F10963 +0 -1
- data/spec/dummy/tmp/cache/3B3/100/shard%2F11692 +0 -1
- data/spec/dummy/tmp/cache/3B3/160/shard%2F12880 +0 -1
- data/spec/dummy/tmp/cache/3B4/090/shard%2F10487 +0 -1
- data/spec/dummy/tmp/cache/3B4/0A0/shard%2F11468 +0 -1
- data/spec/dummy/tmp/cache/3B4/0A0/shard%2F11549 +0 -1
- data/spec/dummy/tmp/cache/3B4/0D0/shard%2F11657 +0 -1
- data/spec/dummy/tmp/cache/3B4/0D0/shard%2F11738 +0 -1
- data/spec/dummy/tmp/cache/3B4/0D0/shard%2F12548 +0 -1
- data/spec/dummy/tmp/cache/3B4/0D0/shard%2F14249 +0 -1
- data/spec/dummy/tmp/cache/3B4/0E0/shard%2F13286 +0 -1
- data/spec/dummy/tmp/cache/3B4/110/shard%2F12908 +0 -1
- data/spec/dummy/tmp/cache/3B4/130/shard%2F13655 +0 -1
- data/spec/dummy/tmp/cache/3B5/070/shard%2F10299 +0 -1
- data/spec/dummy/tmp/cache/3B5/080/shard%2F11199 +0 -1
- data/spec/dummy/tmp/cache/3B5/0B0/shard%2F10497 +0 -1
- data/spec/dummy/tmp/cache/3B5/0B0/shard%2F11388 +0 -1
- data/spec/dummy/tmp/cache/3B5/100/shard%2F11595 +0 -1
- data/spec/dummy/tmp/cache/3B5/110/shard%2F10875 +0 -1
- data/spec/dummy/tmp/cache/3B5/110/shard%2F12576 +0 -1
- data/spec/dummy/tmp/cache/3B5/110/shard%2F14277 +0 -1
- data/spec/dummy/tmp/cache/3B5/150/shard%2F12936 +0 -1
- data/spec/dummy/tmp/cache/3B5/170/shard%2F13683 +0 -1
- data/spec/dummy/tmp/cache/3B6/0F0/shard%2F10849 +0 -1
- data/spec/dummy/tmp/cache/3B6/100/shard%2F10696 +0 -1
- data/spec/dummy/tmp/cache/3B6/110/shard%2F13459 +0 -1
- data/spec/dummy/tmp/cache/3B6/190/shard%2F12964 +0 -1
- data/spec/dummy/tmp/cache/3B6/1F0/shard%2F13990 +0 -1
- data/spec/dummy/tmp/cache/3B7/0E0/shard%2F10589 +0 -1
- data/spec/dummy/tmp/cache/3B7/140/shard%2F11696 +0 -1
- data/spec/dummy/tmp/cache/3B7/150/shard%2F12596 +0 -1
- data/spec/dummy/tmp/cache/3B7/150/shard%2F13487 +0 -1
- data/spec/dummy/tmp/cache/3B8/140/shard%2F10797 +0 -1
- data/spec/dummy/tmp/cache/3B8/140/shard%2F11769 +0 -1
- data/spec/dummy/tmp/cache/3B8/170/shard%2F10986 +0 -1
- data/spec/dummy/tmp/cache/3B8/170/shard%2F11796 +0 -1
- data/spec/dummy/tmp/cache/3B8/170/shard%2F11877 +0 -1
- data/spec/dummy/tmp/cache/3B8/170/shard%2F11958 +0 -1
- data/spec/dummy/tmp/cache/3B8/170/shard%2F12768 +0 -1
- data/spec/dummy/tmp/cache/3B9/1B0/shard%2F12796 +0 -1
- data/spec/dummy/tmp/cache/3B9/1D0/shard%2F13786 +0 -1
- data/spec/dummy/tmp/cache/3BA/160/shard%2F10799 +0 -1
- data/spec/dummy/tmp/cache/3BA/180/shard%2F10979 +0 -1
- data/spec/dummy/tmp/cache/3BA/1C0/shard%2F11987 +0 -1
- data/spec/dummy/tmp/cache/3BB/1C0/shard%2F13599 +0 -1
- data/spec/dummy/tmp/cache/3BB/210/shard%2F13887 +0 -1
- data/spec/lib/action_controller/caching_spec.rb +0 -49
- data/spec/lib/active_record/abstract_adapter_spec.rb +0 -16
- data/spec/lib/active_record/association_spec.rb +0 -444
- data/spec/lib/active_record/attribute_methods_spec.rb +0 -122
- data/spec/lib/active_record/base_spec.rb +0 -130
- data/spec/lib/active_record/calculations_spec.rb +0 -282
- data/spec/lib/active_record/connection_handler_spec.rb +0 -45
- data/spec/lib/active_record/connection_pool_spec.rb +0 -83
- data/spec/lib/active_record/finder_methods_spec.rb +0 -58
- data/spec/lib/active_record/model_schema_spec.rb +0 -25
- data/spec/lib/active_record/persistence_spec.rb +0 -34
- data/spec/lib/active_record/postgresql_adapter_spec.rb +0 -40
- data/spec/lib/active_record/query_cache_spec.rb +0 -346
- data/spec/lib/active_record/query_methods_spec.rb +0 -166
- data/spec/lib/active_record/relation_spec.rb +0 -56
- data/spec/lib/active_record/spawn_methods_spec.rb +0 -44
- data/spec/lib/connection_pool_proxy_spec.rb +0 -45
- data/spec/lib/database_server_spec.rb +0 -231
- data/spec/lib/default_shard_spec.rb +0 -18
- data/spec/lib/engine_spec.rb +0 -14
- data/spec/lib/environment_spec.rb +0 -25
- data/spec/lib/r_spec_helper_spec.rb +0 -77
- data/spec/lib/rails_spec.rb +0 -31
- data/spec/lib/rake_spec.rb +0 -100
- data/spec/lib/shackles_spec.rb +0 -210
- data/spec/models/shard_spec.rb +0 -603
- data/spec/spec_helper.rb +0 -66
@@ -1,66 +0,0 @@
|
|
1
|
-
Dummy::Application.configure do
|
2
|
-
# Settings specified here will take precedence over those in config/application.rb
|
3
|
-
|
4
|
-
# Code is not reloaded between requests
|
5
|
-
config.cache_classes = true
|
6
|
-
|
7
|
-
# Full error reports are disabled and caching is turned on
|
8
|
-
config.consider_all_requests_local = false
|
9
|
-
config.action_controller.perform_caching = true
|
10
|
-
|
11
|
-
# Disable Rails's static asset server (Apache or nginx will already do this)
|
12
|
-
config.serve_static_files = false
|
13
|
-
|
14
|
-
# Compress JavaScripts and CSS
|
15
|
-
config.assets.compress = true
|
16
|
-
|
17
|
-
# Don't fallback to assets pipeline if a precompiled asset is missed
|
18
|
-
config.assets.compile = false
|
19
|
-
|
20
|
-
# Generate digests for assets URLs
|
21
|
-
config.assets.digest = true
|
22
|
-
|
23
|
-
# Defaults to nil and saved in location specified by config.assets.prefix
|
24
|
-
# config.assets.manifest = YOUR_PATH
|
25
|
-
|
26
|
-
# Specifies the header that your server uses for sending files
|
27
|
-
# config.action_dispatch.x_sendfile_header = "X-Sendfile" # for apache
|
28
|
-
# config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for nginx
|
29
|
-
|
30
|
-
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
|
31
|
-
# config.force_ssl = true
|
32
|
-
|
33
|
-
# See everything in the log (default is :info)
|
34
|
-
# config.log_level = :debug
|
35
|
-
|
36
|
-
# Prepend all log lines with the following tags
|
37
|
-
# config.log_tags = [ :subdomain, :uuid ]
|
38
|
-
|
39
|
-
# Use a different logger for distributed setups
|
40
|
-
# config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
|
41
|
-
|
42
|
-
# Use a different cache store in production
|
43
|
-
# config.cache_store = :mem_cache_store
|
44
|
-
|
45
|
-
# Enable serving of images, stylesheets, and JavaScripts from an asset server
|
46
|
-
# config.action_controller.asset_host = "http://assets.example.com"
|
47
|
-
|
48
|
-
# Precompile additional assets (application.js, application.css, and all non-JS/CSS are already added)
|
49
|
-
# config.assets.precompile += %w( search.js )
|
50
|
-
|
51
|
-
# Enable threaded mode
|
52
|
-
# config.threadsafe!
|
53
|
-
|
54
|
-
# Enable locale fallbacks for I18n (makes lookups for any locale fall back to
|
55
|
-
# the I18n.default_locale when a translation can not be found)
|
56
|
-
config.i18n.fallbacks = true
|
57
|
-
|
58
|
-
# Send deprecation notices to registered listeners
|
59
|
-
config.active_support.deprecation = :notify
|
60
|
-
|
61
|
-
# Log the query plan for queries taking more than this (works
|
62
|
-
# with SQLite, MySQL, and PostgreSQL)
|
63
|
-
# config.active_record.auto_explain_threshold_in_seconds = 0.5
|
64
|
-
|
65
|
-
config.eager_load = true
|
66
|
-
end
|
@@ -1,28 +0,0 @@
|
|
1
|
-
Dummy::Application.configure do
|
2
|
-
# Settings specified here will take precedence over those in config/application.rb
|
3
|
-
|
4
|
-
# The test environment is used exclusively to run your application's
|
5
|
-
# test suite. You never need to work with it otherwise. Remember that
|
6
|
-
# your test database is "scratch space" for the test suite and is wiped
|
7
|
-
# and recreated between test runs. Don't rely on the data there!
|
8
|
-
config.cache_classes = true
|
9
|
-
|
10
|
-
# Configure static asset server for tests with Cache-Control for performance
|
11
|
-
config.serve_static_files = true
|
12
|
-
config.static_cache_control = "public, max-age=3600"
|
13
|
-
|
14
|
-
# Show full error reports and disable caching
|
15
|
-
config.consider_all_requests_local = true
|
16
|
-
config.action_controller.perform_caching = false
|
17
|
-
|
18
|
-
# Raise exceptions instead of rendering exception templates
|
19
|
-
config.action_dispatch.show_exceptions = false
|
20
|
-
|
21
|
-
# Disable request forgery protection in test environment
|
22
|
-
config.action_controller.allow_forgery_protection = false
|
23
|
-
|
24
|
-
# Print deprecation notices to the stderr
|
25
|
-
config.active_support.deprecation = :stderr
|
26
|
-
|
27
|
-
config.eager_load = true
|
28
|
-
end
|
@@ -1,7 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
|
4
|
-
# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
|
5
|
-
|
6
|
-
# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
|
7
|
-
# Rails.backtrace_cleaner.remove_silencers!
|
@@ -1,7 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
# Your secret key for verifying the integrity of signed cookies.
|
4
|
-
# If you change this key, all old signed cookies will become invalid!
|
5
|
-
# Make sure the secret is at least 30 characters and all random,
|
6
|
-
# no regular words or you'll be exposed to dictionary attacks.
|
7
|
-
Dummy::Application.config.secret_token = '86515c01dbef2ec9e0c10e108466edcdbd73dddd49c57d4b07f60935dbdd7bcfb9aa5d5d5bd0f51f55f9e95801689ee598b1c900bd3a50dcefaea353f72c8afe'
|
@@ -1,8 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
|
3
|
-
Dummy::Application.config.session_store :cookie_store, key: '_dummy_session'
|
4
|
-
|
5
|
-
# Use the database for sessions instead of the cookie-based default,
|
6
|
-
# which shouldn't be used to store highly confidential information
|
7
|
-
# (create the session table with "rails generate session_migration")
|
8
|
-
# Dummy::Application.config.session_store :active_record_store
|
@@ -1,14 +0,0 @@
|
|
1
|
-
# Be sure to restart your server when you modify this file.
|
2
|
-
#
|
3
|
-
# This file contains settings for ActionController::ParamsWrapper which
|
4
|
-
# is enabled by default.
|
5
|
-
|
6
|
-
# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
|
7
|
-
ActiveSupport.on_load(:action_controller) do
|
8
|
-
wrap_parameters format: [:json]
|
9
|
-
end
|
10
|
-
|
11
|
-
# Disable root element in JSON by default.
|
12
|
-
ActiveSupport.on_load(:active_record) do
|
13
|
-
self.include_root_in_json = false
|
14
|
-
end
|
data/spec/dummy/config/routes.rb
DELETED
Binary file
|
data/spec/dummy/db/schema.rb
DELETED
@@ -1,74 +0,0 @@
|
|
1
|
-
# encoding: UTF-8
|
2
|
-
# This file is auto-generated from the current state of the database. Instead
|
3
|
-
# of editing this file, please use the migrations feature of Active Record to
|
4
|
-
# incrementally modify your database, and then regenerate this schema definition.
|
5
|
-
#
|
6
|
-
# Note that this schema.rb definition is the authoritative source for your
|
7
|
-
# database schema. If you need to create the application database on another
|
8
|
-
# system, you should be using db:schema:load, not running all the migrations
|
9
|
-
# from scratch. The latter is a flawed and unsustainable approach (the more migrations
|
10
|
-
# you'll amass, the slower it'll run and the greater likelihood for issues).
|
11
|
-
#
|
12
|
-
# It's strongly recommended that you check this file into your version control system.
|
13
|
-
|
14
|
-
ActiveRecord::Schema.define(version: 20160122150718) do
|
15
|
-
|
16
|
-
# These are extensions that must be enabled in order to support this database
|
17
|
-
enable_extension "plpgsql"
|
18
|
-
|
19
|
-
create_table "appendages", id: :bigserial, force: :cascade do |t|
|
20
|
-
t.integer "user_id", limit: 8
|
21
|
-
t.integer "value"
|
22
|
-
t.datetime "created_at"
|
23
|
-
t.datetime "updated_at"
|
24
|
-
end
|
25
|
-
|
26
|
-
create_table "digits", id: :bigserial, force: :cascade do |t|
|
27
|
-
t.integer "appendage_id", limit: 8
|
28
|
-
t.integer "value"
|
29
|
-
t.datetime "created_at"
|
30
|
-
t.datetime "updated_at"
|
31
|
-
end
|
32
|
-
|
33
|
-
create_table "faces", id: :bigserial, force: :cascade do |t|
|
34
|
-
t.integer "user_id", limit: 8
|
35
|
-
t.datetime "created_at"
|
36
|
-
t.datetime "updated_at"
|
37
|
-
end
|
38
|
-
|
39
|
-
create_table "features", id: :bigserial, force: :cascade do |t|
|
40
|
-
t.integer "owner_id", limit: 8
|
41
|
-
t.string "owner_type"
|
42
|
-
t.integer "value"
|
43
|
-
t.datetime "created_at"
|
44
|
-
t.datetime "updated_at"
|
45
|
-
end
|
46
|
-
|
47
|
-
create_table "mirror_users", id: :bigserial, force: :cascade do |t|
|
48
|
-
t.integer "user_id", limit: 8
|
49
|
-
t.datetime "created_at"
|
50
|
-
t.datetime "updated_at"
|
51
|
-
end
|
52
|
-
|
53
|
-
create_table "roots", id: :bigserial, force: :cascade do |t|
|
54
|
-
t.integer "user_id", limit: 8
|
55
|
-
t.datetime "created_at"
|
56
|
-
t.datetime "updated_at"
|
57
|
-
end
|
58
|
-
|
59
|
-
create_table "switchman_shards", id: :bigserial, force: :cascade do |t|
|
60
|
-
t.string "name"
|
61
|
-
t.string "database_server_id"
|
62
|
-
t.boolean "default", default: false, null: false
|
63
|
-
end
|
64
|
-
|
65
|
-
create_table "users", id: :bigserial, force: :cascade do |t|
|
66
|
-
t.string "name"
|
67
|
-
t.integer "mirror_user_id", limit: 8
|
68
|
-
t.datetime "created_at"
|
69
|
-
t.datetime "updated_at"
|
70
|
-
t.integer "parent_id", limit: 8
|
71
|
-
t.integer "broken_id", limit: 8
|
72
|
-
end
|
73
|
-
|
74
|
-
end
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|
Binary file
|