<%= image_tag @steam_data[4][:image_src] %> # works <%= image_tag @steam_data.image_src %> # doesn't work
Ruby On Doing it wrong? ScRUBYt
by sfusion.myopenid.com,
December 19, 2008 17:38
still getting hassle with a...
class SteamController < ApplicationController ...
Ruby Doing it wrong? ScRUBYt
by sfusion.myopenid.com,
December 18, 2008 19:37,
6 refactorings
Can't help but feel I might...
# camera related def frame_diagonal(frame_horizontal, frame_vertical) @frame_diagonal = Math.sqrt((frame_horizontal**2) + (frame_vertical**2)) ...
Ruby Photograhy methods
by sfusion.myopenid.com,
December 05, 2008 11:42,
4 refactorings, tagged with math, ruby, photography, camera, lens
Any comments, corrections, ...
I find myself doing this a ...