Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 618 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 618 Bytes

El Fulbo

==========

This application is just to learn purposses. A couple of friends (and me too of course) are learning RoR and this will be his first RoR application.

Here they are learning about an agile development process to meet the goal, using Test Driven Development, GIT version control, Code Review, Continuos Integration, Pair Programming and more.

Goal: an usable web application useful for share amateur soccer experiences. The site also should be useful to

Install

  • create your config/database.yml
  • create your config/application.yml
  • rake db:create
  • rake db:migrate
  • rake spec
  • rails s