Great ruby on rails tutorial video on youtube
I’ve just met tutorial on youtube by Andrew Perkins. If you just started to learn ruby-on-rails this video would be great for your entry point:
Ruby on Rails, often shortened to Rails, is an open source full-stack web application framework for the Ruby programming language. Rails is a full-stack framework, meaning that it gives the web developer the ability to gather information from the web server, talk to or query the database, and render templates out of the box. As a result, Rails features a routing system that is independent of the web server. Ruby on Rails emphasize the use of well-known software engineering patterns and principles, as Active record pattern, Convention over Configuration, Don’t Repeat Yourself and Model-View-Controller.
I’ve just met tutorial on youtube by Andrew Perkins. If you just started to learn ruby-on-rails this video would be great for your entry point: