SlideShare a Scribd company logo
ROR Lab. Season 2
   - The 1st Round -



Getting Started
  with Rails

     June 23, 2012

     Hyoseong Choi
       ROR Lab.
ROR Lab Intro
• 1st Lab, Nov. 12, 2011
• http://rorlab.org/dry_labs/1
• website, http://rorlab.wordstory.net
• http://rorlab.org
• Season 1, to Biweekly Lectures 14 and
  Special Lecture 1.

                                      ROR Lab.
Translation Work

• http://rorlab.org/rails_guides/
• http://railscasts.com
 • https://github.com/defaude/
    asciicasts.com-translations/wiki/Korean



                                       ROR Lab.
Blog


• http://happyrails.rorlab.org


                                 ROR Lab.
Season 2

• Rails Guides, MVC
• Blog project, 10-minute presentation
• Useful Gem Sharing

                                         ROR Lab.
Getting started


              ROR Lab.
History
C        1971
Perl     1987
Python   1991   Django        2003
Ruby     1993   Ruby on Rails 2004
Java     1995
PHP      1995           http://
ASP      1998      david.heinemeier
                    hansson.com/
JSP      1999

                              ROR Lab.
What is Rails?

• a web application development framework
• written in the Ruby language
• less code
• more fun
• “The Rails Way” : increase in productivity
                                       ROR Lab.
MVC

• Model
• View
• Controller

                     ROR Lab.
Rails Philosophy




              ROR Lab.
Rails Philosophy


 DRY




              ROR Lab.
Rails Philosophy


 DRY   CoC




              ROR Lab.
Rails Philosophy


 DRY        CoC           REST




       http://ko.wikipedia.org/wiki/REST

                                 ROR Lab.
REST
               DELETE /photos/17



• A Network Architecture
• REpresentational State Transfer
• Two main principles
 • URL resources
 • Transferring the state of resource
                                        ROR Lab.
Dev Environment

• OS : Mac > Windows
• Ruby : ~ 1.9.3-p125
• Ruby on Rails : ~ 3.2.6
• RVM : ruby version manager with rubygems
• Git : as a source code manager(SCM)
                                    ROR Lab.
Rails Installer
• For Windows
• For Mac
     http://railsinstaller.org/

                        - Engine Yard

                                  ROR Lab.
Code Editors
• Textmate
• Vim
• Sublime2
• IDE
 • Rubymine
 • Radrails
                   ROR Lab.
References
http://rorlab.org/tutorials/5




                                ROR Lab.
Creating
a New Rails Project

$ gem install rails # as the root user

$ rails -v
rails 3.2.6

$ rails new blog -d mysql




default database : SQLite3
                            a lightweight serverless database


                                                                ROR Lab.
ROR Lab.
ROR Lab.
Config a DB
         config/database.yml
                 development:
                  adapter: mysql2
                  encoding: utf8
                  reconnect: false
                  database: happyrails_development
                  pool: 5




• development
                  username: root
                  password:
                  socket: /tmp/mysql.sock

                 test:




• test
                  adapter: mysql2
                  encoding: utf8
                  reconnect: false
                  database: happyrails_test
                  pool: 5



• production
                  username: root
                  password:
                  socket: /tmp/mysql.sock

                 production:
                  adapter: mysql2
                  encoding: utf8
                  reconnect: false
                  database: happyrails_production
                  pool: 5
                  username: root
                  password:


                                                     ROR Lab.
                  socket: /tmp/mysql.sock
Creating DB
$ rake db:create

$ rake -T




                    ROR Lab.
$ rails server     http://localhost:3000

                 Hello, Rails!




WEBrick                                    ROR Lab.
Live Demo
Creating a project ~ First model, Post




                                    ROR Lab.
감사합니다.

More Related Content

