[Scummvm-cvs-logs] scummvm-sites gamesdb -> bc3d9f5880bc0ac34ade331a9f35f4d334b6410e

alexbevi alexbevi at gmail.com
Thu Jun 23 04:48:22 CEST 2016


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .

Summary:
bc3d9f5880 BASE: migrate code to scummvm-sites repository


Commit: bc3d9f5880bc0ac34ade331a9f35f4d334b6410e
    https://github.com/scummvm/scummvm-sites/commit/bc3d9f5880bc0ac34ade331a9f35f4d334b6410e
Author: Alex Bevilacqua (alex at alexbevi.com)
Date: 2016-06-22T22:46:58-04:00

Commit Message:
BASE: migrate code to scummvm-sites repository

Changed paths:
  A .gitignore
  A Dockerfile
  A Gemfile
  A Gemfile.lock
  A README.rdoc
  A Rakefile
  A app/assets/images/.keep
  A app/assets/images/favicon.ico
  A app/assets/javascripts/application.js
  A app/assets/javascripts/bootstrap.js.coffee
  A app/assets/javascripts/engines.coffee
  A app/assets/javascripts/games.coffee
  A app/assets/javascripts/home.coffee
  A app/assets/javascripts/platforms.coffee
  A app/assets/javascripts/releases.coffee
  A app/assets/javascripts/tests.coffee
  A app/assets/javascripts/user.coffee
  A app/assets/javascripts/versions.coffee
  A app/assets/stylesheets/application.css
  A app/assets/stylesheets/bootstrap_and_overrides.css
  A app/assets/stylesheets/engines.scss
  A app/assets/stylesheets/games.scss
  A app/assets/stylesheets/home.scss
  A app/assets/stylesheets/platforms.scss
  A app/assets/stylesheets/releases.scss
  A app/assets/stylesheets/scaffolds.scss
  A app/assets/stylesheets/tests.scss
  A app/assets/stylesheets/user.scss
  A app/assets/stylesheets/versions.scss
  A app/controllers/application_controller.rb
  A app/controllers/concerns/.keep
  A app/controllers/engines_controller.rb
  A app/controllers/games_controller.rb
  A app/controllers/home_controller.rb
  A app/controllers/platforms_controller.rb
  A app/controllers/releases_controller.rb
  A app/controllers/tests_controller.rb
  A app/controllers/users_controller.rb
  A app/controllers/versions_controller.rb
  A app/helpers/application_helper.rb
  A app/helpers/engines_helper.rb
  A app/helpers/games_helper.rb
  A app/helpers/home_helper.rb
  A app/helpers/platforms_helper.rb
  A app/helpers/releases_helper.rb
  A app/helpers/tests_helper.rb
  A app/helpers/user_helper.rb
  A app/helpers/users_helper.rb
  A app/helpers/versions_helper.rb
  A app/mailers/.keep
  A app/models/.keep
  A app/models/concerns/.keep
  A app/models/engine.rb
  A app/models/game.rb
  A app/models/language.rb
  A app/models/platform.rb
  A app/models/release.rb
  A app/models/test.rb
  A app/models/user.rb
  A app/models/version.rb
  A app/uploaders/box_art_uploader.rb
  A app/views/devise/confirmations/new.html.haml
  A app/views/devise/mailer/confirmation_instructions.html.haml
  A app/views/devise/mailer/password_change.html.haml
  A app/views/devise/mailer/reset_password_instructions.html.haml
  A app/views/devise/mailer/unlock_instructions.html.haml
  A app/views/devise/passwords/edit.html.haml
  A app/views/devise/passwords/new.html.haml
  A app/views/devise/registrations/edit.html.haml
  A app/views/devise/registrations/new.html.haml
  A app/views/devise/sessions/new.html.haml
  A app/views/devise/shared/_links.html.haml
  A app/views/devise/unlocks/new.html.haml
  A app/views/engines/_form.html.haml
  A app/views/engines/edit.html.haml
  A app/views/engines/index.html.haml
  A app/views/engines/index.json.jbuilder
  A app/views/engines/new.html.haml
  A app/views/engines/show.html.haml
  A app/views/engines/show.json.jbuilder
  A app/views/games/_form.html.haml
  A app/views/games/_version_fields.html.haml
  A app/views/games/edit.html.haml
  A app/views/games/index.html.haml
  A app/views/games/index.json.jbuilder
  A app/views/games/new.html.haml
  A app/views/games/show.html.haml
  A app/views/games/show.json.jbuilder
  A app/views/home/index.html.haml
  A app/views/layouts/_activity.html.haml
  A app/views/layouts/application.html.haml
  A app/views/platforms/_form.html.haml
  A app/views/platforms/edit.html.haml
  A app/views/platforms/index.html.haml
  A app/views/platforms/index.json.jbuilder
  A app/views/platforms/new.html.haml
  A app/views/platforms/show.html.haml
  A app/views/platforms/show.json.jbuilder
  A app/views/public_activity/_default.html.haml
  A app/views/public_activity/test/_create.html.haml
  A app/views/public_activity/version/_create.html.haml
  A app/views/releases/_form.html.haml
  A app/views/releases/edit.html.haml
  A app/views/releases/index.html.haml
  A app/views/releases/index.json.jbuilder
  A app/views/releases/new.html.haml
  A app/views/releases/show.html.haml
  A app/views/releases/show.json.jbuilder
  A app/views/tests/_form.html.haml
  A app/views/tests/edit.html.haml
  A app/views/tests/index.html.haml
  A app/views/tests/index.json.jbuilder
  A app/views/tests/new.html.haml
  A app/views/tests/show.html.haml
  A app/views/tests/show.json.jbuilder
  A app/views/users/_form.html.haml
  A app/views/users/edit.html.haml
  A app/views/users/index.html.haml
  A app/views/users/index.json.jbuilder
  A app/views/users/new.html.haml
  A app/views/users/show.html.haml
  A app/views/users/show.json.jbuilder
  A app/views/versions/_form.html.haml
  A app/views/versions/edit.html.haml
  A app/views/versions/index.html.haml
  A app/views/versions/index.json.jbuilder
  A app/views/versions/new.html.haml
  A app/views/versions/show.html.haml
  A app/views/versions/show.json.jbuilder
  A bin/bundle
  A bin/rails
  A bin/rake
  A bin/setup
  A bin/spring
  A config.ru
  A config/application.rb
  A config/boot.rb
  A config/database.yml
  A config/environment.rb
  A config/environments/development.rb
  A config/environments/production.rb
  A config/environments/test.rb
  A config/initializers/assets.rb
  A config/initializers/backtrace_silencers.rb
  A config/initializers/carrierwave.rb
  A config/initializers/cookies_serializer.rb
  A config/initializers/devise.rb
  A config/initializers/filter_parameter_logging.rb
  A config/initializers/friendly_id.rb
  A config/initializers/inflections.rb
  A config/initializers/mime_types.rb
  A config/initializers/session_store.rb
  A config/initializers/wrap_parameters.rb
  A config/locales/devise.en.yml
  A config/locales/en.bootstrap.yml
  A config/locales/en.yml
  A config/routes.rb
  A config/secrets.yml
  A db/migrate/20160524233656_create_users.rb
  A db/migrate/20160524234211_add_devise_to_users.rb
  A db/migrate/20160525005720_create_releases.rb
  A db/migrate/20160525010323_create_engines.rb
  A db/migrate/20160525010617_create_games.rb
  A db/migrate/20160525010731_create_platforms.rb
  A db/migrate/20160525011028_create_versions.rb
  A db/migrate/20160526082940_create_activities.rb
  A db/migrate/20160526094708_add_engine_to_game.rb
  A db/migrate/20160526101208_create_friendly_id_slugs.rb
  A db/migrate/20160527010624_add_slug_to_game.rb
  A db/migrate/20160527013510_create_languages.rb
  A db/migrate/20160527013718_modify_version_language_to_relationship.rb
  A db/migrate/20160531093536_add_slug_to_platform.rb
  A db/migrate/20160531095714_create_tests.rb
  A db/migrate/20160601094929_add_box_art_to_games.rb
  A db/migrate/20160602001553_add_first_release_to_games.rb
  A db/migrate/20160602002328_add_introductory_release_to_games.rb
  A db/migrate/20160602002357_remove_introductory_release_from_engines.rb
  A db/migrate/20160602014857_add_notes_to_releases.rb
  A db/migrate/20160609004409_add_games_to_tests.rb
  A db/schema.rb
  A db/seeds.rb
  A docker-compose.yml
  A lib/assets/.keep
  A lib/tasks/.keep
  A log/.keep
  A public/404.html
  A public/422.html
  A public/500.html
  A public/favicon.ico
  A public/robots.txt
  A test/controllers/.keep
  A test/controllers/engines_controller_test.rb
  A test/controllers/games_controller_test.rb
  A test/controllers/home_controller_test.rb
  A test/controllers/platforms_controller_test.rb
  A test/controllers/releases_controller_test.rb
  A test/controllers/tests_controller_test.rb
  A test/controllers/user_controller_test.rb
  A test/controllers/users_controller_test.rb
  A test/controllers/versions_controller_test.rb
  A test/fixtures/.keep
  A test/fixtures/engines.yml
  A test/fixtures/games.yml
  A test/fixtures/languages.yml
  A test/fixtures/platforms.yml
  A test/fixtures/releases.yml
  A test/fixtures/tests.yml
  A test/fixtures/users.yml
  A test/fixtures/versions.yml
  A test/helpers/.keep
  A test/integration/.keep
  A test/mailers/.keep
  A test/models/.keep
  A test/models/engine_test.rb
  A test/models/game_test.rb
  A test/models/language_test.rb
  A test/models/platform_test.rb
  A test/models/release_test.rb
  A test/models/test_test.rb
  A test/models/user_test.rb
  A test/models/version_test.rb
  A test/test_helper.rb
  A vendor/assets/javascripts/.keep
  A vendor/assets/stylesheets/.keep








More information about the Scummvm-git-logs mailing list