Skip to content
leanucci edited this page Sep 12, 2010 · 12 revisions

Welcome to the fpt wiki!

What is fpt? FPT is my free time Ruby on Rails project. It’s my attempt to develop an application in a passionate way, with no pressure or strings attached.

FPT Stands for Soccer For Everyone, “Futbol Para Todos”,.

Setup

Run:

 rake db:migrate 

to create the database and populate it with enough data to start with, and then:
 rake friendly_id:make_slugs MODEL=Tournament 

and:
 rake friendly_id:make_slugs MODEL=Team 

to create slugs for the mentioned models.
Clone this wiki locally