Learn Rails 5.2: Accelerated Web Development with Ruby on Rails

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

Learn to build Rails-based web applications using all the latest features offered in Rails 5.2. Author Stefan Wintermeyer begins by teaching the basics of Ruby 2.5 before proceeding through all aspects of Rails, utilizing clean, succinct examples – rather than a single large application.
This book covers topics including Active Storage, Credentials, Active Record, Scaffolding, REST, Routing, Bundler, Forms, Cookies, and Sessions, all of which are vital for modern Rails web applications. To complement these topics you’ll also learn about test-driven development, Action Cable, Active Job, Action Mailer, I18n, Asset Pipeline, and caching. Finally, you’ll see a how-to for a production web server with nginx. This complete set of skills will set you up for a future of efficient and elegant Rails coding.

What You Will Learn
  • Use the Ruby on Rails web development framework
  • Install and manage the Rails framework
  • Persist data for your web application with Active Record
  • Work with forms
  • Apply a test-driven development approach to your Rails-based web applications
  • Discover many Rails secrets and tips
Who This Book Is For

Those with at least some prior programming experience. Ruby experience is helpful, but not required.

Author(s): Wintermeyer, S.
Publisher: Apress
Year: 2018

Language: English
Pages: 435
Tags: Rails

Ruby Introduction..............1
First Steps with Rails..............51
ActiveRecord..............82
Scaffolding and REST..............183
Routes..............217
Bundler and Gems..............243
Forms..............256
Cookies and Sessions..............265