search for: pucbaldwin

Displaying 3 results from an estimated 3 matches for "pucbaldwin".

2006 Mar 08
4
RMagick Instant Rails install problem
Anyone help with this? Am running Instant Rails on Win XP Sp2. Have downloaded the RMagick-win32-1.9.2 files into c:\Instant-Rails-1.0\temp from the rubyforge site. Running "Gem install RMagick-win32-1.9.2-mswin32.gem" from the temp directory seems to work giving me a "Successfully installed RMagick-win32, version 1.9.2" message. However, when I then try and go
2006 Jan 11
5
Noob - Associated Tables Find Query
I''m trying to write a football prediction game. I have a Matches table and a Predictions table. Each Match :has_many Predictions, and each Prediction :belongs_to a Match Each Match has (amongst other things) a Match.match_date field. Each Prediction has (amongst other things) a User_id field I''m trying to get a list of all Predictions a particular User has made which
2006 Jan 07
3
Beginner Questions parameter passing failing
Dear all, I''m pretty much a complete programming novice, but I''ve battled my way through the Pickaxe book, and the Agile Rails book, and am trying to piece together some pretty basic functionality at the moment. I''m having an issue passing parameters from a login form and would really appreciate some assistance. I suspect I''ve made some basic