-
Notifications
You must be signed in to change notification settings - Fork 1
Home
leanucci edited this page Sep 12, 2010
·
12 revisions
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”,.
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.