Hi, I''m trying to freeze rails on a windows box and get this message(test is an rails app): C:\rails\test>rake freeze_gems (in C:/rails/test) Freezing to the gems for Rails 1.0.0 rm -rf vendor/rails mkdir -p vendor/rails The filename, directory name, or volume label syntax is incorrect. The filename, directory name, or volume label syntax is incorrect. The filename, directory name, or volume label syntax is incorrect. The filename, directory name, or volume label syntax is incorrect. The filename, directory name, or volume label syntax is incorrect. The system cannot find the path specified. rake aborted! undefined method `to_str'' for nil:NilClass Do you have to use linux to be able to freeze rails?? Hans-Arne -- Posted via http://www.ruby-forum.com/.
Hans-Arne Sandem wrote:> I''m trying to freeze rails on a windows box and get this message(test is > an rails app): > > C:\rails\test>rake freeze_gems > (in C:/rails/test) > Freezing to the gems for Rails 1.0.0 > rm -rf vendor/rails > mkdir -p vendor/rails > The filename, directory name, or volume label syntax is incorrect. > The filename, directory name, or volume label syntax is incorrect. > The filename, directory name, or volume label syntax is incorrect. > The filename, directory name, or volume label syntax is incorrect. > The filename, directory name, or volume label syntax is incorrect. > The system cannot find the path specified. > rake aborted! > undefined method `to_str'' for nil:NilClassThis is a known issue. See bug 3274 [1], which includes a patch that looks like it should fix it. 1. http://dev.rubyonrails.org/ticket/3274 Phil -- Philip Ross http://tzinfo.rubyforge.org/ -- DST-aware timezone library for Ruby