remote: true
な呼び出しをしていたら、コンソールにCannot render console
という表示がでました。
Started GET "/events/404" for 10.0.2.2 at 2015-05-05 04:21:25 +0000
Cannot render console from 10.0.2.2! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255
Processing by EventsController#show as JS
config/application.rb
にwhitelistを追加したら表示がでなくなりました。
whitelisted_ipsを追加
config.web_console.whitelisted_ips = '10.0.2.2'
参考