search for: nittany

Displaying 2 results from an estimated 2 matches for "nittany".

2007 Oct 15
2
Association Help , 2 Teams playing a FootballGame
So I have the models class FootballGame < ActiveRecord::Base end and class Team < ActiveRecord::Base end I want to be able to do something like this @t1 = Team.create(:name=>"Michigan Wolverines football") @t1.save @t2 = Team.create(:name=>"Penn State Nittany Lions football") @t2.save @g = FootballGame.create(:hometeam => @t1, :awayteam => @t2) @g.save my migrations: create_table :football_games do |t| t.column :hometeam, :integer t.column :awayteam, :integer end create_table :teamsdo |t| t.column :name, :integer end...
2008 Apr 12
1
Incorrect Total File Size
Greetings, I am rsync'ing a file approximately 30-50MB in size. The source file changes several times a day. rsync is launched on the destination host every 1-2 minutes using the following command: /usr/bin/rsync --stats --verbose --bwlimit=16 --delete -Cavz ${hostname}::grids ${localdir} Since the file only changes several times a day, most of the rsync commands do nothing. Most of the