« Thoughts on Day One | Main | Training Day »

Day Two

Today started with a presentation by Thijs and Manfred of FingerTips on Rails looking at some of the issues we encountered in Day One. Presentation is ongoing while I fix up the staging instance and continuous integration (after fixing a problem with MySQL on the staging instance, groan :D).

Presentation is very interesting so far, it's almost a shame that we have to stop at some point and do some coding!

Right at the minute we're learning how to link tables together via has_many and belongs_to and how to build objects corresponding to these tables that automagically generate the id numbers that link the objects/tables together.

Post a comment