我使用stw_engine gem来获取网站的截图。这个gem需要提供自己的配置,但我不知道应该放在哪里。如果我将其放入StwEngine error: No api secret defined!
initializers/stw.rb
StwEngine.config({
# required
:api_key => 'xXXXXXXXXXXXXX',
:private_key => 'xxxx,
#optional use if supported
:size => 'lg',
})
答案 0 :(得分:1)
尝试将此代码添加到initializers/stw_engine.rb
。此外,必须:api_secret => 'xxxxx'
代替:private_key