"Applied Rails for Agile Web Development"

xiaoxiao2021-04-08  342

This is the first book about Ruby on Rails.

The main content of the book is divided into two parts. In the "Build Application" section, the reader will see a complete "Online Book" example. During the demonstration, the author truly reproduces a complete iterative development process, allowing readers to experience the various issues encountered in practical application development, and how rails effectively solve these problems. In the subsequent "Rails Framework" section, the author deepens the components of the Rails framework. It is especially worth mentioning that the following chapters of this section: The author introduces the support of popularization technology such as Web 2.0, Web Service, in Rails, and then introduces Rails in security, scalability, deployment, etc. with rich practical experience. Frequently Asked Questions and Solutions.

In addition to the above two parts, readers who lack the Rails should first read the "Start" section, and use the simplest example to use the sensibility to understand this hot Web framework. Readers who are not familiar with Ruby should read "Ruby Introduction" in the "Appendix" section to understand the basic syntax and common usage of Ruby. Overall, all books have both intuitive examples, and in-depth analysis, but also covers related knowledge in various aspects of Web application development, which is a deep-depth masterpiece.

Book Directory Press for BLOG translations for it:

Agile miracle

Chapter Four:

Immediate

"Now, let's write an extremely simple web application to verify that Rails has successfully settled in our machine. In this process, we will also introduce the work mode of Rails applications." Chapter 13: In-depth RAILS "

In the remainder of this book, we put a theme one theme - or say a module - explore Rails.

This chapter will open the curtain for the reader. In this chapter, we will introduce some necessary instructions from the higher level: directory structure, configuration, environment, support, and debug prompts.

Chapter 21: Protecting Rails Applications

Safety is a big topic - enough to write a topic of a whole book. It is necessary to use the area of ​​the zone, which is not enough. Before putting your app on the Internet and incur a chaotic, you may do some security research.

As long as you follow some of the most basic guidelines, your Rails app will become safe.

"

转载请注明原文地址:https://www.9cbs.com/read-132722.html

New Post(0)