SlideShare a Scribd company logo
The Magic of Ruby



          Karthikeyan A K
Rails Developer (Webtoday Business)
Why Ruby?



10.times{ |i| puts i }
Why Ruby?
●   Student Ranking in 40 lines of code
●   Takes less than 2 days to learn!!
●   Fully object oriented
Ruby on Rails

class Post < ActiveRecords::Base
 has_many :comments
end




                  class comment < ActiveRecords::Base
                   belongs_to :post
                  end
Great Projects
●   Twitter (used Ruby)
●   Diaspora
Meta Programming!
●   Wahts that?
●   How its helpful
Help Ruby
●   No ruby Game
●   Ruby GTK 3 is still not there
    –   Determined to contribute to it
    –   Inviting ILUGC members
Links
●   http://ruby-lang.org
●   http://rubyonrails.org
●   http://is.gd/r2012
    –   My ruby book
    –   Slammed by ILUGC
    –   Need help to improve quality

More Related Content

PDF
Kotlin in the age of digital transformation
PDF
MongoDB - IF2012
PPTX
Saas rad with django, django rest framework
ODP
ATLRUG Giveback Announcements - Oct. 2014
PDF
Ready to Raid Questline Development
PPT
18 spain
ODP
Cinema
PPTX
Study abroad photo essay
Kotlin in the age of digital transformation
MongoDB - IF2012
Saas rad with django, django rest framework
ATLRUG Giveback Announcements - Oct. 2014
Ready to Raid Questline Development
18 spain
Cinema
Study abroad photo essay

Viewers also liked (15)

PDF
Presentacion Danpalon
PPT
Cetera Labs
PDF
Navidad 2011
PDF
Kindle勉強会資料
PDF
『iTunes uと大学教育』のご紹介
PDF
A theoretical discovery and development of an anti-ebola drug
PPT
PPTX
WordPressInsider Meetup - Introduction to WordPress Meeting, June 8, 2015
KEY
コンピュータの歴史
DOC
Outage Management System - Report
PPTX
PPT
Caricatura
PPTX
Presentation 6
PPTX
Selling products and services with word press
PDF
Manley Solutions - LTE Digital Signage Package
Presentacion Danpalon
Cetera Labs
Navidad 2011
Kindle勉強会資料
『iTunes uと大学教育』のご紹介
A theoretical discovery and development of an anti-ebola drug
WordPressInsider Meetup - Introduction to WordPress Meeting, June 8, 2015
コンピュータの歴史
Outage Management System - Report
Caricatura
Presentation 6
Selling products and services with word press
Manley Solutions - LTE Digital Signage Package
Ad

Similar to The magic of ruby (20)

PDF
Ruby for Beginner
ODP
ODP
Where to go from here updated slides
PDF
From Java to Ruby...and Back
PPTX
Why ruby
PDF
Ruby on Rails: a brief introduction
PDF
IJTC%202009%20JRuby
PDF
IJTC%202009%20JRuby
PDF
Introduction to rails
PDF
Ruby On Rails Introduction
PPTX
Why Ruby?
PPTX
Code for Startup MVP (Ruby on Rails) Session 2
PDF
Ruby an overall approach
PDF
JRuby - Programmer's Best Friend on JVM
ZIP
Meta Programming in Ruby - Code Camp 2010
PPTX
KEY
Wed Development on Rails
KEY
Why ruby and rails
ODP
Where to go from_here
KEY
Ruby On Rails
Ruby for Beginner
Where to go from here updated slides
From Java to Ruby...and Back
Why ruby
Ruby on Rails: a brief introduction
IJTC%202009%20JRuby
IJTC%202009%20JRuby
Introduction to rails
Ruby On Rails Introduction
Why Ruby?
Code for Startup MVP (Ruby on Rails) Session 2
Ruby an overall approach
JRuby - Programmer's Best Friend on JVM
Meta Programming in Ruby - Code Camp 2010
Wed Development on Rails
Why ruby and rails
Where to go from_here
Ruby On Rails
Ad

More from Karthikeyan A K (6)

PDF
ODP
Rails sopinoffs - Haml
ODP
Large scale web apps
PPTX
Data Structure
PPTX
C programming
PPTX
ICT C++
Rails sopinoffs - Haml
Large scale web apps
Data Structure
C programming
ICT C++

Recently uploaded (20)

PDF
Empathic Computing: Creating Shared Understanding
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Approach and Philosophy of On baking technology
PPTX
Digital-Transformation-Roadmap-for-Companies.pptx
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
KodekX | Application Modernization Development
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Machine learning based COVID-19 study performance prediction
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
Cloud computing and distributed systems.
PPTX
Big Data Technologies - Introduction.pptx
PPT
Teaching material agriculture food technology
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PDF
Review of recent advances in non-invasive hemoglobin estimation
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PDF
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx
Empathic Computing: Creating Shared Understanding
Per capita expenditure prediction using model stacking based on satellite ima...
Approach and Philosophy of On baking technology
Digital-Transformation-Roadmap-for-Companies.pptx
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
KodekX | Application Modernization Development
Reach Out and Touch Someone: Haptics and Empathic Computing
Encapsulation_ Review paper, used for researhc scholars
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Machine learning based COVID-19 study performance prediction
Spectral efficient network and resource selection model in 5G networks
Cloud computing and distributed systems.
Big Data Technologies - Introduction.pptx
Teaching material agriculture food technology
MIND Revenue Release Quarter 2 2025 Press Release
Review of recent advances in non-invasive hemoglobin estimation
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
Optimiser vos workloads AI/ML sur Amazon EC2 et AWS Graviton
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
ACSFv1EN-58255 AWS Academy Cloud Security Foundations.pptx

The magic of ruby

  • 1. The Magic of Ruby Karthikeyan A K Rails Developer (Webtoday Business)
  • 3. Why Ruby? ● Student Ranking in 40 lines of code ● Takes less than 2 days to learn!! ● Fully object oriented
  • 4. Ruby on Rails class Post < ActiveRecords::Base has_many :comments end class comment < ActiveRecords::Base belongs_to :post end
  • 5. Great Projects ● Twitter (used Ruby) ● Diaspora
  • 6. Meta Programming! ● Wahts that? ● How its helpful
  • 7. Help Ruby ● No ruby Game ● Ruby GTK 3 is still not there – Determined to contribute to it – Inviting ILUGC members
  • 8. Links ● http://ruby-lang.org ● http://rubyonrails.org ● http://is.gd/r2012 – My ruby book – Slammed by ILUGC – Need help to improve quality