Ruby/Ruby on Rails Yasushi Osonoi Open Dream corporation
Agenda Ruby Ruby on rails Ruby/Ruby on Rails training course in Japan
What's Ruby Made in Japan programming language Created by Yukihiro Matsumoto, aka Matz Open Source Now Ruby is #9 among programming languages worldwide (TIOBE November 2007) (Was #20 in 2006) 200 messages per day (Ruby-talk mailing list)
What's Ruby
TIOBE Programming Community Index for November 2007
Mailing list (English) English language discussion about Ruby Documentation standards and tools Notifications of CVS commits to Ruby source English/Japanese discussion of core implementation topics
Official web site
Ruby features Easy syntax, Flexibility Implementing basic object oriented function (class, method, call) Unique object oriented function (mix-in, Unique methode) Operators overloading Exception handling
Ruby features Iterations and blocks (closure) Garbage collector Dynamic loading Easy to put (Linux, Unix, DOS, Windows, Mac. BeOS)
Download Ruby and Try. Or Interactive Ruby lang.org/en/documentation/quickstart/
demo Interactive Ruby
Ruby on Rails Developed by David Heinemeier Hansson Philosophy DRY (Don’t Repeat Yourself) Convention over configuration
Ruby on Rails Web application framework based on Ruby Easy to develop, deploy and maintain. MVC architecture 10 times productivity over Java
Ruby on Rails MVC(Model, View, Controller) model DB Controller View Model Web Browser ① ③ ② ④ ① Browser sends request ② Controller interacts with Model ③ Controller Invokes view ④ View renders next browser screen
Ruby on Rails Download and Try Or Eclipse basaed RadRails
Deploy web site Create exam1 project Then directory and contents generated
Launch server Access to Ruby site Launch server
And more Create Controller Ruby script\generate controller … Create Model Ruby script\generate model … Create Scaffolds Ruby script\generate scaffold Scaffolds is an auto-generated framework for manipulating a model.
Ruby/Ruby on Rails training example OpenDream Ruby Basics (2 days) Ruby on Rails (3 days) Ruby on Rails 1day Ruby on Rails and AJAX (1day) Custom course Ruby/Ruby on Rails 1 week Ruby/Ruby on Rails 2 weeks
Ruby/Ruby on Rails training example