Learn Ruby on Rails from scratch : Build image sharing app (Udemy.com)

Build a social image sharing app with authentication system and crud functionality.

Created by: Skill Tree

Produced in 2017

icon
What you will learn

  • Install Ruby and Rails
  • Add gems to gem file
  • Run Bundle install
  • Generate Controllers
  • Generate models
  • Associate models
  • Create actions for controllers
  • Create views for controller actions
  • Implement authentication system
  • Implement CRUD( Create,Read ,Update,Delete)
  • Implement Image upload capability

icon
Quality Score

Content Quality
/
Video Quality
/
Qualified Instructor
/
Course Pace
/
Course Depth & Coverage
/

Overall Score : 80 / 100

icon
Course Description

Welcome to this course. We will be building a social image sharing app with authentication system so user of the app will have to register and sign-in each time before they can use the app. the app will also have full CRUD (Create,Update,Read,Delete) functionality.
The course contains 72 video lectures and duration of 7.5hours
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 image sharing app project include:
Creating a new rails project
Updating gems using bundler
Starting rails server
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
Adding resources and automatically generating routes
Implementing authentication system
Image uploading
By the end of this course you would have developed enough skills to be build other projects.Who this course is for:
  • Beginner Programmers
  • Beginner developers

icon
Instructor Details

placeholder

We are experienced company that provides quality video based training .
Our courses are easy to follow and understand and will take you from
an absolute beginner with no technical skills to being efficient and confident with various technical skill like SQL and databases.
We have worked with companies of various sizes and provided consultancy services at various levels.
Thank you for learning with us and we hope your experience will be pleasant.

icon
More courses by Skill Tree

SQL DBA For Beginners

$11.99

Learn to Code with C# and visual studio

$11.99

Android development quick start for beginners

$11.99

icon
More ruby on rails courses

Learn Ruby on Rails - Build a Craigslist Clone

$11.99

Learn to Code with Ruby

$11.99

Dissecting Ruby on Rails 5 - Become a Professional Developer

$11.99

Professional Rails Code Along

$11.99

Introduction to Coding with Ruby

$11.99

Vim for Ruby Developers

$11.99

icon
Reviews

4.0

1 total reviews

5 star 4 star 3 star 2 star 1 star
% Complete
% Complete
% Complete
% Complete
% Complete

Pro: one point per video, pretty clear.

Suggestion: having a summary for every short video might be even better.

e.g "How to create a Controller": rails generate controller posts