-
Notifications
You must be signed in to change notification settings - Fork 0
Home
petelacey edited this page Sep 14, 2010
·
3 revisions
Welcome to the LLCoolStats wiki!
Some notes while in early dev:
- Using Postgres 8.4
- Updated pg gem. Required libpq-dev to be installed first. Other dependencies already there.
- Added an LLCoolStats user (role) with identical password
- Created database “LLCoolStats_development” owned by LLCoolStats
- Getting ident auth failed on initial attempt to use Postgres from rake db:migrate
- Changed /etc/postgresql/8.4/main/pg_hba.conf to have a local security config of: local all all md5 (instead of ident).
- Restarted postgres
- Using the foreigner plugin for creating foreign keys in migrations: http://github.com/matthuhiggins/foreigner
- Default sort order on teams
- Once we have “users,” scope teams to users
- Change controllers over to respond_with
- Remove unused scaffolding
- Examine compass / sass stuff