Video description
The Ruby on Rails Tutorial Learning Path, is the best-selling complete video training course on web development with Rails, the popular web framework for building dynamic, database-backed web applications. You will learn Rails by example by building a substantial sample application from scratch.
Description
Best-selling author and leading Rails developer Michael Hartl teaches Rails by guiding you through the development of three sample applications of increasing sophistication, focusing on the fundamental techniques in web development needed for virtually any kind of application. The updates to this edition of the video include simplified installation via a standard integrated development (IDE) in the cloud, use of the default Rails stack throughout, a light-weight testing approach, an all-new section on image upload, and an all-new lesson on account activation and password resets, including sending email with Rails.
About the Instructor
Michael Hartlis the author of the Ruby on Rails Tutorial, one of the leading introductions to web development, and the founder of the Softcover self-publishing platform. His prior experience includes writing and developing RailsSpace, an extremely obsolete Rails tutorial book, and developing Insoshi, a once-popular and now-obsolete social networking platform in Ruby on Rails. In 2011, Michael received a Ruby Hero Award for his contributions to the Ruby community. He is a graduate of Harvard College, has a Ph.D. in Physics from Caltech, and is an alumnus of the Y Combinator entrepreneur program.
Skill Level
What You Will Learn
- How to install and set up your Rails development environment
- Optional easy start using pre-installed IDE in the cloud
- How to build Rails applications from scratch
- Learn testing and test-driven development
- Effectively use the Model-View-Controller (MVC) pattern
- Structure applications using REST architecture
- Build static pages and transform them into dynamic ones
- Implement registration and authentication systems, including validation and secure passwords
- How to deploy your application
Who Should Take This Course
- Developers looking for a practical introduction to Rails for building dynamic, database-backed web applications
Course Requirements
- Basic understanding of programming and development
About LiveLessons Video Training
The LiveLessons Video Training series publishes hundreds of hands-on, expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. This professional and personal technology video series features world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, IBM Press, Pearson IT Certification, Prentice Hall, Sams, and Que. Topics include: IT Certification, Programming, Web Development, Mobile Development, Home and Office Technologies, Business and Management, and more. View all LiveLessons on InformIT at: http://www.informit.com/livelessons.
Table of Contents
Introduction
The Ruby on Rails Tutorial: Introduction
Lesson 1: From Zero to Deploy
Topics
Up and running
The first application
Version control with Git
Deploying
Lesson 2: A Toy App
Topics
Planning the application
The Users resource
The Microposts resource
Lesson 3: Mostly Static Pages
Topics
Sample app setup
Static pages
Getting started with testing
Slightly dynamic pages
Lesson 4: Rails-Flavored Ruby
Topics
Motivation
Strings and methods
Other data structures
Ruby classes
Lesson 5: Filling in the Layout
Topics
Adding some structure and site navigation
Refactoring with partials and styling with Bootstrap
Sass and the asset pipeline
Layout links
User signup: A first step
Lesson 6: Modeling Users
Topics
User model
User validations
Adding a Secure Password
Lesson 7: Sign Up
Topics
Showing users
Signup form
Unsuccessful signups
Successful signups
Professional-grade deployment
Lesson 8: Log In, Log Out
Topics
Sessions
Logging In
Logging out
Remember me token and login
Forgetting and Remembering users, views and tests
Lesson 9: Updating, Showing, and Deleting Users
Topics
Updating users
Authorization
Showing all users
Deleting users
Lesson 10: Account Activation and Password Reset
Topics
Account activations
Account activation mailer method
Activating the account
Activation test and refactoring
Password reset
Resetting the password
Password reset test
Email in production
Lesson 11: User Microposts
Topics
A micropost model
Showing microposts
Manipulating microposts
Microposts and a Proto-feed
Destroying Microposts and Micropost Tests
Micropost images
Lesson 12: Following Users
Topics
The Relationship model
A Web interface for following users
Following and followers pages
Hooking up a follow button and adding Ajax
The status feed
Summary
The Ruby on Rails Tutorial: Summary