我正在尝试预编译我的资产,但每当我尝试它时都会失败并出现错误,但除此之外没有告诉我任何其他信息,所以我不知道它来自哪里或如何找到它。我正在运行rake assets:precompile --trace
并获得以下输出
** Invoke assets:precompile (first_time)
** Execute assets:precompile
/home/nginx/.rvm/rubies/ruby-1.9.3-p327/bin/ruby /home/nginx/.rvm/gems/ruby-1.9.3-p327/bin/rake assets:precompile:all RAILS_ENV=production RAILS_GROUPS=assets --trace
** Invoke assets:precompile:all (first_time)
** Execute assets:precompile:all
** Invoke assets:precompile:primary (first_time)
** Invoke assets:environment (first_time)
** Execute assets:environment
** Invoke environment (first_time)
** Execute environment
** Invoke tmp:cache:clear (first_time)
** Execute tmp:cache:clear
** Execute assets:precompile:primary
undefined method `[]' for nil:NilClass
Command failed with status (1): [/home/nginx/.rvm/rubies/ruby-1.9.3-p327/bi...]
这是完整的输出,我没有删减任何内容。如您所见,我只是收到一个错误,但没有位置或其他任何内容。
有什么方法可以轻松追踪到这个吗?