SlideShare uma empresa Scribd logo
1 de 29
Yann Klis, ElsassJUG, 14 décembre 2011 Introduction à Ruby on Rails
Présentation ,[object Object]
Etudes à Strasbourg (IUP+DESS)
Grandes entreprises, start'up, SSII
Fondateur de Novelys (Strasbourg) en 2005
Spécialisée dans le développement d'applications web
Utilise Ruby et Rails depuis mars 2005
Plan ,[object Object]
Généralités sur Ruby on Rails
Démo
Perspectives
Ruby ,[object Object]
Yukihiro “Matz” Matsumoto
Ruby ,[object Object]
Multiplate-forme
Orienté Objet P ur (introspection)
Basé sur des messages
Duck Typing
Ruby class Klass def hello(*args) "Hello " + args.join(' ') end end k = Klass.new k.hello(["gentle", "readers"]) ->  "Hello gentle readers" k.hello("gentle", "readers") ->  "Hello gentle readers" k.hello "gentle", "readers" ->  "Hello gentle readers" k.send :hello, "gentle", "readers"  ->  "Hello gentle readers" Un langage basé sur des messages
Ruby ,[object Object]
Multiplate-forme
Orienté Objet P ur (introspection)
Basé sur des messages
Duck Typing
Dynamique
Ruby class Printing def method_missing(m, *args) if (name = /^test_(.+)$/.match(m.id2name)) print name[1] end end end print = Printing.new print.test_hello() print.test_haha() Un langage dynamique
Ruby ,[object Object]
Multiplate-forme
Orienté Objet P ur (introspection)

Mais conteúdo relacionado

Destaque

18 Ways to Create Revenue As A Writer
18 Ways to Create Revenue As A Writer18 Ways to Create Revenue As A Writer
18 Ways to Create Revenue As A WriterRamzy Sweis
 
Ebook Fest Sanremo 25-27 ottobre 2012 slide Laura Testoni
Ebook Fest Sanremo 25-27 ottobre 2012 slide Laura TestoniEbook Fest Sanremo 25-27 ottobre 2012 slide Laura Testoni
Ebook Fest Sanremo 25-27 ottobre 2012 slide Laura TestoniLaura Testoni
 
The Naked Truth: An Unadulterated Look At The Client / Agency Relationship & ...
The Naked Truth: An Unadulterated Look At The Client / Agency Relationship & ...The Naked Truth: An Unadulterated Look At The Client / Agency Relationship & ...
The Naked Truth: An Unadulterated Look At The Client / Agency Relationship & ...Tim Leake
 
Dessine moi un développeur web (en 2010)
Dessine moi un développeur web (en 2010)Dessine moi un développeur web (en 2010)
Dessine moi un développeur web (en 2010)Novelys
 
Presentation MonProchainBus
Presentation MonProchainBusPresentation MonProchainBus
Presentation MonProchainBusNovelys
 
Comment reprendre un (gros) projet Ruby on Rails
Comment reprendre un (gros) projet Ruby on RailsComment reprendre un (gros) projet Ruby on Rails
Comment reprendre un (gros) projet Ruby on RailsNovelys
 
OSIRIS : Quand les collectivités innovent
OSIRIS : Quand les collectivités innoventOSIRIS : Quand les collectivités innovent
OSIRIS : Quand les collectivités innoventNovelys
 
