Ruby on Rails Course Overview English - Please note this course is only available in English. Nederlands - Let op: deze training is alleen in het Engels beschikbaar. Français - Veuillez noter que ce cours est uniquement disponible en anglais. Ruby is a high level Interpreted,Object Oriented,rapid development language deployed in many scenarios in the modern world.This Ruby on Rails Ruby on Rails Training Course Course Contents - DAY 1 Course Introduction Administration and Course Materialsqq Course Structure and Agenda Delegate and Trainer Introductions Session 1: REST What is REST RESTful architecture A simple REST client Session 2: INTRODUCTION TO RUBY ON RAILS Install Ruby on Rails on an operating system The Model-View-Controller approach Rails Conventions Rails project structure Using RubyGems with Rails Session 3: ROUTING What is a Route Define routes that recognize incoming URLs Use named route methods to generate URLs based on the routing scheme Apply and understand the RESTful routing conventions Design apps to take advantage of the REST conventions in Rails Session 4: MODELS What is a Model Using