Upgrade to Pro — share decks privately, control downloads, hide ads and more …

rails cn

rails cn

Rails 简单介绍

blue planet

May 29, 2013
Tweet

More Decks by blue planet

Other Decks in Programming

Transcript

  1. ਵ时ՄҎमվ㜎ɼ对৅తߦ为 class User def say “name is yu” end end

    user = User.new user.say -> “name is yu” class User def hello “hello” end end user = User.new user.hello -> “hello”
  2. 历࢙ • 2004/07 First version • 2005/12 1.0 • 2007/12

    2.0 • 2010/08 3.0 • 2013/05 4.0(rc1)