2017-02-01から1ヶ月間の記事一覧

ループ(each)の中で画像にリンクを張るには

ぐぐったら出てこなかったのでメモ。ネストする必要がある。 <% @product.each do |p| %> <%= link_to image_tag(p.image.url), { :controller => :foo, :action => :bar, :id => p.id } %> <% end %>

VirtualBox Guest Additionsでトラブったら 〜How to update VirtualBox Guest Additions with vagrant〜

VirtualBox Guest Additionsでトラブったら 〜How to update VirtualBox Guest Additions with vagrant〜https://gist.github.com/fernandoaleman/5083680 より抜粋# Start the old vagrant $ vagrant init centos-6.3 $ vagrant up# You should see a messa…