ActionView :: Template :: Error无法将Fixnum转换为String Ruby Racer错误

时间:2014-08-28 18:56:56

标签: ruby-on-rails ruby-on-rails-4 therubyracer

我们在Rails 4.0应用程序中包含了therubyracer gem,以提高使用coffeescript响应文件的渲染操作的性能。在推出宝石后,我们偶尔开始看到" ActionView::Template::Error" " can't convert Fixnum into String&#34 ;.追溯只是指向coffeescript的第一行,所以我认为它可能与处理文件的therubyracer有关。还有其他人看过这个问题吗?

同样,我不相信它与coffeescript代码有关,因为在使用therubyracer之前完全相同的代码没有错误运行,但无论如何它仍然存在:

update.js.coffee:

$('#client_project_task').html('<%= j render(:partial => "client_project_task") %>');
$('form').effect('highlight', {duration: 800});
Tick.Timecard.init()

0 个答案:

没有答案