/simple-images

一种图片呈现方式。具体见:http://s.4ye.me/xIBgC7 . 这个 Gem 只是提供了一个 helper 方法。目前被用于 eshare 项目中

Primary LanguageRuby

simple-images

to add some helper methods for create images in web page

for rails 3

dependencies

  • jQuery

Usage

include in Gemfile:

gem 'simple-images'

in view:

= fit_image 'http://foo.com/bar.png', :alt => 'foobar',
                                      :width => 100,
                                      :height => 100,
                                      :meta => 'some text',
                                      :class => 'avatar'