A Great Way to Learn Ruby on Rails

If you are new to Ruby on Rails and looking a great resource to get you making your first application the correct way, I would recommend  Ruby on Rails Tutorial: Learn Rails by Example. This book comes in three formats:  HTML, PDF, and video/screencast.  I personally bought the PDF/screencast combo.  The screencasts have some additional [...]

0 Comments

Ruby on Rails Testing Screencasts

Great content from railscasts.com Beginning with Cucumber Cucumber is a high-level testing framework. In this episode we will create a new Rails application from scratch using behavior driven development. via Railscasts – Beginning with Cucumber. Webrat If you prefer writing integration tests in ruby instead of Cucumber's plain english, consider interacting with Webrat directly as I [...]

0 Comments