Rails

The Complete Ruby On Rails Developer Course  eBooks & eLearning

Posted by ELK1nG at Aug. 2, 2022
The Complete Ruby On Rails Developer Course

The Complete Ruby On Rails Developer Course
Last updated 2/2021
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 14.08 GB | Duration: 47h 52m

Learn to make innovative web apps with Ruby on Rails and unleash your creativity

Udemy – The Complete Ruby on Rails Developer Course (2015)  eBooks & eLearning

Posted by Rare-1 at Oct. 24, 2015
Udemy – The Complete Ruby on Rails Developer Course (2015)

Udemy – The Complete Ruby on Rails Developer Course (2015)
WEBRip | MP4/AVC, ~275 kb/s | 1280 x 720 | English: AAC, 48.0 kb/s (2 ch), 44.1 KHz | 4.59 GB
Genre: Development / Web Development | Language: English | +Project Files

The Complete Ruby on Rails Developer Course provides a thorough introduction to Web Applications Development using the wildly popular Ruby on Rails framework. With over 22 hours of engaging video lectures and text follow-up lectures with directions, references and all the code used in the videos, this course is designed to take students with no programming/web development experience to accomplished Ruby on Rails developers while being just as useful for students who have experience coding in Rails and want to take their skills to the next level or students who are making the the switch to Ruby on Rails from other frameworks.

Ruby On Rails Tutorial, 7Th Edition  eBooks & eLearning

Posted by ELK1nG at Sept. 21, 2022
Ruby On Rails Tutorial, 7Th Edition

Ruby On Rails Tutorial, 7Th Edition
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz
Language: English | Size: 4.65 GB | Duration: 21h 9m

19+ Hours of Video InstructionThe Ruby on Rails TutorialTM LiveLessons, Seventh Edition, 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 learn Rails by example by building a substantial sample application from scratch.OverviewBest-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 include full compatibility with Rails 7 and numerous new exercises interspersed in each lesson for maximum reinforcement. This indispensable guide provides integrated tutorials not only for Rails, but also for the essential Ruby, HTML, CSS, and SQL skills you need when developing web applications. Hartl explains how each new technique solves a real-world problem, and then he demonstrates it with bite-sized code that’s simple enough to understand while still being useful.About the InstructorMichael Hartl is the creator of the Ruby on Rails Tutorial, one of the leading introductions to web development, and is cofounder and principal author at Learn Enough. Previously, he was a physics instructor at the California Institute of Technology (Caltech), where he received a Lifetime Achievement Award for Excellence in Teaching. He is a graduate of Harvard College, has a PhD in Physics from Caltech, and is an alumnus of the Y Combinator entrepreneur program.Skill LevelBeginner to intermediateLearn How ToInstall and set up your Rails development environmentUtilize the optional easy start using pre-installed IDE in the cloudBuild Rails applications from scratchTest and use test-driven development (TDD)Effectively use the model-view-controller (MVC) patternStructure applications using REST architectureBuild static pages and transform them into dynamic onesImplement registration and authentication systems, including validation and secure passwordsDeploy your applicationWho Should Take This CourseDevelopers looking for a practical introduction for building dynamic, database-backed web applications with RailsCourse RequirementsNo formal prerequisites, but some background in developer tools (command line, text editor) and web technologies (HTML) is helpfulSome Ruby background is useful but not requiredLesson DescriptionsLesson 1: From Zero to Deploy
The first lesson teaches you how to set up an integrated development in the cloud, create a first Rails application, and deploy it to production with Git and Heroku.Lesson 2: A Toy App
In this lesson, you get up and running quickly with a toy application that demonstrates the basic workings of a Rails application with users and short posts. It includes a focus on interacting with the toy app through its URIs (often called URLs) using a web browser. You learn how to generate dynamic web pages using the MVC pattern and structure web applications using the REST architecture.Lesson 3: Mostly Static Pages
This lesson focuses on developing the industrial-strength sample application that is used throughout the rest of the video. You begin by creating static pages and then move on to adding a little dynamic content. After writing all the code from scratch, you get your first taste of testing and test-driven development (TDD).Lesson 4: Rails-Flavored Ruby
In this lesson, you learn the basics of Ruby, the programming language underlying Rails. The focus is on the aspects of Ruby most useful for Rails development, including strings, arrays, hashes, and Ruby classes.Lesson 5: Filling in the Layout
This lesson incorporates Twitter's Bootstrap framework into the sample application, adds custom styles, and fills in the layout with links to the pages created so far. Topics covered include partials, Rails routes, the asset pipeline, Sass, and an introduction to end-to-end testing with integration tests.Lesson 6: Modeling Users
This lesson demonstrates how to create a data model for the site's users and to persist user data using a database back-end. You learn how to implement data validations and add a secure password to allow login and authentication.Lesson 7: Sign Up
The development of the sample app continues by giving users the capability to sign up for the site and create a user profile. You also learn how to make a signup form with error messages for invalid submission and implement successful user registration for valid submission.Lesson 8: Basic Login
Now that new users can sign up for the site, it's time to give them the ability to log in and log out. In this lesson, you learn how to implement the simplest fully functional login model, which keeps users logged in for one session at a time, automatically expiring the sessions when users close their browsers.Lesson 9: Advanced Login
In this lesson, you build on the login system from Lesson 8 to add the ability to remember the users' login status even after they close their browsers. You also learn how to automatically remember users, and then how to optionally remember them based on the value of a remember-me checkbox.Lesson 10: Updating, Showing, and Deleting Users
In this lesson, we complete the REST actions for the Users resource by adding edit, update, index, and destroy actions. We also put the login system to good use by restricting certain actions to logged-in users or administrative users.Lesson 11: Account Activation
In Lesson 10, you finished making a basic user resource together with the flexible authentication and authorization system. In this lesson and the next, you learn how to put the finishing touches on this system, starting with an account activation feature that verifies each new user's email address. This will involve creating a new resource, thereby giving you a chance to see further examples of controllers, routing, and database migrations. In the process, you also learn how to send email in Rails, both in development and in production.Lesson 12: Password Reset
In this lesson, you learn how to give users the ability to reset their passwords if they forget them. The implementation closely parallels the account activations from Lesson 11, providing yet another example of creating a Rails resource from scratch, as well as a second example of sending email in production.Lesson 13: User Microposts
This lesson demonstrates how to make a data model for short posts ("microposts"), make a page to show a list of microposts, and implement a web interface to create and delete microposts. You then learn how to upload images and associate them to microposts, including image resizing, format validations, and production deployment using a cloud storage service (Amazon Web Services S3).Lesson 14: Following Users
The final lesson completes the core sample application by adding a social layer for users to follow and unfollow other users. You learn how to make a data model between users, give users the capability to follow each other through the web (including an introduction to Hotwire and Turbo), and create a status feed of the microposts from the users.About Pearson Video TrainingPearson publishes expert-led video tutorials covering a wide selection of technology topics designed to teach you the skills you need to succeed. These professional and personal technology videos feature world-leading author instructors published by your trusted technology brands: Addison-Wesley, Cisco Press, Pearson IT Certification, Sams, and Que Topics include: IT Certification, Network Security, Cisco Technology, Programming, Web Development, Mobile Development, and more. Learn more about Pearson Video training at http://www.informit.com/video.

