Course Information
Course Overview
Practical Hands-on coding of a complete blog application from scratch using Ruby on Rails Framework.
Ruby is a modern object oriented programming language, and Ruby on Rails is a popular and powerful frameworks for building web applications. Rails was built using Ruby and makes it much easier to develop web applications with Ruby. Some notable applications have been built using Ruby on Rails: They incude
Basecamp, Twitter, Shopify, Github, LivingSocial, Groupon, Hulu, Airbnb, Yellow Pages to just mention a few.. A google search will reveal much more..
This course is for the absolute beginner to Ruby programming language and Rails framework.
I will guide you through setting up your development environment. Then we will cover some basics of the Ruby programming language. We will also install git and touch on github which is used for version control.
We will create a complete blog application from scratch using Rails and in the process build up your skills.
Concepts we will cover while building our blog project include:
Creating a new rails project
Updating gems using bundler
Illustration of MVC architecture
Starting rails server
Conditional statements
Loops
Creating controllers
Creating models
Associating models
creating views
Generating models
Running migrations
Creating posts
Editing posts
Reading posts
Deleting posts
Adding links to posts
Creating comments
Deleting comments
Creating controller actions
Setting up routes
Create forms
Using helpers
Adding resources and automatically generating routes
Implementing basic security
-By the end of this practical course you would have developed enough skills to be creative and exapnd this project or build similar type of projects.
Course Content
- 3 section(s)
- 69 lecture(s)
- Section 1 Introduction to Ruby programming language
- Section 2 Introduction to Ruby Rails
- Section 3 Project: Build a blog application from scratch
What You’ll Learn
- Install Ruby and Rails
- Create new Rails project
- Start Rails server
- Understand conditional statements
- Understand basic loops
- Understand Variables and their scope
- Understand arrays
- Understand MVC
- Create controllers
- Create models
- Add resources to routes
- Create CRUD application
- Implement basic security
- Run migrations
- Use helpers
- Use bootstrap
Skills covered in this course
Reviews
-
DDom D
Extremely clear teaching, he takes you through building quite a smart Rails Blog. I've completed the project running Rails 5.1 on Windows 10 in 2019. A big bonus is you are not relying on Rails magic ie. lots of gems and dependencies. You code everything the rails way but because we aren't using gems the project is very basic - but you will learn all the core knowledge. Add to this 3 hours of ruby training and videos that don't go on for too long and you could complete this in a couple of days.
-
TTomohisa Yamamoto
Good