Oreilly - Professional Ruby on Rails Developer with Rails 5 - 9781789959321
Oreilly - Professional Ruby on Rails Developer with Rails 5
by Mashrur Hossain, Rob Percival | Released November 2018 | ISBN: 9781789959321


Ruby on Rails - Imagine, design, build web apps and bring your dreams to life with Rails 5About This VideoLearn to build web apps with Rails 5Learn to build your own authentication system from scratch using the default Rails stack—and more.In DetailThis course teaches you to build and design web apps and you will learn to build real-time features such as chatrooms with ease. This course is for students of all levels and backgrounds; those who have no experience in programming at all; those who have worked with other web app development frameworks but want to make the switch to or try Ruby on Rails; and also for students who have tried Ruby on Rails in the past but want to take their skills to the next level. Ruby on Rails has rapidly become one of the most powerful tools for building web applications for startups and existing software houses. It's perfect for entrepreneurs or startups looking to rapidly prototype their ideas and bring them to life. Some key aspects of this course are working with git for version control and GitHub as a code repository; building your own authentication system from scratch using the default Rails stack, including admin features, log in/logout, and signup; working with Bootstrap for UI, Amazon Web Services for file/image hosting, and gravatars; and more.All the code and supporting files for this course are available at: All the code and supporting files for this course are available at https://github.com/PacktPublishing/Professional-Ruby-on-Rails-Developer-with-Rails-5Downloading the example code for this course: You can download the example code files for all Packt video courses you have purchased from your account at http://www.PacktPub.com. If you purchased this course elsewhere, you can visit http://www.PacktPub.com/support and register to have the files e-mailed directly to you. Show and hide more
  1. Chapter 1 : Getting started with Ruby on Rails
    • Introduction 00:02:24
    • Preview of the final project app built in the course 00:09:03
    • What are web applications? 00:10:50
    • Learn Ruby by trying Ruby (link updated and provided in previous text lecture) 00:02:32
    • Set up your development environment 00:10:46
    • Familiarity with IDE and command line 00:19:52
    • Install Ruby on Rails 5 00:07:48
    • Components of a Rails app 00:15:58
    • A closer look at components 00:04:57
    • Start your first Rails app and build homepage! 00:19:57
    • About page and homework! 00:09:50
    • Create a table and what is CRUD? 00:11:24
    • Rails console 00:21:58
    • Wrap up section 1 – Assignments 00:07:18
  2. Chapter 2 : The Front-End Interface
    • A look at <% vs <%= 00:01:30
    • Start a new todo from the UI 00:13:06
    • Complete creating todos from UI 00:18:21
    • Add flash and show 00:12:51
    • Version control with Git and Github 00:15:11
    • Edit action 00:09:05
    • A closer look at iteration with .each 00:01:32
    • Index view and links 00:11:42
    • Destroy, refactor and homework 00:19:38
  3. Chapter 3 : Front-end styling and production deploy
    • Production deploy and start main project app 00:14:42
    • Install Bootstrap and start homepage 00:19:49
    • Part 2 - Install Bootstrap and build homepage 00:03:00
    • Learn/Practice HTML and CSS 00:02:38
    • Build homepage and add styling 00:16:35
    • Complete homepage 00:13:52
  4. Chapter 4 : Associations and full on Rails MVC
    • Associations intro and view updates 00:10:43
    • One to many association and foreign key 00:19:34
    • Complete discussion on one to many associations 00:07:36
    • Create tables and models 00:10:38
    • Test Driven Development - validations for model 00:19:21
    • TDD - Build chefs 00:19:01
    • Complete chef model 00:03:27
    • One-to-many association between chefs and recipes 00:16:46
    • Restful routes 00:16:41
    • TDD to build index action 00:11:43
    • TDD and complete index 00:19:47
    • Use TDD to build show recipe 00:19:10
    • Complete show recipe 00:02:32
    • Add profile image and refactor code 00:18:58
    • Complete profile image feature 00:07:08
    • Start new recipe 00:10:41
    • New form 00:11:40
    • TDD to create new recipes 00:17:05
    • Complete create new recipes feature 00:11:23
    • Add flash feature 00:09:13
    • Start edit recipes feature 00:13:05
    • Complete edit recipes feature 00:07:54
    • Delete recipes and test 00:18:47
    • Refactor code and wrap section material 00:16:42
    • Project: Styling and testing resource 00:01:28
  5. Chapter 5 : Working with users – Chefs, Authentication system
    • Intro to the section and chefs 00:04:21
    • Add has_secure_password and clean up tests 00:17:35
    • Add signup form for new chefs 00:16:27
    • TDD to create a chef 00:14:45
    • Show chef feature 00:13:26
    • Edit chef feature 00:18:30
    • Chefs listing feature 00:12:41
    • Add pagination to views 00:15:10
    • Delete chefs feature 00:11:31
    • Intro to login and authentication 00:15:58
    • Logging in and out 00:17:56
    • Authentication methods 00:07:50
    • Cleaning up layout of application 00:14:13
    • Complete layout update and add tests 00:15:05
    • Add controller restrictions 00:15:00
    • Add admin user functionality 00:18:00
    • Complete admin user functionality and deploy! 00:17:54
    • Project for section - Build authentication system for another app 00:00:40
    • Project 2 for section 00:01:07
  6. Chapter 6 : Many to many associations, multiple associations, nested routes
    • Intro to many-to-many associations 00:11:04
    • Build ingredients and comments 00:12:06
    • Build comment model and associations 00:08:27
    • Build ingredients listing 00:14:33
    • Ingredients show page and navigation 00:13:02
    • Complete ingredients 00:15:10
    • Add ingredients at recipe creation 00:09:59
    • Build comments show and create 00:14:19
    • Complete comments feature 00:19:25
    • Project for section completion - Meetups! 00:01:59
  7. Chapter 7 : Realtime Rails - ActionCable - ChefChat and Comments
    • Introduction to ActionCable and real-time Rails 00:12:57
    • Complete realtime comments 00:14:41
    • Deploy to heroku with ActionCable - setup 00:11:27
    • Start chatroom - messages 00:12:37
    • Build messages and style 00:09:10
    • Style the chatroom 00:13:20
    • Make messages realtime 00:08:19
    • Finish ChefChat - Part 1 00:18:09
    • Finish ChefChat - Part 2 00:12:35
  8. Chapter 8 : Challenge Projects
    • Project 1: Likes project 00:03:42
    • Project 2: Images project 00:02:30
    • Thank you! 00:01:14
  9. Chapter 9 : Miscellaneous
    • Mac users - Steps to setup local development environment 00:17:10
  10. Show and hide more

    Oreilly - Professional Ruby on Rails Developer with Rails 5

    9781789959321.professional.ruby.on.OR.part1.rar

    9781789959321.professional.ruby.on.OR.part2.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss