This post originated from an RSS feed registered with Ruby Buzz
by Antonio Cangiano.
Original Post: Review of the first two Envycasts
Feed Title: Zen and the Art of Ruby Programming
Feed URL: http://programmingzen.com/category/ruby/feed/
Feed Description: Antonio Cangiano's blog about Ruby development.
The following quiz contains five fairly simple questions about ActiveRecord and Rails 2.2. Try to see if you can answer all of them.
1) What’s wrong with the following (technically valid) line of code?
Guide.find(:all, :include => [:user, {:questions => [:user, {:answers => :user}]}],
[...]