app/models/city.rb | 100644 | 0 | 0 | | | 1.78 KB | 4d7f10046bd0843ee5e98e770c86ace20c4c7c23982820876e750eb5895b50ec |
.coveralls.yml | 100644 | 0 | 0 | | | 20 Bytes | c1bd9f374f5f61f1dbb660c0d8520d0d8c601493f48acc4bf6b6178e0561722f |
.gitignore | 100644 | 0 | 0 | | | 169 Bytes | 9d548d568631d833212f3862b85a96768d57a00f2adbd818c4c54a4452570429 |
.rspec | 100644 | 0 | 0 | | | 8 Bytes | d59fa712d58b2ac2197124fe6e24bf353111260fc3ed1c3304520c32ad00d128 |
.travis.yml | 100644 | 0 | 0 | | | 302 Bytes | 72b4b23592ef1e273d72ba0c8a7ce891cbf50ae6358fe43ed3b673ff8f404464 |
Gemfile | 100644 | 0 | 0 | | | 226 Bytes | 34eac81dbdf59622cd6c66c2feafe618541fdb7c36f5ee9c82adc5a8ce822166 |
Guardfile | 100644 | 0 | 0 | | | 835 Bytes | 4d97f5fa9b1da1f520bd1078308e1130dc9d155982a81573b8915539b58996ec |
MIT-LICENSE | 100644 | 0 | 0 | | | 1.04 KB | b3e7e4e69eb87f61bafbb1320c2e10fe3cdc9892c4d41df2901d16e811b9c7d5 |
README.md | 100644 | 0 | 0 | | | 1.85 KB | cfa53649e066a65f935d38c604fd5c15e7028c5970802d5b0f81db1a3a1fed4b |
Rakefile | 100644 | 0 | 0 | | | 594 Bytes | 8fa89e94d59a7b6a93b104e848b0fb96828c4a9b71836bb164fbecf1c639a2b8 |
app/assets/images/geopolitical/.gitkeep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
app/assets/images/geopolitical/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
app/assets/javascripts/geopolitical/application.js | 100644 | 0 | 0 | | | 599 Bytes | 0afe11efc66f290c60cb9415a64b4800a31dd42d6101a2a0452867177b06cf89 |
app/assets/stylesheets/geopolitical/application.css | 100644 | 0 | 0 | | | 546 Bytes | 3226de36233f17188ba94faa61b451b580f0c381f9db3dc83a69cdff43e52300 |
app/controllers/geopolitical/cities_controller.rb | 100644 | 0 | 0 | | | 467 Bytes | 244299de9dbeb2aa49154c0c745485d07c9edaaf8dbab5ae1b4d4aed4f3415a5 |
app/controllers/geopolitical/geopolitical_controller.rb | 100644 | 0 | 0 | | | 304 Bytes | 54494462e141fb8139d9d53c58e4adc0a716d32c01140b28bb136a0e25ba8556 |
app/controllers/geopolitical/hoods_controller.rb | 100644 | 0 | 0 | | | 424 Bytes | be4fd47470b1fe8517636d72a6900c7cce3921ddd4c2d09eca7982557beeaeb3 |
app/controllers/geopolitical/nations_controller.rb | 100644 | 0 | 0 | | | 271 Bytes | 564e9dca8384980395ec79a75d97eb9cecb56dba5c5e3778eb0aea27cfb3d170 |
app/controllers/geopolitical/regions_controller.rb | 100644 | 0 | 0 | | | 356 Bytes | 1b328d45f1c3caef27b92d8224933a0b5a607a49727f88a77f36805a834d173e |
app/helpers/geopolitical/application_helper.rb | 100644 | 0 | 0 | | | 87 Bytes | d94979d796058fc6a0fa66ab8fadf0f2a91c6b520bbd313b54dd2474a4046bda |
app/models/concerns/geopolitocracy.rb | 100644 | 0 | 0 | | | 1.44 KB | fdfd79e00f617c2e7081ae9453971bf4ffd9226c675db01b45ffffd343a017f6 |
app/models/hood.rb | 100644 | 0 | 0 | | | 520 Bytes | af9cc8e2c58e2e1a62e16d7d2ae108902a2abf4f6a875608275b2cbc363db443 |
app/models/nation.rb | 100644 | 0 | 0 | | | 893 Bytes | 9a8f4d361b846ecbcf2f1b3f12a570134b90e5575df47df08e6fb93aad159c7a |
app/models/region.rb | 100644 | 0 | 0 | | | 630 Bytes | 4460f07414ba5dc8ae9423c58be9f011942fc1c0a8f25882291c3e722ae3ceb8 |
app/serializers/city_serializer.rb | 100644 | 0 | 0 | | | 140 Bytes | 6890a2aebc9f75f84757534b2837d0736a465152354d1d8267ed6c3b8a86347e |
app/serializers/nation_serializer.rb | 100644 | 0 | 0 | | | 102 Bytes | 0b8ea6479d583163cbfc930033e32fe8df074d8cb2cb735ad32c8864136cf298 |
app/serializers/region_serializer.rb | 100644 | 0 | 0 | | | 102 Bytes | 06053d0de87ec01606f2eeffd67060663a1d0168fc57cf119f4a8fdf5c8fa898 |
app/views/geopolitical/cities/_city.html.haml | 100644 | 0 | 0 | | | 168 Bytes | 66112d6e617b4b179633ca674494668f7dc70869db7eaae512bd775930101ff6 |
app/views/geopolitical/cities/_form.html.haml | 100644 | 0 | 0 | | | 1.1 KB | 446c71baaf884b1ed056541fb2af4a631cd737cf59a0c8d34b2d2acd8cd0cc21 |
app/views/geopolitical/cities/index.html.haml | 100644 | 0 | 0 | | | 890 Bytes | 20c8b1a43a3f4d2b9766e7ce21874fbb582e99f5b3db15ae0fca144aaa6133c1 |
app/views/geopolitical/cities/show.html.haml | 100644 | 0 | 0 | | | 311 Bytes | 937fa5764eafd79ef0786d10eb0a789862a1abf48b63f688277121305a0918b8 |
app/views/geopolitical/geopolitical/edit.html.haml | 100644 | 0 | 0 | | | 15 Bytes | e31cb9113aeb0a1013bb19ed44233773b59d55b9c96e97d39791371cb8082c14 |
app/views/geopolitical/geopolitical/index.html.haml | 100644 | 0 | 0 | | | 634 Bytes | d8215effa65b23316a07677f6524fabc758c8c7fc9744f231254cec57ac58cd6 |
app/views/geopolitical/geopolitical/new.html.haml | 100644 | 0 | 0 | | | 15 Bytes | e31cb9113aeb0a1013bb19ed44233773b59d55b9c96e97d39791371cb8082c14 |
app/views/geopolitical/hoods/_city.html.haml | 100644 | 0 | 0 | | | 168 Bytes | cee22e07bba5919ae41765dfb97eca5ae63e796536c4d883718bcdaa96549db5 |
app/views/geopolitical/hoods/_form.html.haml | 100644 | 0 | 0 | | | 814 Bytes | 2f1321aaaf48e2b869a9f72cd9285152e400cee7f69a505fd0021d772793b674 |
app/views/geopolitical/hoods/index.html.haml | 100644 | 0 | 0 | | | 833 Bytes | 3758d603ce085847350f7476d296ee1b5d4bd7a9113c1c6af66a6682852c9bd9 |
app/views/geopolitical/hoods/show.html.haml | 100644 | 0 | 0 | | | 236 Bytes | 20c5497e1003586c28073f71e4907dacc7dafe62dc1d42345f8e52333d911cd9 |
app/views/geopolitical/nations/_form.html.haml | 100644 | 0 | 0 | | | 567 Bytes | 078519ed077db46bec265fe7fab0a175d085fa6465946594637049ef37bcd4e8 |
app/views/geopolitical/nations/_nation.html.haml | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
app/views/geopolitical/nations/index.html.haml | 100644 | 0 | 0 | | | 952 Bytes | 83f81990a85a319aab07db2883981ec42611ffb4f41cebaad2657d9587268485 |
app/views/geopolitical/nations/show.html.haml | 100644 | 0 | 0 | | | 332 Bytes | 314c260edaef847be8346d22488131dc8d10bcb927246199486a41d833ed95a1 |
app/views/geopolitical/regions/_form.html.haml | 100644 | 0 | 0 | | | 538 Bytes | 15736bbd1b7b8be6512159f4be9abdc72df9210ebe732edf3558ac028b4ac0bd |
app/views/geopolitical/regions/_region.html.haml | 100644 | 0 | 0 | | | 180 Bytes | 7052d3e6ba1f936f57b70bc0338deb42ebf9689173c00b7cd2d1163fea5521ba |
app/views/geopolitical/regions/index.html.haml | 100644 | 0 | 0 | | | 802 Bytes | 1052629a926d421af0c72aa7c1bc589ce3ee187344d952a7de2b669e1c4c03ec |
app/views/geopolitical/regions/show.html.haml | 100644 | 0 | 0 | | | 301 Bytes | a431d2e6f30e64931374ba4356022593a72535ffa27ab5a0604d7913458543a1 |
app/views/layouts/geopolitical.html.haml | 100644 | 0 | 0 | | | 732 Bytes | 764c24f74bb6e7bc579498a99f4f214f8d2c8c48351b4a84a6bdfdda853aee9c |
bin/rails | 100755 | 0 | 0 | | | 323 Bytes | b10577454cd510c750405e106232249a45c1da3f89734e0137765cb61ff65230 |
config/routes.rb | 100644 | 0 | 0 | | | 212 Bytes | 4bb04191dda2a6b9fcceee4ba600793249ea0d05cc45437558db7fc2f2fcc98f |
geopolitical.gemspec | 100644 | 0 | 0 | | | 783 Bytes | 79c3545e520592faa89387ce2ebaec9210da2be987d30aa2b68a8d3ce9f5621a |
lib/geopolitical.rb | 100644 | 0 | 0 | | | 142 Bytes | 1932bf99521c17fb69ebe21511d31c69ee727960edc0e55f0f90be97a9278f21 |
lib/geopolitical/engine.rb | 100644 | 0 | 0 | | | 163 Bytes | 9a2403d39ffda1dd3bda79f1ca8ba2db921fc4a1b27a79ca3531a18b3ad8515d |
lib/geopolitical/version.rb | 100644 | 0 | 0 | | | 61 Bytes | a42dfaad235efd2e7239cd5c9fb8177cb418ce846d151f53ffa1f37dfcb4f14e |
lib/tasks/geopolitical_tasks.rake | 100644 | 0 | 0 | | | 90 Bytes | e46cbe2bd959cc1dd9a1f8ed39ad4a8269dce1ab1928abf02e2639bfaf79d1cd |
spec/dummy/README.rdoc | 100644 | 0 | 0 | | | 478 Bytes | 692014390d8a07689a5e7fa597019e61262c7fc3b3f2d2f34fcbf71337ebf472 |
spec/dummy/Rakefile | 100644 | 0 | 0 | | | 250 Bytes | e329d0b6a340d978dafd995a6f4b69f195be16ffd6b84cb885cf654fa5c2c636 |
spec/dummy/app/assets/images/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
spec/dummy/app/assets/javascripts/application.js | 100644 | 0 | 0 | | | 599 Bytes | 0afe11efc66f290c60cb9415a64b4800a31dd42d6101a2a0452867177b06cf89 |
spec/dummy/app/assets/stylesheets/application.css | 100644 | 0 | 0 | | | 546 Bytes | 3226de36233f17188ba94faa61b451b580f0c381f9db3dc83a69cdff43e52300 |
spec/dummy/app/controllers/concerns/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
spec/dummy/app/helpers/application_helper.rb | 100644 | 0 | 0 | | | 29 Bytes | f77fac5ea412dbed92c4524fe0ed180acb2b7239f84daf758da989032301f5c8 |
spec/dummy/app/mailers/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
spec/dummy/app/models/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
spec/dummy/app/models/concerns/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
spec/dummy/app/views/layouts/application.html.erb | 100644 | 0 | 0 | | | 295 Bytes | 399da4f9a842359aa19f565a023be425fc3fc632ad052435dd5774d4684da09a |
spec/dummy/bin/bundle | 100755 | 0 | 0 | | | 129 Bytes | 7130bf85d0a1f4213924c456fffcc778b78258c0008e62a76bff9722a8cf1034 |
spec/dummy/bin/rails | 100755 | 0 | 0 | | | 145 Bytes | 76eba5b2f8956aab4dc06b1b2de17984b10d35a2ce21386eb39062ee250160d8 |
spec/dummy/bin/rake | 100755 | 0 | 0 | | | 90 Bytes | 436f1fbb82e7b52d0bc032ac6ac9dce49a3f3ec47b909c863783021c116c264c |
spec/dummy/config.ru | 100644 | 0 | 0 | | | 153 Bytes | 1f66b5c73fca9bd453fba0553ffe4207f50050e5c32219b636a7121d8b3ba5d5 |
spec/dummy/config/application.rb | 100644 | 0 | 0 | | | 1.04 KB | 07fb10582baafa1bc01014f49d0cd592ff3d7c4c371ad7286b837ac32c2cf912 |
spec/dummy/config/boot.rb | 100644 | 0 | 0 | | | 241 Bytes | 5c66f3db16b2135bd6df7d903cd57e520e0be0f7d26dee3fd7086f2ec911cbb6 |
spec/dummy/config/environment.rb | 100644 | 0 | 0 | | | 151 Bytes | a32d13ecfc004bb47ebd401aa3c870be96983f6650a65b6282ab4cb23edfa3db |
spec/dummy/config/environments/development.rb | 100644 | 0 | 0 | | | 1.09 KB | 267350ed474cc7e535e8aea31c470f5e8b4305a69f2cc4963fbec54bafc3ecf3 |
spec/dummy/config/environments/production.rb | 100644 | 0 | 0 | | | 3.17 KB | 02e102ad66e7ce03259a88dd7ed21f8cc38952b92a832ccfbc0568f5942ecf38 |
spec/dummy/config/environments/test.rb | 100644 | 0 | 0 | | | 1.52 KB | 33417f98cfc57a652bfc721effbc1869e585117790df1494872f7b75627b8ee3 |
spec/dummy/config/initializers/backtrace_silencers.rb | 100644 | 0 | 0 | | | 404 Bytes | 12656d43090727d98c72bed6ba153b501ae0b7fdc5f20cfd64b5ab8a8bfa87a8 |
spec/dummy/config/initializers/filter_parameter_logging.rb | 100644 | 0 | 0 | | | 194 Bytes | eb293cbcac26012fb63489b355b7a68df2e0f5006abe79e2128752f40514aaf4 |
spec/dummy/config/initializers/inflections.rb | 100644 | 0 | 0 | | | 647 Bytes | a2045e2ce03f29305e052a9236ff41d4c7d4d171c0fa5bf8cfbc958edd307df6 |
spec/dummy/config/initializers/mime_types.rb | 100644 | 0 | 0 | | | 205 Bytes | eeb81ee447a8f788b69240861f043b485ab6e830dde0997ddeb3c1b445ed5d06 |
spec/dummy/config/initializers/secret_token.rb | 100644 | 0 | 0 | | | 659 Bytes | 6a1a8de979a371d1bc2afd3b0cf74d52f1486c6d13a7d3aaee93df71af560d0d |
spec/dummy/config/initializers/session_store.rb | 100644 | 0 | 0 | | | 138 Bytes | 9a68fa17b553c201ea87722f2624a143e831251b768b3a4f064ff249b4639d45 |
spec/dummy/config/initializers/wrap_parameters.rb | 100644 | 0 | 0 | | | 517 Bytes | c9768c02e265d5980177ea86c7fd886a19a2a276d11663c5849eca5231280691 |
spec/dummy/config/locales/en.yml | 100644 | 0 | 0 | | | 634 Bytes | 44028606fa6334147bef7aeb7ef9303dd7971c96c2e0d9d29525c19919bac57c |
spec/dummy/config/mongoid.yml | 100644 | 0 | 0 | | | 2.14 KB | b1c852c016b0d45eacdbaed13e2e189f56f349b1567e475dfb733ffb8c6dc631 |
spec/dummy/config/routes.rb | 100644 | 0 | 0 | | | 1.56 KB | 98f221e709fe25e1881c4713d88798805a2460c61cb5faea68bd54965a65b708 |
spec/dummy/lib/assets/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
spec/dummy/log/.keep | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
spec/dummy/log/test.log | 100644 | 0 | 0 | | | 924 KB | f50d6cdf4e158f03a71880d0d036b1649d071c471c31571204d56d2a6dc9f096 |
spec/dummy/public/404.html | 100644 | 0 | 0 | | | 1.32 KB | ae488f2a554a5f6227606ef7b7c4c705806d10a72a84111a777e5db215dfd243 |
spec/dummy/public/422.html | 100644 | 0 | 0 | | | 1.3 KB | dc406f17d293cc85f9a551f48933338c7042d0137fcdb836342558413a84a2cf |
spec/dummy/public/500.html | 100644 | 0 | 0 | | | 1.24 KB | c6f497c895f4831eb36886da4feab4ae682da9bbf4c02c3ec09f0d3b384b147c |
spec/dummy/public/favicon.ico | 100644 | 0 | 0 | | | 0 Bytes | e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855 |
spec/fabricators/city_fabricator.rb | 100644 | 0 | 0 | | | 179 Bytes | 978e58d162c35f515cd02a86addf98614a9f7fda006aa07fd05009a8958f119e |
spec/fabricators/hood_fabricator.rb | 100644 | 0 | 0 | | | 140 Bytes | d2b0f80ed19c9a37c4ed7a405ca0664fdd752a1576a72fcf97fbd3d8e1daf705 |
spec/fabricators/nation_fabricator.rb | 100644 | 0 | 0 | | | 143 Bytes | 9eb8ccab5a0e1354e0892fe8571ae0bfae0252da8414baeaf486f507fcd4cffa |
spec/fabricators/region_fabricator.rb | 100644 | 0 | 0 | | | 103 Bytes | 363374b893bedb63ad705e346fb2bbd90003f45e65cb790b838fe635a6f39242 |
spec/models/city_spec.rb | 100644 | 0 | 0 | | | 4.2 KB | 1e148c9d6ba9a5d250101e51d47c79b072dbc72215ee1508edb1123ce093e9fb |
spec/models/hood_spec.rb | 100644 | 0 | 0 | | | 1.2 KB | 0ff496066bfd45e59c8619d7e0458a57538384630fcd373bad0e70ce92e86f1d |
spec/models/nation_spec.rb | 100644 | 0 | 0 | | | 1.03 KB | 8fbe55ff125807fd119af91be92eca5ba1dabbc7f5622770915dd4768017ec25 |
spec/models/region_spec.rb | 100644 | 0 | 0 | | | 508 Bytes | 784bb7707e920adcb4fd6c233cf3528b6b86a5e173bc2a687f49269867cab974 |
spec/spec_helper.rb | 100644 | 0 | 0 | | | 1.99 KB | 2b1cd1275707e7ba044ea061a2f075981912246ae1d61a4a105ecc5de283c8d8 |