Jump to ratings and reviews
Rate this book

Rails 4 in Action

Rate this book
Summary
Rails 4 in Action is a comprehensive introduction to Rails that guides you hands-on through all you'll need to become a competent and confident Rails developer. In it, you'll master Rails 4 by developing a ticket-tracking application that includes RESTful routing, authentication and authorization, file uploads, email, and more.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Book
Rails is a full-stack, open source web framework powered by Ruby. Now in version 4, Rails is mature and powerful, and to use it effectively you need more than a few Google searches. You'll find no substitute for the guru's-eye-view of design, testing, deployment, and other real-world concerns that this book provides.
Rails 4 in Action is a hands-on guide to the subject. In this fully revised new edition, you'll master Rails 4 by developing a ticket-tracking application that includes RESTful routing, authentication and authorization, file uploads, email, and more. Learn to design your own APIs and successfully deploy a production-quality application. You'll see test-driven development and behavior-driven development in action throughout the book, just like in a top Rails shop.
What's Inside
About the Reader
For readers of this book, a background in Ruby is helpful but not required. No Rails experience is assumed.
About the Authors
Ryan Bigg , Yehuda Katz , Steve Klabnik , and Rebecca Skinner are contributors to Rails and active members of the Rails community.
Table of Contents

Paperback

First published August 28, 2013

4 people are currently reading
64 people want to read

About the author

Ryan Bigg

11 books13 followers

Ratings & Reviews

What do you think?
Rate this book

Friends & Following

Create a free account to discover what your friends think of this book!

Community Reviews

5 stars
8 (24%)
4 stars
18 (54%)
3 stars
6 (18%)
2 stars
1 (3%)
1 star
0 (0%)
Displaying 1 - 3 of 3 reviews
Profile Image for Daniele.
45 reviews1 follower
October 5, 2019
This was the book that taught me the fundamentals of Rails.
If we weren't currently on Rails 6, I'd highly recommend this book.
600 reviews11 followers
November 25, 2015
If you look for a book on how to write applications with Rails you definitely should buy this book. Writing a Rails app starts always easy. The hard part comes as soon as you need to maintain it. Ryan Bigg and Steve Klabnik did a great job in explaining all the parts of their application in a test-first manner. You first write a test, then write the code to implement the functionality. Working this way needs time to get used to, but as soon as you get it your application will have a set of tests that check every feature. If you need to change something, the tests are there to make sure nothing else was broken.

The book shows you all the important parts of Rails and how you can use them to build your own application. Everything you need is covered and should you reach a point where you need to work on your own, then you can use the described approach of TDD to integrate that feature on your own.

The only drawback of this book is that the code samples aren’t easy to read on the Kindle.
Profile Image for lipenco.
1 review2 followers
January 16, 2014
definitely not the best rails4 practices.
Displaying 1 - 3 of 3 reviews

Can't find what you're looking for?

Get help and learn more about the design.