2

当我上传到 heroku 或只是在本地环境中运行应用程序时,我刚开始在我的应用程序中看到这一点。有人见过这个吗?

-----> Preparing app for Rails asset pipeline
       Running: rake assets:precompile
       <html>
       <head>
       <title>ttack.tk</title>
       <meta http-equiv="refresh" content="2; URL=http://domain.dot.tk/p/?d=TTACK&i=107.21.141.33&c=1&ro=0&ref=unknown&_=1368664428485"/>
       <script type="text/javascript">
       <!--
       function redir(){ var $fwd = 'http://domain.dot.tk/p/?d=TTACK&i=107.21.141.33&c=1&ro=0&ref=unknown&_=1368664428485'; if(window.parent){ window.parent.location=$fwd; }else{ window.location=$fwd; }}
       //-->
       </script>
       </head>
       <body onload="redir()">
       <script language="text/javascript">
       <!--
       window.setTimeout('redir();', 500 * 1);
       //-->
       </script>
       </body>
       </html>
       Compiled jquery_ujs.js  (0ms)  (pid 1028)
       Compiled bootstrap-transition.js  (0ms)  (pid 1028)
4

1 回答 1

3

看起来 gemattack gem 所在的域受到了损害。检查您的 Gemfile.lock 以查看什么取决于 gemattack 并更新/删除它。看

https://github.com/mauriciozaffari/gemattack/issues/1

它可能是 mongoid_search,所以我建议更新该 gem。

于 2013-05-16T01:06:43.190 回答