From 24e619e703e8212a8252b17a2458a52e0ad09cfd Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Tue, 3 Apr 2012 23:02:32 -0400 Subject: [PATCH] re-namespacing a touch --- {rails/map-mash => map-mash}/.gitignore | 0 {rails/map-mash => map-mash}/Gemfile | 0 {rails/map-mash => map-mash}/Gemfile.lock | 0 {rails/map-mash => map-mash}/Procfile | 0 {rails/map-mash => map-mash}/README.md | 0 {rails/map-mash => map-mash}/Rakefile | 0 .../app/controllers/application_controller.rb | 0 .../app/controllers/maps_controller.rb | 0 .../app/controllers/mash_tournaments_controller.rb | 0 .../app/controllers/mashes_controller.rb | 0 .../app/helpers/application_helper.rb | 0 .../app/helpers/maps_helper.rb | 0 .../app/helpers/mash_tournaments_helper.rb | 0 .../app/helpers/mashes_helper.rb | 0 {rails/map-mash => map-mash}/app/models/map.rb | 0 {rails/map-mash => map-mash}/app/models/mash.rb | 0 .../app/models/mash_tournament.rb | 0 .../app/models/mash_tournament_round.rb | 0 .../map-mash => map-mash}/app/models/requester.rb | 0 .../app/views/layouts/mash_tournaments.html.erb | 0 .../app/views/layouts/mashes.html.erb | 0 .../app/views/maps/edit.html.erb | 0 .../app/views/maps/index.html.erb | 0 .../app/views/maps/new.html.erb | 0 .../app/views/maps/show.html.erb | 0 .../app/views/mash_tournaments/edit.html.erb | 0 .../app/views/mash_tournaments/index.html.erb | 0 .../app/views/mash_tournaments/new.html.haml | 0 .../app/views/mash_tournaments/show.html.haml | 0 .../app/views/mashes/new.html.haml | 0 {rails/map-mash => map-mash}/config/boot.rb | 0 {rails/map-mash => map-mash}/config/database.yml | 0 {rails/map-mash => map-mash}/config/environment.rb | 0 .../config/environments/development.rb | 0 .../config/environments/production.rb | 0 .../config/environments/test.rb | 0 .../config/initializers/01-settings.rb | 0 .../config/initializers/backtrace_silencers.rb | 0 .../config/initializers/inflections.rb | 0 .../config/initializers/mime_types.rb | 0 .../config/initializers/new_rails_defaults.rb | 0 .../config/initializers/redis_conf.rb | 0 .../config/initializers/session_store.rb | 0 {rails/map-mash => map-mash}/config/locales/en.yml | 0 {rails/map-mash => map-mash}/config/redis.conf.erb | 0 {rails/map-mash => map-mash}/config/routes.rb | 0 {rails/map-mash => map-mash}/config/settings.yml | 0 {rails/map-mash => map-mash}/db/capital-cities.csv | 0 .../db/migrate/20120304151123_create_maps.rb | 0 .../db/migrate/20120304164625_create_mashes.rb | 0 .../db/migrate/20120309000749_create_requesters.rb | 0 .../20120309130609_create_mash_tournaments.rb | 0 .../20120310035133_create_mash_tournament_rounds.rb | 0 {rails/map-mash => map-mash}/db/schema.rb | 0 {rails/map-mash => map-mash}/db/top-us-cities.csv | 0 {rails/map-mash => map-mash}/doc/README_FOR_APP | 0 .../lib/google_map_location_fetcher.rb | 0 .../lib/mash_tournament_builder.rb | 0 {rails/map-mash => map-mash}/lib/tasks/maps.rake | 0 {rails/map-mash => map-mash}/lib/tasks/rspec.rake | 0 {rails/map-mash => map-mash}/log/.gitkeep | 0 {rails/map-mash => map-mash}/public/404.html | 0 {rails/map-mash => map-mash}/public/422.html | 0 {rails/map-mash => map-mash}/public/500.html | 0 {rails/map-mash => map-mash}/public/favicon.ico | 0 .../map-mash => map-mash}/public/images/rails.png | Bin .../public/javascripts/application.js | 0 .../public/javascripts/controls.js | 0 .../public/javascripts/dragdrop.js | 0 .../public/javascripts/effects.js | 0 .../public/javascripts/jquery.js | 0 .../public/javascripts/jquery.min.js | 0 .../public/javascripts/prototype.js | 0 {rails/map-mash => map-mash}/public/robots.txt | 0 .../public/stylesheets/scaffold.css | 0 .../public/stylesheets/styles.css | 0 {rails/map-mash => map-mash}/script/about | 0 {rails/map-mash => map-mash}/script/autospec | 0 {rails/map-mash => map-mash}/script/console | 0 {rails/map-mash => map-mash}/script/dbconsole | 0 {rails/map-mash => map-mash}/script/destroy | 0 {rails/map-mash => map-mash}/script/dev-reset | 0 {rails/map-mash => map-mash}/script/generate | 0 .../script/performance/benchmarker | 0 .../script/performance/profiler | 0 {rails/map-mash => map-mash}/script/plugin | 0 {rails/map-mash => map-mash}/script/redis-runner | 0 .../map-mash => map-mash}/script/resque-web-runner | 0 {rails/map-mash => map-mash}/script/runner | 0 {rails/map-mash => map-mash}/script/server | 0 {rails/map-mash => map-mash}/script/spec | 0 {rails/map-mash => map-mash}/spec/blueprints.rb | 0 .../spec/controllers/maps_controller_spec.rb | 0 .../controllers/mash_tournaments_controller_spec.rb | 0 .../spec/controllers/mashes_controller_spec.rb | 0 {rails/map-mash => map-mash}/spec/fixtures/maps.yml | 0 .../spec/fixtures/mash_tournaments.yml | 0 .../map-mash => map-mash}/spec/fixtures/mashes.yml | 0 .../spec/fixtures/requesters.yml | 0 .../spec/helpers/maps_helper_spec.rb | 0 .../spec/helpers/mash_tournaments_helper_spec.rb | 0 .../spec/helpers/mashes_helper_spec.rb | 0 .../spec/integration/maps_spec.rb | 0 .../spec/integration/mash_tournaments_spec.rb | 0 .../spec/integration/mashes_spec.rb | 0 .../spec/lib/mash_tournament_builder_spec.rb | 0 .../map-mash => map-mash}/spec/models/map_spec.rb | 0 .../spec/models/mash_tournament_spec.rb | 0 .../spec/models/requester_spec.rb | 0 {rails/map-mash => map-mash}/spec/rcov.opts | 0 .../spec/routing/maps_routing_spec.rb | 0 .../spec/routing/mash_tournaments_routing_spec.rb | 0 .../spec/routing/mashes_routing_spec.rb | 0 {rails/map-mash => map-mash}/spec/spec.opts | 0 {rails/map-mash => map-mash}/spec/spec_helper.rb | 0 .../spec/views/maps/edit.html.erb_spec.rb | 0 .../spec/views/maps/index.html.erb_spec.rb | 0 .../spec/views/maps/new.html.erb_spec.rb | 0 .../spec/views/maps/show.html.erb_spec.rb | 0 .../views/mash_tournaments/edit.html.erb_spec.rb | 0 .../views/mash_tournaments/index.html.erb_spec.rb | 0 .../views/mash_tournaments/new.html.erb_spec.rb | 0 rails/.gitignore | 1 - redis/{with-ruby => }/.gitignore | 0 redis/{with-ruby => }/Gemfile | 0 redis/{with-ruby => }/Gemfile.lock | 0 redis/{with-ruby => }/Rakefile | 0 redis/{with-ruby => }/earthquakes.rb | 0 redis/{with-ruby => }/eq-info.rb | 0 redis/{with-ruby => }/in-and-out.rb | 0 130 files changed, 1 deletion(-) rename {rails/map-mash => map-mash}/.gitignore (100%) rename {rails/map-mash => map-mash}/Gemfile (100%) rename {rails/map-mash => map-mash}/Gemfile.lock (100%) rename {rails/map-mash => map-mash}/Procfile (100%) rename {rails/map-mash => map-mash}/README.md (100%) rename {rails/map-mash => map-mash}/Rakefile (100%) rename {rails/map-mash => map-mash}/app/controllers/application_controller.rb (100%) rename {rails/map-mash => map-mash}/app/controllers/maps_controller.rb (100%) rename {rails/map-mash => map-mash}/app/controllers/mash_tournaments_controller.rb (100%) rename {rails/map-mash => map-mash}/app/controllers/mashes_controller.rb (100%) rename {rails/map-mash => map-mash}/app/helpers/application_helper.rb (100%) rename {rails/map-mash => map-mash}/app/helpers/maps_helper.rb (100%) rename {rails/map-mash => map-mash}/app/helpers/mash_tournaments_helper.rb (100%) rename {rails/map-mash => map-mash}/app/helpers/mashes_helper.rb (100%) rename {rails/map-mash => map-mash}/app/models/map.rb (100%) rename {rails/map-mash => map-mash}/app/models/mash.rb (100%) rename {rails/map-mash => map-mash}/app/models/mash_tournament.rb (100%) rename {rails/map-mash => map-mash}/app/models/mash_tournament_round.rb (100%) rename {rails/map-mash => map-mash}/app/models/requester.rb (100%) rename {rails/map-mash => map-mash}/app/views/layouts/mash_tournaments.html.erb (100%) rename {rails/map-mash => map-mash}/app/views/layouts/mashes.html.erb (100%) rename {rails/map-mash => map-mash}/app/views/maps/edit.html.erb (100%) rename {rails/map-mash => map-mash}/app/views/maps/index.html.erb (100%) rename {rails/map-mash => map-mash}/app/views/maps/new.html.erb (100%) rename {rails/map-mash => map-mash}/app/views/maps/show.html.erb (100%) rename {rails/map-mash => map-mash}/app/views/mash_tournaments/edit.html.erb (100%) rename {rails/map-mash => map-mash}/app/views/mash_tournaments/index.html.erb (100%) rename {rails/map-mash => map-mash}/app/views/mash_tournaments/new.html.haml (100%) rename {rails/map-mash => map-mash}/app/views/mash_tournaments/show.html.haml (100%) rename {rails/map-mash => map-mash}/app/views/mashes/new.html.haml (100%) rename {rails/map-mash => map-mash}/config/boot.rb (100%) rename {rails/map-mash => map-mash}/config/database.yml (100%) rename {rails/map-mash => map-mash}/config/environment.rb (100%) rename {rails/map-mash => map-mash}/config/environments/development.rb (100%) rename {rails/map-mash => map-mash}/config/environments/production.rb (100%) rename {rails/map-mash => map-mash}/config/environments/test.rb (100%) rename {rails/map-mash => map-mash}/config/initializers/01-settings.rb (100%) rename {rails/map-mash => map-mash}/config/initializers/backtrace_silencers.rb (100%) rename {rails/map-mash => map-mash}/config/initializers/inflections.rb (100%) rename {rails/map-mash => map-mash}/config/initializers/mime_types.rb (100%) rename {rails/map-mash => map-mash}/config/initializers/new_rails_defaults.rb (100%) rename {rails/map-mash => map-mash}/config/initializers/redis_conf.rb (100%) rename {rails/map-mash => map-mash}/config/initializers/session_store.rb (100%) rename {rails/map-mash => map-mash}/config/locales/en.yml (100%) rename {rails/map-mash => map-mash}/config/redis.conf.erb (100%) rename {rails/map-mash => map-mash}/config/routes.rb (100%) rename {rails/map-mash => map-mash}/config/settings.yml (100%) rename {rails/map-mash => map-mash}/db/capital-cities.csv (100%) rename {rails/map-mash => map-mash}/db/migrate/20120304151123_create_maps.rb (100%) rename {rails/map-mash => map-mash}/db/migrate/20120304164625_create_mashes.rb (100%) rename {rails/map-mash => map-mash}/db/migrate/20120309000749_create_requesters.rb (100%) rename {rails/map-mash => map-mash}/db/migrate/20120309130609_create_mash_tournaments.rb (100%) rename {rails/map-mash => map-mash}/db/migrate/20120310035133_create_mash_tournament_rounds.rb (100%) rename {rails/map-mash => map-mash}/db/schema.rb (100%) rename {rails/map-mash => map-mash}/db/top-us-cities.csv (100%) rename {rails/map-mash => map-mash}/doc/README_FOR_APP (100%) rename {rails/map-mash => map-mash}/lib/google_map_location_fetcher.rb (100%) rename {rails/map-mash => map-mash}/lib/mash_tournament_builder.rb (100%) rename {rails/map-mash => map-mash}/lib/tasks/maps.rake (100%) rename {rails/map-mash => map-mash}/lib/tasks/rspec.rake (100%) rename {rails/map-mash => map-mash}/log/.gitkeep (100%) rename {rails/map-mash => map-mash}/public/404.html (100%) rename {rails/map-mash => map-mash}/public/422.html (100%) rename {rails/map-mash => map-mash}/public/500.html (100%) rename {rails/map-mash => map-mash}/public/favicon.ico (100%) rename {rails/map-mash => map-mash}/public/images/rails.png (100%) rename {rails/map-mash => map-mash}/public/javascripts/application.js (100%) rename {rails/map-mash => map-mash}/public/javascripts/controls.js (100%) rename {rails/map-mash => map-mash}/public/javascripts/dragdrop.js (100%) rename {rails/map-mash => map-mash}/public/javascripts/effects.js (100%) rename {rails/map-mash => map-mash}/public/javascripts/jquery.js (100%) rename {rails/map-mash => map-mash}/public/javascripts/jquery.min.js (100%) rename {rails/map-mash => map-mash}/public/javascripts/prototype.js (100%) rename {rails/map-mash => map-mash}/public/robots.txt (100%) rename {rails/map-mash => map-mash}/public/stylesheets/scaffold.css (100%) rename {rails/map-mash => map-mash}/public/stylesheets/styles.css (100%) rename {rails/map-mash => map-mash}/script/about (100%) rename {rails/map-mash => map-mash}/script/autospec (100%) rename {rails/map-mash => map-mash}/script/console (100%) rename {rails/map-mash => map-mash}/script/dbconsole (100%) rename {rails/map-mash => map-mash}/script/destroy (100%) rename {rails/map-mash => map-mash}/script/dev-reset (100%) rename {rails/map-mash => map-mash}/script/generate (100%) rename {rails/map-mash => map-mash}/script/performance/benchmarker (100%) rename {rails/map-mash => map-mash}/script/performance/profiler (100%) rename {rails/map-mash => map-mash}/script/plugin (100%) rename {rails/map-mash => map-mash}/script/redis-runner (100%) rename {rails/map-mash => map-mash}/script/resque-web-runner (100%) rename {rails/map-mash => map-mash}/script/runner (100%) rename {rails/map-mash => map-mash}/script/server (100%) rename {rails/map-mash => map-mash}/script/spec (100%) rename {rails/map-mash => map-mash}/spec/blueprints.rb (100%) rename {rails/map-mash => map-mash}/spec/controllers/maps_controller_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/controllers/mash_tournaments_controller_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/controllers/mashes_controller_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/fixtures/maps.yml (100%) rename {rails/map-mash => map-mash}/spec/fixtures/mash_tournaments.yml (100%) rename {rails/map-mash => map-mash}/spec/fixtures/mashes.yml (100%) rename {rails/map-mash => map-mash}/spec/fixtures/requesters.yml (100%) rename {rails/map-mash => map-mash}/spec/helpers/maps_helper_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/helpers/mash_tournaments_helper_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/helpers/mashes_helper_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/integration/maps_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/integration/mash_tournaments_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/integration/mashes_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/lib/mash_tournament_builder_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/models/map_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/models/mash_tournament_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/models/requester_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/rcov.opts (100%) rename {rails/map-mash => map-mash}/spec/routing/maps_routing_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/routing/mash_tournaments_routing_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/routing/mashes_routing_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/spec.opts (100%) rename {rails/map-mash => map-mash}/spec/spec_helper.rb (100%) rename {rails/map-mash => map-mash}/spec/views/maps/edit.html.erb_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/views/maps/index.html.erb_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/views/maps/new.html.erb_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/views/maps/show.html.erb_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/views/mash_tournaments/edit.html.erb_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/views/mash_tournaments/index.html.erb_spec.rb (100%) rename {rails/map-mash => map-mash}/spec/views/mash_tournaments/new.html.erb_spec.rb (100%) delete mode 100644 rails/.gitignore rename redis/{with-ruby => }/.gitignore (100%) rename redis/{with-ruby => }/Gemfile (100%) rename redis/{with-ruby => }/Gemfile.lock (100%) rename redis/{with-ruby => }/Rakefile (100%) rename redis/{with-ruby => }/earthquakes.rb (100%) rename redis/{with-ruby => }/eq-info.rb (100%) rename redis/{with-ruby => }/in-and-out.rb (100%) diff --git a/rails/map-mash/.gitignore b/map-mash/.gitignore similarity index 100% rename from rails/map-mash/.gitignore rename to map-mash/.gitignore diff --git a/rails/map-mash/Gemfile b/map-mash/Gemfile similarity index 100% rename from rails/map-mash/Gemfile rename to map-mash/Gemfile diff --git a/rails/map-mash/Gemfile.lock b/map-mash/Gemfile.lock similarity index 100% rename from rails/map-mash/Gemfile.lock rename to map-mash/Gemfile.lock diff --git a/rails/map-mash/Procfile b/map-mash/Procfile similarity index 100% rename from rails/map-mash/Procfile rename to map-mash/Procfile diff --git a/rails/map-mash/README.md b/map-mash/README.md similarity index 100% rename from rails/map-mash/README.md rename to map-mash/README.md diff --git a/rails/map-mash/Rakefile b/map-mash/Rakefile similarity index 100% rename from rails/map-mash/Rakefile rename to map-mash/Rakefile diff --git a/rails/map-mash/app/controllers/application_controller.rb b/map-mash/app/controllers/application_controller.rb similarity index 100% rename from rails/map-mash/app/controllers/application_controller.rb rename to map-mash/app/controllers/application_controller.rb diff --git a/rails/map-mash/app/controllers/maps_controller.rb b/map-mash/app/controllers/maps_controller.rb similarity index 100% rename from rails/map-mash/app/controllers/maps_controller.rb rename to map-mash/app/controllers/maps_controller.rb diff --git a/rails/map-mash/app/controllers/mash_tournaments_controller.rb b/map-mash/app/controllers/mash_tournaments_controller.rb similarity index 100% rename from rails/map-mash/app/controllers/mash_tournaments_controller.rb rename to map-mash/app/controllers/mash_tournaments_controller.rb diff --git a/rails/map-mash/app/controllers/mashes_controller.rb b/map-mash/app/controllers/mashes_controller.rb similarity index 100% rename from rails/map-mash/app/controllers/mashes_controller.rb rename to map-mash/app/controllers/mashes_controller.rb diff --git a/rails/map-mash/app/helpers/application_helper.rb b/map-mash/app/helpers/application_helper.rb similarity index 100% rename from rails/map-mash/app/helpers/application_helper.rb rename to map-mash/app/helpers/application_helper.rb diff --git a/rails/map-mash/app/helpers/maps_helper.rb b/map-mash/app/helpers/maps_helper.rb similarity index 100% rename from rails/map-mash/app/helpers/maps_helper.rb rename to map-mash/app/helpers/maps_helper.rb diff --git a/rails/map-mash/app/helpers/mash_tournaments_helper.rb b/map-mash/app/helpers/mash_tournaments_helper.rb similarity index 100% rename from rails/map-mash/app/helpers/mash_tournaments_helper.rb rename to map-mash/app/helpers/mash_tournaments_helper.rb diff --git a/rails/map-mash/app/helpers/mashes_helper.rb b/map-mash/app/helpers/mashes_helper.rb similarity index 100% rename from rails/map-mash/app/helpers/mashes_helper.rb rename to map-mash/app/helpers/mashes_helper.rb diff --git a/rails/map-mash/app/models/map.rb b/map-mash/app/models/map.rb similarity index 100% rename from rails/map-mash/app/models/map.rb rename to map-mash/app/models/map.rb diff --git a/rails/map-mash/app/models/mash.rb b/map-mash/app/models/mash.rb similarity index 100% rename from rails/map-mash/app/models/mash.rb rename to map-mash/app/models/mash.rb diff --git a/rails/map-mash/app/models/mash_tournament.rb b/map-mash/app/models/mash_tournament.rb similarity index 100% rename from rails/map-mash/app/models/mash_tournament.rb rename to map-mash/app/models/mash_tournament.rb diff --git a/rails/map-mash/app/models/mash_tournament_round.rb b/map-mash/app/models/mash_tournament_round.rb similarity index 100% rename from rails/map-mash/app/models/mash_tournament_round.rb rename to map-mash/app/models/mash_tournament_round.rb diff --git a/rails/map-mash/app/models/requester.rb b/map-mash/app/models/requester.rb similarity index 100% rename from rails/map-mash/app/models/requester.rb rename to map-mash/app/models/requester.rb diff --git a/rails/map-mash/app/views/layouts/mash_tournaments.html.erb b/map-mash/app/views/layouts/mash_tournaments.html.erb similarity index 100% rename from rails/map-mash/app/views/layouts/mash_tournaments.html.erb rename to map-mash/app/views/layouts/mash_tournaments.html.erb diff --git a/rails/map-mash/app/views/layouts/mashes.html.erb b/map-mash/app/views/layouts/mashes.html.erb similarity index 100% rename from rails/map-mash/app/views/layouts/mashes.html.erb rename to map-mash/app/views/layouts/mashes.html.erb diff --git a/rails/map-mash/app/views/maps/edit.html.erb b/map-mash/app/views/maps/edit.html.erb similarity index 100% rename from rails/map-mash/app/views/maps/edit.html.erb rename to map-mash/app/views/maps/edit.html.erb diff --git a/rails/map-mash/app/views/maps/index.html.erb b/map-mash/app/views/maps/index.html.erb similarity index 100% rename from rails/map-mash/app/views/maps/index.html.erb rename to map-mash/app/views/maps/index.html.erb diff --git a/rails/map-mash/app/views/maps/new.html.erb b/map-mash/app/views/maps/new.html.erb similarity index 100% rename from rails/map-mash/app/views/maps/new.html.erb rename to map-mash/app/views/maps/new.html.erb diff --git a/rails/map-mash/app/views/maps/show.html.erb b/map-mash/app/views/maps/show.html.erb similarity index 100% rename from rails/map-mash/app/views/maps/show.html.erb rename to map-mash/app/views/maps/show.html.erb diff --git a/rails/map-mash/app/views/mash_tournaments/edit.html.erb b/map-mash/app/views/mash_tournaments/edit.html.erb similarity index 100% rename from rails/map-mash/app/views/mash_tournaments/edit.html.erb rename to map-mash/app/views/mash_tournaments/edit.html.erb diff --git a/rails/map-mash/app/views/mash_tournaments/index.html.erb b/map-mash/app/views/mash_tournaments/index.html.erb similarity index 100% rename from rails/map-mash/app/views/mash_tournaments/index.html.erb rename to map-mash/app/views/mash_tournaments/index.html.erb diff --git a/rails/map-mash/app/views/mash_tournaments/new.html.haml b/map-mash/app/views/mash_tournaments/new.html.haml similarity index 100% rename from rails/map-mash/app/views/mash_tournaments/new.html.haml rename to map-mash/app/views/mash_tournaments/new.html.haml diff --git a/rails/map-mash/app/views/mash_tournaments/show.html.haml b/map-mash/app/views/mash_tournaments/show.html.haml similarity index 100% rename from rails/map-mash/app/views/mash_tournaments/show.html.haml rename to map-mash/app/views/mash_tournaments/show.html.haml diff --git a/rails/map-mash/app/views/mashes/new.html.haml b/map-mash/app/views/mashes/new.html.haml similarity index 100% rename from rails/map-mash/app/views/mashes/new.html.haml rename to map-mash/app/views/mashes/new.html.haml diff --git a/rails/map-mash/config/boot.rb b/map-mash/config/boot.rb similarity index 100% rename from rails/map-mash/config/boot.rb rename to map-mash/config/boot.rb diff --git a/rails/map-mash/config/database.yml b/map-mash/config/database.yml similarity index 100% rename from rails/map-mash/config/database.yml rename to map-mash/config/database.yml diff --git a/rails/map-mash/config/environment.rb b/map-mash/config/environment.rb similarity index 100% rename from rails/map-mash/config/environment.rb rename to map-mash/config/environment.rb diff --git a/rails/map-mash/config/environments/development.rb b/map-mash/config/environments/development.rb similarity index 100% rename from rails/map-mash/config/environments/development.rb rename to map-mash/config/environments/development.rb diff --git a/rails/map-mash/config/environments/production.rb b/map-mash/config/environments/production.rb similarity index 100% rename from rails/map-mash/config/environments/production.rb rename to map-mash/config/environments/production.rb diff --git a/rails/map-mash/config/environments/test.rb b/map-mash/config/environments/test.rb similarity index 100% rename from rails/map-mash/config/environments/test.rb rename to map-mash/config/environments/test.rb diff --git a/rails/map-mash/config/initializers/01-settings.rb b/map-mash/config/initializers/01-settings.rb similarity index 100% rename from rails/map-mash/config/initializers/01-settings.rb rename to map-mash/config/initializers/01-settings.rb diff --git a/rails/map-mash/config/initializers/backtrace_silencers.rb b/map-mash/config/initializers/backtrace_silencers.rb similarity index 100% rename from rails/map-mash/config/initializers/backtrace_silencers.rb rename to map-mash/config/initializers/backtrace_silencers.rb diff --git a/rails/map-mash/config/initializers/inflections.rb b/map-mash/config/initializers/inflections.rb similarity index 100% rename from rails/map-mash/config/initializers/inflections.rb rename to map-mash/config/initializers/inflections.rb diff --git a/rails/map-mash/config/initializers/mime_types.rb b/map-mash/config/initializers/mime_types.rb similarity index 100% rename from rails/map-mash/config/initializers/mime_types.rb rename to map-mash/config/initializers/mime_types.rb diff --git a/rails/map-mash/config/initializers/new_rails_defaults.rb b/map-mash/config/initializers/new_rails_defaults.rb similarity index 100% rename from rails/map-mash/config/initializers/new_rails_defaults.rb rename to map-mash/config/initializers/new_rails_defaults.rb diff --git a/rails/map-mash/config/initializers/redis_conf.rb b/map-mash/config/initializers/redis_conf.rb similarity index 100% rename from rails/map-mash/config/initializers/redis_conf.rb rename to map-mash/config/initializers/redis_conf.rb diff --git a/rails/map-mash/config/initializers/session_store.rb b/map-mash/config/initializers/session_store.rb similarity index 100% rename from rails/map-mash/config/initializers/session_store.rb rename to map-mash/config/initializers/session_store.rb diff --git a/rails/map-mash/config/locales/en.yml b/map-mash/config/locales/en.yml similarity index 100% rename from rails/map-mash/config/locales/en.yml rename to map-mash/config/locales/en.yml diff --git a/rails/map-mash/config/redis.conf.erb b/map-mash/config/redis.conf.erb similarity index 100% rename from rails/map-mash/config/redis.conf.erb rename to map-mash/config/redis.conf.erb diff --git a/rails/map-mash/config/routes.rb b/map-mash/config/routes.rb similarity index 100% rename from rails/map-mash/config/routes.rb rename to map-mash/config/routes.rb diff --git a/rails/map-mash/config/settings.yml b/map-mash/config/settings.yml similarity index 100% rename from rails/map-mash/config/settings.yml rename to map-mash/config/settings.yml diff --git a/rails/map-mash/db/capital-cities.csv b/map-mash/db/capital-cities.csv similarity index 100% rename from rails/map-mash/db/capital-cities.csv rename to map-mash/db/capital-cities.csv diff --git a/rails/map-mash/db/migrate/20120304151123_create_maps.rb b/map-mash/db/migrate/20120304151123_create_maps.rb similarity index 100% rename from rails/map-mash/db/migrate/20120304151123_create_maps.rb rename to map-mash/db/migrate/20120304151123_create_maps.rb diff --git a/rails/map-mash/db/migrate/20120304164625_create_mashes.rb b/map-mash/db/migrate/20120304164625_create_mashes.rb similarity index 100% rename from rails/map-mash/db/migrate/20120304164625_create_mashes.rb rename to map-mash/db/migrate/20120304164625_create_mashes.rb diff --git a/rails/map-mash/db/migrate/20120309000749_create_requesters.rb b/map-mash/db/migrate/20120309000749_create_requesters.rb similarity index 100% rename from rails/map-mash/db/migrate/20120309000749_create_requesters.rb rename to map-mash/db/migrate/20120309000749_create_requesters.rb diff --git a/rails/map-mash/db/migrate/20120309130609_create_mash_tournaments.rb b/map-mash/db/migrate/20120309130609_create_mash_tournaments.rb similarity index 100% rename from rails/map-mash/db/migrate/20120309130609_create_mash_tournaments.rb rename to map-mash/db/migrate/20120309130609_create_mash_tournaments.rb diff --git a/rails/map-mash/db/migrate/20120310035133_create_mash_tournament_rounds.rb b/map-mash/db/migrate/20120310035133_create_mash_tournament_rounds.rb similarity index 100% rename from rails/map-mash/db/migrate/20120310035133_create_mash_tournament_rounds.rb rename to map-mash/db/migrate/20120310035133_create_mash_tournament_rounds.rb diff --git a/rails/map-mash/db/schema.rb b/map-mash/db/schema.rb similarity index 100% rename from rails/map-mash/db/schema.rb rename to map-mash/db/schema.rb diff --git a/rails/map-mash/db/top-us-cities.csv b/map-mash/db/top-us-cities.csv similarity index 100% rename from rails/map-mash/db/top-us-cities.csv rename to map-mash/db/top-us-cities.csv diff --git a/rails/map-mash/doc/README_FOR_APP b/map-mash/doc/README_FOR_APP similarity index 100% rename from rails/map-mash/doc/README_FOR_APP rename to map-mash/doc/README_FOR_APP diff --git a/rails/map-mash/lib/google_map_location_fetcher.rb b/map-mash/lib/google_map_location_fetcher.rb similarity index 100% rename from rails/map-mash/lib/google_map_location_fetcher.rb rename to map-mash/lib/google_map_location_fetcher.rb diff --git a/rails/map-mash/lib/mash_tournament_builder.rb b/map-mash/lib/mash_tournament_builder.rb similarity index 100% rename from rails/map-mash/lib/mash_tournament_builder.rb rename to map-mash/lib/mash_tournament_builder.rb diff --git a/rails/map-mash/lib/tasks/maps.rake b/map-mash/lib/tasks/maps.rake similarity index 100% rename from rails/map-mash/lib/tasks/maps.rake rename to map-mash/lib/tasks/maps.rake diff --git a/rails/map-mash/lib/tasks/rspec.rake b/map-mash/lib/tasks/rspec.rake similarity index 100% rename from rails/map-mash/lib/tasks/rspec.rake rename to map-mash/lib/tasks/rspec.rake diff --git a/rails/map-mash/log/.gitkeep b/map-mash/log/.gitkeep similarity index 100% rename from rails/map-mash/log/.gitkeep rename to map-mash/log/.gitkeep diff --git a/rails/map-mash/public/404.html b/map-mash/public/404.html similarity index 100% rename from rails/map-mash/public/404.html rename to map-mash/public/404.html diff --git a/rails/map-mash/public/422.html b/map-mash/public/422.html similarity index 100% rename from rails/map-mash/public/422.html rename to map-mash/public/422.html diff --git a/rails/map-mash/public/500.html b/map-mash/public/500.html similarity index 100% rename from rails/map-mash/public/500.html rename to map-mash/public/500.html diff --git a/rails/map-mash/public/favicon.ico b/map-mash/public/favicon.ico similarity index 100% rename from rails/map-mash/public/favicon.ico rename to map-mash/public/favicon.ico diff --git a/rails/map-mash/public/images/rails.png b/map-mash/public/images/rails.png similarity index 100% rename from rails/map-mash/public/images/rails.png rename to map-mash/public/images/rails.png diff --git a/rails/map-mash/public/javascripts/application.js b/map-mash/public/javascripts/application.js similarity index 100% rename from rails/map-mash/public/javascripts/application.js rename to map-mash/public/javascripts/application.js diff --git a/rails/map-mash/public/javascripts/controls.js b/map-mash/public/javascripts/controls.js similarity index 100% rename from rails/map-mash/public/javascripts/controls.js rename to map-mash/public/javascripts/controls.js diff --git a/rails/map-mash/public/javascripts/dragdrop.js b/map-mash/public/javascripts/dragdrop.js similarity index 100% rename from rails/map-mash/public/javascripts/dragdrop.js rename to map-mash/public/javascripts/dragdrop.js diff --git a/rails/map-mash/public/javascripts/effects.js b/map-mash/public/javascripts/effects.js similarity index 100% rename from rails/map-mash/public/javascripts/effects.js rename to map-mash/public/javascripts/effects.js diff --git a/rails/map-mash/public/javascripts/jquery.js b/map-mash/public/javascripts/jquery.js similarity index 100% rename from rails/map-mash/public/javascripts/jquery.js rename to map-mash/public/javascripts/jquery.js diff --git a/rails/map-mash/public/javascripts/jquery.min.js b/map-mash/public/javascripts/jquery.min.js similarity index 100% rename from rails/map-mash/public/javascripts/jquery.min.js rename to map-mash/public/javascripts/jquery.min.js diff --git a/rails/map-mash/public/javascripts/prototype.js b/map-mash/public/javascripts/prototype.js similarity index 100% rename from rails/map-mash/public/javascripts/prototype.js rename to map-mash/public/javascripts/prototype.js diff --git a/rails/map-mash/public/robots.txt b/map-mash/public/robots.txt similarity index 100% rename from rails/map-mash/public/robots.txt rename to map-mash/public/robots.txt diff --git a/rails/map-mash/public/stylesheets/scaffold.css b/map-mash/public/stylesheets/scaffold.css similarity index 100% rename from rails/map-mash/public/stylesheets/scaffold.css rename to map-mash/public/stylesheets/scaffold.css diff --git a/rails/map-mash/public/stylesheets/styles.css b/map-mash/public/stylesheets/styles.css similarity index 100% rename from rails/map-mash/public/stylesheets/styles.css rename to map-mash/public/stylesheets/styles.css diff --git a/rails/map-mash/script/about b/map-mash/script/about similarity index 100% rename from rails/map-mash/script/about rename to map-mash/script/about diff --git a/rails/map-mash/script/autospec b/map-mash/script/autospec similarity index 100% rename from rails/map-mash/script/autospec rename to map-mash/script/autospec diff --git a/rails/map-mash/script/console b/map-mash/script/console similarity index 100% rename from rails/map-mash/script/console rename to map-mash/script/console diff --git a/rails/map-mash/script/dbconsole b/map-mash/script/dbconsole similarity index 100% rename from rails/map-mash/script/dbconsole rename to map-mash/script/dbconsole diff --git a/rails/map-mash/script/destroy b/map-mash/script/destroy similarity index 100% rename from rails/map-mash/script/destroy rename to map-mash/script/destroy diff --git a/rails/map-mash/script/dev-reset b/map-mash/script/dev-reset similarity index 100% rename from rails/map-mash/script/dev-reset rename to map-mash/script/dev-reset diff --git a/rails/map-mash/script/generate b/map-mash/script/generate similarity index 100% rename from rails/map-mash/script/generate rename to map-mash/script/generate diff --git a/rails/map-mash/script/performance/benchmarker b/map-mash/script/performance/benchmarker similarity index 100% rename from rails/map-mash/script/performance/benchmarker rename to map-mash/script/performance/benchmarker diff --git a/rails/map-mash/script/performance/profiler b/map-mash/script/performance/profiler similarity index 100% rename from rails/map-mash/script/performance/profiler rename to map-mash/script/performance/profiler diff --git a/rails/map-mash/script/plugin b/map-mash/script/plugin similarity index 100% rename from rails/map-mash/script/plugin rename to map-mash/script/plugin diff --git a/rails/map-mash/script/redis-runner b/map-mash/script/redis-runner similarity index 100% rename from rails/map-mash/script/redis-runner rename to map-mash/script/redis-runner diff --git a/rails/map-mash/script/resque-web-runner b/map-mash/script/resque-web-runner similarity index 100% rename from rails/map-mash/script/resque-web-runner rename to map-mash/script/resque-web-runner diff --git a/rails/map-mash/script/runner b/map-mash/script/runner similarity index 100% rename from rails/map-mash/script/runner rename to map-mash/script/runner diff --git a/rails/map-mash/script/server b/map-mash/script/server similarity index 100% rename from rails/map-mash/script/server rename to map-mash/script/server diff --git a/rails/map-mash/script/spec b/map-mash/script/spec similarity index 100% rename from rails/map-mash/script/spec rename to map-mash/script/spec diff --git a/rails/map-mash/spec/blueprints.rb b/map-mash/spec/blueprints.rb similarity index 100% rename from rails/map-mash/spec/blueprints.rb rename to map-mash/spec/blueprints.rb diff --git a/rails/map-mash/spec/controllers/maps_controller_spec.rb b/map-mash/spec/controllers/maps_controller_spec.rb similarity index 100% rename from rails/map-mash/spec/controllers/maps_controller_spec.rb rename to map-mash/spec/controllers/maps_controller_spec.rb diff --git a/rails/map-mash/spec/controllers/mash_tournaments_controller_spec.rb b/map-mash/spec/controllers/mash_tournaments_controller_spec.rb similarity index 100% rename from rails/map-mash/spec/controllers/mash_tournaments_controller_spec.rb rename to map-mash/spec/controllers/mash_tournaments_controller_spec.rb diff --git a/rails/map-mash/spec/controllers/mashes_controller_spec.rb b/map-mash/spec/controllers/mashes_controller_spec.rb similarity index 100% rename from rails/map-mash/spec/controllers/mashes_controller_spec.rb rename to map-mash/spec/controllers/mashes_controller_spec.rb diff --git a/rails/map-mash/spec/fixtures/maps.yml b/map-mash/spec/fixtures/maps.yml similarity index 100% rename from rails/map-mash/spec/fixtures/maps.yml rename to map-mash/spec/fixtures/maps.yml diff --git a/rails/map-mash/spec/fixtures/mash_tournaments.yml b/map-mash/spec/fixtures/mash_tournaments.yml similarity index 100% rename from rails/map-mash/spec/fixtures/mash_tournaments.yml rename to map-mash/spec/fixtures/mash_tournaments.yml diff --git a/rails/map-mash/spec/fixtures/mashes.yml b/map-mash/spec/fixtures/mashes.yml similarity index 100% rename from rails/map-mash/spec/fixtures/mashes.yml rename to map-mash/spec/fixtures/mashes.yml diff --git a/rails/map-mash/spec/fixtures/requesters.yml b/map-mash/spec/fixtures/requesters.yml similarity index 100% rename from rails/map-mash/spec/fixtures/requesters.yml rename to map-mash/spec/fixtures/requesters.yml diff --git a/rails/map-mash/spec/helpers/maps_helper_spec.rb b/map-mash/spec/helpers/maps_helper_spec.rb similarity index 100% rename from rails/map-mash/spec/helpers/maps_helper_spec.rb rename to map-mash/spec/helpers/maps_helper_spec.rb diff --git a/rails/map-mash/spec/helpers/mash_tournaments_helper_spec.rb b/map-mash/spec/helpers/mash_tournaments_helper_spec.rb similarity index 100% rename from rails/map-mash/spec/helpers/mash_tournaments_helper_spec.rb rename to map-mash/spec/helpers/mash_tournaments_helper_spec.rb diff --git a/rails/map-mash/spec/helpers/mashes_helper_spec.rb b/map-mash/spec/helpers/mashes_helper_spec.rb similarity index 100% rename from rails/map-mash/spec/helpers/mashes_helper_spec.rb rename to map-mash/spec/helpers/mashes_helper_spec.rb diff --git a/rails/map-mash/spec/integration/maps_spec.rb b/map-mash/spec/integration/maps_spec.rb similarity index 100% rename from rails/map-mash/spec/integration/maps_spec.rb rename to map-mash/spec/integration/maps_spec.rb diff --git a/rails/map-mash/spec/integration/mash_tournaments_spec.rb b/map-mash/spec/integration/mash_tournaments_spec.rb similarity index 100% rename from rails/map-mash/spec/integration/mash_tournaments_spec.rb rename to map-mash/spec/integration/mash_tournaments_spec.rb diff --git a/rails/map-mash/spec/integration/mashes_spec.rb b/map-mash/spec/integration/mashes_spec.rb similarity index 100% rename from rails/map-mash/spec/integration/mashes_spec.rb rename to map-mash/spec/integration/mashes_spec.rb diff --git a/rails/map-mash/spec/lib/mash_tournament_builder_spec.rb b/map-mash/spec/lib/mash_tournament_builder_spec.rb similarity index 100% rename from rails/map-mash/spec/lib/mash_tournament_builder_spec.rb rename to map-mash/spec/lib/mash_tournament_builder_spec.rb diff --git a/rails/map-mash/spec/models/map_spec.rb b/map-mash/spec/models/map_spec.rb similarity index 100% rename from rails/map-mash/spec/models/map_spec.rb rename to map-mash/spec/models/map_spec.rb diff --git a/rails/map-mash/spec/models/mash_tournament_spec.rb b/map-mash/spec/models/mash_tournament_spec.rb similarity index 100% rename from rails/map-mash/spec/models/mash_tournament_spec.rb rename to map-mash/spec/models/mash_tournament_spec.rb diff --git a/rails/map-mash/spec/models/requester_spec.rb b/map-mash/spec/models/requester_spec.rb similarity index 100% rename from rails/map-mash/spec/models/requester_spec.rb rename to map-mash/spec/models/requester_spec.rb diff --git a/rails/map-mash/spec/rcov.opts b/map-mash/spec/rcov.opts similarity index 100% rename from rails/map-mash/spec/rcov.opts rename to map-mash/spec/rcov.opts diff --git a/rails/map-mash/spec/routing/maps_routing_spec.rb b/map-mash/spec/routing/maps_routing_spec.rb similarity index 100% rename from rails/map-mash/spec/routing/maps_routing_spec.rb rename to map-mash/spec/routing/maps_routing_spec.rb diff --git a/rails/map-mash/spec/routing/mash_tournaments_routing_spec.rb b/map-mash/spec/routing/mash_tournaments_routing_spec.rb similarity index 100% rename from rails/map-mash/spec/routing/mash_tournaments_routing_spec.rb rename to map-mash/spec/routing/mash_tournaments_routing_spec.rb diff --git a/rails/map-mash/spec/routing/mashes_routing_spec.rb b/map-mash/spec/routing/mashes_routing_spec.rb similarity index 100% rename from rails/map-mash/spec/routing/mashes_routing_spec.rb rename to map-mash/spec/routing/mashes_routing_spec.rb diff --git a/rails/map-mash/spec/spec.opts b/map-mash/spec/spec.opts similarity index 100% rename from rails/map-mash/spec/spec.opts rename to map-mash/spec/spec.opts diff --git a/rails/map-mash/spec/spec_helper.rb b/map-mash/spec/spec_helper.rb similarity index 100% rename from rails/map-mash/spec/spec_helper.rb rename to map-mash/spec/spec_helper.rb diff --git a/rails/map-mash/spec/views/maps/edit.html.erb_spec.rb b/map-mash/spec/views/maps/edit.html.erb_spec.rb similarity index 100% rename from rails/map-mash/spec/views/maps/edit.html.erb_spec.rb rename to map-mash/spec/views/maps/edit.html.erb_spec.rb diff --git a/rails/map-mash/spec/views/maps/index.html.erb_spec.rb b/map-mash/spec/views/maps/index.html.erb_spec.rb similarity index 100% rename from rails/map-mash/spec/views/maps/index.html.erb_spec.rb rename to map-mash/spec/views/maps/index.html.erb_spec.rb diff --git a/rails/map-mash/spec/views/maps/new.html.erb_spec.rb b/map-mash/spec/views/maps/new.html.erb_spec.rb similarity index 100% rename from rails/map-mash/spec/views/maps/new.html.erb_spec.rb rename to map-mash/spec/views/maps/new.html.erb_spec.rb diff --git a/rails/map-mash/spec/views/maps/show.html.erb_spec.rb b/map-mash/spec/views/maps/show.html.erb_spec.rb similarity index 100% rename from rails/map-mash/spec/views/maps/show.html.erb_spec.rb rename to map-mash/spec/views/maps/show.html.erb_spec.rb diff --git a/rails/map-mash/spec/views/mash_tournaments/edit.html.erb_spec.rb b/map-mash/spec/views/mash_tournaments/edit.html.erb_spec.rb similarity index 100% rename from rails/map-mash/spec/views/mash_tournaments/edit.html.erb_spec.rb rename to map-mash/spec/views/mash_tournaments/edit.html.erb_spec.rb diff --git a/rails/map-mash/spec/views/mash_tournaments/index.html.erb_spec.rb b/map-mash/spec/views/mash_tournaments/index.html.erb_spec.rb similarity index 100% rename from rails/map-mash/spec/views/mash_tournaments/index.html.erb_spec.rb rename to map-mash/spec/views/mash_tournaments/index.html.erb_spec.rb diff --git a/rails/map-mash/spec/views/mash_tournaments/new.html.erb_spec.rb b/map-mash/spec/views/mash_tournaments/new.html.erb_spec.rb similarity index 100% rename from rails/map-mash/spec/views/mash_tournaments/new.html.erb_spec.rb rename to map-mash/spec/views/mash_tournaments/new.html.erb_spec.rb diff --git a/rails/.gitignore b/rails/.gitignore deleted file mode 100644 index a0cf52b..0000000 --- a/rails/.gitignore +++ /dev/null @@ -1 +0,0 @@ -.rbenv-version diff --git a/redis/with-ruby/.gitignore b/redis/.gitignore similarity index 100% rename from redis/with-ruby/.gitignore rename to redis/.gitignore diff --git a/redis/with-ruby/Gemfile b/redis/Gemfile similarity index 100% rename from redis/with-ruby/Gemfile rename to redis/Gemfile diff --git a/redis/with-ruby/Gemfile.lock b/redis/Gemfile.lock similarity index 100% rename from redis/with-ruby/Gemfile.lock rename to redis/Gemfile.lock diff --git a/redis/with-ruby/Rakefile b/redis/Rakefile similarity index 100% rename from redis/with-ruby/Rakefile rename to redis/Rakefile diff --git a/redis/with-ruby/earthquakes.rb b/redis/earthquakes.rb similarity index 100% rename from redis/with-ruby/earthquakes.rb rename to redis/earthquakes.rb diff --git a/redis/with-ruby/eq-info.rb b/redis/eq-info.rb similarity index 100% rename from redis/with-ruby/eq-info.rb rename to redis/eq-info.rb diff --git a/redis/with-ruby/in-and-out.rb b/redis/in-and-out.rb similarity index 100% rename from redis/with-ruby/in-and-out.rb rename to redis/in-and-out.rb