• C
    [ci skip] Don’t encourage `sudo gem install` · 0080a886
    claudiob 提交于
    I think we are better off leaving `sudo` outside of the documented
    way of installing gems (`activerecord`, `actionpack`, …).
    
    We don’t want newbies to think that `sudo` is required or, even worse, than
    they actually have to type `[sudo] gem install`.
    
    In most scenarios, `sudo` is not needed to install gems, and people who do
    need it, probably already know about it.
    
    What do you think? 😁
    0080a886
README.rdoc 6.6 KB