3 December 2007 and
Sam wonders whether Ruby and Rails are really ready for the Enterprise. In this episode Manfred answers this burning question and shows how you can make Ruby feel like Java.
3 December 2007 and
Sam wonders whether Ruby and Rails are really ready for the Enterprise. In this episode Manfred answers this burning question and shows how you can make Ruby feel like Java.
  before_filter :act_enterprisy
  
    @profit = Profit.find :all
  end
  protected
  
    sleep 20
  end
end