Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Ruby On Rails For Beginners Practical Ruby On Rails Training
Rating: 4.2 out of 5(40 ratings)
1,682 students

Ruby On Rails For Beginners Practical Ruby On Rails Training

A practical hands-on course that teaches the beginner how to use Ruby On Rails. Uses easy to follow examples.
Created byInfinite Skills
Last updated 1/2017
English
English [Auto],

What you'll learn

  • Teach the core fundamentals of programming with Ruby On Rails

Course content

13 sections100 lectures8h 12m total length
  • Important - Download These First0:01
  • 0101 What We Will Cover2:42

    Build a time tracking app in Ruby on Rails, covering models, associations, validations, forms, authentication, data export (CSV, XML, or JSON), and testing.

  • 0103 Brief History Of Rails2:15

    Trace the origins of Ruby on Rails, the open source web framework built on Ruby that popularized the model view controller paradigm, convention over configuration, and don't repeat yourself.

  • 0104 The Purpose Of Using Rails5:40

    Explore how Rails powers a local blog app with Ruby basics, models, controllers, views, routing, asset pipeline, and console, including email on comments.

  • 0105 Model View Controller Paradigm5:47

    Explore the model view controller paradigm in Rails, using Active Record for database interactions, validations, associations, and foreign key relationships.

  • 0106 Installing Rails Using Nitrous3:00

    Explore installing Rails using the cloud-based Nitrous environment to create a Rails project, explore the app structure, and run a server with cross-device access and easy deployment.

  • 0107 Installing Rails Using The Rails Installer1:47

    Install Ruby and Rails with an all-in-one installer for PC or Mac. Verify with Rails -v and Ruby -v, and use the command line to run generators and rake tasks.

  • 0108 How To Access Your Working Files2:45

    Access the course working files by downloading, extracting, and copying them to your desktop, then open and save changes from the player or disk on Windows or Mac.

Requirements

  • A will to learn to program

Description

This Ruby on Rails tutorial from Infinite Skills will take you through the key features of this open-source web development framework while leading you through the development of a time-tracking web application. This course is designed for users that already have a working knowledge of the Ruby programming language.


You will start with a tour of Ruby Syntax and how to run Ruby code, learning about objects and classes, strings and numerics, and control structures in Ruby. You will then begin to create a Rails app, covering topics such as domain modeling, controllers, views, creating forms, and authentication. This video tutorial will also teach you how to use Ajax with Rails, handle file uploads, send emails from the server, and export content to CSV, JSON, and XML. Finally, you will learn how to test Rail apps and write model and controller tests.

By the completion of this computer based training course, you will be fully capable of creating a web app from start to finish with Ruby on Rails. Working files are included, allowing you to follow along with the author throughout the lessons.

Who this course is for:

  • Programmers, Web Developers