在https://github.com/logankoester/pusher-client如何将设置放入config/initializers/
中的rails初始值设定项?
答案 0 :(得分:3)
在pusher.rb
中创建一个名为config/initialisers
的文件,并在其中添加您的推送配置,例如:
Pusher.app_id = 'your-pusher-app-id'
Pusher.key = 'your-pusher-key'
Pusher.secret = 'your-pusher-secret'
宝石的完整文档可以在这里找到:http://rubydoc.info/github/pusher/pusher-gem/master/frames