开发者

after I install a rails gem...I don't see it in /vendor ... where is it?

开发者 https://www.devze.com 2022-12-31 14:12 出处:网络
For only one o开发者_如何学Gof my gems, compass, is it showing up in the /vendor subdirectory. 1) Where is it?

For only one o开发者_如何学Gof my gems, compass, is it showing up in the /vendor subdirectory.

1) Where is it?

2) how do I have it show up in the directory?

Part of the reason is that I need to take a closer look at the gem to see what it is doing because the documentation isn't complete.


Did you install it (using gem install or rake gems:install) or did you unpack it (using rake gems:unpack)? Unpacking it will put it into your /vendor directory -- installing it will simply put it in the ruby/gems directory.

0

精彩评论

暂无评论...
验证码 换一张
取 消