-
gem install letter_avatar
然后bundle install
-
config/environments/development.rb
增加
LetterAvatar.setup do |config|
config.cache_base_path='public/system/lets' # default is 'public/system'
end
生成的图片就在public/system/lets
下
-
application_helper
中增加
include LetterAvatar::AvatarHelper
-
views
中使用letter_avatar_tag(string, pic_size)
显示图片
蛮方便的,但不知道占不占用空间,另外生成的图片挺单调的。。。。
网友评论