May 6, 2008
Generic-user-small tommy kelly 3 posts

Topic: Agile Web Development with Rails, 3rd Edition / iteration a2

since I am going through this book right now i figured I would let you guys know when I saw problems. I know this could get annoying in the forums.

So…

1. Do you guys want this feedback?
2. Do you guys have trac or something to insert issues as they are found?

 
May 6, 2008
Generic-user-small tommy kelly 3 posts

Topic: Agile Web Development with Rails, 3rd Edition / iteration a2

You may have already noticed this, but there is no mention to edit the index.html.erb file to include the

<th>Price</th> and <td><%= h product.price %></td>
 
May 6, 2008
Generic-user-small tommy kelly 3 posts

Topic: Agile Web Development with Rails, 3rd Edition / migration question

Stupid silly question, but what happens if you exceed 999 migrations / changes to your database?

I ask because each migration’s name starts with 00x, so what after 999 ;)

3 posts