PDF
20140419 oedo rubykaigi04
PDF
20140425 ruby conftaiwan2014
PDF
Dependency Resolution with Standard Libraries
PDF
How to distribute Ruby to the world
PDF
Roadmap for RubyGems 4 and Bundler 3
PDF
Gems on Ruby
PDF
Gems on Ruby
PDF
Gemification for Ruby 2.5/3.0
20140419 oedo rubykaigi04
20140425 ruby conftaiwan2014
Dependency Resolution with Standard Libraries
How to distribute Ruby to the world
Roadmap for RubyGems 4 and Bundler 3
Gems on Ruby
Gems on Ruby
Gemification for Ruby 2.5/3.0

What's hot (20)

PDF
The Future of Dependency Management for Ruby
PDF
How to distribute Ruby to the world
PDF
Gemification plan of Standard Library on Ruby
PDF
What's new in RubyGems3
PDF
The Future of Bundled Bundler
PDF
RubyGems 3 & 4
PDF
The Future of library dependency manageement of Ruby
PDF
20140925 rails pacific
PDF
The Future of library dependency management of Ruby
PDF
How to Begin to Develop Ruby Core
PDF
Middleware as Code with mruby
PDF
PDF
Ruby Security the Hard Way
PDF
Large-scaled Deploy Over 100 Servers in 3 Minutes
KEY
Homebrew atlrug
PDF
Configuration management and orchestration with Salt
PDF
OSS Security the hard way
PDF
How to Begin Developing Ruby Core
PDF
The secret of programming language development and future
KEY
Crate - ruby based standalone executables
The Future of Dependency Management for Ruby
How to distribute Ruby to the world
Gemification plan of Standard Library on Ruby
What's new in RubyGems3
The Future of Bundled Bundler
RubyGems 3 & 4
The Future of library dependency manageement of Ruby
20140925 rails pacific
The Future of library dependency management of Ruby
How to Begin to Develop Ruby Core
Middleware as Code with mruby
Ruby Security the Hard Way
Large-scaled Deploy Over 100 Servers in 3 Minutes
Homebrew atlrug
Configuration management and orchestration with Salt
OSS Security the hard way
How to Begin Developing Ruby Core
The secret of programming language development and future
Crate - ruby based standalone executables
Ad

Similar to Getting started with Rails (1), Season 2 (20)

KEY
An introduction to Rails 3
PDF
Ruby on-rails-101-presentation-slides-for-a-five-day-introductory-course-1194...
KEY
Setup ruby
PPTX
Ruby on Rails All Hands Meeting
PDF
Úvod do Ruby on Rails
PDF
Ruby on Rails : 簡介與入門
PPTX
Ruby on Rails : First Mile
PDF
遇見 Ruby on Rails
PDF
JRuby, Ruby, Rails and You on the Cloud
PDF
10 Things you should know about Ruby
ODP
Instruments ruby on rails
PDF
Ricardo Sanchez - Ruby projects of interest for devops
PDF
Ruby projects of interest for DevOps
PDF
The Architecture of PicCollage Server
PDF
[.Net开发交流会][2010.06.19]better framework better life(吕国宁)
PDF
Better Framework Better Life
KEY
Supa fast Ruby + Rails
PPTX
Ruby on rails
PDF
Crank Up Your Apps With TorqueBox
PDF
Rails - getting started
An introduction to Rails 3
Ruby on-rails-101-presentation-slides-for-a-five-day-introductory-course-1194...
Setup ruby
Ruby on Rails All Hands Meeting
Úvod do Ruby on Rails
Ruby on Rails : 簡介與入門
Ruby on Rails : First Mile
遇見 Ruby on Rails
JRuby, Ruby, Rails and You on the Cloud
10 Things you should know about Ruby
Instruments ruby on rails
Ricardo Sanchez - Ruby projects of interest for devops
Ruby projects of interest for DevOps
The Architecture of PicCollage Server
[.Net开发交流会][2010.06.19]better framework better life(吕国宁)
Better Framework Better Life
Supa fast Ruby + Rails
Ruby on rails
Crank Up Your Apps With TorqueBox
Rails - getting started
Ad

