Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Ruby on Rails 的 gravatar 插件,效果很好,由 woods 通过 github 提供——但我想更改 URL 以添加 d=identicon 的选项,但我在帮助选项中没有看到。
我能得到一些帮助吗?
谢谢!
<%= gravatar_for @user, :default=>'identicon' %>