Stephen Touset wrote:
> [EMAIL PROTECTED]:~$ rails temp > /dev/null
> [EMAIL PROTECTED]:~$ cd temp
> [EMAIL PROTECTED]:~/temp$ rake --trace rails:freeze:gems
> (in /home/stephen/temp)
> ** Invoke rails:freeze:gems (first_time)
> ** Execute rails:freeze:gems
> rake aborted!
> undefined method `version' for nil:NilClass
> /home/stephen/temp/config/../vendor/rails/railties/lib/tasks/framework.rake:13


A quick work around for Debian is not to use gems, but just to use

rails -C temp

which will copy the vendor directories instead of symlinking them. You
can also copy them by hand as it is not a big deal - 6 directories.

- Adam



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to