Agile Web Development with Rails 6

by: Sam Ruby and David Bryant Copeland

Published 2020-02-10
Internal code rails6
Print status In Print
Pages 494
User level Intermediate
Keywords rails, rails 6, ruby, webpack, ActionCable, WebSockets, JavaScript, client, server, web app
Related titles

Rails, Angular, Postgres and Bootstrap 2nd edition
The Cucumber Book 2nd edition
Ruby Performance Optimization
Crafting Rails Applications
Programming Ruby
Rails 4 Test Presciptions

ISBN 9781680506709
Other ISBN Channel epub: 9781680507539
Channel PDF: 9781680507546
Kindle: 9781680507515
Safari: 9781680507522
Kindle: 9781680507515
BISACs COM051410 COMPUTERS / Programming Languages / Ruby
COM051230 COMPUTERS / Software Development & Engineering / General
COM051230 COMPUTERS / Software Development & Engineering / General

Highlight

Learn Rails the way the Rails core team recommends it, along with the tens of thousands of developers who have used this broad, far-reaching tutorial and reference. If you’re new to Rails, you’ll get step-by-step guidance. If you’re an experienced developer, get the comprehensive, insider information you need for the latest version of Ruby on Rails. The new edition of this award-winning classic is completely updated for Rails 6 and Ruby 2.6, with information on processing email with Action Mailbox and managing rich text with Action Text.

Description

Ruby on Rails helps you produce high-quality, beautiful-looking web applications quickly—you concentrate on creating the application, and Rails takes care of the details. Rails 6 brings many improvements, and this edition is updated to cover the new features and changes in best practices.

We start with a step-by-step walkthrough of building a real application, and in-depth chapters look at the built-in Rails features. Follow along with an extended tutorial as you write a web-based store application. Eliminate tedious configuration and housekeeping, seamlessly incorporate Ajax and JavaScript, send and receive emails, manage background jobs with ActiveJob, and build real-time features using WebSockets and ActionCable. Test your applications as you write them using the built-in unit, integration, and system testing frameworks, internationalize your applications, and deploy your applications easily and securely. New in this edition is coverage of Action Mailbox, which allows you to receive emails in your app, as well as Action Text, a zero-configuration rich text editing feature.

Rails 1.0 was released in December 2005. This book was there from the start, and didn’t just evolve alongside Rails, it evolved with Rails. It has been developed in consultation with the Rails core team. In fact, Rails itself is tested against the code in this book.

Contents and Extracts

Introduction