in Blog Posts, Solution

[技巧]Use Gem in Rails

初用Rails,很多细节不是很清楚。
由于需要使用actionwebservice这个gem,所以就用gem install actionwebservice安装了。
但是安装之后,仍然无法使用相关的method。
这是由于虽然gem被安装了,但是没有在自己的project里面设定使用它。

修改config/environment.rb
在循环中增加config.gem “actionwebservice”
重新启动Server即可

Write a Comment

Comment