More from RORLAB (20)

PDF
Getting Started with Rails (4)
PDF
Getting Started with Rails (3)
PDF
Getting Started with Rails (2)
PDF
Getting Started with Rails (1)
PDF
Self join in active record association
PDF
Asset Pipeline in Ruby on Rails
PDF
레일스가이드 한글번역 공개프로젝트 RORLabGuides 소개
PDF
Active Support Core Extension (3)
PDF
Active Support Core Extension (2)
PDF
Active Support Core Extensions (1)
PDF
Action Controller Overview, Season 2
PDF
Action View Form Helpers - 2, Season 2
PDF
Action View Form Helpers - 1, Season 2
PDF
Layouts and Rendering in Rails, Season 2
PDF
ActiveRecord Query Interface (2), Season 2
KEY
Active Record Query Interface (1), Season 2
KEY
Active Record Association (2), Season 2
KEY
ActiveRecord Association (1), Season 2
KEY
ActiveRecord Callbacks & Observers, Season 2
KEY
ActiveRecord Validations, Season 2
Getting Started with Rails (4)
Getting Started with Rails (3)
Getting Started with Rails (2)
Getting Started with Rails (1)
Self join in active record association
Asset Pipeline in Ruby on Rails
레일스가이드 한글번역 공개프로젝트 RORLabGuides 소개
Active Support Core Extension (3)
Active Support Core Extension (2)
Active Support Core Extensions (1)
Action Controller Overview, Season 2
Action View Form Helpers - 2, Season 2
Action View Form Helpers - 1, Season 2
Layouts and Rendering in Rails, Season 2
ActiveRecord Query Interface (2), Season 2
Active Record Query Interface (1), Season 2
Active Record Association (2), Season 2
ActiveRecord Association (1), Season 2
ActiveRecord Callbacks & Observers, Season 2
ActiveRecord Validations, Season 2

Recently uploaded (20)

PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
PDF
Basic Mud Logging Guide for educational purpose
PDF
TR - Agricultural Crops Production NC III.pdf
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
PDF
102 student loan defaulters named and shamed – Is someone you know on the list?
PPTX
Renaissance Architecture: A Journey from Faith to Humanism
PDF
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
PDF
Insiders guide to clinical Medicine.pdf
PDF
Sports Quiz easy sports quiz sports quiz
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PPTX
Lesson notes of climatology university.
PDF
Supply Chain Operations Speaking Notes -ICLT Program
PDF
Module 4: Burden of Disease Tutorial Slides S2 2025
PDF
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
PDF
Pre independence Education in Inndia.pdf
PDF
RMMM.pdf make it easy to upload and study
O5-L3 Freight Transport Ops (International) V1.pdf
Saundersa Comprehensive Review for the NCLEX-RN Examination.pdf
Basic Mud Logging Guide for educational purpose
TR - Agricultural Crops Production NC III.pdf
2.FourierTransform-ShortQuestionswithAnswers.pdf
Microbial diseases, their pathogenesis and prophylaxis
102 student loan defaulters named and shamed – Is someone you know on the list?
Renaissance Architecture: A Journey from Faith to Humanism
BÀI TẬP BỔ TRỢ 4 KỸ NĂNG TIẾNG ANH 9 GLOBAL SUCCESS - CẢ NĂM - BÁM SÁT FORM Đ...
Insiders guide to clinical Medicine.pdf
Sports Quiz easy sports quiz sports quiz
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
Chapter 2 Heredity, Prenatal Development, and Birth.pdf
O7-L3 Supply Chain Operations - ICLT Program
Lesson notes of climatology university.
Supply Chain Operations Speaking Notes -ICLT Program
Module 4: Burden of Disease Tutorial Slides S2 2025
grade 11-chemistry_fetena_net_5883.pdf teacher guide for all student
Pre independence Education in Inndia.pdf
RMMM.pdf make it easy to upload and study

Getting started with Rails (1), Season 2

Editor's Notes