-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Layered Design for Ruby on Rails Applications
By :

Layered Design for Ruby on Rails Applications
By:
Overview of this book
The Ruby on Rails framework boosts productivity by leveraging the convention-over-configuration principle and model-view-controller (MVC) pattern, enabling developers to build features efficiently. This initial simplicity often leads to complexity, making a well-structured codebase difficult to maintain. Written by a seasoned software engineer and award-winning contributor to many other open-source projects, including Ruby on Rails and Ruby, this book will help you keep your code maintainable while working on a Rails app.
You’ll get to grips with the framework’s capabilities and principles to harness the full potential of Rails, and tackle many common design problems by discovering useful patterns and abstraction layers. By implementing abstraction and dividing the application into manageable modules, you’ll be able to concentrate on specific parts of the app development without getting overwhelmed by the entire codebase. This also encourages code reuse, simplifying the process of adding new features and enhancing the application's capabilities. Additionally, you’ll explore further steps in scaling Rails codebase, such as service extractions.
By the end of this book, you’ll become a code design specialist with a deep understanding of the Rails framework principles.
Table of Contents (20 chapters)
Preface
In Progress
| 0 / 9 sections completed |
0%
Part 1: Exploring Rails and Its Abstractions
In Progress
| 0 / 1 sections completed |
0%
Chapter 1: Rails as a Web Application Framework
In Progress
| 0 / 9 sections completed |
0%
Chapter 2: Active Models and Records
In Progress
| 0 / 9 sections completed |
0%
Chapter 3: More Adapters, Less Implementations
In Progress
| 0 / 9 sections completed |
0%
Chapter 4: Rails Anti-Patterns?
In Progress
| 0 / 8 sections completed |
0%
Chapter 5: When Rails Abstractions Are Not Enough
In Progress
| 0 / 7 sections completed |
0%
Part 2: Extracting Layers from Models
In Progress
| 0 / 1 sections completed |
0%
Chapter 6: Data Layer Abstractions
In Progress
| 0 / 6 sections completed |
0%
Chapter 7: Handling User Input outside of Models
In Progress
| 0 / 7 sections completed |
0%
Chapter 8: Pulling Out the Representation Layer
In Progress
| 0 / 7 sections completed |
0%
Part 3: Essential Layers for Rails Applications
In Progress
| 0 / 1 sections completed |
0%
Chapter 9: Authorization Models and Layers
In Progress
| 0 / 10 sections completed |
0%
Chapter 10: Crafting the Notifications Layer
In Progress
| 0 / 8 sections completed |
0%
Chapter 11: Better Abstractions for HTML Views
In Progress
| 0 / 7 sections completed |
0%
Chapter 12: Configuration as a First-Class Application Citizen
In Progress
| 0 / 7 sections completed |
0%
Chapter 13: Cross-Layers and Off-Layers
In Progress
| 0 / 7 sections completed |
0%
Index
In Progress
| 0 / 1 sections completed |
0%
Gems and Patterns
In Progress
| 0 / 2 sections completed |
0%
Other Books You May Enjoy
In Progress
| 0 / 4 sections completed |
0%
Customer Reviews