On Wed, Dec 1, 2010 at 9:25 AM, Ralph Shnelvar <[email protected]> wrote:
> I have not had any troubles with spaces in file names on my Windows > development environment, Linux static web page environment, or Linux RoR > environment. > > What's the issue? You just found it -- or at least one -- apparently :-) Spaces in file or directory names are brittle -- some programs will handle them OK, some won't. You're far better off avoiding them. -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan -- 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.

