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

Perkenalan Rails

Perkenalan Rails

An introduction to rails for beginner

Delta Purna Widyangga

November 06, 2013
Tweet

More Decks by Delta Purna Widyangga

Other Decks in Programming

Transcript

  1. TENTANG RAILS is an open-source web framework that optimized for

    programmer happiness and sustainable productivity. it let's you write beautiful code by favoring convention over configuration - rubyonrails.org • dibuat oleh @dhh (David Heinemeier Hansson) • Dirilis sebagai open source sejak 2004 (bisa di fork di [email protected]:rails/rails.git) • Beberapa apps yang menggunakan rails: github, twitter, shopify
  2. MENGAPA RAILS? • Rapid Development Apps bisa dibuat dengan sangat

    cepat tanpa mengurangi reliability. • The Rails Way Memudahkan dalam kolaborasi antar developer. • Komunitas open source yang sangat aktif Core team, gems, hosting • Cepat mengadopsi teknologi baru Sass, Haml, coffeescript, dll.
  3. RESOURCES BELAJAR • Gratis • railsforzombies.org (Coba juga tryruby.org untuk

    dasar pemrograman ruby) oleh codeschool • railstutorial.org (ebook) • The Intro to Rails Screencast I Wish I Had oleh nettuts+ • Rails Guide dan Rails API • JDV Tech Talk :) • Berbayar • Code School Ruby Path oleh codeschool (USD 25 / bulan) • RailsCasts oleh Ryan Bates (Banyak episode yang gratis juga. USD 9 / bulan) • Learn Ruby on Rails oleh Tree House (USD 25 / bulan)
  4. TECH_TALK.RB Pembahasan Week I Scaffolded Demo App, Anatomi Rails app

    Week 2 Routing & Controller Week 3 View & Helper Week 4 Active Record Week 5 Rails Testing