2010-02-21から1日間の記事一覧

[GAE]appengine-jrubyの環境でRailsを使っている場合のirb

# appcfg.rb run -S irb -r config/environment

[GAE]AppEngine::Imagesを使ってだいたい正方形のサムネイルを出す

160*160のサムネイルをImage Cropのところに出そうとしています。 Imageは元々の画像 show.html.erb <div> <strong>Image:</strong> <%=image_tag(url_for(:action => :puts_image, :id => @article.id), :alt => @article.filename) %> </div> <div> <strong>Image Crop:</strong> <%=image_tag(url_for(:actio</div>…