Dale wrote: >This may not be the group to ask, if not pardon me. I've gone through three >Ruby On Rails tutorials now, none of which works. I don't know enough yet >about the Ruby or Rails to know why they don't work, if I knew I wouldn't be >looking at tutorials. Maybe they used to work but are now broken because of >changes to the build. Does anyone know of a tutorial that works with the >latest build? > > > What we need to be able to help you: - Output from the server console/log - version number of rails and ruby - environment (Windows/Linux/Mac OSX) - database (MySQL, Oracle etc) - web server - any error messages - steps to reproduce As a data point, I've just recently completed the Agile Web development with rails - Depot application with the following: Windows XP SP2 Ruby one-click installer Rails version 0.14.2 (gem update rails) from Rails 0.13.1 MySQL 4.x Kev