French introduction on Ruby on Rails I gave for the company I was working early 2009. Presentation was about 20 minutes long following by 15 minuts of live coding.
‘‘Rails is the most well thought-out web development framework I’ve ever used.’’ - James Duncan Davidson, Créateur de Tomcat et Ant 2 mercredi 27 mai 2009
['toast', 'cheese', 'wine'].each { |food| print food.capitalize } With ‘toast’, ‘cheese’ and ‘wine’ for each food print it capitalized 7 mercredi 27 mai 2009
‘‘Powerful web applications that formerly might have taken weeks or months to develop can be produced in a matter of ’’ - Tim O’Reilly, Fondateur de O’Reilly Media days 14 mercredi 27 mai 2009
Routing Store ActiveControler ActiveRecord Model Display items View Display items View Display items View ActiveRecord Model Model ActiveRecord Store ActiveControler Store ActiveControler Database http://my.url/store/add_to_cart/123 21 mercredi 27 mai 2009