SO this weekend I finished my first tutorial app. I found several mistakes in the book (Ruby on Rails: Up and Running) I was using though. Namely in section 5.7 They messed up some of the CSS names. I submitted it as an errata. Also their downloaded zip files had a few mix ups. The zip for Chapter 6 it's directory in the zip is labeled start-chapter-7-zip. They same sort of thing happens with the zip for Chapter 8. Around the same time as I found those typos I ran into another problem so I thought oh great another typo. So I went online to find a solution to that typo since it was with a ruby part. While searching online I found out someone has listed the full contents of the book I was reading online for free!!! Good thing I got access to that book through Safari and didn't buy it. I'd have been pissed if I payed money for something that is already online for free.
Well I am really starting to like ruby on rails. I have a good understanding of the language now and I want to try to build a real web app I come up with on my own. So my current plan of attack is:
1) Find a good reference to ruby. I have found some for rails. This so when I don't understand the language I can figure it out.
2) Come up with a good sample app. I have a few ideas.
3) Create it and see how fast it really it is. :-)
Again I probably will only be able to work on this over weekend, but I'll be sure to update this blog and let everyone know how it is going on.