1 2 3 4
class Message def initialize right_now = Time.now ...
Ruby Ruby: Date and Time methods
I have a small Ruby on Rail...
1 2 3 4
get '/:id' do @vent = Vent.get(params[:id]) erb :show ...
Ruby Trying to condence 2 method...
by Jason Calleiro,
December 10, 2008 21:53,
7 refactorings, tagged with ruby, sinatra, rails, rest, xml
Currently using sinatra fra...
So i need to define @purl_b...