Changeset [8602e2694914c5d4f5a93cb3e790bacfd0f55e18] by Christopher Peplin

October 6th, 2010 @ 08:51 PM

Committed by Christopher Peplin

  • A app/controllers/states_controller.rb
  • A app/helpers/state_helper.rb
  • A app/models/state.rb
  • A app/views/states/_form_fields.html.haml
  • A app/views/states/_state.html.haml
  • A app/views/states/edit.html.haml
  • A app/views/states/index.html.haml
  • A app/views/states/new.html.haml
  • A app/views/states/show.html.haml
  • A db/migrate/20100903201048_create_states.rb
  • A spec/controllers/states_controller_spec.rb
  • A spec/factories/state_factory.rb
  • A spec/helpers/state_helper_spec.rb
  • A spec/models/state_spec.rb
  • A spec/routing/state_route_spec.rb
  • R app/controllers/regions_controller.rb
  • R app/helpers/region_helper.rb
  • R app/models/region.rb
  • R app/views/regions/_form_fields.html.haml
  • R app/views/regions/_region.html.haml
  • R app/views/regions/edit.html.haml
  • R app/views/regions/new.html.haml
  • R app/views/regions/show.html.haml
  • R app/views/regions/index.html.haml
  • R db/migrate/20100903201048_create_regions.rb
  • R spec/controllers/regions_controller_spec.rb
  • R spec/factories/region_factory.rb
  • R spec/helpers/region_helper_spec.rb
  • R spec/models/region_spec.rb
  • R spec/routing/region_route_spec.rb
  • M app/controllers/application_controller.rb
  • M app/controllers/bids_controller.rb
  • M app/controllers/contracts_controller.rb
  • M app/controllers/interstate_lines_controller.rb
  • M app/controllers/repairs_controller.rb
  • M app/controllers/research_advancements_controller.rb
  • M app/controllers/technical_component_instances_controller.rb
  • M app/controllers/zones_controller.rb
  • M app/models/game.rb
  • M app/models/interstate_line.rb
  • M app/models/map.rb
  • M app/models/research_advancement.rb
  • M app/models/technical_component_instance.rb
  • M app/models/user.rb
  • M app/models/zone.rb
  • M app/views/games/_game.html.haml
  • M app/views/generators/_generator.html.haml
  • M app/views/lines/_line.html.haml
  • M app/views/storage_devices/_storage_device.html.haml
  • M config/routes.rb
  • M db/migrate/20100903205246_create_zones.rb
  • M db/migrate/20100903223917_create_research_advancements.rb
  • M db/migrate/20100905172809_create_interstate_lines.rb
  • M db/schema.rb
  • M spec/controllers/bids_controller_spec.rb
  • M spec/controllers/contracts_controller_spec.rb
  • M spec/controllers/interstate_lines_controller_spec.rb
  • M spec/controllers/repairs_controller_spec.rb
  • M spec/controllers/research_advancements_controller_spec.rb
  • M spec/factories/game_factory.rb
  • M spec/factories/interstate_line_factory.rb
  • M spec/factories/research_advancement_factory.rb
  • M spec/factories/zone_factory.rb
  • M spec/models/game_spec.rb
  • M spec/models/interstate_line_spec.rb
  • M spec/models/map_spec.rb
  • M spec/models/market_spec.rb
  • M spec/models/research_advancement_spec.rb
  • M spec/models/user_spec.rb
  • M spec/models/zone_spec.rb
  • M spec/routing/interstate_line_route_spec.rb
  • M spec/routing/zone_route_spec.rb
  • M spec/support/object_helper.rb
New-ticket Create new ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป

Shared Ticket Bins