Top link in google: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/39739e012b09f97a/7364aa0c8bf5050f
Read the replies about scaffolding basically you'll need to install the scaffolding gem: >From a command prompt in your app root: ruby script/plugin install scaffolding or install a previous version of rails (if you are working through a book it's probably a good idea to use the same version it uses) gem install rails -v="1.2.3" For simplicities sake probably just uninstall your current rails version (gem uninstall rails) first then install the older version; that way you'll know the rails commands are running the correct version. Cheers Luke -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