What G+ really about (pst!!! it's not social)
What G+ really about (pst!!! it's not social)What G+ really about (pst!!! it's not social)
What G+ really about (pst!!! it's not social)Vincent Wong
 
Geospatial search with SOLR
Geospatial search with SOLRGeospatial search with SOLR
Geospatial search with SOLRNicolas Leroy
 
Fireside Chat with @Tumblr's @DavidKarp at #CannesLions / #OgilvyCannes
Fireside Chat with @Tumblr's @DavidKarp at #CannesLions / #OgilvyCannesFireside Chat with @Tumblr's @DavidKarp at #CannesLions / #OgilvyCannes
Fireside Chat with @Tumblr's @DavidKarp at #CannesLions / #OgilvyCannesOgilvy
 
Five writing tips that can double your salary
Five writing tips that can double your salaryFive writing tips that can double your salary
Five writing tips that can double your salaryBruce Kasanoff
 
Be Data Informed Without Being a Data Scientist
Be Data Informed Without Being a Data ScientistBe Data Informed Without Being a Data Scientist
Be Data Informed Without Being a Data ScientistPamela Pavliscak
 
Time for true radicals
Time for true radicalsTime for true radicals
Time for true radicalsGareth Kay
 
10 PowerShell Mistakes, Trips and Traps
10 PowerShell Mistakes, Trips and Traps10 PowerShell Mistakes, Trips and Traps
10 PowerShell Mistakes, Trips and TrapsJeffery Hicks
 
Startup Metrics for Pirates (SeedCamp 2008)
Startup Metrics for Pirates (SeedCamp 2008)Startup Metrics for Pirates (SeedCamp 2008)
Startup Metrics for Pirates (SeedCamp 2008)Dave McClure
 
Brian Solis: What's the Future of Business
Brian Solis: What's the Future of BusinessBrian Solis: What's the Future of Business
Brian Solis: What's the Future of BusinessAdobe Marketing Cloud
 
10 Trends for 2013
10 Trends for 201310 Trends for 2013
10 Trends for 2013dentsu
 
Business Advice From the Richest People in the World
Business Advice From the Richest People in the WorldBusiness Advice From the Richest People in the World
Business Advice From the Richest People in the WorldHubSpot
 
Value of a Fan
Value of a FanValue of a Fan
Value of a FanKantar
 
The Rise of Social Media Video Marketing
The Rise of Social Media Video MarketingThe Rise of Social Media Video Marketing
The Rise of Social Media Video MarketingGary Vaynerchuk
 

Destaque (20)

18 Ways to Create Revenue As A Writer
18 Ways to Create Revenue As A Writer18 Ways to Create Revenue As A Writer
18 Ways to Create Revenue As A Writer
 
Ebook Fest Sanremo 25-27 ottobre 2012 slide Laura Testoni
Ebook Fest Sanremo 25-27 ottobre 2012 slide Laura TestoniEbook Fest Sanremo 25-27 ottobre 2012 slide Laura Testoni
Ebook Fest Sanremo 25-27 ottobre 2012 slide Laura Testoni
 
The Naked Truth: An Unadulterated Look At The Client / Agency Relationship & ...
The Naked Truth: An Unadulterated Look At The Client / Agency Relationship & ...The Naked Truth: An Unadulterated Look At The Client / Agency Relationship & ...
The Naked Truth: An Unadulterated Look At The Client / Agency Relationship & ...
 
Dessine moi un développeur web (en 2010)
Dessine moi un développeur web (en 2010)Dessine moi un développeur web (en 2010)
Dessine moi un développeur web (en 2010)
 
Presentation MonProchainBus
Presentation MonProchainBusPresentation MonProchainBus
Presentation MonProchainBus
 
Comment reprendre un (gros) projet Ruby on Rails
Comment reprendre un (gros) projet Ruby on RailsComment reprendre un (gros) projet Ruby on Rails
Comment reprendre un (gros) projet Ruby on Rails
 
OSIRIS : Quand les collectivités innovent
OSIRIS : Quand les collectivités innoventOSIRIS : Quand les collectivités innovent
OSIRIS : Quand les collectivités innovent
 
What G+ really about (pst!!! it's not social)
What G+ really about (pst!!! it's not social)What G+ really about (pst!!! it's not social)
What G+ really about (pst!!! it's not social)
 
Geospatial search with SOLR
Geospatial search with SOLRGeospatial search with SOLR
Geospatial search with SOLR
 
Fireside Chat with @Tumblr's @DavidKarp at #CannesLions / #OgilvyCannes
Fireside Chat with @Tumblr's @DavidKarp at #CannesLions / #OgilvyCannesFireside Chat with @Tumblr's @DavidKarp at #CannesLions / #OgilvyCannes
Fireside Chat with @Tumblr's @DavidKarp at #CannesLions / #OgilvyCannes
 
Five writing tips that can double your salary
Five writing tips that can double your salaryFive writing tips that can double your salary
Five writing tips that can double your salary
 
Be Data Informed Without Being a Data Scientist
Be Data Informed Without Being a Data ScientistBe Data Informed Without Being a Data Scientist
Be Data Informed Without Being a Data Scientist
 
Time for true radicals
Time for true radicalsTime for true radicals
Time for true radicals
 
10 PowerShell Mistakes, Trips and Traps
10 PowerShell Mistakes, Trips and Traps10 PowerShell Mistakes, Trips and Traps
10 PowerShell Mistakes, Trips and Traps
 
Startup Metrics for Pirates (SeedCamp 2008)
Startup Metrics for Pirates (SeedCamp 2008)Startup Metrics for Pirates (SeedCamp 2008)
Startup Metrics for Pirates (SeedCamp 2008)
 
Brian Solis: What's the Future of Business
Brian Solis: What's the Future of BusinessBrian Solis: What's the Future of Business
Brian Solis: What's the Future of Business
 
10 Trends for 2013
10 Trends for 201310 Trends for 2013
10 Trends for 2013
 
Business Advice From the Richest People in the World
Business Advice From the Richest People in the WorldBusiness Advice From the Richest People in the World
Business Advice From the Richest People in the World
 
Value of a Fan
Value of a FanValue of a Fan
Value of a Fan
 
The Rise of Social Media Video Marketing
The Rise of Social Media Video MarketingThe Rise of Social Media Video Marketing
The Rise of Social Media Video Marketing
 

Semelhante a Introduction à Ruby on Rails

Séminaire Ruby on Rails (novembre 2010)
Séminaire Ruby on Rails (novembre 2010)Séminaire Ruby on Rails (novembre 2010)
Séminaire Ruby on Rails (novembre 2010)Novelys
 
Ruby on Rails - Part 1
Ruby on Rails - Part 1Ruby on Rails - Part 1
Ruby on Rails - Part 1Hugo DG
 
Présentation Groovy
Présentation GroovyPrésentation Groovy
Présentation Groovyguest6e3bed
 
Présentation Groovy
Présentation GroovyPrésentation Groovy
Présentation GroovyJS Bournival
 
Formation PHP
Formation PHPFormation PHP
Formation PHPkemenaran
 
Le développement web : tour d'horizon
Le développement web : tour d'horizonLe développement web : tour d'horizon
Le développement web : tour d'horizonMicrosoft
 
Alphorm.com Formation Le langage Ruby
Alphorm.com Formation Le langage RubyAlphorm.com Formation Le langage Ruby
Alphorm.com Formation Le langage RubyAlphorm
 
Introduction au langage Go
Introduction au langage GoIntroduction au langage Go
Introduction au langage GoSylvain Wallez
 
PHP (Partie I) Par Mahdi Ben Alaya
PHP (Partie I) Par Mahdi Ben AlayaPHP (Partie I) Par Mahdi Ben Alaya
PHP (Partie I) Par Mahdi Ben AlayaMahdi Ben Alaya
 
Enib cours c.a.i. web - séance #5 : scala play! framework
Enib   cours c.a.i. web - séance #5 : scala play! frameworkEnib   cours c.a.i. web - séance #5 : scala play! framework
Enib cours c.a.i. web - séance #5 : scala play! frameworkHoracio Gonzalez
 
Alfresco en quelques points - Recherche Tutorial
Alfresco en quelques points - Recherche TutorialAlfresco en quelques points - Recherche Tutorial
Alfresco en quelques points - Recherche TutorialPASCAL Jean Marie
 
Réu technodejs
Réu technodejsRéu technodejs
Réu technodejsnaholyr
 
Coat::Persistent at FPW2009
Coat::Persistent at FPW2009Coat::Persistent at FPW2009
Coat::Persistent at FPW2009Alexis Sukrieh
 
Une introduction à Javascript et ECMAScript 6
Une introduction à Javascript et ECMAScript 6Une introduction à Javascript et ECMAScript 6
Une introduction à Javascript et ECMAScript 6Jean-Baptiste Vigneron
 
Grails from scratch to prod - MixIT 2011
Grails from scratch to prod - MixIT 2011Grails from scratch to prod - MixIT 2011
Grails from scratch to prod - MixIT 2011Aurélien Maury
 

Semelhante a Introduction à Ruby on Rails (20)

Séminaire Ruby on Rails (novembre 2010)
Séminaire Ruby on Rails (novembre 2010)Séminaire Ruby on Rails (novembre 2010)
Séminaire Ruby on Rails (novembre 2010)
 
Ruby
RubyRuby
Ruby
 
Ruby on Rails - Part 1
Ruby on Rails - Part 1Ruby on Rails - Part 1
Ruby on Rails - Part 1
 
Dynamic Languages
Dynamic LanguagesDynamic Languages
Dynamic Languages
 
Cours1
Cours1Cours1
Cours1
 
Ruby Pour RoR
Ruby Pour RoRRuby Pour RoR
Ruby Pour RoR
 
Présentation Groovy
Présentation GroovyPrésentation Groovy
Présentation Groovy
 
Présentation Groovy
Présentation GroovyPrésentation Groovy
Présentation Groovy
 
Formation PHP
Formation PHPFormation PHP
Formation PHP
 
Le développement web : tour d'horizon
Le développement web : tour d'horizonLe développement web : tour d'horizon
Le développement web : tour d'horizon
 
Alphorm.com Formation Le langage Ruby
Alphorm.com Formation Le langage RubyAlphorm.com Formation Le langage Ruby
Alphorm.com Formation Le langage Ruby
 
Introduction au langage Go
Introduction au langage GoIntroduction au langage Go
Introduction au langage Go
 
PHP (Partie I) Par Mahdi Ben Alaya
PHP (Partie I) Par Mahdi Ben AlayaPHP (Partie I) Par Mahdi Ben Alaya
PHP (Partie I) Par Mahdi Ben Alaya
 
Sds Programme
Sds ProgrammeSds Programme
Sds Programme
 
Enib cours c.a.i. web - séance #5 : scala play! framework
Enib   cours c.a.i. web - séance #5 : scala play! frameworkEnib   cours c.a.i. web - séance #5 : scala play! framework
Enib cours c.a.i. web - séance #5 : scala play! framework
 
Alfresco en quelques points - Recherche Tutorial
Alfresco en quelques points - Recherche TutorialAlfresco en quelques points - Recherche Tutorial
Alfresco en quelques points - Recherche Tutorial
 
Réu technodejs
Réu technodejsRéu technodejs
Réu technodejs
 
Coat::Persistent at FPW2009
Coat::Persistent at FPW2009Coat::Persistent at FPW2009
Coat::Persistent at FPW2009
 
Une introduction à Javascript et ECMAScript 6
Une introduction à Javascript et ECMAScript 6Une introduction à Javascript et ECMAScript 6
Une introduction à Javascript et ECMAScript 6
 
Grails from scratch to prod - MixIT 2011
Grails from scratch to prod - MixIT 2011Grails from scratch to prod - MixIT 2011
Grails from scratch to prod - MixIT 2011
 

Introduction à Ruby on Rails