From: Sascha Ebach Date: 2005-10-25T21:29:02+09:00 Subject: Re: two rails 0.14.1 problems in win Hi Jose, > I have problems starting with rails. > I hope this description is enough. are you using 2 versions of Ruby? It looks like it because you use `cat` which indicates that you use cygwin. It might be that when you just call `ruby` that the cygwin ruby is called. I had a lot of problems with "stack level too deep" months ago with rails-0.8. Try doing "c:\ruby\bin\ruby.exe" script\generate scaffold Tareas Sascha Ebach