The Complete Ruby on Rails Developer Course (7/2020)  eBooks & eLearning

Posted by lucky_aut at Jan. 26, 2021
The Complete Ruby on Rails Developer Course (7/2020)

The Complete Ruby on Rails Developer Course
Duration: 47h 51m | .MP4 1280x720, 30 fps(r) | AAC, 44100 Hz, 2ch | 16.2 GB
Genre: eLearning | Language: English

Learn to make innovative web apps with Ruby on Rails and unleash your creativity

Ruby on Rails Tutorial: Learn 6 Ruby on Rails SEO Techniques  eBooks & eLearning

Posted by serpmolot at May 22, 2015
Ruby on Rails Tutorial: Learn 6 Ruby on Rails SEO Techniques

Ruby on Rails Tutorial: Learn 6 Ruby on Rails SEO Techniques
English | 2015 | mp4 | H264 1152x720 | AAC 2 ch | 2 hrs | 297 MB
eLearning, Development, Web Development | Skill level: all level

Ruby on Rails SEO: learn 6 Ruby on Rails search engine optimization (SEO) techniques to boost traffic to RoR websites

The Complete Ruby on Rails Developer Course (Updated)  eBooks & eLearning

Posted by Sigha at Oct. 2, 2019
The Complete Ruby on Rails Developer Course (Updated)

The Complete Ruby on Rails Developer Course (Updated)
.MP4 | Video: 1280x720, 30 fps(r) | Audio: AAC, 44100 Hz, 2ch | 10 GB
Duration: 40 hours | Genre: eLearning | Language: English

Learn to make innovative web apps with Ruby on Rails and unleash your creativity

Building And Enhancing Applications With Ruby On Rails  eBooks & eLearning

Posted by ELK1nG at Dec. 3, 2024
Building And Enhancing Applications With Ruby On Rails

Building And Enhancing Applications With Ruby On Rails
Published 12/2024
MP4 | Video: h264, 1920x1080 | Audio: AAC, 44.1 KHz
Language: English | Size: 2.38 GB | Duration: 5h 43m

Create dynamic web applications with Ruby on Rails, from project setup to advanced features and API integrations.

Ruby on Rails 6: Learn 25+ gems and build a Startup MVP 2021  eBooks & eLearning

Posted by ParRus at Jan. 27, 2021
Ruby on Rails 6: Learn 25+ gems and build a Startup MVP 2021

Ruby on Rails 6: Learn 25+ gems and build a Startup MVP 2021
WEBRip | English | MP4 + Project Files | 1280 x 720 | AVC ~956 kbps | 30 fps
AAC | 128 Kbps | 44.1 KHz | 2 channels | Subs: English (.srt) | ~21 hours | 9.11 GB
Genre: eLearning Video / Development, IT & Software, Ruby on Rails

Code-Along & build an advanced e-learning platform. Biggest, Most complete Ruby on Rails 6 course. Always updated.

Dissecting Ruby on Rails 5 - Become a Professional Developer (12/2020)  eBooks & eLearning

Posted by ParRus at Jan. 31, 2021
Dissecting Ruby on Rails 5 - Become a Professional Developer (12/2020)

Dissecting Ruby on Rails 5 - Become a Professional Developer
WEBRip | English | MP4 | 1280 x 720 | AVC ~591 kbps | 30 fps
AAC | 192 Kbps | 48.0 KHz | 2 channels | Subs: English (.vtt) | ~43 hours | 7.15 GB
Genre: eLearning Video / Web Development, Ruby on Rails

Don't simply follow a tutorial, learn what it really takes to become a pro Rails developer with this immersive course.

Professional Ruby on Rails Developer with Rails 5  eBooks & eLearning

Posted by ParRus at Jan. 31, 2021
Professional Ruby on Rails Developer with Rails 5

Professional Ruby on Rails Developer with Rails 5
WEBRip | English | MP4 | 1280 x 720 | AVC ~140 kbps | 30 fps
AAC | 192 Kbps | 48.0 KHz | 2 channels | ~19.5 hours | 5.94 GB
Genre: eLearning Video / Web Development, Ruby on Rails

Ruby on Rails - Imagine, design, build web apps and bring your dreams to life with Rails 5